WebGPU Headers
The WebGPU C API
 
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
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 2982 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 2986 of file webgpu.h.

◆ features

WGPUWGSLLanguageFeatureName const* WGPUSupportedWGSLLanguageFeatures::features

The INIT macro sets this to NULL.

Definition at line 2990 of file webgpu.h.