Remove Unlink from asset reference

This commit is contained in:
Wojtek Figat
2021-02-10 11:37:14 +01:00
parent adbb467206
commit 81e41d51c8
35 changed files with 80 additions and 124 deletions

View File

@@ -55,11 +55,9 @@ void FXAA::Dispose()
// Base
RendererPass::Dispose();
// Delete pipeline state
// Cleanup
_psFXAA.Delete();
// Release asset
_shader.Unlink();
_shader = nullptr;
}
void FXAA::Render(RenderContext& renderContext, GPUTexture* input, GPUTextureView* output)