diff options
Diffstat (limited to 'src/effects/placeholder_effect.cc')
| -rw-r--r-- | src/effects/placeholder_effect.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/effects/placeholder_effect.cc b/src/effects/placeholder_effect.cc index d8852da..6127e0c 100644 --- a/src/effects/placeholder_effect.cc +++ b/src/effects/placeholder_effect.cc @@ -6,7 +6,7 @@ #include "gpu/shaders.h" #include <cstdio> -PlaceholderEffect::PlaceholderEffect(const GpuContext& ctx, +Placeholder::Placeholder(const GpuContext& ctx, const std::vector<std::string>& inputs, const std::vector<std::string>& outputs, const char* placeholder_name) @@ -33,7 +33,7 @@ PlaceholderEffect::PlaceholderEffect(const GpuContext& ctx, sampler_ = wgpuDeviceCreateSampler(ctx_.device, &sampler_desc); } -void PlaceholderEffect::render(WGPUCommandEncoder encoder, +void Placeholder::render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params, NodeRegistry& nodes) { WGPUTextureView input_view = nodes.get_view(input_nodes_[0]); |
