Example #1
0
 public void CmdDraw(UInt32 vertexCount, UInt32 instanceCount, UInt32 firstVertex, UInt32 firstInstance)
 {
     Interops.vkCmdDraw(this.Handle, vertexCount, instanceCount, firstVertex, firstInstance);
 }