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

#include <texture.h>

Data Fields

uint32_t width
 
uint32_t height
 
uint32_t stride
 
size_t byte_length
 

Detailed Description

CPU image readback metadata for a texture session frame.

Field Documentation

◆ byte_length

size_t mln_texture_image_info::byte_length

Required output buffer byte length.

◆ height

uint32_t mln_texture_image_info::height

Physical image height in device pixels.

◆ stride

uint32_t mln_texture_image_info::stride

Bytes per image row.

◆ width

uint32_t mln_texture_image_info::width

Physical image width in device pixels.


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