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

Data Fields

size_t featureCount
 
WGPUFeatureName const * features
 

Detailed Description

Default values can be set using WGPU_SUPPORTED_FEATURES_INIT as initializer.

Definition at line 3022 of file webgpu.h.

Field Documentation

◆ featureCount

size_t WGPUSupportedFeatures::featureCount

Array count for features. The INIT macro sets this to 0.

Definition at line 3026 of file webgpu.h.

◆ features

WGPUFeatureName const* WGPUSupportedFeatures::features

The INIT macro sets this to NULL.

Definition at line 3030 of file webgpu.h.