← back to v143 · webgpu-uniform-buffer-standard-layout

conformance · v143

v143 · webgpu-uniform-buffer-standard-layout — conformance probe

6 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/#language_extension-uniform_buffer_standard_layout chromestatus: #6680245553987584 generated 2026-06-01T11:30:00Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
navigator-gpu-exists navigator.gpu is exposed. spec ↗ exists
gpu-adapter-requestable navigator.gpu.requestAdapter is a function — the entry point for opting into language extensions. spec ↗ typeof
gpu-device-create-shader-module GPUDevice exposes createShaderModule — the surface that consumes WGSL with `enable uniform_buffer_standard_layout;`. spec ↗ script
gpu-buffer-create GPUDevice exposes createBuffer — uniform buffers no longer require 16-byte array stride alignment under this extension. spec ↗ script
gpu-buffer-usage-uniform GPUBufferUsage.UNIFORM is a numeric flag. spec ↗ script
shader-module-error-reporting GPUShaderModule exposes getCompilationInfo so invalid WGSL extension declarations can be diagnosed. spec ↗ script