From 58a748dcd77d0caacc9d6ef7a7e7e073ac849ad3 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 20 Jul 2024 19:47:25 +1000 Subject: resize viewport and fix skybox --- src/ral/ral_common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ral/ral_common.h') 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(); -- cgit v1.2.3-70-g09d2