Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkImageMemoryBarrier |
Public Attributes | |
vk::StructureType | sType = StructureType::eImageMemoryBarrier |
const void * | pNext = {} |
vk::AccessFlags | srcAccessMask = {} |
vk::AccessFlags | dstAccessMask = {} |
vk::ImageLayout | oldLayout = vk::ImageLayout::eUndefined |
vk::ImageLayout | newLayout = vk::ImageLayout::eUndefined |
uint32_t | srcQueueFamilyIndex = {} |
uint32_t | dstQueueFamilyIndex = {} |
vk::Image | image = {} |
vk::ImageSubresourceRange | subresourceRange = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eImageMemoryBarrier |
Definition at line 44591 of file vulkan_structs.hpp.
Definition at line 44593 of file vulkan_structs.hpp.
|
inline |
Definition at line 44599 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 44622 of file vulkan_structs.hpp.
|
inline |
Definition at line 44695 of file vulkan_structs.hpp.
|
inline |
Definition at line 44690 of file vulkan_structs.hpp.
|
inline |
Definition at line 44735 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 44627 of file vulkan_structs.hpp.
|
inline |
Definition at line 44724 of file vulkan_structs.hpp.
|
inline |
Definition at line 44646 of file vulkan_structs.hpp.
|
inline |
Definition at line 44670 of file vulkan_structs.hpp.
|
inline |
Definition at line 44676 of file vulkan_structs.hpp.
|
inline |
Definition at line 44658 of file vulkan_structs.hpp.
|
inline |
Definition at line 44652 of file vulkan_structs.hpp.
|
inline |
Definition at line 44634 of file vulkan_structs.hpp.
|
inline |
Definition at line 44640 of file vulkan_structs.hpp.
|
inline |
Definition at line 44664 of file vulkan_structs.hpp.
|
inline |
Definition at line 44683 of file vulkan_structs.hpp.
|
static |
Definition at line 44595 of file vulkan_structs.hpp.
vk::AccessFlags vk::ImageMemoryBarrier::dstAccessMask = {} |
Definition at line 44745 of file vulkan_structs.hpp.
uint32_t vk::ImageMemoryBarrier::dstQueueFamilyIndex = {} |
Definition at line 44749 of file vulkan_structs.hpp.
vk::Image vk::ImageMemoryBarrier::image = {} |
Definition at line 44750 of file vulkan_structs.hpp.
vk::ImageLayout vk::ImageMemoryBarrier::newLayout = vk::ImageLayout::eUndefined |
Definition at line 44747 of file vulkan_structs.hpp.
vk::ImageLayout vk::ImageMemoryBarrier::oldLayout = vk::ImageLayout::eUndefined |
Definition at line 44746 of file vulkan_structs.hpp.
const void* vk::ImageMemoryBarrier::pNext = {} |
Definition at line 44743 of file vulkan_structs.hpp.
vk::AccessFlags vk::ImageMemoryBarrier::srcAccessMask = {} |
Definition at line 44744 of file vulkan_structs.hpp.
uint32_t vk::ImageMemoryBarrier::srcQueueFamilyIndex = {} |
Definition at line 44748 of file vulkan_structs.hpp.
|
static |
Definition at line 44596 of file vulkan_structs.hpp.
vk::StructureType vk::ImageMemoryBarrier::sType = StructureType::eImageMemoryBarrier |
Definition at line 44742 of file vulkan_structs.hpp.
vk::ImageSubresourceRange vk::ImageMemoryBarrier::subresourceRange = {} |
Definition at line 44751 of file vulkan_structs.hpp.