MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
Loading...
Searching...
No Matches
mln_wgl_context_descriptor Struct Reference

#include <render_target.h>

Data Fields

void * device_context
 
void * share_context
 
void * get_proc_address
 

Detailed Description

WGL context fields shared by OpenGL render targets on Windows.

Field Documentation

◆ device_context

void* mln_wgl_context_descriptor::device_context

Borrowed HDC used to create a shared session context. Required.

◆ get_proc_address

void* mln_wgl_context_descriptor::get_proc_address

Optional wglGetProcAddress-compatible function for the host loader.

◆ share_context

void* mln_wgl_context_descriptor::share_context

Borrowed HGLRC whose share group the session context joins. Required.


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