Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 142a60c

Browse files
authored
Fix spelling of firstInstance
Changed firstIntance -> firstInstance
1 parent 20ba7af commit 142a60c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03_Drawing_a_triangle/03_Drawing/01_Command_buffers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ have 3 vertices to draw.
270270
that.
271271
* `firstVertex`: Used as an offset into the vertex buffer, defines the lowest
272272
value of `gl_VertexIndex`.
273-
* `firstIntance`: Used as an offset for instanced rendering, defines the lowest
273+
* `firstInstance`: Used as an offset for instanced rendering, defines the lowest
274274
value of `gl_InstanceIndex`.
275275
276276
## Finishing up

0 commit comments

Comments
 (0)