[Fix] (MG_Backend/DirectVulkan): fix validation error on Windows

This commit is contained in:
2026-02-10 14:16:23 +08:00
parent ceaa6ff5f8
commit 43e59d8fce
4 changed files with 39 additions and 24 deletions
@@ -14,6 +14,9 @@ namespace MobileGL::MG_Backend::DirectVulkan {
void Clear(GLbitfield mask) {}
void DrawElements(GLenum mode, GLsizei count, GLenum type, const void* indices) {
pVulkanRenderer->RenderFrame();
(void)mode;
(void)count;
(void)type;
(void)indices;
}
} // namespace MobileGL::MG_Backend::DirectVulkan
} // namespace MobileGL::MG_Backend::DirectVulkan