diff options
Diffstat (limited to 'src/mesa/program/program.h')
-rw-r--r-- | src/mesa/program/program.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/program/program.h b/src/mesa/program/program.h index 0e105c35fc2..376da7b2d41 100644 --- a/src/mesa/program/program.h +++ b/src/mesa/program/program.h @@ -158,6 +158,11 @@ _mesa_shader_stage_to_program(unsigned stage) return GL_VERTEX_PROGRAM_ARB; } + +GLbitfield +gl_external_samplers(const struct gl_program *prog); + + #ifdef __cplusplus } /* extern "C" */ #endif |