Class representing a single EGL config. More...
#include <kanzi/core.ui/platform/context_api/egl/egl_config.hpp>
Public Member Functions | |
EGLConfig () | |
Default constructor, creates a no config. More... | |
EGLConfig (::EGLConfig config) | |
Constructor. More... | |
KZ_NO_DISCARD ::EGLConfig | getNativeHandle () const noexcept |
Gets EGL config handle. More... | |
Static Public Member Functions | |
static KZ_NO_DISCARD ::EGLConfig | getNoConfig () noexcept |
Gets a no config EGL handle. More... | |
Class representing a single EGL config.
|
explicit |
Default constructor, creates a no config.
|
explicit |
|
staticnoexcept |
Gets a no config EGL handle.
|
noexcept |
Gets EGL config handle.