mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-07 19:58:32 +09:00
Merge branch 'Feat/Backend-Direct-GLES' of https://github.com/MobileGL-Dev/MobileGL into Feat/Backend-Direct-GLES
This commit is contained in:
@@ -6,6 +6,7 @@ namespace MobileGL {
|
||||
SizeT GetSizedInternalFormatSizeInBytes(TextureInternalFormat internal) {
|
||||
switch (internal) {
|
||||
case TextureInternalFormat::R8:
|
||||
case TextureInternalFormat::Red:
|
||||
case TextureInternalFormat::R8Snorm:
|
||||
case TextureInternalFormat::R8I:
|
||||
case TextureInternalFormat::R8UI:
|
||||
|
||||
Reference in New Issue
Block a user