mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Don't warn on vector instructions - DXIL uses them sometimes
This commit is contained in:
@@ -2165,8 +2165,7 @@ Program::Program(const byte *bytes, size_t length)
|
||||
}
|
||||
else if(op.type == FunctionRecord::INST_EXTRACTELT)
|
||||
{
|
||||
// DXIL claims to be scalarised so should this appear?
|
||||
RDCWARN("Unexpected vector instruction extractelement in DXIL");
|
||||
// DXIL claims to be scalarised but lol that's a lie
|
||||
|
||||
Instruction inst;
|
||||
|
||||
@@ -2186,8 +2185,7 @@ Program::Program(const byte *bytes, size_t length)
|
||||
}
|
||||
else if(op.type == FunctionRecord::INST_INSERTELT)
|
||||
{
|
||||
// DXIL claims to be scalarised so should this appear?
|
||||
RDCWARN("Unexpected vector instruction insertelement in DXIL");
|
||||
// DXIL claims to be scalarised but lol that's a lie
|
||||
|
||||
Instruction inst;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user