![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include <ImageConversion.h>
Public Attributes | |
| half | r |
| half | g |
| half | b |
| half | a |
Static Public Attributes | |
| static constexpr auto | FORMAT = ImageFormat::RGBA16161616F |
Definition at line 158 of file ImageConversion.h.
| half vtfpp::ImagePixel::RGBA16161616F::a |
Definition at line 163 of file ImageConversion.h.
| half vtfpp::ImagePixel::RGBA16161616F::b |
Definition at line 162 of file ImageConversion.h.
|
staticconstexpr |
Definition at line 159 of file ImageConversion.h.
| half vtfpp::ImagePixel::RGBA16161616F::g |
Definition at line 161 of file ImageConversion.h.
| half vtfpp::ImagePixel::RGBA16161616F::r |
Definition at line 160 of file ImageConversion.h.