Skip to content

Commit

Permalink
Fixed compilation error in Test.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRichards-Code committed Sep 11, 2024
1 parent 0bdde56 commit caf113d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Applications/Test/Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ class PlatformRenderer : public crossplatform::RenderDelegatorInterface
crossplatform::ShaderResource res_rwImage = test->GetShaderResource("rwImage");

renderPlatform->ApplyPass(deviceContext, tvtestcard->GetPass(0));
roSB.Apply(deviceContext, test, res_roSB);
roSB.Apply(deviceContext, res_roSB);
renderPlatform->SetUnorderedAccessView(deviceContext, res_rwImage, texture);
renderPlatform->DispatchCompute(deviceContext, texture->width/32, texture->length/32, 1);
renderPlatform->UnapplyPass(deviceContext);
Expand Down

0 comments on commit caf113d

Please sign in to comment.