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

Function QueueSubmit2

icd/generated/function_definitions.h:1224–1228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1222 // Not a CREATE or DESTROY function
1223}
1224static VKAPI_ATTR VkResult VKAPI_CALL QueueSubmit2(VkQueue queue, uint32_t submitCount, const VkSubmitInfo2* pSubmits,
1225 VkFence fence) {
1226 // Not a CREATE or DESTROY function
1227 return VK_SUCCESS;
1228}
1229static VKAPI_ATTR void VKAPI_CALL CmdCopyBuffer2(VkCommandBuffer commandBuffer, const VkCopyBufferInfo2* pCopyBufferInfo) {
1230 // Not a CREATE or DESTROY function
1231}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected