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

#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
 

Detailed Description

Rendering statistics reported in MLN_RUNTIME_EVENT_PAYLOAD_RENDER_FRAME.

Field Documentation

◆ draw_call_count

int64_t mln_rendering_stats::draw_call_count

Draw calls executed during the most recent frame.

◆ encoding_time

double mln_rendering_stats::encoding_time

Frame CPU encoding time in seconds.

◆ frame_count

int64_t mln_rendering_stats::frame_count

Number of frames rendered by the native renderer.

◆ rendering_time

double mln_rendering_stats::rendering_time

Frame CPU rendering time in seconds.

◆ total_draw_call_count

int64_t mln_rendering_stats::total_draw_call_count

Total draw calls executed by the native renderer.


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