WebGPU PR #2 — Interfaces for representing pipeline resources#25140
WebGPU PR #2 — Interfaces for representing pipeline resources#25140
Conversation
Preview URLs (31 pages)
Flaws (42)Note! 14 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
External URLs (12)URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
(comment last updated: 2023-04-05 12:27:06) |
toji
left a comment
There was a problem hiding this comment.
Awesome, thanks for the updates! This change overall LGTM now! (Can't actually approve because it's a draft)
Great, thanks! |
de4f813 to
1c210af
Compare
Elchi3
left a comment
There was a problem hiding this comment.
Merging this per slack discussion 👍
Description
This PR is part of a multi-PR series that aims to document the WebGPU API. The interfaces documented in this PR are:
GPUBuffer(done)GPUExternalTexture(done)GPUSampler(done)GPUShaderModule(done)GPUTexture(done)GPUTextureView(done)Note that the main PR for this series is #24202 — that one must be merged first, before any others! after that, and each subsequent one, is merged,
mainshould be merged into the next PR, and the documentation integrity must be checked (e.g. do all the links work) before merging.You can see full details of the additions expected in the WebGPU docs in my research document.
Motivation
Additional details
Related issues and pull requests