ShaderJIT: Make BREAK(C) emit a warning instead of crashing until implemented
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user