[Feat] (MG_Util|MG_State/TextureState): Add TexturePixelDataType::HalfFloat and TexturePixelDataType::UnsignedInt248. Handle TexturePixelDataType::Float32UnsignedInt248Rev.

This commit is contained in:
BZLZHH
2026-01-01 13:17:25 +08:00
parent 21dcbc9e52
commit b68d2859e8
5 changed files with 42 additions and 24 deletions
@@ -171,6 +171,8 @@ namespace MobileGL {
UnsignedInt,
Int,
Float,
HalfFloat,
UnsignedInt248,
UnsignedByte332,
UnsignedByte233Rev,
UnsignedShort565,