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

#include <ImageConversion.h>

Public Attributes

float r
 
float g
 
float b
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::R32F
 

Detailed Description

Definition at line 187 of file ImageConversion.h.

Member Data Documentation

◆ b

float vtfpp::ImagePixel::RGB323232F::b

Definition at line 191 of file ImageConversion.h.

◆ FORMAT

constexpr auto vtfpp::ImagePixel::RGB323232F::FORMAT = ImageFormat::R32F
staticconstexpr

Definition at line 188 of file ImageConversion.h.

◆ g

float vtfpp::ImagePixel::RGB323232F::g

Definition at line 190 of file ImageConversion.h.

◆ r

float vtfpp::ImagePixel::RGB323232F::r

Definition at line 189 of file ImageConversion.h.


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