← back to v136 · webgpu-core-features-and-limits
conformance · v136
v136 · webgpu-core-features-and-limits — 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-exists |
navigator.gpu is exposed. spec ↗ | exists | … | |
gpu-request-adapter |
navigator.gpu.requestAdapter is a function. spec ↗ | script | … | |
device-features-exposes-core |
A requested device exposes a `features` GPUSupportedFeatures set including the 'core-features-and-limits' identifier. spec ↗ | script | … | |
adapter-features-exposes-core |
The adapter itself advertises the 'core-features-and-limits' feature. spec ↗ | script | … | |
device-limits-includes-max-texture-2d |
Device limits include maxTextureDimension2D, one of the canonical core limits. spec ↗ | script | … |