Add create/resize/destroy_swapchain functions to RenderDriver

This commit is contained in:
2025-04-18 20:43:17 +10:00
parent b23d2d9c3c
commit 47a07ea6a8
4 changed files with 192 additions and 0 deletions

View File

@@ -13,5 +13,8 @@ namespace Nova {
struct RenderDevice;
struct Surface;
struct Swapchain;
using SurfaceID = Surface*;
using SwapchainID = Swapchain*;
} // namespace Nova