mesa/program: Add missing file types to printout
[mesa.git] / src / mesa / program / program.h
index 0e105c35fc291fa3ff954c1d71c5312793f972b0..376da7b2d41403741d2a64669eaa60ef69c88deb 100644 (file)
@@ -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