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

#include <ImageConversion.h>

Collaboration diagram for vtfpp::ImagePixel::UVLX8888:

Public Attributes

uint8_t u
 
uint8_t v
 
uint8_t l
 
uint8_t x
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::UVLX8888
 

Detailed Description

Definition at line 174 of file ImageConversion.h.

Member Data Documentation

◆ FORMAT

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

Definition at line 175 of file ImageConversion.h.

◆ l

uint8_t vtfpp::ImagePixel::UVLX8888::l

Definition at line 178 of file ImageConversion.h.

◆ u

uint8_t vtfpp::ImagePixel::UVLX8888::u

Definition at line 176 of file ImageConversion.h.

◆ v

uint8_t vtfpp::ImagePixel::UVLX8888::v

Definition at line 177 of file ImageConversion.h.

◆ x

uint8_t vtfpp::ImagePixel::UVLX8888::x

Definition at line 179 of file ImageConversion.h.


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