diff options
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r-- | src/mesa/main/dd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index de14943..f918bb6 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -784,7 +784,7 @@ struct dd_function_table { */ /*@{*/ struct gl_shader *(*NewShader)(struct gl_context *ctx, - GLuint name, GLenum type); + GLuint name, gl_shader_stage stage); void (*UseProgram)(struct gl_context *ctx, struct gl_shader_program *shProg); /*@}*/ |