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. | |
Context-specific data.
| EGLContext kanzi::platform::EglGraphicsContext::ContextData::context |
EGL context.
| SurfaceNodePtr kanzi::platform::EglGraphicsContext::ContextData::dummySurface |
Default dummy surface.
Needed in case surfaceless context is not supported.
| SurfaceNodePtr kanzi::platform::EglGraphicsContext::ContextData::lastUsedSurface |
Last used surface.
| ThreadNodePtr kanzi::platform::EglGraphicsContext::ContextData::associatedThread |
Associated thread.
Indicates which thread uses this context.
| EGLConfig kanzi::platform::EglGraphicsContext::ContextData::config |
EGL config used to create this context.