mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Tweak d3d12_workgroup_zoo : set both root constants for both dispatches
This commit is contained in:
@@ -425,6 +425,7 @@ void main(uint3 inTid : SV_DispatchThreadID)
|
||||
for(int i = 0; i < numCompTests; i++)
|
||||
{
|
||||
cmd->SetComputeRoot32BitConstant(0, i, 0);
|
||||
cmd->SetComputeRoot32BitConstant(0, i + 1, 1);
|
||||
cmd->Dispatch(2, 1, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user