repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git]
/
tests
/
shaders
/
glsl-explicit-location-01.vert
blob
9952105caf2b30864a68bb3d39e3f10c2de80f90
1
#extension GL_ARB_explicit_attrib_location: require
2
3
#ifdef GL_ARB_explicit_attrib_location
4
layout(location = 0) in vec4 vertex;
5
6
void main()
7
{
8
gl_Position = vertex;
9
}
10
#endif