mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 06:08:30 +09:00
[Fix|Refactor] (MG_Backend/DirectVulkan): Fix incorrect vkAcquireNextImageKHR call. MOBILEGL_ASSERT_VK -> VK_VERIFY.
This commit is contained in:
@@ -55,7 +55,7 @@ namespace MobileGL::MG_Backend::DirectVulkan {
|
||||
VkCommandPool CommandPool = VK_NULL_HANDLE;
|
||||
|
||||
std::vector<std::unique_ptr<FrameContext>> Frames;
|
||||
uint32_t CurrentFrame = 0;
|
||||
Uint32 CurrentFrame = 0;
|
||||
|
||||
// Render callbacks map
|
||||
std::vector<std::pair<std::string, RenderCallback>> RenderCallbacks;
|
||||
|
||||
Reference in New Issue
Block a user