We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f98d1 commit 0e81293Copy full SHA for 0e81293
src/xenia/gpu/shader_translator.cc
@@ -186,7 +186,6 @@ void Shader::AnalyzeUcode(StringBuffer& ucode_disasm_buffer) {
186
constant_register_map_.bool_bitmap[bool_constant_index / 32] |=
187
uint32_t(1) << (bool_constant_index % 32);
188
}
189
- // TODO(benvanik): break if (DoesControlFlowOpcodeEndShader(cf.opcode()))?
190
191
192
ucode_disassembly_ = ucode_disasm_buffer.to_string();
0 commit comments