Kanzi 4.1.0
kanzi::platform::EglGraphicsContext::EglInfo Struct Reference

EGL information. More...

#include <kanzi/platform/platform/gl/graphics_context/egl/egl_graphics_context.hpp>

Public Attributes

EglExtensionFlags extensionFlags
 Represents support for EGL extensions.
 
flat_set< string_view > extensions
 Supported EGL extensions.
 
flat_set< string_view > glExtensions
 Supported GL extensions.
 
EGLVersion version
 EGL version.
 

Detailed Description

EGL information.

Member Data Documentation

◆ version

EGLVersion kanzi::platform::EglGraphicsContext::EglInfo::version

EGL version.

◆ extensionFlags

EglExtensionFlags kanzi::platform::EglGraphicsContext::EglInfo::extensionFlags

Represents support for EGL extensions.

◆ extensions

flat_set<string_view> kanzi::platform::EglGraphicsContext::EglInfo::extensions

Supported EGL extensions.

◆ glExtensions

flat_set<string_view> kanzi::platform::EglGraphicsContext::EglInfo::glExtensions

Supported GL extensions.


The documentation for this struct was generated from the following file: