diff options
Diffstat (limited to 'src/ral/ral_common.h')
-rw-r--r-- | src/ral/ral_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ral/ral_common.h b/src/ral/ral_common.h index 63816b1..2bcc013 100644 --- a/src/ral/ral_common.h +++ b/src/ral/ral_common.h @@ -41,6 +41,10 @@ void ResourcePools_Init(arena* a, struct ResourcePools* res_pools); PUB GPU_Renderpass* GPU_GetDefaultRenderpass(); // returns a renderpass that draws directly to // default framebuffer with default depth +// -- +// window resize callback +void GPU_WindowResizedCallback(u32 x, u32 y); + // --- Vertex formats VertexDescription static_3d_vertex_description(); |