|
MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
|
#include <render_target.h>
Data Fields | |
| void * | device_context |
| void * | share_context |
| void * | get_proc_address |
WGL context fields shared by OpenGL render targets on Windows.
| void* mln_wgl_context_descriptor::device_context |
Borrowed HDC used to create a shared session context. Required.
| void* mln_wgl_context_descriptor::get_proc_address |
Optional wglGetProcAddress-compatible function for the host loader.
| void* mln_wgl_context_descriptor::share_context |
Borrowed HGLRC whose share group the session context joins. Required.