Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkMemoryBarrier2 |
Public Attributes | |
vk::StructureType | sType = StructureType::eMemoryBarrier2 |
const void * | pNext = {} |
vk::PipelineStageFlags2 | srcStageMask = {} |
vk::AccessFlags2 | srcAccessMask = {} |
vk::PipelineStageFlags2 | dstStageMask = {} |
vk::AccessFlags2 | dstAccessMask = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eMemoryBarrier2 |
Definition at line 22621 of file vulkan_structs.hpp.
Definition at line 22623 of file vulkan_structs.hpp.
|
inline |
Definition at line 22629 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 22644 of file vulkan_structs.hpp.
|
inline |
Definition at line 22692 of file vulkan_structs.hpp.
|
inline |
Definition at line 22687 of file vulkan_structs.hpp.
|
inline |
Definition at line 22727 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 22649 of file vulkan_structs.hpp.
|
inline |
Definition at line 22717 of file vulkan_structs.hpp.
|
inline |
Definition at line 22680 of file vulkan_structs.hpp.
|
inline |
Definition at line 22674 of file vulkan_structs.hpp.
|
inline |
Definition at line 22656 of file vulkan_structs.hpp.
|
inline |
Definition at line 22668 of file vulkan_structs.hpp.
|
inline |
Definition at line 22662 of file vulkan_structs.hpp.
|
static |
Definition at line 22625 of file vulkan_structs.hpp.
vk::AccessFlags2 vk::MemoryBarrier2::dstAccessMask = {} |
Definition at line 22739 of file vulkan_structs.hpp.
vk::PipelineStageFlags2 vk::MemoryBarrier2::dstStageMask = {} |
Definition at line 22738 of file vulkan_structs.hpp.
const void* vk::MemoryBarrier2::pNext = {} |
Definition at line 22735 of file vulkan_structs.hpp.
vk::AccessFlags2 vk::MemoryBarrier2::srcAccessMask = {} |
Definition at line 22737 of file vulkan_structs.hpp.
vk::PipelineStageFlags2 vk::MemoryBarrier2::srcStageMask = {} |
Definition at line 22736 of file vulkan_structs.hpp.
|
static |
Definition at line 22626 of file vulkan_structs.hpp.
vk::StructureType vk::MemoryBarrier2::sType = StructureType::eMemoryBarrier2 |
Definition at line 22734 of file vulkan_structs.hpp.