[Fix] (MG_Backend/DirectVulkan): misc fixes

This commit is contained in:
2026-02-25 16:49:58 +08:00
parent e2e52965df
commit 9b23594415
6 changed files with 8 additions and 8 deletions
@@ -36,7 +36,7 @@ namespace MobileGL::MG_Backend::DirectVulkan {
Bool Initialize();
void Shutdown();
void QueueClear(GLbitfield mask, const ClearFramebufferPayload& clearPayload, MG_State::GLState::FramebufferObject& drawFbo);
void QueueClear(GLbitfield mask, const ClearFramebufferPayload& clearPayload, const MG_State::GLState::FramebufferObject& drawFbo);
void QueueClear(
const ClearAttachmentPayload& clearPayload,
const SharedPtr<MG_State::GLState::ITextureObject>& texture);