Skip to content

Commit

Permalink
Fixed typo in BaseVertexBaseInstance extension docs. (#3601)
Browse files Browse the repository at this point in the history
  • Loading branch information
keaukraine authored Nov 14, 2023
1 parent 8a212bd commit ccf130c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ var ext = gl.getExtension("WEBGL_multi_draw_instanced_base_vertex_base_instance"
let baseVertices = new Int32Array(...);
let baseInstances = new Uint32Array(...);
ext.multiDrawElementsInstancedBaseVertexBaseInstanceWEBGL(
gl.TRIANGLES, counts, 0, gl.UNSIGHNED_SHORT,
gl.TRIANGLES, counts, 0, gl.UNSIGNED_SHORT,
offsets, 0, instanceCounts, 0, baseVertices, 0, baseInstances, 0,
counts.length);
}
Expand Down

0 comments on commit ccf130c

Please sign in to comment.