|
MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
|
#include <surface.h>
Data Fields | |
| mln_render_target_extent | extent |
| mln_metal_context_descriptor | context |
| void * | layer |
Metal native surface session attachment options.
| mln_metal_context_descriptor mln_metal_surface_descriptor::context |
Metal backend context. device is optional for Metal surfaces.
| mln_render_target_extent mln_metal_surface_descriptor::extent |
Logical surface extent.
| void* mln_metal_surface_descriptor::layer |
CAMetalLayer* / CA::MetalLayer* retained by the session. Required.