V-Gears 0
Free Final Fantasy VII engine.
VGears::TexFile::TextureFormat Struct Reference

Texture format. More...

#include <VGearsTexFile.h>

Collaboration diagram for VGears::TexFile::TextureFormat:

Public Attributes

TexEntry width
 Texture width. More...
 
TexEntry height
 Texture height. More...
 
TexEntry pitch
 Texture pitch. More...
 
TexEntry unknown_0x48
 Unknown data. More...
 
TexEntry palette_flag
 
TexEntry bits_per_palette_index
 
TexEntry palette_index_8bit
 
TexEntry palette_size
 
TexEntry palette_color_count
 The number of colours in the palette. More...
 
TexEntry runtime_data_ptr_palette_data
 
PixelFormat pixel_format
 The format for the texture pixels. More...
 

Detailed Description

Texture format.

Member Data Documentation

◆ bits_per_palette_index

TexEntry VGears::TexFile::TextureFormat::bits_per_palette_index
Todo:
Understand and document.

◆ height

TexEntry VGears::TexFile::TextureFormat::height

Texture height.

◆ palette_color_count

TexEntry VGears::TexFile::TextureFormat::palette_color_count

The number of colours in the palette.

◆ palette_flag

TexEntry VGears::TexFile::TextureFormat::palette_flag
Todo:
Understand and document.

◆ palette_index_8bit

TexEntry VGears::TexFile::TextureFormat::palette_index_8bit
Todo:
Understand and document.

◆ palette_size

TexEntry VGears::TexFile::TextureFormat::palette_size
Todo:
Understand and document.

◆ pitch

TexEntry VGears::TexFile::TextureFormat::pitch

Texture pitch.

◆ pixel_format

PixelFormat VGears::TexFile::TextureFormat::pixel_format

The format for the texture pixels.

◆ runtime_data_ptr_palette_data

TexEntry VGears::TexFile::TextureFormat::runtime_data_ptr_palette_data
Todo:
Understand and document.

◆ unknown_0x48

TexEntry VGears::TexFile::TextureFormat::unknown_0x48

Unknown data.

◆ width

TexEntry VGears::TexFile::TextureFormat::width

Texture width.


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