We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36429e7 commit 96f9ed0Copy full SHA for 96f9ed0
spec/index.bs
@@ -11537,7 +11537,7 @@ interface GPUCanvasContext {
11537
Any changes to the drawing buffer made through the currentTexture get presented at the end
11538
of the frame, in "[$update the rendering of the WebGPU canvas$]", which also destroys
11539
this texture and sets {{GPUCanvasContext/[[currentTexture]]}} to `null`, indicating
11540
- a new one needs to be created by {{GPUCanvasContext/getCurrentTexture()}}.
+ a new one will be created by {{GPUCanvasContext/getCurrentTexture()}}.
11541
11542
{{GPUTexture/destroy()|Destroying}} the currentTexture has no effect on the drawing buffer
11543
contents; it only terminates write-access to the drawing buffer early.
0 commit comments