#include <kanzi/core.ui/platform/context_api/egl/egl_common.hpp>
#include <kanzi/core.ui/platform/context_api/egl/egl_context_client_version.hpp>
#include <kanzi/core/cpp/optional.hpp>
#include <kanzi/core/cpp/span.hpp>
Classes | |
class | kanzi::EGLContext |
Class representing an EGL context. More... | |
Namespaces | |
kanzi | |
Functions | |
KZ_NO_DISCARD EGLContext | kanzi::createEGLContextForClientVersion (const EGLDisplay &eglDisplay, const EGLConfig &eglConfig, optional< EGLContextClientVersion > contextClientVersion) |
Creates an EGL context for a given context client version. More... | |
KZ_NO_DISCARD bool | kanzi::isNoContext (const EGLContext &eglContext) noexcept |
Tests if a given EGL context is no context. More... | |
KZ_NO_DISCARD bool | kanzi::isNoContextHandle (const ::EGLContext eglContextHandle) noexcept |
Tests if a given EGL context handle is no context. More... | |