summaryrefslogtreecommitdiff
path: root/src/gpu/effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effect.h')
-rw-r--r--src/gpu/effect.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpu/effect.h b/src/gpu/effect.h
index 6c50d84..70ba9be 100644
--- a/src/gpu/effect.h
+++ b/src/gpu/effect.h
@@ -1,7 +1,5 @@
// Effect: Base class for effects with multi-input/multi-output support
-#ifndef EFFECT_H
-#define EFFECT_H
#pragma once
#include "gpu/gpu.h"
@@ -98,4 +96,3 @@ class Effect {
// Auto-passthrough helper for 1:1 input/output effects
void blit_input_to_output(WGPUCommandEncoder encoder, NodeRegistry& nodes);
};
-#endif // EFFECT_H