citro3d
|
Parameters for C3D_TexInitWithParams() More...
#include <texture.h>
Data Fields | |
u16 | width |
Width of texture in pixels. (must be a power of 2) | |
u16 | height |
Height of texture in pixels. (must be a power of 2) | |
u8 | maxLevel: 4 |
Maximum mipmap level. | |
GPU_TEXCOLOR | format: 4 |
GPU texture format. | |
GPU_TEXTURE_MODE_PARAM | type: 3 |
Texture type. | |
bool | onVram: 1 |
Specifies whether to allocate texture data in Vram or linearMemory. | |
Parameters for C3D_TexInitWithParams()