HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::BindImageMemoryInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkBindImageMemoryInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR BindImageMemoryInfo (VULKAN_HPP_NAMESPACE::Image image_={}, VULKAN_HPP_NAMESPACE::DeviceMemory memory_={}, VULKAN_HPP_NAMESPACE::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
BindImageMemoryInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
BindImageMemoryInfo
setImage (VULKAN_HPP_NAMESPACE::Image image_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
BindImageMemoryInfo
setMemory (VULKAN_HPP_NAMESPACE::DeviceMemory memory_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
BindImageMemoryInfo
setMemoryOffset (VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eBindImageMemoryInfo
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Image image = {}
 
VULKAN_HPP_NAMESPACE::DeviceMemory memory = {}
 
VULKAN_HPP_NAMESPACE::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 7420 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 7428 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::BindImageMemoryInfo ( BindImageMemoryInfo const rhs)
default
VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::BindImageMemoryInfo ( VkBindImageMemoryInfo const rhs)
inline

Definition at line 7441 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 7485 of file vulkan_structs.hpp.

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

Definition at line 7480 of file vulkan_structs.hpp.

BindImageMemoryInfo& VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::operator= ( BindImageMemoryInfo const rhs)
default
BindImageMemoryInfo& VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::operator= ( VkBindImageMemoryInfo const rhs)
inline

Definition at line 7448 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::operator== ( BindImageMemoryInfo const rhs) const
inline

Definition at line 7509 of file vulkan_structs.hpp.

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

Definition at line 7461 of file vulkan_structs.hpp.

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

Definition at line 7467 of file vulkan_structs.hpp.

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

Definition at line 7473 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 BindImageMemoryInfo& VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::setPNext ( const void pNext_)
inline

Definition at line 7455 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 7424 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Image VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::image = {}

Definition at line 7527 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceMemory VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::memory = {}

Definition at line 7528 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::memoryOffset = {}

Definition at line 7529 of file vulkan_structs.hpp.

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

Definition at line 7526 of file vulkan_structs.hpp.

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

Definition at line 7425 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::BindImageMemoryInfo::sType = StructureType::eBindImageMemoryInfo

Definition at line 7525 of file vulkan_structs.hpp.


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