HDK
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkImageMemoryBarrier |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eImageMemoryBarrier |
Definition at line 39579 of file vulkan_structs.hpp.
Definition at line 39581 of file vulkan_structs.hpp.
|
inline |
Definition at line 39587 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 39610 of file vulkan_structs.hpp.
|
inline |
Definition at line 39683 of file vulkan_structs.hpp.
|
inline |
Definition at line 39678 of file vulkan_structs.hpp.
|
inline |
Definition at line 39723 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 39615 of file vulkan_structs.hpp.
|
inline |
Definition at line 39712 of file vulkan_structs.hpp.
|
inline |
Definition at line 39634 of file vulkan_structs.hpp.
|
inline |
Definition at line 39658 of file vulkan_structs.hpp.
|
inline |
Definition at line 39664 of file vulkan_structs.hpp.
|
inline |
Definition at line 39646 of file vulkan_structs.hpp.
|
inline |
Definition at line 39640 of file vulkan_structs.hpp.
|
inline |
Definition at line 39622 of file vulkan_structs.hpp.
|
inline |
Definition at line 39628 of file vulkan_structs.hpp.
|
inline |
Definition at line 39652 of file vulkan_structs.hpp.
|
inline |
Definition at line 39671 of file vulkan_structs.hpp.
|
static |
Definition at line 39583 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::AccessFlags VULKAN_HPP_NAMESPACE::ImageMemoryBarrier::dstAccessMask = {} |
Definition at line 39733 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::ImageMemoryBarrier::dstQueueFamilyIndex = {} |
Definition at line 39737 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::Image VULKAN_HPP_NAMESPACE::ImageMemoryBarrier::image = {} |
Definition at line 39738 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::ImageLayout VULKAN_HPP_NAMESPACE::ImageMemoryBarrier::newLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined |
Definition at line 39735 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::ImageLayout VULKAN_HPP_NAMESPACE::ImageMemoryBarrier::oldLayout = VULKAN_HPP_NAMESPACE::ImageLayout::eUndefined |
Definition at line 39734 of file vulkan_structs.hpp.
const void* VULKAN_HPP_NAMESPACE::ImageMemoryBarrier::pNext = {} |
Definition at line 39731 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::AccessFlags VULKAN_HPP_NAMESPACE::ImageMemoryBarrier::srcAccessMask = {} |
Definition at line 39732 of file vulkan_structs.hpp.
uint32_t VULKAN_HPP_NAMESPACE::ImageMemoryBarrier::srcQueueFamilyIndex = {} |
Definition at line 39736 of file vulkan_structs.hpp.
|
static |
Definition at line 39584 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::ImageMemoryBarrier::sType = StructureType::eImageMemoryBarrier |
Definition at line 39730 of file vulkan_structs.hpp.
VULKAN_HPP_NAMESPACE::ImageSubresourceRange VULKAN_HPP_NAMESPACE::ImageMemoryBarrier::subresourceRange = {} |
Definition at line 39739 of file vulkan_structs.hpp.