diff options
Diffstat (limited to 'src/effects/heptagon_effect.h')
| -rw-r--r-- | src/effects/heptagon_effect.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/effects/heptagon_effect.h b/src/effects/heptagon_effect.h index ef05d79..4b7b887 100644 --- a/src/effects/heptagon_effect.h +++ b/src/effects/heptagon_effect.h @@ -18,8 +18,4 @@ class Heptagon : public Effect { private: WGPURenderPipeline pipeline_; WGPUBindGroup bind_group_; - WGPUSampler sampler_; - WGPUTexture dummy_texture_; - WGPUTextureView dummy_texture_view_; - UniformBuffer<UniformsSequenceParams> uniforms_buffer_; }; |
