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 10, 2024
1 parent 35f0a99 commit 0bdde56
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 @@ -482,7 +482,7 @@ class PlatformRenderer : public crossplatform::RenderDelegatorInterface
crossplatform::EffectTechnique* fibonacci = test->GetTechniqueByName("test_fibonacci");
crossplatform::ShaderResource res = test->GetShaderResource("rwSB");

rwSB.ApplyAsUnorderedAccessView(deviceContext, test, res);
rwSB.ApplyAsUnorderedAccessView(deviceContext, res);
renderPlatform->ApplyPass(deviceContext, fibonacci->GetPass(0));
renderPlatform->DispatchCompute(deviceContext, 1, 1, 1);
renderPlatform->UnapplyPass(deviceContext);
Expand Down

0 comments on commit 0bdde56

Please sign in to comment.