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

Function ResetCommandBuffer

icd/generated/function_definitions.h:605–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603 return VK_SUCCESS;
604}
605static VKAPI_ATTR VkResult VKAPI_CALL ResetCommandBuffer(VkCommandBuffer commandBuffer, VkCommandBufferResetFlags flags) {
606 // Not a CREATE or DESTROY function
607 return VK_SUCCESS;
608}
609static VKAPI_ATTR void VKAPI_CALL CmdCopyBuffer(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkBuffer dstBuffer,
610 uint32_t regionCount, const VkBufferCopy* pRegions) {
611 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected