Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
zero or more
  • Loading branch information
kainino0x committed Apr 12, 2021
commit c222d1f4791802f7320a5e69963dca41f9ffd445
4 changes: 2 additions & 2 deletions explainer/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -732,8 +732,8 @@ However, WebGPU is more than a drawing API, and many applications do not need a
WebGPU is initialized without a canvas - see [[#initialization]].

Following this, WebGPU has no "default" drawing buffer.
Instead, a WebGPU device may be connected to *arbitrarily many* canvases (via
`GPUCanvasContext`s) and render to all of them.
Instead, a WebGPU device may be connected to *any number* of canvases (zero or more)
and render to any number of them each frame.

Canvas context creation and WebGPU device creation are decoupled.
Any `GPUCanvasContext` may be dynamically used with any `GPUDevice`.
Expand Down