DXIL Debugger gather argument is Int, set flushDenorm = false

Fixes assert found during testing
This commit is contained in:
Jake Turner
2024-11-20 08:58:54 +00:00
parent 91c935ffde
commit 5a5371e733
+1 -1
View File
@@ -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