diff options
Diffstat (limited to 'src/mesa/main/nvvertparse.h')
-rw-r--r-- | src/mesa/main/nvvertparse.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/nvvertparse.h b/src/mesa/main/nvvertparse.h index 5949b9228b6..205885f45c3 100644 --- a/src/mesa/main/nvvertparse.h +++ b/src/mesa/main/nvvertparse.h @@ -41,5 +41,10 @@ _mesa_print_nv_vertex_instruction(const struct vp_instruction *inst); extern void _mesa_print_nv_vertex_program(const struct vertex_program *program); +extern const char * +_mesa_nv_vertex_input_register_name(GLuint i); + +extern const char * +_mesa_nv_vertex_output_register_name(GLuint i); #endif |