diff options
author | Brian Paul <[email protected]> | 2003-07-22 03:34:54 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-07-22 03:34:54 +0000 |
commit | f7fda86c6dcb7894157bd35a0cf15d003d48b441 (patch) | |
tree | 3eec84c3e740c313d0dc4639bbab75435b503aba /src/mesa/main/nvvertprog.h | |
parent | 389858ee7b5207d356c9211386024af8ff9797f5 (diff) |
Implement debugger callback, etc for vertex programs. Misc clean-ups.
Diffstat (limited to 'src/mesa/main/nvvertprog.h')
-rw-r--r-- | src/mesa/main/nvvertprog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/nvvertprog.h b/src/mesa/main/nvvertprog.h index 411426e963b..6ccb0c4efbc 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 }; |