SPIR-V: Rewrite basic control-flow to use a while loop paired with a switch statement
This commit is contained in:
@@ -396,7 +396,7 @@ void GlslShaderTranslator::ProcessLabel(uint32_t cf_index) {
|
||||
}
|
||||
}
|
||||
|
||||
void GlslShaderTranslator::ProcessControlFlowNopInstruction() {
|
||||
void GlslShaderTranslator::ProcessControlFlowNopInstruction(uint32_t cf_index) {
|
||||
EmitSource("// cnop\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user