Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkBufferMemoryBarrier |
Public Attributes | |
vk::StructureType | sType = StructureType::eBufferMemoryBarrier |
const void * | pNext = {} |
vk::AccessFlags | srcAccessMask = {} |
vk::AccessFlags | 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::eBufferMemoryBarrier |
Definition at line 12598 of file vulkan_structs.hpp.
Definition at line 12600 of file vulkan_structs.hpp.
|
inline |
Definition at line 12606 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 12627 of file vulkan_structs.hpp.
|
inline |
Definition at line 12695 of file vulkan_structs.hpp.
|
inline |
Definition at line 12690 of file vulkan_structs.hpp.
|
inline |
Definition at line 12734 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 12634 of file vulkan_structs.hpp.
|
inline |
Definition at line 12723 of file vulkan_structs.hpp.
|
inline |
Definition at line 12671 of file vulkan_structs.hpp.
|
inline |
Definition at line 12653 of file vulkan_structs.hpp.
|
inline |
Definition at line 12665 of file vulkan_structs.hpp.
|
inline |
Definition at line 12677 of file vulkan_structs.hpp.
|
inline |
Definition at line 12641 of file vulkan_structs.hpp.
|
inline |
Definition at line 12683 of file vulkan_structs.hpp.
|
inline |
Definition at line 12647 of file vulkan_structs.hpp.
|
inline |
Definition at line 12659 of file vulkan_structs.hpp.
|
static |
Definition at line 12602 of file vulkan_structs.hpp.
vk::Buffer vk::BufferMemoryBarrier::buffer = {} |
Definition at line 12747 of file vulkan_structs.hpp.
vk::AccessFlags vk::BufferMemoryBarrier::dstAccessMask = {} |
Definition at line 12744 of file vulkan_structs.hpp.
uint32_t vk::BufferMemoryBarrier::dstQueueFamilyIndex = {} |
Definition at line 12746 of file vulkan_structs.hpp.
vk::DeviceSize vk::BufferMemoryBarrier::offset = {} |
Definition at line 12748 of file vulkan_structs.hpp.
const void* vk::BufferMemoryBarrier::pNext = {} |
Definition at line 12742 of file vulkan_structs.hpp.
vk::DeviceSize vk::BufferMemoryBarrier::size = {} |
Definition at line 12749 of file vulkan_structs.hpp.
vk::AccessFlags vk::BufferMemoryBarrier::srcAccessMask = {} |
Definition at line 12743 of file vulkan_structs.hpp.
uint32_t vk::BufferMemoryBarrier::srcQueueFamilyIndex = {} |
Definition at line 12745 of file vulkan_structs.hpp.
|
static |
Definition at line 12603 of file vulkan_structs.hpp.
vk::StructureType vk::BufferMemoryBarrier::sType = StructureType::eBufferMemoryBarrier |
Definition at line 12741 of file vulkan_structs.hpp.