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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/effect.h b/src/gpu/effect.h
index 7991700..ed90ac7 100644
--- a/src/gpu/effect.h
+++ b/src/gpu/effect.h
@@ -137,6 +137,7 @@ class MainSequence {
// Auxiliary texture registry for inter-effect texture sharing
void register_auxiliary_texture(const char* name, int width, int height);
+ void resize_auxiliary_texture(const char* name, int width, int height);
WGPUTextureView get_auxiliary_view(const char* name);
#if !defined(STRIP_ALL)