summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-getactiveuniform-ftransform.vert
blob: 80a32df54f09862f85af5dfd7cd8d50cd2828847 (plain)
1
2
3
4
5
6
7
8
/* Used with glsl-getactiveuniform-count.  Expect 2 active uniforms.
 */
uniform vec4 a;

void main()
{
	gl_Position = ftransform() + a;
}