Skip to content

Commit

Permalink
Test: Fix numthreads for compute with call to SampleCmpBias
Browse files Browse the repository at this point in the history
  • Loading branch information
tex3d committed Feb 20, 2024
1 parent 56dd58d commit 9e4ee71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void samplecmpbias() {
// RDAT: MinShaderTarget: 0x50068

[shader("compute")]
[numthreads(1,1,1)]
[numthreads(4,1,1)]
void samplecmpbias_compute(uint tidx : SV_GroupIndex) {
samplecmpbias();
}

0 comments on commit 9e4ee71

Please sign in to comment.