|
Ream v0.1.0-1
C++ graphics library for Linux
|
OpenGL/EGL string helpers. More...
#include <RGLStrings.h>
Static Public Member Functions | |
| static const char * | EGLError (EGLint error) noexcept |
| Returns a human-readable name for an EGL error code. | |
OpenGL/EGL string helpers.
Utilities for converting EGL enums into human-readable strings, mainly used for logging.
|
staticnoexcept |
Returns a human-readable name for an EGL error code.
| error | An EGL error code as returned by eglGetError(). |