← back to v132 · webgpu-texture-view-usage

conformance · v132

v132 · webgpu-texture-view-usage — 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://github.com/gpuweb/gpuweb/commit/b39d86d356eb759d7564bc7c808ca62fce8bbf3e chromestatus: #5155252832305152 generated 2026-06-02T08:32:29Z by conformance-author-codex
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
navigator-gpu-exposed navigator.gpu is exposed for WebGPU texture creation. spec ↗ exists
requestadapter-is-function navigator.gpu.requestAdapter is callable before creating a device. spec ↗ typeof
gputexture-createview-is-function GPUTexture.prototype.createView is the call site that accepts the new usage option. spec ↗ typeof
gputextureusage-flags-exposed GPUTextureUsage exposes TEXTURE_BINDING and STORAGE_BINDING flags for view usage subsets. spec ↗ script
createview-accepts-usage-subset GPUTexture.createView accepts a usage subset for a texture created with multiple usage flags. spec ↗ script
createview-default-still-works GPUTexture.createView without usage still works, preserving the legacy view creation path. spec ↗ script