← back to v136 · webgpu-gputextureview-for-externaltexture-binding
conformance · v136
v136 · webgpu-gputextureview-for-externaltexture-binding — 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-exists |
navigator.gpu is exposed. | exists | … | |
gpu-external-texture-exposed |
GPUExternalTexture is exposed as a global interface — the binding type this feature now also accepts a GPUTextureView for. spec ↗ | script | … | |
gpu-texture-view-exposed |
GPUTextureView is exposed — the resource type that can now satisfy an externalTexture binding entry. spec ↗ | script | … | |
import-external-texture-is-function |
GPUDevice.importExternalTexture is exposed (the legacy entry point — coexists with view-based binding). spec ↗ | script | … | |
create-bind-group-layout-with-external-texture |
createBindGroupLayout accepts an externalTexture entry — the binding shape this feature broadens. spec ↗ | script | … | |
create-bind-group-accepts-texture-view-for-external |
createBindGroup accepts a GPUTextureView resource for an externalTexture binding (no synchronous throw for the right shape). spec ↗ | script | … |