← back to v148 · webgpu-linear-indexing-feature

conformance · v148

v148 · webgpu-linear-indexing-feature — conformance probe

5 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://github.com/gpuweb/gpuweb/pull/5554 chromestatus: #5071243424432128 generated 2026-06-01T08:14:38Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
5
total
id contract kind verdict detail
navigator-gpu-present navigator.gpu remains the WebGPU entry point. exists
gpu-adapter-features-set GPUAdapter.prototype.features is a GPUSupportedFeatures (Set-like) where 'linear-indexing' can appear. spec ↗ script
linear-indexing-feature-name When supported, adapter.features includes the 'linear-indexing' feature flag. script
device-required-features-accepts-linear-indexing requestDevice with {requiredFeatures:['linear-indexing']} either succeeds or rejects with OperationError. spec ↗ script
wgsl-builtin-mention WebGPU is enabled when GPUShaderModule (where WGSL is compiled) is exposed. exists