← back to v130 · webgpu-dual-source-blending
conformance · v130
v130 · webgpu-dual-source-blending — conformance probe
5 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
5
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
navigator-gpu-exposed |
navigator.gpu is exposed as the WebGPU entry point. spec ↗ | exists | … | |
request-adapter-function |
GPU.requestAdapter is exposed for discovering adapter features. spec ↗ | typeof | … | |
adapter-advertises-dual-source-blending |
The WebGPU adapter advertises the dual-source-blending feature. spec ↗ | script | … | |
request-device-with-feature |
A GPUDevice can be requested with requiredFeatures: ['dual-source-blending']. spec ↗ | script | … | |
blend-src-wgsl-and-src1-pipeline |
WGSL @blend_src outputs and src1 blend factors compile into a render pipeline. spec ↗ | script | … |