mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 21:58:31 +09:00
[Feat] (MG_State/TextureState): Add GL_FLOAT_32_UNSIGNED_INT_24_8_REV.
This commit is contained in:
@@ -265,6 +265,8 @@ namespace MobileGL {
|
||||
return GL_UNSIGNED_INT_10F_11F_11F_REV;
|
||||
case TexturePixelDataType::UnsignedInt5999Rev:
|
||||
return GL_UNSIGNED_INT_5_9_9_9_REV;
|
||||
case TexturePixelDataType::Float32UnsignedInt248Rev:
|
||||
return GL_FLOAT_32_UNSIGNED_INT_24_8_REV;
|
||||
default:
|
||||
return GL_UNKNOWN_MGL;
|
||||
}
|
||||
@@ -441,4 +443,4 @@ namespace MobileGL {
|
||||
}
|
||||
}
|
||||
} // namespace MG_Util
|
||||
} // namespace MobileGL
|
||||
} // namespace MobileGL
|
||||
|
||||
Reference in New Issue
Block a user