vkCmdDrawIndexed | NVK Search
  1. No Results
Categories
vkCmdDrawIndexed Issue an indexed draw into a command buffer Syntax
void vkCmdDrawIndexed();
Parameters commandBuffer VkCommandBuffer is the command buffer into which the command is recorded. indexCount Number is the number of vertices to draw. instanceCount Number is the number of instances to draw. firstIndex Number is the base index within the index buffer. vertexOffset Number is the value added to the vertex index before indexing into the vertex buffer. firstInstance Number is the instance ID of the first instance to draw.