ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_shader_subroutine / compiler / subroutine-def-not-declared.vert
blob8f3f9f0b9a3f6fc7b688b3fb73b7b82a825abb21
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.50
4 // require_extensions: GL_ARB_shader_subroutine
5 // [end config]
7 #version 150
8 #extension GL_ARB_shader_subroutine: require
10 /* There is no subroutine type 'bogus_type' */
11 subroutine (bogus_type) void f() {}