diff options
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 }; |