← back to v152 · webgpu-buffer-view-feature

conformance · v152

v152 · webgpu-buffer-view-feature — conformance probe

4 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://www.w3.org/TR/WGSL/ chromestatus: #5094091886034944 generated 2026-07-12T10:05:00Z by autoresearch-v152-v153
0
pass
0
fail
0
blocked
4
total
id contract kind verdict detail
navigator-gpu-exists navigator.gpu is available for WebGPU access. spec ↗ exists
gpu-adapter-requestable navigator.gpu.requestAdapter() returns a promise resolving to a GPUAdapter or null. spec ↗ typeof
buffer-view-wgsl-feature A WGSL shader using the buffer_view feature can be compiled via createComputePipeline. spec ↗ script
buffer-view-reinterpret-types A buffer_view in WGSL allows reinterpreting buffer data as a different type (e.g. f32 as u32). spec ↗ script