Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkImageMemoryBarrier Struct Reference

#include <vulkan_core.h>

Data Fields

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 2970 of file vulkan_core.h.

Field Documentation

◆ dstAccessMask

VkAccessFlags VkImageMemoryBarrier::dstAccessMask

Definition at line 2974 of file vulkan_core.h.

◆ dstQueueFamilyIndex

uint32_t VkImageMemoryBarrier::dstQueueFamilyIndex

Definition at line 2978 of file vulkan_core.h.

◆ image

VkImage VkImageMemoryBarrier::image

Definition at line 2979 of file vulkan_core.h.

◆ newLayout

VkImageLayout VkImageMemoryBarrier::newLayout

Definition at line 2976 of file vulkan_core.h.

◆ oldLayout

VkImageLayout VkImageMemoryBarrier::oldLayout

Definition at line 2975 of file vulkan_core.h.

◆ pNext

const void* VkImageMemoryBarrier::pNext

Definition at line 2972 of file vulkan_core.h.

◆ srcAccessMask

VkAccessFlags VkImageMemoryBarrier::srcAccessMask

Definition at line 2973 of file vulkan_core.h.

◆ srcQueueFamilyIndex

uint32_t VkImageMemoryBarrier::srcQueueFamilyIndex

Definition at line 2977 of file vulkan_core.h.

◆ sType

VkStructureType VkImageMemoryBarrier::sType

Definition at line 2971 of file vulkan_core.h.

◆ subresourceRange

VkImageSubresourceRange VkImageMemoryBarrier::subresourceRange

Definition at line 2980 of file vulkan_core.h.


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