summaryrefslogtreecommitdiff
path: root/src/mesa/main/nvvertprog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/nvvertprog.h')
-rw-r--r--src/mesa/main/nvvertprog.h3
1 files changed, 3 insertions, 0 deletions
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
};