V-Gears 0
Free Final Fantasy VII engine.
TxzFileSerializer.h File Reference
#include <array>
#include "common/TypeDefine.h"
#include "data/VGearsSerializer.h"
Include dependency graph for TxzFileSerializer.h:
This graph shows which files directly or indirectly include this file:

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...
 

Variable Documentation

◆ a

unsigned char a = 0

Alpha component.

◆ abr

unsigned int abr

◆ b

unsigned char b = 0

Blue component.

◆ clut_x

unsigned int clut_x

◆ clut_y

unsigned int clut_y

◆ g

unsigned char g = 0

Green component.

◆ index1

uint8 index1

First pixel index.

◆ index2

uint8 index2

Second pixel index.

◆ r

unsigned char r = 0

Red component.

◆ reserved

unsigned int reserved

◆ texture_x

unsigned int texture_x

◆ texture_y

unsigned int texture_y

◆ tp

unsigned int tp