summaryrefslogtreecommitdiff
path: root/src/effects/scene1_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/scene1_effect.h')
-rw-r--r--src/effects/scene1_effect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/effects/scene1_effect.h b/src/effects/scene1_effect.h
index 781cbae..0d5d9d1 100644
--- a/src/effects/scene1_effect.h
+++ b/src/effects/scene1_effect.h
@@ -2,6 +2,7 @@
#pragma once
+#include "gpu/camera_params.h"
#include "gpu/effect.h"
#include "gpu/uniform_helper.h"
#include "gpu/wgpu_resource.h"
@@ -18,4 +19,5 @@ class Scene1 : public Effect {
private:
RenderPipeline pipeline_;
BindGroup bind_group_;
+ UniformBuffer<CameraParams> camera_params_;
};