mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 05:38:31 +09:00
[Fix] (MG_Backend/DirectGLES): support Sundial Lite shader pack
This commit is contained in:
@@ -132,6 +132,8 @@ namespace MobileGL {
|
||||
return GL_RGBA12;
|
||||
case TextureInternalFormat::RGBA16:
|
||||
return GL_RGBA16;
|
||||
case TextureInternalFormat::RGBA16Snorm:
|
||||
return GL_RGBA16_SNORM;
|
||||
case TextureInternalFormat::SRGB8:
|
||||
return GL_SRGB8;
|
||||
case TextureInternalFormat::SRGB8Alpha8:
|
||||
|
||||
Reference in New Issue
Block a user