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

Function BeginCommandBuffer

icd/generated/function_definitions.h:596–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594 }
595}
596static VKAPI_ATTR VkResult VKAPI_CALL BeginCommandBuffer(VkCommandBuffer commandBuffer,
597 const VkCommandBufferBeginInfo* pBeginInfo) {
598 // Not a CREATE or DESTROY function
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected