From 7aebaf3debc6482b49faee5ed38418ad3d35fc30 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 30 Oct 2005 21:23:23 +0000 Subject: Lots of clean-up in arb program parser. Use new _mesa_init_fp/vp_instruction() function to initialize instructions. --- src/mesa/shader/nvvertprog.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mesa/shader/nvvertprog.h') 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 */ -- cgit v1.2.3