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: recently introduced HTML tags should be in innerHTML
[piglit.git]
/
tests
/
shaders
/
glsl-explicit-location-04.vert
blob
b1ae8b66c0937c24b3f4563173ab7a7886a505da
1
#extension GL_ARB_explicit_attrib_location: require
2
3
layout(location = 1000) in vec4 vertex;
4
5
void main()
6
{
7
gl_Position = vertex;
8
}