ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / glsl-1.50 / compiler / compatibility-gs / gl_FrontMaterial.geom
bloba3f8822c97259da067bd2a9124bab24bc695dfa7
1 // [config]
2 // expect_result: pass
3 // glsl_version: 1.50compatibility
4 // [end config]
5 #version 150 compatibility
7 vec4 func()
9         return gl_FrontMaterial.emission;