diff options
Diffstat (limited to 'src/effects/placeholder_effect.h')
| -rw-r--r-- | src/effects/placeholder_effect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/effects/placeholder_effect.h b/src/effects/placeholder_effect.h index f7917ab..eaa1f6e 100644 --- a/src/effects/placeholder_effect.h +++ b/src/effects/placeholder_effect.h @@ -6,9 +6,9 @@ #include "gpu/effect.h" #include "gpu/uniform_helper.h" -class PlaceholderEffect : public Effect { +class Placeholder : public Effect { public: - PlaceholderEffect(const GpuContext& ctx, const std::vector<std::string>& inputs, + Placeholder(const GpuContext& ctx, const std::vector<std::string>& inputs, const std::vector<std::string>& outputs, const char* placeholder_name = "UnknownEffect"); |
