|
MapLibre Native C API
Public C ABI for the MapLibre Native wrapper.
|
#include <texture.h>
Data Fields | |
| uint32_t | width |
| uint32_t | height |
| uint32_t | stride |
| size_t | byte_length |
CPU image readback metadata for a texture session frame.
| size_t mln_texture_image_info::byte_length |
Required output buffer byte length.
| uint32_t mln_texture_image_info::height |
Physical image height in device pixels.
| uint32_t mln_texture_image_info::stride |
Bytes per image row.
| uint32_t mln_texture_image_info::width |
Physical image width in device pixels.