9#include "vtkABINamespace.h"
11VTK_ABI_NAMESPACE_BEGIN
30 [[nodiscard]]
void*
GetDisplay()
override {
return EGL_NO_DISPLAY; }
31 [[nodiscard]] EGLenum
GetPlatform()
override {
return EGL_PLATFORM_DEVICE_EXT; }
32 void CreateContext(EGLContext& context, EGLDisplay display, EGLConfig config)
override;
39 EGLSurface& surface, EGLDisplay display, EGLConfig config,
int width,
int height)
override;
Base class for EGL configuration.
void CreateWindowSurface(EGLSurface &surface, EGLDisplay display, EGLConfig config, int width, int height) override
Create a pbuffer surface.
EGLenum GetPlatform() override
Implementation of vtkEGLConfig.
void SetOnscreenRendering(bool onscreenRendering) override
As only offscreen rendering is supported, this method is a noop and the onscreenRendering member is s...
void * GetDisplay() override
Implementation of vtkEGLConfig.
void CreateContext(EGLContext &context, EGLDisplay display, EGLConfig config) override
Implementation of vtkEGLConfig.