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

Function CmdResolveImage

icd/generated/function_definitions.h:957–961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

955 // Not a CREATE or DESTROY function
956}
957static VKAPI_ATTR void VKAPI_CALL CmdResolveImage(VkCommandBuffer commandBuffer, VkImage srcImage, VkImageLayout srcImageLayout,
958 VkImage dstImage, VkImageLayout dstImageLayout, uint32_t regionCount,
959 const VkImageResolve* pRegions) {
960 // Not a CREATE or DESTROY function
961}
962static VKAPI_ATTR void VKAPI_CALL CmdBeginRenderPass(VkCommandBuffer commandBuffer, const VkRenderPassBeginInfo* pRenderPassBegin,
963 VkSubpassContents contents) {
964 // Not a CREATE or DESTROY function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected