ovr_multiview: add some basic glsl tests
[piglit.git] / tests / spec / glsl-1.50 / compiler / ARB_compatibility / gl_ClipPlane.frag
blobeda1527431dc8010379e0f392e6cca49ce6d6007
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 vec4 func()
11         return gl_ClipPlane[0];