Table of Contents

Class WglContextDescriptor

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

Properties

DeviceContext

public NativePointer DeviceContext { 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, and null under Dedicated.

public NativePointer ShareContext { get; set; }

Property Value

NativePointer