shader_bytecode: Add Control Code enum 0xf
Control Code 0xf means to unconditionally execute the instruction. This value is passed to most BRA, EXIT and SYNC instructions (among others) but this may not always be the case.
Please register or sign in to comment