The Socrates Gameboy Advance Development Engine
The SGADE is a development library for the Nintendo Gameboy
Advance. It's free for all uses and is distributed without guarantees.
For more information visit
the SGADE page.
#include "SoSystem.h"Go to the source code of this file.
Data Structures | |
| struct | SoImage |
| Texture structure. More... | |
Defines | |
| #define | SoImageGetWidth(a_This) |
| Returns the width of the image (texture). | |
| #define | SoImageGetHeight(a_This) |
| Returns the height of the image (texture). | |
| #define | SoImageGetData(a_This) |
| Returns the actual texture data (graphics bytes). | |
| #define | SoImageIsPalettized(a_This) |
| Tests whether an image is palettized or not (returns true if palettized). | |
| #define | SoImageInitialize(a_This, a_Width, a_Height, a_Palettized, a_Data) |
| Creates an image from given attributes. | |
Functions | |
| void | SoImageBkgLoad (const SoImage *a_This, u32 a_CharBase, u32 a_BaseIdx) |
| Loads image data into background VRAM. | |