perf/pixel-rate: new pixel throughput microbenchmark
[piglit.git] / tests / spec / glsl-1.50 / compiler / ARB_compatibility / gl_NormalMatrix.vert
bloba53b2ae9f8969e0ba844c62a231e9e639a2aa8c0
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 mat3 func()
11         return gl_NormalMatrix;