Function VkDeviceCmds.CmdDraw

Commands for VK_VERSION_1_0

void CmdDraw (
  VkCommandBuffer_T* commandBuffer,
  uint vertexCount,
  uint instanceCount,
  uint firstVertex,
  uint firstInstance
);