nn::gd::CTR::Resource::Format Enumerated Typeenum Format;
| Value | Description |
|---|---|
| FORMAT_RGBA_8888 | |
| FORMAT_RGB_888 | |
| FORMAT_RGBA_5551 | |
| FORMAT_RGB_565 | |
| FORMAT_RGBA_4444 | |
| FORMAT_LUMINANCE_ALPHA_88 | |
| FORMAT_LUMINANCE_8 | |
| FORMAT_ALPHA_8 | |
| FORMAT_LUMINANCE_ALPHA_44 | |
| FORMAT_LUMINANCE_4 | |
| FORMAT_ALPHA_4 | |
| FORMAT_HILO_88 | |
| FORMAT_RESERVED_MAX_U32 |
The enum values for texture resource formats.
To use these formats they first must be converted to native format because they are in OpenGL standard texture format and cannot be used in that format.
CONFIDENTIAL