diff options
author | Brian Paul <[email protected]> | 2005-11-05 17:10:45 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-11-05 17:10:45 +0000 |
commit | 7e807510d8c3e88ee7ae6c697393201cf08f992f (patch) | |
tree | e9b016baa0c63f333efd586619568731dc3db747 /src/mesa/shader/arbvertparse.h | |
parent | 73347516be1a515380af1a71cbeaec51001a46dc (diff) |
Unify vertex/fragment program instuctions.
Based on patch by Ian (#4967) but also unify instruction opcodes.
Diffstat (limited to 'src/mesa/shader/arbvertparse.h')
-rw-r--r-- | src/mesa/shader/arbvertparse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/arbvertparse.h b/src/mesa/shader/arbvertparse.h index f2ac1570be0..30ff1629132 100644 --- a/src/mesa/shader/arbvertparse.h +++ b/src/mesa/shader/arbvertparse.h @@ -31,6 +31,6 @@ _mesa_parse_arb_vertex_program(GLcontext * ctx, GLenum target, struct vertex_program *program); extern void -_mesa_debug_vp_inst(GLint num, struct vp_instruction *vp); +_mesa_debug_vp_inst(GLint num, struct prog_instruction *vp); #endif |