Struct that holds information about sprite graphics in VRAM.
More...
#include <nf_sprite256.h>
|
u32 | size |
| Size in bytes of the graphics data.
|
|
u16 | width |
| Width of graphics data.
|
|
u16 | height |
| Height of graphics data.
|
|
u32 | address |
| Address of the graphics in VRAM.
|
|
u16 | ramid |
| RAM slot with the original copy of the graphics.
|
|
u16 | framesize |
| Size of a frame in bytes.
|
|
u16 | lastframe |
| Last frame index.
|
|
bool | keepframes |
| For animated sprites, keep all frames in RAM.
|
|
bool | inuse |
| True if this slot is in use.
|
|
Struct that holds information about sprite graphics in VRAM.
The documentation for this struct was generated from the following file: