WebGPU Headers: WGPUSupportedWGSLLanguageFeatures Struct Reference

Loading...

Searching...

No Matches

Data Fields

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 2975 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 2979 of file webgpu.h.

◆ features

WGPUWGSLLanguageFeatureName const* WGPUSupportedWGSLLanguageFeatures::features

The INIT macro sets this to NULL.

Definition at line 2983 of file webgpu.h.