iv::StringIO< PixelFormat > Struct Reference

#include <GlTexture.hpp>

Static Public Attributes

static const ValuesType Values
 

Additional Inherited Members

- Public Types inherited from iv::StringIO_Table< PixelFormat >
using ValuesType = std::initializer_list< std::pair< PixelFormat, const char * > >
 
- Public Member Functions inherited from iv::StringIO_Table< PixelFormat >
PixelFormat Read (const char *source, Context const *context) const
 
std::string Write (PixelFormat const &value, Context const *context) const
 

Detailed Description

Definition at line 87 of file GlTexture.hpp.

Member Data Documentation

◆ Values

Initial value:
=
{
{ PixelFormat::RGBA, "RGBA" },
{ PixelFormat::BGRA, "BGRA" }
}

Definition at line 89 of file GlTexture.hpp.


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