opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
color_render_buffer_format.h File Reference
#include <iosfwd>
Include dependency graph for color_render_buffer_format.h:
This graph shows which files directly or indirectly include this file:

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)