[Feat] (MG_State/TextureState): Add GL_FLOAT_32_UNSIGNED_INT_24_8_REV.

This commit is contained in:
BZLZHH
2025-11-30 11:42:20 +08:00
parent 7a9cb2dafb
commit 6293f3f0ab
5 changed files with 15 additions and 8 deletions
@@ -170,8 +170,9 @@ namespace MobileGL {
UnsignedInt8888Rev,
UnsignedInt1010102,
UnsignedInt2101010Rev,
UnsignedInt101111Rev, // not a standard type in OpenGL core profile
UnsignedInt5999Rev, // not a standard type in OpenGL core profile
UnsignedInt101111Rev,
UnsignedInt5999Rev,
Float32UnsignedInt248Rev,
TypeCount,
Unknown = -1
@@ -188,4 +189,4 @@ namespace MobileGL {
SwizzleParamCount,
Unknown = -1
};
} // namespace MobileGL
} // namespace MobileGL