[Feat] (MG_Backend/DirectVulkan): create swapchain

This commit is contained in:
2026-02-12 13:50:06 +08:00
parent 74ff24e4a4
commit 9fb5a38172
2 changed files with 361 additions and 1 deletions
@@ -16,6 +16,8 @@
MOBILEGL_ASSERT(_vk_verify_result == VK_SUCCESS, "Vulkan error %d at %s:%d" __VA_OPT__(" - ") __VA_ARGS__, _vk_verify_result, __FILE__, __LINE__); \
} while (0)
#define ENUM_STR_CASE(c) case c: return #c;
namespace MobileGL::MG_Backend::DirectVulkan {
class VulkanContext;
class SwapchainManager;