Represents support for EGL extensions. More...
#include <kanzi/platform/platform/gl/graphics_context/egl/egl_graphics_context.hpp>
Static Public Member Functions | |
| static KZ_NO_DISCARD EglExtensionFlags | fromStrings (const EGLVersion &version, const flat_set< string_view > &extensions) noexcept |
| Creates an EglExtensionFlags from extension strings. | |
Public Attributes | |
| bool | hasEglKhrGlColorspace |
| Indicates whether GL ColorSpace extension is supported. | |
| bool | hasEglKhrSurfacelessContext |
| Indicates whether Surfaceless context extension is supported. | |
Represents support for EGL extensions.
|
staticnoexcept |
Creates an EglExtensionFlags from extension strings.
| extensions | EGL extension strings. |
| version | EGL version. |
| bool kanzi::platform::EglGraphicsContext::EglExtensionFlags::hasEglKhrGlColorspace |
Indicates whether GL ColorSpace extension is supported.
| bool kanzi::platform::EglGraphicsContext::EglExtensionFlags::hasEglKhrSurfacelessContext |
Indicates whether Surfaceless context extension is supported.