From f7fda86c6dcb7894157bd35a0cf15d003d48b441 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 22 Jul 2003 03:34:54 +0000 Subject: Implement debugger callback, etc for vertex programs. Misc clean-ups. --- src/mesa/main/nvvertprog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/main/nvvertprog.h') diff --git a/src/mesa/main/nvvertprog.h b/src/mesa/main/nvvertprog.h index 411426e963..6ccb0c4efb 100644 --- a/src/mesa/main/nvvertprog.h +++ b/src/mesa/main/nvvertprog.h @@ -114,6 +114,9 @@ struct vp_instruction enum vp_opcode Opcode; struct vp_src_register SrcReg[3]; struct vp_dst_register DstReg; +#if FEATURE_MESA_program_debug + GLint StringPos; +#endif }; -- cgit v1.2.3