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