Citro3d
Loading...
Searching...
No Matches
Tex3DS_Texture_s Struct Reference

Tex3DS texture. More...

Public Attributes

u16 numSubTextures
 Number of subtextures. More...
 
u16 width
 Texture width. More...
 
u16 height
 Texture height. More...
 
u8 format
 Texture format. More...
 
u8 mipmapLevels
 Number of mipmaps. More...
 
Tex3DS_SubTexture subTextures []
 Subtextures. More...
 

Detailed Description

Tex3DS texture.

Definition at line 34 of file tex3ds.c.

Member Data Documentation

◆ format

u8 Tex3DS_Texture_s::format

Texture format.

Definition at line 39 of file tex3ds.c.

◆ height

u16 Tex3DS_Texture_s::height

Texture height.

Definition at line 38 of file tex3ds.c.

◆ mipmapLevels

u8 Tex3DS_Texture_s::mipmapLevels

Number of mipmaps.

Definition at line 40 of file tex3ds.c.

◆ numSubTextures

u16 Tex3DS_Texture_s::numSubTextures

Number of subtextures.

Definition at line 36 of file tex3ds.c.

◆ subTextures

Tex3DS_SubTexture Tex3DS_Texture_s::subTextures[]

Subtextures.

Definition at line 41 of file tex3ds.c.

◆ width

u16 Tex3DS_Texture_s::width

Texture width.

Definition at line 37 of file tex3ds.c.


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