Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkBufferMemoryBarrier2 |
Public Attributes | |
vk::StructureType | sType = StructureType::eBufferMemoryBarrier2 |
const void * | pNext = {} |
vk::PipelineStageFlags2 | srcStageMask = {} |
vk::AccessFlags2 | srcAccessMask = {} |
vk::PipelineStageFlags2 | dstStageMask = {} |
vk::AccessFlags2 | dstAccessMask = {} |
uint32_t | srcQueueFamilyIndex = {} |
uint32_t | dstQueueFamilyIndex = {} |
vk::Buffer | buffer = {} |
vk::DeviceSize | offset = {} |
vk::DeviceSize | size = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eBufferMemoryBarrier2 |
Definition at line 12758 of file vulkan_structs.hpp.
Definition at line 12760 of file vulkan_structs.hpp.
|
inline |
Definition at line 12766 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 12791 of file vulkan_structs.hpp.
|
inline |
Definition at line 12872 of file vulkan_structs.hpp.
|
inline |
Definition at line 12867 of file vulkan_structs.hpp.
|
inline |
Definition at line 12913 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 12799 of file vulkan_structs.hpp.
|
inline |
Definition at line 12902 of file vulkan_structs.hpp.
|
inline |
Definition at line 12848 of file vulkan_structs.hpp.
|
inline |
Definition at line 12830 of file vulkan_structs.hpp.
|
inline |
Definition at line 12842 of file vulkan_structs.hpp.
|
inline |
Definition at line 12824 of file vulkan_structs.hpp.
|
inline |
Definition at line 12854 of file vulkan_structs.hpp.
|
inline |
Definition at line 12806 of file vulkan_structs.hpp.
|
inline |
Definition at line 12860 of file vulkan_structs.hpp.
|
inline |
Definition at line 12818 of file vulkan_structs.hpp.
|
inline |
Definition at line 12836 of file vulkan_structs.hpp.
|
inline |
Definition at line 12812 of file vulkan_structs.hpp.
|
static |
Definition at line 12762 of file vulkan_structs.hpp.
vk::Buffer vk::BufferMemoryBarrier2::buffer = {} |
Definition at line 12928 of file vulkan_structs.hpp.
vk::AccessFlags2 vk::BufferMemoryBarrier2::dstAccessMask = {} |
Definition at line 12925 of file vulkan_structs.hpp.
uint32_t vk::BufferMemoryBarrier2::dstQueueFamilyIndex = {} |
Definition at line 12927 of file vulkan_structs.hpp.
vk::PipelineStageFlags2 vk::BufferMemoryBarrier2::dstStageMask = {} |
Definition at line 12924 of file vulkan_structs.hpp.
vk::DeviceSize vk::BufferMemoryBarrier2::offset = {} |
Definition at line 12929 of file vulkan_structs.hpp.
const void* vk::BufferMemoryBarrier2::pNext = {} |
Definition at line 12921 of file vulkan_structs.hpp.
vk::DeviceSize vk::BufferMemoryBarrier2::size = {} |
Definition at line 12930 of file vulkan_structs.hpp.
vk::AccessFlags2 vk::BufferMemoryBarrier2::srcAccessMask = {} |
Definition at line 12923 of file vulkan_structs.hpp.
uint32_t vk::BufferMemoryBarrier2::srcQueueFamilyIndex = {} |
Definition at line 12926 of file vulkan_structs.hpp.
vk::PipelineStageFlags2 vk::BufferMemoryBarrier2::srcStageMask = {} |
Definition at line 12922 of file vulkan_structs.hpp.
|
static |
Definition at line 12763 of file vulkan_structs.hpp.
vk::StructureType vk::BufferMemoryBarrier2::sType = StructureType::eBufferMemoryBarrier2 |
Definition at line 12920 of file vulkan_structs.hpp.