diff options
author | Brian Paul <[email protected]> | 2003-07-21 04:22:40 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-07-21 04:22:40 +0000 |
commit | 08ff059f203f05a0cc417a46fe37f83929963db5 (patch) | |
tree | a60fb074a49d3430f3a62c0319db1a7e1ef50224 /src/mesa/main/nvvertparse.h | |
parent | 190c11e06d0f33c6815c19f36bb6f8f90d2ac2be (diff) |
Initial implementation of GL_MESA_program_debug - a vertex/fragment program
debugging extension.
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 |