framework/replay: recently introduced HTML tags should be in innerHTML
[piglit.git] / tests / shaders / glsl-explicit-location-04.vert
blobb1ae8b66c0937c24b3f4563173ab7a7886a505da
1 #extension GL_ARB_explicit_attrib_location: require
3 layout(location = 1000) in vec4 vertex;
5 void main()
7         gl_Position = vertex;