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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkMemoryDedicatedAllocateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR MemoryDedicatedAllocateInfo (VULKAN_HPP_NAMESPACE::Image image_={}, VULKAN_HPP_NAMESPACE::Buffer buffer_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR MemoryDedicatedAllocateInfo (MemoryDedicatedAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 MemoryDedicatedAllocateInfo (VkMemoryDedicatedAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
MemoryDedicatedAllocateInfooperator= (MemoryDedicatedAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
MemoryDedicatedAllocateInfooperator= (VkMemoryDedicatedAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
MemoryDedicatedAllocateInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
MemoryDedicatedAllocateInfo
setImage (VULKAN_HPP_NAMESPACE::Image image_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
MemoryDedicatedAllocateInfo
setBuffer (VULKAN_HPP_NAMESPACE::Buffer buffer_) VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryDedicatedAllocateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryDedicatedAllocateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (MemoryDedicatedAllocateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (MemoryDedicatedAllocateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eMemoryDedicatedAllocateInfo
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::Image image = {}
 
VULKAN_HPP_NAMESPACE::Buffer buffer = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 44969 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::MemoryDedicatedAllocateInfo ( VULKAN_HPP_NAMESPACE::Image  image_ = {},
VULKAN_HPP_NAMESPACE::Buffer  buffer_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 44977 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::MemoryDedicatedAllocateInfo ( MemoryDedicatedAllocateInfo const rhs)
default
VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::MemoryDedicatedAllocateInfo ( VkMemoryDedicatedAllocateInfo const rhs)
inline

Definition at line 44988 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::operator VkMemoryDedicatedAllocateInfo & ( )
inline

Definition at line 45027 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::operator VkMemoryDedicatedAllocateInfo const & ( ) const
inline

Definition at line 45022 of file vulkan_structs.hpp.

MemoryDedicatedAllocateInfo& VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::operator= ( MemoryDedicatedAllocateInfo const rhs)
default
MemoryDedicatedAllocateInfo& VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::operator= ( VkMemoryDedicatedAllocateInfo const rhs)
inline

Definition at line 44996 of file vulkan_structs.hpp.

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

Definition at line 45047 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 MemoryDedicatedAllocateInfo& VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::setBuffer ( VULKAN_HPP_NAMESPACE::Buffer  buffer_)
inline

Definition at line 45015 of file vulkan_structs.hpp.

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

Definition at line 45009 of file vulkan_structs.hpp.

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

Definition at line 45003 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 44973 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Buffer VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::buffer = {}

Definition at line 45066 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::Image VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::image = {}

Definition at line 45065 of file vulkan_structs.hpp.

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

Definition at line 45064 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::structureType = StructureType::eMemoryDedicatedAllocateInfo
static

Definition at line 44974 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::MemoryDedicatedAllocateInfo::sType = StructureType::eMemoryDedicatedAllocateInfo

Definition at line 45063 of file vulkan_structs.hpp.


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