| 4012 | // Not a CREATE or DESTROY function |
| 4013 | } |
| 4014 | static 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 | } |
| 4019 | static VKAPI_ATTR VkResult VKAPI_CALL CreateMicromapEXT(VkDevice device, const VkMicromapCreateInfoEXT* pCreateInfo, |
| 4020 | const VkAllocationCallbacks* pAllocator, VkMicromapEXT* pMicromap) { |
| 4021 | unique_lock_t lock(global_lock); |
nothing calls this directly
no outgoing calls
no test coverage detected