diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-20 19:47:25 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-20 19:47:25 +1000 |
commit | 58a748dcd77d0caacc9d6ef7a7e7e073ac849ad3 (patch) | |
tree | 054108cf40ad4e9c147db4e8723485e72d9a7b98 /src/ral/ral_common.h | |
parent | 0a984656f5fec68c90acc612b01f897918c0070b (diff) |
resize viewport and fix skybox
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(); |