Vulkan-Hpp
vk::BindImageMemoryInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkBindImageMemoryInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR BindImageMemoryInfo (vk::Image image_={}, vk::DeviceMemory memory_={}, vk::DeviceSize memoryOffset_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR BindImageMemoryInfo (BindImageMemoryInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 BindImageMemoryInfo (VkBindImageMemoryInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
BindImageMemoryInfooperator= (BindImageMemoryInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
BindImageMemoryInfooperator= (VkBindImageMemoryInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 BindImageMemoryInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 BindImageMemoryInfosetImage (vk::Image image_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 BindImageMemoryInfosetMemory (vk::DeviceMemory memory_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 BindImageMemoryInfosetMemoryOffset (vk::DeviceSize memoryOffset_) VULKAN_HPP_NOEXCEPT
 
 operator VkBindImageMemoryInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkBindImageMemoryInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (BindImageMemoryInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (BindImageMemoryInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eBindImageMemoryInfo
 
const void * pNext = {}
 
vk::Image image = {}
 
vk::DeviceMemory memory = {}
 
vk::DeviceSize memoryOffset = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 8175 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ BindImageMemoryInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::BindImageMemoryInfo::BindImageMemoryInfo ( vk::Image  image_ = {},
vk::DeviceMemory  memory_ = {},
vk::DeviceSize  memoryOffset_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 8183 of file vulkan_structs.hpp.

◆ BindImageMemoryInfo() [2/3]

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

◆ BindImageMemoryInfo() [3/3]

vk::BindImageMemoryInfo::BindImageMemoryInfo ( VkBindImageMemoryInfo const &  rhs)
inline

Definition at line 8196 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkBindImageMemoryInfo &()

vk::BindImageMemoryInfo::operator VkBindImageMemoryInfo & ( )
inline

Definition at line 8240 of file vulkan_structs.hpp.

◆ operator VkBindImageMemoryInfo const &()

vk::BindImageMemoryInfo::operator VkBindImageMemoryInfo const & ( ) const
inline

Definition at line 8235 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 8273 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

BindImageMemoryInfo& vk::BindImageMemoryInfo::operator= ( VkBindImageMemoryInfo const &  rhs)
inline

Definition at line 8203 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 8264 of file vulkan_structs.hpp.

◆ setImage()

VULKAN_HPP_CONSTEXPR_14 BindImageMemoryInfo& vk::BindImageMemoryInfo::setImage ( vk::Image  image_)
inline

Definition at line 8216 of file vulkan_structs.hpp.

◆ setMemory()

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

Definition at line 8222 of file vulkan_structs.hpp.

◆ setMemoryOffset()

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

Definition at line 8228 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 8210 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 8179 of file vulkan_structs.hpp.

◆ image

vk::Image vk::BindImageMemoryInfo::image = {}

Definition at line 8282 of file vulkan_structs.hpp.

◆ memory

vk::DeviceMemory vk::BindImageMemoryInfo::memory = {}

Definition at line 8283 of file vulkan_structs.hpp.

◆ memoryOffset

vk::DeviceSize vk::BindImageMemoryInfo::memoryOffset = {}

Definition at line 8284 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 8281 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::BindImageMemoryInfo::structureType = StructureType::eBindImageMemoryInfo
static

Definition at line 8180 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::BindImageMemoryInfo::sType = StructureType::eBindImageMemoryInfo

Definition at line 8280 of file vulkan_structs.hpp.


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