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

#include <render_target.h>

Data Fields

void * instance
 
void * device
 
void * queue
 

Detailed Description

WebGPU backend context fields shared by WebGPU render targets.

Field Documentation

◆ device

void* mln_webgpu_context_descriptor::device

Borrowed WGPUDevice. Required.

◆ instance

void* mln_webgpu_context_descriptor::instance

Borrowed WGPUInstance. Optional for texture sessions.

◆ queue

void* mln_webgpu_context_descriptor::queue

Borrowed WGPUQueue. Optional; null uses the device default queue. A non-null queue must belong to device.


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