Class representing a single EGL configuration.
More...
#include <kanzi/core.ui/platform/context_api/egl/egl_config.hpp>
|
static KZ_NO_DISCARD::EGLConfig | getNoConfig () noexcept |
| Gets a no configuration EGL handle. More...
|
|
Class representing a single EGL configuration.
kanzi::EGLConfig::EGLConfig |
( |
| ) |
|
|
explicit |
Default constructor, creates a no configuration.
- Postcondition
- egl::getError() returns EGL_SUCCESS.
kanzi::EGLConfig::EGLConfig |
( |
::EGLConfig |
configuration | ) |
|
|
explicit |
Constructor.
- Parameters
-
configuration | EGL configuration handle. |
- Postcondition
- egl::getError() returns EGL_SUCCESS.
Gets a no configuration EGL handle.
- Returns
- EGL configuration handle with a value representing no configuration.
Gets EGL configuration handle.
- Returns
- EGL configuration handle.
The documentation for this class was generated from the following file: