diff --git a/Applications/Test/Test.cpp b/Applications/Test/Test.cpp index d673843d..e34abc5a 100644 --- a/Applications/Test/Test.cpp +++ b/Applications/Test/Test.cpp @@ -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);