WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUInstanceFeatures Struct Reference

Data Fields

WGPUChainedStruct const * nextInChain
 
WGPUBool timedWaitAnyEnable
 
size_t timedWaitAnyMaxCount
 

Detailed Description

Features enabled on the WGPUInstance

Definition at line 1174 of file webgpu.h.

Field Documentation

◆ nextInChain

WGPUChainedStruct const* WGPUInstanceFeatures::nextInChain

Definition at line 1175 of file webgpu.h.

◆ timedWaitAnyEnable

WGPUBool WGPUInstanceFeatures::timedWaitAnyEnable

Enable use of wgpuInstanceWaitAny with timeoutNS > 0.

Definition at line 1179 of file webgpu.h.

◆ timedWaitAnyMaxCount

size_t WGPUInstanceFeatures::timedWaitAnyMaxCount

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

Definition at line 1183 of file webgpu.h.