Vulkan-Hpp
vk::BindBufferMemoryInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkBindBufferMemoryInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR BindBufferMemoryInfo (vk::Buffer buffer_={}, vk::DeviceMemory memory_={}, vk::DeviceSize memoryOffset_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR BindBufferMemoryInfo (BindBufferMemoryInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 BindBufferMemoryInfo (VkBindBufferMemoryInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
BindBufferMemoryInfooperator= (BindBufferMemoryInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
BindBufferMemoryInfooperator= (VkBindBufferMemoryInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 BindBufferMemoryInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 BindBufferMemoryInfosetBuffer (vk::Buffer buffer_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 BindBufferMemoryInfosetMemory (vk::DeviceMemory memory_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 BindBufferMemoryInfosetMemoryOffset (vk::DeviceSize memoryOffset_) VULKAN_HPP_NOEXCEPT
 
 operator VkBindBufferMemoryInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkBindBufferMemoryInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (BindBufferMemoryInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (BindBufferMemoryInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eBindBufferMemoryInfo
 
const void * pNext = {}
 
vk::Buffer buffer = {}
 
vk::DeviceMemory memory = {}
 
vk::DeviceSize memoryOffset = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eBindBufferMemoryInfo
 

Detailed Description

Definition at line 7403 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ BindBufferMemoryInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::BindBufferMemoryInfo::BindBufferMemoryInfo ( vk::Buffer  buffer_ = {},
vk::DeviceMemory  memory_ = {},
vk::DeviceSize  memoryOffset_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 7411 of file vulkan_structs.hpp.

◆ BindBufferMemoryInfo() [2/3]

VULKAN_HPP_CONSTEXPR vk::BindBufferMemoryInfo::BindBufferMemoryInfo ( BindBufferMemoryInfo const &  rhs)
default

◆ BindBufferMemoryInfo() [3/3]

vk::BindBufferMemoryInfo::BindBufferMemoryInfo ( VkBindBufferMemoryInfo const &  rhs)
inline

Definition at line 7424 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkBindBufferMemoryInfo &()

vk::BindBufferMemoryInfo::operator VkBindBufferMemoryInfo & ( )
inline

Definition at line 7469 of file vulkan_structs.hpp.

◆ operator VkBindBufferMemoryInfo const &()

vk::BindBufferMemoryInfo::operator VkBindBufferMemoryInfo const & ( ) const
inline

Definition at line 7464 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::BindBufferMemoryInfo::operator!= ( BindBufferMemoryInfo const &  rhs) const
inline

Definition at line 7502 of file vulkan_structs.hpp.

◆ operator=() [1/2]

BindBufferMemoryInfo& vk::BindBufferMemoryInfo::operator= ( BindBufferMemoryInfo const &  rhs)
default

◆ operator=() [2/2]

BindBufferMemoryInfo& vk::BindBufferMemoryInfo::operator= ( VkBindBufferMemoryInfo const &  rhs)
inline

Definition at line 7432 of file vulkan_structs.hpp.

◆ operator==()

bool vk::BindBufferMemoryInfo::operator== ( BindBufferMemoryInfo const &  rhs) const
inline

Definition at line 7493 of file vulkan_structs.hpp.

◆ setBuffer()

VULKAN_HPP_CONSTEXPR_14 BindBufferMemoryInfo& vk::BindBufferMemoryInfo::setBuffer ( vk::Buffer  buffer_)
inline

Definition at line 7445 of file vulkan_structs.hpp.

◆ setMemory()

VULKAN_HPP_CONSTEXPR_14 BindBufferMemoryInfo& vk::BindBufferMemoryInfo::setMemory ( vk::DeviceMemory  memory_)
inline

Definition at line 7451 of file vulkan_structs.hpp.

◆ setMemoryOffset()

VULKAN_HPP_CONSTEXPR_14 BindBufferMemoryInfo& vk::BindBufferMemoryInfo::setMemoryOffset ( vk::DeviceSize  memoryOffset_)
inline

Definition at line 7457 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 BindBufferMemoryInfo& vk::BindBufferMemoryInfo::setPNext ( const void *  pNext_)
inline

Definition at line 7439 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::BindBufferMemoryInfo::allowDuplicate = false
static

Definition at line 7407 of file vulkan_structs.hpp.

◆ buffer

vk::Buffer vk::BindBufferMemoryInfo::buffer = {}

Definition at line 7511 of file vulkan_structs.hpp.

◆ memory

vk::DeviceMemory vk::BindBufferMemoryInfo::memory = {}

Definition at line 7512 of file vulkan_structs.hpp.

◆ memoryOffset

vk::DeviceSize vk::BindBufferMemoryInfo::memoryOffset = {}

Definition at line 7513 of file vulkan_structs.hpp.

◆ pNext

const void* vk::BindBufferMemoryInfo::pNext = {}

Definition at line 7510 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::BindBufferMemoryInfo::structureType = StructureType::eBindBufferMemoryInfo
static

Definition at line 7408 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::BindBufferMemoryInfo::sType = StructureType::eBindBufferMemoryInfo

Definition at line 7509 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: