citro3d
Data Fields
C3D_TexInitParams Struct Reference

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.
 

Detailed Description

Parameters for C3D_TexInitWithParams()


The documentation for this struct was generated from the following file: