|
MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
|
#include <runtime.h>
Data Fields | |
| double | encoding_time |
| double | rendering_time |
| int64_t | frame_count |
| int64_t | draw_call_count |
| int64_t | total_draw_call_count |
Rendering statistics reported in MLN_RUNTIME_EVENT_PAYLOAD_RENDER_FRAME.
| int64_t mln_rendering_stats::draw_call_count |
Draw calls executed during the most recent frame.
| double mln_rendering_stats::encoding_time |
Frame CPU encoding time in seconds.
| int64_t mln_rendering_stats::frame_count |
Number of frames rendered by the native renderer.
| double mln_rendering_stats::rendering_time |
Frame CPU rendering time in seconds.
| int64_t mln_rendering_stats::total_draw_call_count |
Total draw calls executed by the native renderer.