WebGPU Headers
The WebGPU C API
 
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
Loading...
Searching...
No Matches
WGPUInstanceLimits Struct Reference

Data Fields

WGPUChainedStructnextInChain
 
size_t timedWaitAnyMaxCount
 

Detailed Description

Default values can be set using WGPU_INSTANCE_LIMITS_INIT as initializer.

Definition at line 2161 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct* WGPUInstanceLimits::nextInChain

Definition at line 2162 of file webgpu.h.

◆ timedWaitAnyMaxCount

size_t WGPUInstanceLimits::timedWaitAnyMaxCount

The maximum number WGPUFutureWaitInfo supported in a call to wgpuInstanceWaitAny with timeoutNS > 0.

The INIT macro sets this to 0.

Definition at line 2168 of file webgpu.h.