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

#include <ImageConversion.h>

Public Attributes

float r
 
float g
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::RG3232F
 

Detailed Description

Definition at line 208 of file ImageConversion.h.

Member Data Documentation

◆ FORMAT

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

Definition at line 209 of file ImageConversion.h.

◆ g

float vtfpp::ImagePixel::RG3232F::g

Definition at line 211 of file ImageConversion.h.

◆ r

float vtfpp::ImagePixel::RG3232F::r

Definition at line 210 of file ImageConversion.h.


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