ShaderJIT: Make BREAK(C) emit a warning instead of crashing until implemented

This commit is contained in:
wheremyfoodat 2023-09-16 18:07:07 +03:00
parent 011dd1b5d9
commit 1f8194dfa3
2 changed files with 5 additions and 0 deletions

View file

@ -36,8 +36,10 @@ namespace ShaderOpcodes {
DSTI = 0x19,
SGEI = 0x1A,
SLTI = 0x1B,
BREAK = 0x20,
NOP = 0x21,
END = 0x22,
BREAKC = 0x23,
CALL = 0x24,
CALLC = 0x25,
CALLU = 0x26,