← back to v136 · webgpu-copybuffertobuffer-overload
conformance · v136
v136 · webgpu-copybuffertobuffer-overload — 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-command-encoder-exists |
GPUCommandEncoder is exposed — host of copyBufferToBuffer. spec ↗ | script | … | |
copy-buffer-to-buffer-overload |
The simplified copyBufferToBuffer(source, destination) overload works on a real device — copies the full source into the destination. spec ↗ | script | … | |
copy-buffer-to-buffer-existing-form |
The existing 5-argument copyBufferToBuffer form still works (regression check). spec ↗ | script | … | |
gpu-request-adapter-is-function |
navigator.gpu.requestAdapter is a function — required precursor to obtaining a command encoder. | script | … |