← 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.
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 | … |