summaryrefslogtreecommitdiff
path: root/src/mesa/shader/nvvertprog.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-10-30 21:23:23 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-10-30 21:23:23 +0000
commit7aebaf3debc6482b49faee5ed38418ad3d35fc30 (patch)
treed3794359358ea33e561dd8bdbc84c34cfc229688 /src/mesa/shader/nvvertprog.h
parent094a1ddf2498d598da5abaef6d6ed53ec2dbe6dc (diff)
Lots of clean-up in arb program parser.
Use new _mesa_init_fp/vp_instruction() function to initialize instructions.
Diffstat (limited to 'src/mesa/shader/nvvertprog.h')
-rw-r--r--src/mesa/shader/nvvertprog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/shader/nvvertprog.h b/src/mesa/shader/nvvertprog.h
index b8dbe36313..994a324f8f 100644
--- a/src/mesa/shader/nvvertprog.h
+++ b/src/mesa/shader/nvvertprog.h
@@ -108,4 +108,8 @@ struct vp_instruction
};
+extern void
+_mesa_init_vp_instruction(struct vp_instruction *inst);
+
+
#endif /* VERTPROG_H */