mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-25 14:15:02 +00:00
- Deleted VulkanGuiService and associated interfaces to streamline GUI rendering. - Removed RenderGraphConfig and GraphicsBackendConfig, replacing them with BgfxConfig. - Eliminated unused render graph structures and interfaces to simplify codebase. - Updated IConfigService and IGraphicsBackend interfaces to reflect new configurations. - Removed Vulkan device and buffer service interfaces to reduce complexity. - Enhanced error handling and validation across Vulkan initialization and resource management. - Updated unit tests to remove references to the obsolete render graph functionality.