Skip to content

Commit 96f9ed0

Browse files
committed
nit
1 parent 36429e7 commit 96f9ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11537,7 +11537,7 @@ interface GPUCanvasContext {
1153711537
Any changes to the drawing buffer made through the currentTexture get presented at the end
1153811538
of the frame, in "[$update the rendering of the WebGPU canvas$]", which also destroys
1153911539
this texture and sets {{GPUCanvasContext/[[currentTexture]]}} to `null`, indicating
11540-
a new one needs to be created by {{GPUCanvasContext/getCurrentTexture()}}.
11540+
a new one will be created by {{GPUCanvasContext/getCurrentTexture()}}.
1154111541

1154211542
{{GPUTexture/destroy()|Destroying}} the currentTexture has no effect on the drawing buffer
1154311543
contents; it only terminates write-access to the drawing buffer early.

0 commit comments

Comments
 (0)