summaryrefslogtreecommitdiff
path: root/src/effects/flash_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/flash_effect.h')
-rw-r--r--src/effects/flash_effect.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/effects/flash_effect.h b/src/effects/flash_effect.h
index 1117e0a..d46cd56 100644
--- a/src/effects/flash_effect.h
+++ b/src/effects/flash_effect.h
@@ -18,8 +18,4 @@ class Flash : public Effect {
private:
WGPURenderPipeline pipeline_;
WGPUBindGroup bind_group_;
- WGPUSampler sampler_;
- WGPUTexture dummy_texture_;
- WGPUTextureView dummy_texture_view_;
- UniformBuffer<UniformsSequenceParams> uniforms_buffer_;
};