ReactOS 0.4.17-dev-934-g091855f
VkImageMemoryBarrier2 Struct Reference

#include <vulkan.h>

Collaboration diagram for VkImageMemoryBarrier2:

Public Member Functions

VkPipelineStageFlags2 WINE_VK_ALIGN (8) srcStageMask
 
VkAccessFlags2 WINE_VK_ALIGN (8) srcAccessMask
 
VkPipelineStageFlags2 WINE_VK_ALIGN (8) dstStageMask
 
VkAccessFlags2 WINE_VK_ALIGN (8) dstAccessMask
 
VkImage WINE_VK_ALIGN (8) image
 

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkImageLayout oldLayout
 
VkImageLayout newLayout
 
uint32_t srcQueueFamilyIndex
 
uint32_t dstQueueFamilyIndex
 
VkImageSubresourceRange subresourceRange
 

Detailed Description

Definition at line 16402 of file vulkan.h.

Member Function Documentation

◆ WINE_VK_ALIGN() [1/5]

VkAccessFlags2 VkImageMemoryBarrier2::WINE_VK_ALIGN ( 8  )

◆ WINE_VK_ALIGN() [2/5]

VkPipelineStageFlags2 VkImageMemoryBarrier2::WINE_VK_ALIGN ( 8  )

◆ WINE_VK_ALIGN() [3/5]

VkImage VkImageMemoryBarrier2::WINE_VK_ALIGN ( 8  )

◆ WINE_VK_ALIGN() [4/5]

VkAccessFlags2 VkImageMemoryBarrier2::WINE_VK_ALIGN ( 8  )

◆ WINE_VK_ALIGN() [5/5]

VkPipelineStageFlags2 VkImageMemoryBarrier2::WINE_VK_ALIGN ( 8  )

Member Data Documentation

◆ dstQueueFamilyIndex

uint32_t VkImageMemoryBarrier2::dstQueueFamilyIndex

Definition at line 16413 of file vulkan.h.

◆ newLayout

VkImageLayout VkImageMemoryBarrier2::newLayout

Definition at line 16411 of file vulkan.h.

◆ oldLayout

VkImageLayout VkImageMemoryBarrier2::oldLayout

Definition at line 16410 of file vulkan.h.

◆ pNext

const void* VkImageMemoryBarrier2::pNext

Definition at line 16405 of file vulkan.h.

◆ srcQueueFamilyIndex

uint32_t VkImageMemoryBarrier2::srcQueueFamilyIndex

Definition at line 16412 of file vulkan.h.

◆ sType

VkStructureType VkImageMemoryBarrier2::sType

Definition at line 16404 of file vulkan.h.

◆ subresourceRange

VkImageSubresourceRange VkImageMemoryBarrier2::subresourceRange

Definition at line 16415 of file vulkan.h.


The documentation for this struct was generated from the following file: