Table of Contents

Class EglContextDescriptor

Namespace
Maplibre.NativeFfi.Render
Assembly
Maplibre.NativeFfi.dll
public sealed class EglContextDescriptor : OpenGLContextDescriptor
Inheritance
EglContextDescriptor
Inherited Members

Properties

ClientApi

Client API the session creates its context for. Required under Dedicated, and ignored under Shared.

public OpenGLClientApi ClientApi { get; set; }

Property Value

OpenGLClientApi

Config

public NativePointer Config { get; set; }

Property Value

NativePointer

Display

public NativePointer Display { get; set; }

Property Value

NativePointer

GetProcAddress

public NativePointer GetProcAddress { get; set; }

Property Value

NativePointer

ShareContext

Context whose share group the session context joins. Required under Shared, where the session also takes its client API from this context, and null under Dedicated.

public NativePointer ShareContext { get; set; }

Property Value

NativePointer