← back to v146 · webgpu-texture-and-sampler-lets

conformance · v146

v146 · webgpu-texture-and-sampler-lets — 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/ chromestatus: #5102334940151808 generated 2026-06-01T08:00:00Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
navigator-gpu-exposed navigator.gpu must be present to introspect WGSL language features. exists
wgsl-language-features-is-set navigator.gpu.wgslLanguageFeatures is a Set of language extension identifiers. script
wgsl-features-readonly-set wgslLanguageFeatures is a read-only Set — pages cannot mutate the advertised feature list. script
wgsl-features-has-method wgslLanguageFeatures exposes the standard Set.prototype.has so callers can check for a specific feature. script
texture-and-sampler-let-advertised When supported, the 'texture_and_sampler_let' identifier appears in wgslLanguageFeatures. script
gputexture-still-creatable-via-device GPUDevice.createTexture remains the runtime path for producing textures — the let change is WGSL-only, not a JS API change. script