diff options
Diffstat (limited to 'src/effects/rotating_cube_effect.h')
| -rw-r--r-- | src/effects/rotating_cube_effect.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/effects/rotating_cube_effect.h b/src/effects/rotating_cube_effect.h index bdcf180..0c713d2 100644 --- a/src/effects/rotating_cube_effect.h +++ b/src/effects/rotating_cube_effect.h @@ -10,14 +10,12 @@ class RotatingCube : public Effect { public: - RotatingCube(const GpuContext& ctx, - const std::vector<std::string>& inputs, - const std::vector<std::string>& outputs); + RotatingCube(const GpuContext& ctx, const std::vector<std::string>& inputs, + const std::vector<std::string>& outputs); ~RotatingCube() override; void declare_nodes(NodeRegistry& registry) override; - void render(WGPUCommandEncoder encoder, - const UniformsSequenceParams& params, + void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params, NodeRegistry& nodes) override; private: |
