MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / CmdDrawMultiEXT

Function CmdDrawMultiEXT

icd/generated/function_definitions.h:4009–4013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4007 // Not a CREATE or DESTROY function
4008}
4009static VKAPI_ATTR void VKAPI_CALL CmdDrawMultiEXT(VkCommandBuffer commandBuffer, uint32_t drawCount,
4010 const VkMultiDrawInfoEXT* pVertexInfo, uint32_t instanceCount,
4011 uint32_t firstInstance, uint32_t stride) {
4012 // Not a CREATE or DESTROY function
4013}
4014static VKAPI_ATTR void VKAPI_CALL CmdDrawMultiIndexedEXT(VkCommandBuffer commandBuffer, uint32_t drawCount,
4015 const VkMultiDrawIndexedInfoEXT* pIndexInfo, uint32_t instanceCount,
4016 uint32_t firstInstance, uint32_t stride, const int32_t* pVertexOffset) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected