v152 · webgpu · wgsl

Language feature gate

This demo uses the exact WGSL extension and built-in names from the proposal. Unsupported browsers show a clear fallback instead of pretending shader creation succeeded.

Check the WGSL language feature set

The proposal adds buffer_view as a WGSL language extension, so the first gate is navigator.gpu.wgslLanguageFeatures.

No probe has run.
Language feature result
StatusWaiting for probe.

code path

navigator.gpu.wgslLanguageFeatures.has("buffer_view")

see also