MCPcopy Create free account
hub / github.com/SFML/SFML / VkImageMemoryBarrier

Class VkImageMemoryBarrier

examples/vulkan/vulkan.h:1612–1623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1610 VkDeviceSize size;
1611} VkBufferMemoryBarrier;
1612typedef struct VkImageMemoryBarrier {
1613 VkStructureType sType;
1614 const void * pNext;
1615 VkAccessFlags srcAccessMask;
1616 VkAccessFlags dstAccessMask;
1617 VkImageLayout oldLayout;
1618 VkImageLayout newLayout;
1619 uint32_t srcQueueFamilyIndex;
1620 uint32_t dstQueueFamilyIndex;
1621 VkImage image;
1622 VkImageSubresourceRange subresourceRange;
1623} VkImageMemoryBarrier;
1624typedef struct VkImageCreateInfo {
1625 VkStructureType sType;
1626 const void * pNext;

Callers 2

setupDepthImageMethod · 0.70
setupTextureImageMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected