Merge pull request #23 from Vtec234/vkCmdDraw-typo

vkCmdDraw.txt: fix typo
This commit is contained in:
Jon Leech 2016-02-19 03:31:41 -08:00
commit 8555ed865c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ pname:vertexCount::
The number of vertices passed to the graphics pipeline.
pname:firstInstance::
The first instance of data to be passed to the graphice pipeline.
The first instance of data to be passed to the graphics pipeline.
pname:instanceCount::
The number of instances to be passed to the graphics pipeline.