← back to v137 · webgpu-gputextureview-for-externaltexture-binding
conformance · v137
v137 · 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 the WebGPU entry point. spec ↗ | exists | … | |
gputextureview-exists |
GPUTextureView is the type that may now satisfy an externalTexture binding slot. spec ↗ | exists | … | |
gpuexternaltexture-exists |
GPUExternalTexture is the original binding type retained as an alternative resource. spec ↗ | exists | … | |
gpudevice-createBindGroup-is-function |
GPUDevice.prototype.createBindGroup is the factory that accepts either resource type in the externalTexture slot. spec ↗ | script | … | |
gpudevice-createBindGroupLayout-is-function |
GPUDevice.prototype.createBindGroupLayout is the factory for layouts whose externalTexture entries now accept texture views. spec ↗ | script | … | |
gputexture-createView-is-function |
GPUTexture.prototype.createView produces the GPUTextureView object accepted by the externalTexture binding. spec ↗ | script | … |