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

Function EndCommandBuffer

icd/generated/function_definitions.h:601–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599 return VK_SUCCESS;
600}
601static VKAPI_ATTR VkResult VKAPI_CALL EndCommandBuffer(VkCommandBuffer commandBuffer) {
602 // Not a CREATE or DESTROY function
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected