Add a VP_MAX_OPCODE entry to allow engines with internal opcodes to

place them sensibly.
This commit is contained in:
Keith Whitwell 2005-06-07 10:56:17 +00:00
parent 4f923fb0bc
commit 17d249d31b

View file

@ -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
};