arb_framebuffer_object: add missing MSAA alpha-to-coverage and alpha-to-one tests
[piglit.git] / tests / spec / glsl-1.10 / compiler / qualifiers / centroid-01.vert
blob6a9270bfe459987264653ea2318a1312fc739370
1 // [config]
2 // expect_result: pass
3 // glsl_version: 1.10
4 // [end config]
5 //
6 // "centroid" is not a reserved word in GLSL 1.10
8 uniform vec4 centroid;
10 void main()
12   gl_Position = centroid;