summaryrefslogtreecommitdiff
path: root/src/effects/passthrough_effect_v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/passthrough_effect_v2.h')
-rw-r--r--src/effects/passthrough_effect_v2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/effects/passthrough_effect_v2.h b/src/effects/passthrough_effect_v2.h
index 813361e..a272b87 100644
--- a/src/effects/passthrough_effect_v2.h
+++ b/src/effects/passthrough_effect_v2.h
@@ -3,6 +3,7 @@
#pragma once
#include "gpu/effect_v2.h"
+#include "gpu/uniform_helper.h"
class PassthroughEffectV2 : public EffectV2 {
public:
@@ -16,4 +17,5 @@ class PassthroughEffectV2 : public EffectV2 {
WGPURenderPipeline pipeline_;
WGPUBindGroup bind_group_;
WGPUSampler sampler_;
+ UniformBuffer<UniformsSequenceParams> uniforms_buffer_;
};