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

Function TransitionImageLayout

icd/generated/function_definitions.h:1364–1368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1362 return VK_SUCCESS;
1363}
1364static VKAPI_ATTR VkResult VKAPI_CALL TransitionImageLayout(VkDevice device, uint32_t transitionCount,
1365 const VkHostImageLayoutTransitionInfo* pTransitions) {
1366 // Not a CREATE or DESTROY function
1367 return VK_SUCCESS;
1368}
1369static VKAPI_ATTR void VKAPI_CALL CmdPushDescriptorSet(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint,
1370 VkPipelineLayout layout, uint32_t set, uint32_t descriptorWriteCount,
1371 const VkWriteDescriptorSet* pDescriptorWrites) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected