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

#include <ImageConversion.h>

Collaboration diagram for vtfpp::ImagePixel::RG1616F:

Public Attributes

half r
 
half g
 

Static Public Attributes

static constexpr auto FORMAT = ImageFormat::RG1616F
 

Detailed Description

Definition at line 202 of file ImageConversion.h.

Member Data Documentation

◆ FORMAT

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

Definition at line 203 of file ImageConversion.h.

◆ g

half vtfpp::ImagePixel::RG1616F::g

Definition at line 205 of file ImageConversion.h.

◆ r

half vtfpp::ImagePixel::RG1616F::r

Definition at line 204 of file ImageConversion.h.


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