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

Function CmdExecuteCommands

icd/generated/function_definitions.h:665–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663 // Not a CREATE or DESTROY function
664}
665static VKAPI_ATTR void VKAPI_CALL CmdExecuteCommands(VkCommandBuffer commandBuffer, uint32_t commandBufferCount,
666 const VkCommandBuffer* pCommandBuffers) {
667 // Not a CREATE or DESTROY function
668}
669static VKAPI_ATTR VkResult VKAPI_CALL CreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo,
670 const VkAllocationCallbacks* pAllocator, VkEvent* pEvent) {
671 unique_lock_t lock(global_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected