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

#include <render_target.h>

Data Fields

uint32_t width
 
uint32_t height
 
double scale_factor
 

Detailed Description

Logical render target extent in UI pixels.

Field Documentation

◆ height

uint32_t mln_render_target_extent::height

Logical map height in UI pixels.

◆ scale_factor

double mln_render_target_extent::scale_factor

UI-to-device pixel scale. Must be positive and finite.

◆ width

uint32_t mln_render_target_extent::width

Logical map width in UI pixels.


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