summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-explicit-location-05b.vert
blob: 88b2f04494d7b0ee17a551c0d63933fd18b89069 (plain)
1
2
3
4
5
6
7
8
#extension GL_ARB_explicit_attrib_location: require

layout(location = 0) in vec4 vertex;

vec4 function(void)
{
	return vec4(1.0);
}