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

Context-specific data. More...

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

Public Attributes

ThreadNodePtr associatedThread
 Associated thread.
 
EGLConfig config
 EGL config used to create this context.
 
EGLContext context
 EGL context.
 
SurfaceNodePtr dummySurface
 Default dummy surface.
 
SurfaceNodePtr lastUsedSurface
 Last used surface.
 

Detailed Description

Context-specific data.

Member Data Documentation

◆ context

EGLContext kanzi::platform::EglGraphicsContext::ContextData::context

EGL context.

◆ dummySurface

SurfaceNodePtr kanzi::platform::EglGraphicsContext::ContextData::dummySurface

Default dummy surface.

Needed in case surfaceless context is not supported.

◆ lastUsedSurface

SurfaceNodePtr kanzi::platform::EglGraphicsContext::ContextData::lastUsedSurface

Last used surface.

◆ associatedThread

ThreadNodePtr kanzi::platform::EglGraphicsContext::ContextData::associatedThread

Associated thread.

Indicates which thread uses this context.

◆ config

EGLConfig kanzi::platform::EglGraphicsContext::ContextData::config

EGL config used to create this context.


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