![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Texture format. More...
#include <VGearsTexFile.h>
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... | |
Texture format.
TexEntry VGears::TexFile::TextureFormat::height |
Texture height.
TexEntry VGears::TexFile::TextureFormat::palette_color_count |
The number of colours in the palette.
TexEntry VGears::TexFile::TextureFormat::pitch |
Texture pitch.
PixelFormat VGears::TexFile::TextureFormat::pixel_format |
The format for the texture pixels.
TexEntry VGears::TexFile::TextureFormat::runtime_data_ptr_palette_data |
TexEntry VGears::TexFile::TextureFormat::unknown_0x48 |
Unknown data.
TexEntry VGears::TexFile::TextureFormat::width |
Texture width.