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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkMemoryAllocateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR MemoryAllocateInfo (VULKAN_HPP_NAMESPACE::DeviceSize allocationSize_={}, uint32_t memoryTypeIndex_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR MemoryAllocateInfo (MemoryAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 MemoryAllocateInfo (VkMemoryAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
MemoryAllocateInfooperator= (MemoryAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
MemoryAllocateInfooperator= (VkMemoryAllocateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
MemoryAllocateInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
MemoryAllocateInfo
setAllocationSize (VULKAN_HPP_NAMESPACE::DeviceSize allocationSize_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
MemoryAllocateInfo
setMemoryTypeIndex (uint32_t memoryTypeIndex_) VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryAllocateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryAllocateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (MemoryAllocateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (MemoryAllocateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eMemoryAllocateInfo
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::DeviceSize allocationSize = {}
 
uint32_t memoryTypeIndex = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 44760 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::MemoryAllocateInfo ( VULKAN_HPP_NAMESPACE::DeviceSize  allocationSize_ = {},
uint32_t  memoryTypeIndex_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 44768 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::MemoryAllocateInfo ( MemoryAllocateInfo const rhs)
default
VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::MemoryAllocateInfo ( VkMemoryAllocateInfo const rhs)
inline

Definition at line 44779 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::operator VkMemoryAllocateInfo & ( )
inline

Definition at line 44815 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::operator VkMemoryAllocateInfo const & ( ) const
inline

Definition at line 44810 of file vulkan_structs.hpp.

MemoryAllocateInfo& VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::operator= ( MemoryAllocateInfo const rhs)
default
MemoryAllocateInfo& VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::operator= ( VkMemoryAllocateInfo const rhs)
inline

Definition at line 44784 of file vulkan_structs.hpp.

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

Definition at line 44835 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 MemoryAllocateInfo& VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::setAllocationSize ( VULKAN_HPP_NAMESPACE::DeviceSize  allocationSize_)
inline

Definition at line 44797 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 MemoryAllocateInfo& VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::setMemoryTypeIndex ( uint32_t  memoryTypeIndex_)
inline

Definition at line 44803 of file vulkan_structs.hpp.

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

Definition at line 44791 of file vulkan_structs.hpp.

Member Data Documentation

VULKAN_HPP_NAMESPACE::DeviceSize VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::allocationSize = {}

Definition at line 44853 of file vulkan_structs.hpp.

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

Definition at line 44764 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::memoryTypeIndex = {}

Definition at line 44854 of file vulkan_structs.hpp.

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

Definition at line 44852 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::structureType = StructureType::eMemoryAllocateInfo
static

Definition at line 44765 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::sType = StructureType::eMemoryAllocateInfo

Definition at line 44851 of file vulkan_structs.hpp.


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