[Feat] (MG_State/TextureState|MG_Impl/Texture): Add fake CubeMapTexture support.

This commit is contained in:
BZLZHH
2025-11-15 21:47:50 +08:00
parent a0cc3e5f3e
commit 49b66c30c1
3 changed files with 18 additions and 9 deletions
@@ -31,6 +31,7 @@ namespace MobileGL {
case TextureTarget::Texture1D:
textureObject = MakeShared<TextureObject1D>(index);
break;
case TextureTarget::TextureCubeMap: // TODO
case TextureTarget::Texture2D:
textureObject = MakeShared<TextureObject2D>(index);
break;