SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
vtfpp::ImagePixel::UV88 Struct Reference

#include <ImageConversion.h>

Collaboration diagram for vtfpp::ImagePixel::UV88:

Public Attributes

uint8_t u
 
uint8_t v
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::UV88
 

Detailed Description

Definition at line 144 of file ImageConversion.h.

Member Data Documentation

◆ FORMAT

constexpr auto vtfpp::ImagePixel::UV88::FORMAT = ImageFormat::UV88
staticconstexpr

Definition at line 145 of file ImageConversion.h.

◆ u

uint8_t vtfpp::ImagePixel::UV88::u

Definition at line 146 of file ImageConversion.h.

◆ v

uint8_t vtfpp::ImagePixel::UV88::v

Definition at line 147 of file ImageConversion.h.


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