diff options
Diffstat (limited to 'src/gpu/effect.h')
| -rw-r--r-- | src/gpu/effect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpu/effect.h b/src/gpu/effect.h index 47dd3c2..4c9b157 100644 --- a/src/gpu/effect.h +++ b/src/gpu/effect.h @@ -77,7 +77,8 @@ class Effect { // Returns output_nodes[0] of the first effect in |dag| whose input_nodes // intersect this effect's output_nodes_ (i.e. the first direct downstream // consumer). Returns "" if no such effect exists or it has no outputs. - std::string find_downstream_output(const std::vector<EffectDAGNode>& dag) const; + std::string + find_downstream_output(const std::vector<EffectDAGNode>& dag) const; // Helper: Run a fullscreen triangle pass (pipeline + bind_group → output) static void run_fullscreen_pass(WGPUCommandEncoder encoder, |
