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

#include <ImageConversion.h>

Collaboration diagram for vtfpp::ImagePixel::RGBA1010102:

Public Attributes

uint32_t r: 10
 
uint32_t g: 10
 
uint32_t b: 10
 
uint32_t a: 2
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::RGBA1010102
 

Detailed Description

Definition at line 222 of file ImageConversion.h.

Member Data Documentation

◆ a

uint32_t vtfpp::ImagePixel::RGBA1010102::a

Definition at line 227 of file ImageConversion.h.

◆ b

uint32_t vtfpp::ImagePixel::RGBA1010102::b

Definition at line 226 of file ImageConversion.h.

◆ FORMAT

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

Definition at line 223 of file ImageConversion.h.

◆ g

uint32_t vtfpp::ImagePixel::RGBA1010102::g

Definition at line 225 of file ImageConversion.h.

◆ r

uint32_t vtfpp::ImagePixel::RGBA1010102::r

Definition at line 224 of file ImageConversion.h.


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