|
SRM v0.13.0-1
Simple Rendering Manager
|
Structure representing a mapping between DRM and OpenGL buffer formats. More...
#include <SRMFormat.h>
Data Fields | |
| UInt32 | drmFormat |
| GLint | glInternalFormat |
| GLint | glFormat |
| GLint | glType |
| UInt8 | hasAlpha |
Structure representing a mapping between DRM and OpenGL buffer formats.
| UInt32 SRMGLFormat::drmFormat |
DRM buffer format code.
| GLint SRMGLFormat::glInternalFormat |
OpenGL internal texture format.
| GLint SRMGLFormat::glFormat |
OpenGL texture format.
| GLint SRMGLFormat::glType |
OpenGL texture pixel type.
| UInt8 SRMGLFormat::hasAlpha |
Flag indicating whether the format has an alpha channel.