mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-11 12:45:05 +01:00
Shader Disassembly: Fix disassembly of IFU/CALLU instructions
This commit is contained in:
parent
bc3f57efd0
commit
3194f40e96
@ -226,6 +226,7 @@ QVariant GraphicsVertexShaderModel::data(const QModelIndex& index, int role) con
|
|||||||
}
|
}
|
||||||
|
|
||||||
case OpCode::Type::Conditional:
|
case OpCode::Type::Conditional:
|
||||||
|
case OpCode::Type::UniformFlowControl:
|
||||||
{
|
{
|
||||||
output << ' ';
|
output << ' ';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user