#include <kanzi/platform/platform_api.hpp>#include <kanzi/platform/platform/gl/context_api/egl_ng/egl_common.hpp>#include <kanzi/platform/platform/gl/context_api/egl_ng/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 | |
| namespace | kanzi |
Functions | |
| KZ_NO_DISCARD EGLContext | kanzi::createEGLContextForClientVersion (const EGLDisplay &eglDisplay, const EGLConfig &eglConfig, ::EGLContext sharedContext, optional< EGLContextClientVersion > contextClientVersion) |
| Creates an EGL context for a given context client version. | |
| KZ_NO_DISCARD bool | kanzi::isNoContext (const EGLContext &eglContext) noexcept |
| Tests if a given EGL context is no context. | |
| KZ_NO_DISCARD bool | kanzi::isNoContextHandle (const ::EGLContext eglContextHandle) noexcept |
| Tests if a given EGL context handle is no context. | |