VTFParser
Simple and modern library for parsing the Valve Texture Format
|
#include <vtf.hpp>
Public Attributes | |
uint16_t | width |
uint16_t | height |
uint16_t | depth |
Extents of the high resolution image.
uint16_t VtfParser::Vtf::HighResImageExtent::depth |
Depth of the image in pixels. Will be 1 unless the texture is volumetric.
uint16_t VtfParser::Vtf::HighResImageExtent::height |
Height of the image in pixels.
uint16_t VtfParser::Vtf::HighResImageExtent::width |
Width of the image in pixels.