summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/daw/rendering.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/daw/rendering.h b/src/include/daw/rendering.h
index d9ad6c1..ecfb438 100644
--- a/src/include/daw/rendering.h
+++ b/src/include/daw/rendering.h
@@ -342,6 +342,7 @@ void r_init_renderstack(
u32 *restrict buffer_params
);
+void r_clear_buffer(void *restrict context, RenderTargets *restrict t, u32 framebuffer_idx);
//static void r_create_renderbuffers(GladGLContext* restrict ctx, u32* restrict renderbuffer_array, u32* restrict renderbuffer_types, ivec2* restrict renderbuffer_sizes, usize num_targets);