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
perf/pixel-rate: new pixel throughput microbenchmark
[piglit.git]
/
tests
/
shaders
/
glsl-explicit-location-05b.vert
blob
88b2f04494d7b0ee17a551c0d63933fd18b89069
1
#extension GL_ARB_explicit_attrib_location: require
2
3
layout(location = 0) in vec4 vertex;
4
5
vec4 function(void)
6
{
7
return vec4(1.0);
8
}