v152 · webgpu · wgsl
Reinterpret builder
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.
Build a typed view into an opaque buffer
code path
let view = bufferView<vec4<f32>>(&payload, offset);