summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2025-12-17 13:28:31 +0000
committeronelin <oscar@nelin.dk>2025-12-18 21:14:22 +0000
commitbb521d304aee0bb990ad92dd8cf5251a4eb1f0fa (patch)
tree00212fbfc239de8dea2fbbd221a4e540935d734c /src/include
parentddcfb5d3827a6df6357dca7b29def5aca3a4fcd2 (diff)
Resize framebuffers on window resize
Diffstat (limited to 'src/include')
-rw-r--r--src/include/daw/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/daw/window.h b/src/include/daw/window.h
index 4e00774..b86ee60 100644
--- a/src/include/daw/window.h
+++ b/src/include/daw/window.h
@@ -112,6 +112,7 @@ void window_init_renderstack(Window *restrict w,
void get_mousepos(double *x, double *y);
void window_get_size(ivec2* dst);
+void window_reset_cameras(Window* w, RenderTargets* restrict targets);
#ifdef __cplusplus
}