VTK  9.5.20251220
vtkEGLDefaultConfig Class Reference

vtkEGLDefaultConfig More...

#include <vtkEGLDefaultConfig.h>

Inheritance diagram for vtkEGLDefaultConfig:
[legend]
Collaboration diagram for vtkEGLDefaultConfig:
[legend]

Public Member Functions

 vtkEGLDefaultConfig ()
 
void CreateWindowSurface (EGLSurface &surface, EGLDisplay display, EGLConfig config, int width, int height) override
 Create a pbuffer surface.
 
void SetOnscreenRendering (bool onscreenRendering) override
 As only offscreen rendering is supported, this method is a noop and the onscreenRendering member is set to false in the constructor.
 
void * GetDisplay () override
 Implementation of vtkEGLConfig.
 
EGLenum GetPlatform () override
 Implementation of vtkEGLConfig.
 
void CreateContext (EGLContext &context, EGLDisplay display, EGLConfig config) override
 Implementation of vtkEGLConfig.
 
- Public Member Functions inherited from vtkEGLConfig
 vtkEGLConfig ()=default
 
virtual ~vtkEGLConfig ()=default
 

Additional Inherited Members

- Protected Attributes inherited from vtkEGLConfig
bool OnscreenRendering = false
 

Detailed Description

vtkEGLDefaultConfig

This class is used to setup the EGL configuration for default builds. It supports only offscreen rendering.

vtkEGLRenderWindowInternals

Definition at line 21 of file vtkEGLDefaultConfig.h.

Constructor & Destructor Documentation

◆ vtkEGLDefaultConfig()

vtkEGLDefaultConfig::vtkEGLDefaultConfig ( )

Member Function Documentation

◆ GetDisplay()

void * vtkEGLDefaultConfig::GetDisplay ( )
inlinenodiscardoverridevirtual

Implementation of vtkEGLConfig.

Implements vtkEGLConfig.

Definition at line 30 of file vtkEGLDefaultConfig.h.

◆ GetPlatform()

EGLenum vtkEGLDefaultConfig::GetPlatform ( )
inlinenodiscardoverridevirtual

Implementation of vtkEGLConfig.

Implements vtkEGLConfig.

Definition at line 31 of file vtkEGLDefaultConfig.h.

◆ CreateContext()

void vtkEGLDefaultConfig::CreateContext ( EGLContext & context,
EGLDisplay display,
EGLConfig config )
overridevirtual

Implementation of vtkEGLConfig.

Implements vtkEGLConfig.

◆ CreateWindowSurface()

void vtkEGLDefaultConfig::CreateWindowSurface ( EGLSurface & surface,
EGLDisplay display,
EGLConfig config,
int width,
int height )
overridevirtual

Create a pbuffer surface.

Implements vtkEGLConfig.

◆ SetOnscreenRendering()

void vtkEGLDefaultConfig::SetOnscreenRendering ( bool onscreenRendering)
inlineoverridevirtual

As only offscreen rendering is supported, this method is a noop and the onscreenRendering member is set to false in the constructor.

Reimplemented from vtkEGLConfig.

Definition at line 45 of file vtkEGLDefaultConfig.h.


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