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