summaryrefslogtreecommitdiff
path: root/src/effects/placeholder_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/placeholder_effect.h')
-rw-r--r--src/effects/placeholder_effect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/effects/placeholder_effect.h b/src/effects/placeholder_effect.h
index 24cf3f4..72b156f 100644
--- a/src/effects/placeholder_effect.h
+++ b/src/effects/placeholder_effect.h
@@ -18,7 +18,5 @@ class Placeholder : public Effect {
private:
WGPURenderPipeline pipeline_;
WGPUBindGroup bind_group_;
- WGPUSampler sampler_;
- UniformBuffer<UniformsSequenceParams> uniforms_buffer_;
const char* name_;
};