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

Function CmdDrawMultiIndexedEXT

icd/generated/function_definitions.h:4014–4018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {
4017 // Not a CREATE or DESTROY function
4018}
4019static VKAPI_ATTR VkResult VKAPI_CALL CreateMicromapEXT(VkDevice device, const VkMicromapCreateInfoEXT* pCreateInfo,
4020 const VkAllocationCallbacks* pAllocator, VkMicromapEXT* pMicromap) {
4021 unique_lock_t lock(global_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected