Shader Disassembly: Fix disassembly of IFU/CALLU instructions

pull/8/head
Yuri Kunde Schlesner 10 years ago
parent bc3f57efd0
commit 3194f40e96

@ -226,6 +226,7 @@ QVariant GraphicsVertexShaderModel::data(const QModelIndex& index, int role) con
}
case OpCode::Type::Conditional:
case OpCode::Type::UniformFlowControl:
{
output << ' ';

Loading…
Cancel
Save