mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-18 03:35:57 +00:00
DXIL Debugger gather argument is Int, set flushDenorm = false
Fixes assert found during testing
This commit is contained in:
@@ -4620,7 +4620,7 @@ void ThreadState::PerformGPUResourceOp(const rdcarray<ThreadState> &workgroups,
|
||||
|
||||
if(gatherArg > 0)
|
||||
{
|
||||
if(GetShaderVariable(inst.args[gatherArg], opCode, dxOpCode, arg))
|
||||
if(GetShaderVariable(inst.args[gatherArg], opCode, dxOpCode, arg, false))
|
||||
{
|
||||
RDCASSERTEQUAL(arg.type, VarType::SInt);
|
||||
// Red = 0, Green = 1, Blue = 2, Alpha = 3
|
||||
|
||||
Reference in New Issue
Block a user