Files
SDL3CPlusPlus/scripts
johndoe6345789 fb71265a5b feat: Implement render graph support in Vulkan backend
- Added RecordRenderGraph method to IRenderCommandService and its implementation in RenderCommandService.
- Updated VulkanGraphicsBackend to handle render graph definitions and record commands accordingly.
- Introduced GetDepthFormat method in ISwapchainService to retrieve depth buffer format.
- Enhanced VulkanGraphicsBackend with methods to set render graph definitions and manage render graph resources.
- Added RenderGraphImage structure to manage render targets and depth targets within the render graph.
- Updated interfaces and services to accommodate new render graph functionality, including descriptor set layout retrieval in IPipelineService.
2026-01-06 02:02:52 +00:00
..
2025-12-19 16:13:09 +00:00
2025-12-19 17:11:38 +00:00
2025-12-18 20:20:07 +00:00
2025-12-19 18:03:11 +00:00
2025-12-19 16:13:09 +00:00
2025-12-18 19:13:31 +00:00
2025-12-19 17:11:38 +00:00
2025-12-19 16:43:57 +00:00
2025-12-18 22:43:45 +00:00
2026-01-05 21:09:14 +00:00