NightFox’s Lib
Data Fields
NF_TYPE_TEX256VRAM_INFO Struct Reference

Struct that holds information about 3D sprite textures in VRAM. More...

#include <nf_sprite3d.h>

Data Fields

u32 size
 Size of the texture in bytes.
 
u16 width
 Width.
 
u16 height
 Height.
 
u32 address
 Address in VRAM.
 
u16 ramid
 RAM slot where it comes from.
 
u16 framesize
 Frame size in bytes.
 
u16 lastframe
 Last frame.
 
bool keepframes
 For animated sprites, keep all frames in RAM.
 
bool inuse
 True if this slot is in use.
 

Detailed Description

Struct that holds information about 3D sprite textures in VRAM.


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