[Fix] (MG_State/FramebufferState): Set default readBuffer value as Color0.

This commit is contained in:
BZLZHH
2025-11-15 22:09:57 +08:00
parent 845f699e3f
commit 7af4c7d71b
@@ -118,7 +118,7 @@ namespace MobileGL {
m_attachments;
Bool m_drawBuffersDirty = false;
Array<FramebufferAttachmentType, MAX_DRAW_BUFFERS> m_drawBuffers;
FramebufferAttachmentType m_readBuffer = FramebufferAttachmentType::None;
FramebufferAttachmentType m_readBuffer = FramebufferAttachmentType::Color0;
};
} // namespace GLState