perf/pixel-rate: new pixel throughput microbenchmark
[piglit.git] / tests / glslparsertest / shaders / dataType5.frag
blob3d10ebb65183225820945defc9c5c0730cced610
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.10
4 //
5 // [end config]
7 void main()
9     float f = 1; // int cannot be converted to float, use constructor to do the conversion explicitly