Functions | |
bool | bindAPI (unsigned int api) noexcept |
Selects current EGL rendering API. More... | |
KZ_NO_DISCARD int | getError () noexcept |
Gets EGL error information and clears it. More... | |
void | resetErrors () noexcept |
Resets EGL error information. More... | |
|
noexcept |
Selects current EGL rendering API.
api | One of EGL_OPENGL_API, EGL_OPENGL_ES_API, or EGL_OPENVG_API. |
|
noexcept |
Gets EGL error information and clears it.
Returns the error code of the last called EGL function.
EGL_SUCCESS | The last call succeeded. |
|
noexcept |
Resets EGL error information.