Skip to content

Commit

Permalink
Reword docstring for draw-elements-instanced and fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
psilord committed Oct 25, 2016
1 parent 7820d55 commit 64a4d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gl/opengl.lisp
Expand Up @@ -167,8 +167,8 @@ allocating new memory."
(definline draw-elements-instanced (mode array primcount &key
(count (gl-array-size array))
(offset 0))
"If drawing the elements of a bound IBO, the keyword argument
COUNT must be specified to denote the number verticies that must be processed."
"When drawing using a bound IBO, the keyword argument COUNT must be
specified to denote the number of verticies that must be processed."
(%gl:draw-elements-instanced mode count
(cffi-type-to-gl (gl-array-type array))
(gl-array-pointer-offset array offset)
Expand Down

0 comments on commit 64a4d3d

Please sign in to comment.