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

Function CmdBlitImage

icd/generated/function_definitions.h:942–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940 // Not a CREATE or DESTROY function
941}
942static VKAPI_ATTR void VKAPI_CALL CmdBlitImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout,
943 VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount,
944 const VkImageBlit* pRegions, VkFilter filter) {
945 // Not a CREATE or DESTROY function
946}
947static VKAPI_ATTR void VKAPI_CALL CmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, VkImageLayout imageLayout,
948 const VkClearDepthStencilValue* pDepthStencil, uint32_t rangeCount,
949 const VkImageSubresourceRange* pRanges) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected