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

Data Fields

size_t featureCount
 
WGPUWGSLLanguageFeatureName const * features
 

Detailed Description

Default values can be set using WGPU_SUPPORTED_WGSL_LANGUAGE_FEATURES_INIT as initializer.

Definition at line 3044 of file webgpu.h.

Field Documentation

◆ featureCount

size_t WGPUSupportedWGSLLanguageFeatures::featureCount

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

Definition at line 3048 of file webgpu.h.

◆ features

WGPUWGSLLanguageFeatureName const* WGPUSupportedWGSLLanguageFeatures::features

The INIT macro sets this to NULL.

Definition at line 3052 of file webgpu.h.