perf/pixel-rate: new pixel throughput microbenchmark
[piglit.git] / tests / spec / glsl-1.50 / compiler / compatibility-gs / gl_BackLightModelProduct.geom
blobbbc970e36a284add17a86a9e7a971758c9b80435
1 // [config]
2 // expect_result: pass
3 // glsl_version: 1.50compatibility
4 // [end config]
5 #version 150 compatibility
7 vec4 func()
9         return gl_BackLightModelProduct.sceneColor;