You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ed/algorithms/webgpu.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5770,7 +5770,7 @@
5770
5770
"html": "<p>Let <var>firstInstance</var> be an unsigned 32-bit integer read from <var>indirectBuffer</var> at\n(<var>indirectOffset</var> + 12) bytes.</p>"
5771
5771
},
5772
5772
{
5773
-
"html": "<p>Draw <var>instanceCount</var> instances, starting with instance <var>firstInstance</var>, of\nprimitives consisting of <var>vertexCount</var> verticies, starting with vertex <var>firstVertex</var>,\nwith the states from <var>bindingState</var> and <var>renderState</var>.</p>"
5773
+
"html": "<p>Draw <var>instanceCount</var> instances, starting with instance <var>firstInstance</var>, of\nprimitives consisting of <var>vertexCount</var> vertices, starting with vertex <var>firstVertex</var>,\nwith the states from <var>bindingState</var> and <var>renderState</var>.</p>"
5774
5774
}
5775
5775
]
5776
5776
},
@@ -5833,7 +5833,7 @@
5833
5833
"html": "<p>Let <var>firstInstance</var> be an unsigned 32-bit integer read from <var>indirectBuffer</var> at\n(<var>indirectOffset</var> + 16) bytes.</p>"
5834
5834
},
5835
5835
{
5836
-
"html": "<p>Draw <var>instanceCount</var> instances, starting with instance <var>firstInstance</var>, of\nprimitives consisting of <var>indexCount</var> indexed verticies, starting with index <var>firstIndex</var> from vertex <var>baseVertex</var>,\nwith the states from <var>bindingState</var> and <var>renderState</var>.</p>"
5836
+
"html": "<p>Draw <var>instanceCount</var> instances, starting with instance <var>firstInstance</var>, of\nprimitives consisting of <var>indexCount</var> indexed vertices, starting with index <var>firstIndex</var> from vertex <var>baseVertex</var>,\nwith the states from <var>bindingState</var> and <var>renderState</var>.</p>"
0 commit comments