Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkMemoryBarrier |
Public Attributes | |
vk::StructureType | sType = StructureType::eMemoryBarrier |
const void * | pNext = {} |
vk::AccessFlags | srcAccessMask = {} |
vk::AccessFlags | dstAccessMask = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eMemoryBarrier |
Definition at line 50706 of file vulkan_structs.hpp.
Definition at line 50708 of file vulkan_structs.hpp.
|
inline |
Definition at line 50714 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 50725 of file vulkan_structs.hpp.
|
inline |
Definition at line 50761 of file vulkan_structs.hpp.
|
inline |
Definition at line 50756 of file vulkan_structs.hpp.
|
inline |
Definition at line 50793 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 50730 of file vulkan_structs.hpp.
|
inline |
Definition at line 50784 of file vulkan_structs.hpp.
|
inline |
Definition at line 50749 of file vulkan_structs.hpp.
|
inline |
Definition at line 50737 of file vulkan_structs.hpp.
|
inline |
Definition at line 50743 of file vulkan_structs.hpp.
|
static |
Definition at line 50710 of file vulkan_structs.hpp.
vk::AccessFlags vk::MemoryBarrier::dstAccessMask = {} |
Definition at line 50803 of file vulkan_structs.hpp.
const void* vk::MemoryBarrier::pNext = {} |
Definition at line 50801 of file vulkan_structs.hpp.
vk::AccessFlags vk::MemoryBarrier::srcAccessMask = {} |
Definition at line 50802 of file vulkan_structs.hpp.
|
static |
Definition at line 50711 of file vulkan_structs.hpp.
vk::StructureType vk::MemoryBarrier::sType = StructureType::eMemoryBarrier |
Definition at line 50800 of file vulkan_structs.hpp.