diff options
Diffstat (limited to 'src/mesa/shader/nvvertprog.h')
-rw-r--r-- | src/mesa/shader/nvvertprog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/shader/nvvertprog.h b/src/mesa/shader/nvvertprog.h index ca9930a9749..17646e3600b 100644 --- a/src/mesa/shader/nvvertprog.h +++ b/src/mesa/shader/nvvertprog.h @@ -66,7 +66,9 @@ enum vp_opcode VP_OPCODE_SLT, VP_OPCODE_SUB, VP_OPCODE_SWZ, /* ARB only */ - VP_OPCODE_XPD /* ARB only */ + VP_OPCODE_XPD, /* ARB only */ + + VP_MAX_OPCODE }; |