Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
VkImageMemoryBarrier Struct Reference

#include <vulkan.h>

+ Collaboration diagram for VkImageMemoryBarrier:

Public Attributes

VkStructureType sType
 
const void * pNext
 
VkAccessFlags srcAccessMask
 
VkAccessFlags dstAccessMask
 
VkImageLayout oldLayout
 
VkImageLayout newLayout
 
uint32_t srcQueueFamilyIndex
 
uint32_t dstQueueFamilyIndex
 
VkImage image
 
VkImageSubresourceRange subresourceRange
 

Detailed Description

Definition at line 1920 of file vulkan.h.

Member Data Documentation

◆ dstAccessMask

VkAccessFlags VkImageMemoryBarrier::dstAccessMask

Definition at line 1924 of file vulkan.h.

◆ dstQueueFamilyIndex

uint32_t VkImageMemoryBarrier::dstQueueFamilyIndex

Definition at line 1928 of file vulkan.h.

◆ image

VkImage VkImageMemoryBarrier::image

Definition at line 1929 of file vulkan.h.

◆ newLayout

VkImageLayout VkImageMemoryBarrier::newLayout

Definition at line 1926 of file vulkan.h.

◆ oldLayout

VkImageLayout VkImageMemoryBarrier::oldLayout

Definition at line 1925 of file vulkan.h.

◆ pNext

const void* VkImageMemoryBarrier::pNext

Definition at line 1922 of file vulkan.h.

◆ srcAccessMask

VkAccessFlags VkImageMemoryBarrier::srcAccessMask

Definition at line 1923 of file vulkan.h.

◆ srcQueueFamilyIndex

uint32_t VkImageMemoryBarrier::srcQueueFamilyIndex

Definition at line 1927 of file vulkan.h.

◆ sType

VkStructureType VkImageMemoryBarrier::sType

Definition at line 1921 of file vulkan.h.

◆ subresourceRange

VkImageSubresourceRange VkImageMemoryBarrier::subresourceRange

Definition at line 1930 of file vulkan.h.


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