diff options
Diffstat (limited to 'src/mesa/shader/nvvertexec.h')
-rw-r--r-- | src/mesa/shader/nvvertexec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/nvvertexec.h b/src/mesa/shader/nvvertexec.h index e6e5a3ad7a2..cdf1bd588bf 100644 --- a/src/mesa/shader/nvvertexec.h +++ b/src/mesa/shader/nvvertexec.h @@ -38,6 +38,6 @@ extern void _mesa_exec_vertex_program(GLcontext *ctx, const struct vertex_program *program); extern void -_mesa_dump_vp_state( const struct vertex_program_state *state ); +_mesa_dump_vp_state( const struct gl_vertex_program_state *state ); #endif |