![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Go to the source code of this file.
Classes | |
class | VGears::TxzFileSerializer |
struct | VGears::TxzFileSerializer::WorldMapTexture |
struct | VGears::TxzFileSerializer::PsxPixel |
A play station pixel representation. More... | |
struct | VGears::TxzFileSerializer::PsxPixel4Bit |
Play station pixel representation (4 bits). More... | |
struct | VGears::TxzFileSerializer::Rgba |
RGBA colour representation. More... | |
struct | VGears::TxzFileSerializer::VRamBlock |
A video RAM block representation. More... | |
Namespaces | |
namespace | VGears |
Variables | |
unsigned int | clut_x |
unsigned int | clut_y |
unsigned int | texture_x |
unsigned int | texture_y |
unsigned int | abr |
unsigned int | tp |
unsigned int | reserved |
uint16 | r = 0 |
Red component. More... | |
uint16 | g = 0 |
Green component. More... | |
uint16 | b = 0 |
Blue component. More... | |
uint16 | a = 0 |
Alpha component. More... | |
uint8 | index1 |
First pixel index. More... | |
uint8 | index2 |
Second pixel index. More... | |
unsigned char a = 0 |
Alpha component.
unsigned int abr |
unsigned char b = 0 |
Blue component.
unsigned int clut_x |
unsigned int clut_y |
unsigned char g = 0 |
Green component.
uint8 index1 |
First pixel index.
uint8 index2 |
Second pixel index.
unsigned char r = 0 |
Red component.
unsigned int reserved |
unsigned int texture_x |
unsigned int texture_y |
unsigned int tp |