We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39c88e commit 1be70d3Copy full SHA for 1be70d3
1 file changed
webgpu.h
@@ -1244,9 +1244,6 @@ typedef enum WGPUWGSLLanguageFeatureName {
1244
WGPUWGSLLanguageFeatureName_PointerCompositeAccess = 0x00000004,
1245
WGPUWGSLLanguageFeatureName_UniformBufferStandardLayout = 0x00000005,
1246
WGPUWGSLLanguageFeatureName_SubgroupId = 0x00000006,
1247
- /**
1248
- * Allow textures and samplers to be assigned in a let expression.
1249
- */
1250
WGPUWGSLLanguageFeatureName_TextureAndSamplerLet = 0x00000007,
1251
WGPUWGSLLanguageFeatureName_Force32 = 0x7FFFFFFF
1252
} WGPUWGSLLanguageFeatureName WGPU_ENUM_ATTRIBUTE;
0 commit comments