Add RenderPass creation to RenderDriver::create_swapchain()

This commit is contained in:
2025-04-30 17:21:46 +10:00
parent 771363bbfe
commit 22f9878d38
5 changed files with 72 additions and 21 deletions

View File

@@ -242,6 +242,7 @@ namespace Nova {
struct VertexAttribute;
struct VertexBinding;
struct RenderPassParams;
struct GraphicsPipelineParams;
struct ComputePipelineParams;