ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / glsl-1.50 / compiler / ARB_compatibility / gl_FogFragCoord-fs.frag
blobc6dda75a421819de309f3de941a6ba021c38b8f2
1 // [config]
2 // expect_result: pass
3 // glsl_version: 1.50compatibility
4 // require_extensions: GL_ARB_compatibility
5 // [end config]
6 #version 150
7 #extension GL_ARB_compatibility : enable
9 float func()
11         return gl_FogFragCoord;