|
opynsim
Unofficial C++ Documentation
|
#include <iosfwd>Go to the source code of this file.
Namespaces | |
| namespace | osc |
Enumerations | |
| enum class | osc::ColorRenderBufferFormat { osc::R8_UNORM , osc::R8G8B8A8_UNORM , osc::R8G8B8A8_SRGB , osc::R16G16_SFLOAT , osc::R16G16B16_SFLOAT , osc::R16G16B16A16_SFLOAT , osc::R32_SFLOAT , osc::NUM_OPTIONS , osc::Default = R8G8B8A8_SRGB , osc::DefaultHDR = R16G16B16A16_SFLOAT } |
Functions | |
| constexpr bool | osc::is_srgb_encoded (ColorRenderBufferFormat format) |
| std::ostream & | osc::operator<< (std::ostream &, ColorRenderBufferFormat) |