vkCmdDrawIndirect | NVK Search
  1. No Results
Categories
vkCmdDrawIndirect Issue an indirect draw into a command buffer Syntax
void vkCmdDrawIndirect();
Parameters commandBuffer VkCommandBuffer is the command buffer into which the command is recorded. buffer VkBuffer where parameters begin. offset BigInt Number drawCount Number is the number of draws to execute, and can be zero. stride Number is the byte stride between successive sets of draw parameters.