Table of Contents

Enum OpenGLClientApi

Namespace
Maplibre.NativeFfi.Render
Assembly
Maplibre.NativeFfi.dll

OpenGL client API a dedicated EGL session creates its context for. This is an open domain: a value may have no named member here, so a switch over it needs a default case. Unknown values keep their raw value.

public enum OpenGLClientApi : uint

Fields

Gl = 1

Desktop OpenGL, as EGL_OPENGL_API names it.

Gles = 2

OpenGL ES, as EGL_OPENGL_ES_API names it.

Unspecified = 0

No client API is named.