VTFParser
Simple and modern library for parsing the Valve Texture Format
Loading...
Searching...
No Matches
Public Attributes | List of all members
VtfParser::Vtf::HighResImageExtent Struct Reference

#include <vtf.hpp>

Public Attributes

uint16_t width
 
uint16_t height
 
uint16_t depth
 

Detailed Description

Extents of the high resolution image.

Member Data Documentation

◆ depth

uint16_t VtfParser::Vtf::HighResImageExtent::depth

Depth of the image in pixels. Will be 1 unless the texture is volumetric.

◆ height

uint16_t VtfParser::Vtf::HighResImageExtent::height

Height of the image in pixels.

◆ width

uint16_t VtfParser::Vtf::HighResImageExtent::width

Width of the image in pixels.


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