summaryrefslogtreecommitdiff
path: root/src/effects/passthrough_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/passthrough_effect.h')
-rw-r--r--src/effects/passthrough_effect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/effects/passthrough_effect.h b/src/effects/passthrough_effect.h
index 125ac5a..88c623b 100644
--- a/src/effects/passthrough_effect.h
+++ b/src/effects/passthrough_effect.h
@@ -5,9 +5,9 @@
#include "gpu/effect.h"
#include "gpu/uniform_helper.h"
-class PassthroughEffect : public Effect {
+class Passthrough : public Effect {
public:
- PassthroughEffect(const GpuContext& ctx, const std::vector<std::string>& inputs,
+ Passthrough(const GpuContext& ctx, const std::vector<std::string>& inputs,
const std::vector<std::string>& outputs);
void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params,