Remove unsured variable

This commit is contained in:
2024-08-29 19:34:17 +02:00
parent 09737023a1
commit 6a4d9877e6
@@ -11,7 +11,6 @@
class ContrastAdaptiveSharpeningPass : public RendererPass<ContrastAdaptiveSharpeningPass>
{
private:
bool _loadShader = true;
AssetReference<Shader> _shader;
GPUPipelineState* _psCAS = nullptr;