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
cl: Don't use device_infos if num_device_infos == 0
[piglit.git]
/
tests
/
shaders
/
glsl-explicit-location-03b.vert
blob
285b6f5bcd51e9d4386fe1d2d1b49257187152d6
1
#extension GL_ARB_explicit_attrib_location: require
2
3
layout(location = 2) in vec3 color;
4
5
vec3 function(void)
6
{
7
return color * 3.0;
8
}