[Fix] (MG_Impl/GLImpl, MG_State/GLState, MG_Backend): fix DSA renderbuffer defaults [skip ci]

This commit is contained in:
2026-07-02 17:55:15 +08:00
parent d8e3c29744
commit 8266376838
3 changed files with 18 additions and 4 deletions
@@ -45,7 +45,7 @@ namespace MobileGL {
private:
Uint m_externalIndex = 0;
TextureInternalFormat m_internalFormat;
TextureInternalFormat m_internalFormat = TextureInternalFormat::RGBA;
Int m_width = 0;
Int m_height = 0;
Int m_samples = 0;