mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-13 22:58:30 +09:00
[Fix] (MG_State/Texture): add missing RGB16 format
This commit is contained in:
@@ -116,6 +116,8 @@ namespace MobileGL {
|
||||
return TextureInternalFormat::RGB10;
|
||||
case GL_RGB12:
|
||||
return TextureInternalFormat::RGB12;
|
||||
case GL_RGB16:
|
||||
return TextureInternalFormat::RGB16;
|
||||
case GL_RGB16_SNORM:
|
||||
return TextureInternalFormat::RGB16Snorm;
|
||||
case GL_RGBA2:
|
||||
|
||||
Reference in New Issue
Block a user