Data Fields | |
WGPUChainedStruct * | nextInChain |
size_t | timedWaitAnyMaxCount |
Default values can be set using WGPU_INSTANCE_LIMITS_INIT as initializer.
WGPUChainedStruct* WGPUInstanceLimits::nextInChain |
size_t WGPUInstanceLimits::timedWaitAnyMaxCount |
The maximum number WGPUFutureWaitInfo supported in a call to wgpuInstanceWaitAny with timeoutNS > 0
.
The INIT
macro sets this to 0
.