mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 06:08:30 +09:00
[Feat] (MG_Backend/DirectGLES|MG_Impl): Initial implementions of GetTexImage and ReadPixels.
This commit is contained in:
@@ -16,6 +16,7 @@ namespace MobileGL {
|
||||
SizeT GetBaseInternalFormatComponentCount(TextureInternalFormat format);
|
||||
SizeT GetSizedTexturePixelDataTypeSize(TexturePixelDataType type);
|
||||
SizeT GetBaseTexturePixelDataTypeSize(TexturePixelDataType type);
|
||||
SizeT GetTexturePixelDataTypeSize(TexturePixelDataType type);
|
||||
// This should respect internal format more
|
||||
SizeT GetInternalBytesPerPixel(TextureInternalFormat internalformat, TexturePixelDataType type);
|
||||
// This should respect type more, representing data passed in
|
||||
|
||||
Reference in New Issue
Block a user