[Feat] (MG_Backend/DirectGLES): sync tex buffer to backend

This commit is contained in:
2025-12-10 09:17:30 +08:00
parent cb4e6b5f19
commit b79424a78c
4 changed files with 42 additions and 4 deletions
@@ -317,6 +317,8 @@ namespace MobileGL {
return TextureUploadTarget::CubeMapPositiveZ;
case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z:
return TextureUploadTarget::CubeMapNegativeZ;
case GL_TEXTURE_BUFFER:
return TextureUploadTarget::TextureBuffer;
case GL_PROXY_TEXTURE_CUBE_MAP:
return TextureUploadTarget::ProxyCubeMap;
case GL_TEXTURE_2D_MULTISAMPLE: