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

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkMemoryAllocateFlagsInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR MemoryAllocateFlagsInfo (VULKAN_HPP_NAMESPACE::MemoryAllocateFlags flags_={}, uint32_t deviceMask_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR MemoryAllocateFlagsInfo (MemoryAllocateFlagsInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 MemoryAllocateFlagsInfo (VkMemoryAllocateFlagsInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
MemoryAllocateFlagsInfooperator= (MemoryAllocateFlagsInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
MemoryAllocateFlagsInfooperator= (VkMemoryAllocateFlagsInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
MemoryAllocateFlagsInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
MemoryAllocateFlagsInfo
setFlags (VULKAN_HPP_NAMESPACE::MemoryAllocateFlags flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
MemoryAllocateFlagsInfo
setDeviceMask (uint32_t deviceMask_) VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryAllocateFlagsInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkMemoryAllocateFlagsInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (MemoryAllocateFlagsInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (MemoryAllocateFlagsInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eMemoryAllocateFlagsInfo
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::MemoryAllocateFlags flags = {}
 
uint32_t deviceMask = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 44653 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::MemoryAllocateFlagsInfo ( VULKAN_HPP_NAMESPACE::MemoryAllocateFlags  flags_ = {},
uint32_t  deviceMask_ = {},
const void pNext_ = nullptr 
)
inline

Definition at line 44661 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::MemoryAllocateFlagsInfo ( MemoryAllocateFlagsInfo const rhs)
default
VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::MemoryAllocateFlagsInfo ( VkMemoryAllocateFlagsInfo const rhs)
inline

Definition at line 44672 of file vulkan_structs.hpp.

Member Function Documentation

VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::operator VkMemoryAllocateFlagsInfo & ( )
inline

Definition at line 44711 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::operator VkMemoryAllocateFlagsInfo const & ( ) const
inline

Definition at line 44706 of file vulkan_structs.hpp.

MemoryAllocateFlagsInfo& VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::operator= ( MemoryAllocateFlagsInfo const rhs)
default
MemoryAllocateFlagsInfo& VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::operator= ( VkMemoryAllocateFlagsInfo const rhs)
inline

Definition at line 44680 of file vulkan_structs.hpp.

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

Definition at line 44731 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 MemoryAllocateFlagsInfo& VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::setDeviceMask ( uint32_t  deviceMask_)
inline

Definition at line 44699 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 MemoryAllocateFlagsInfo& VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::setFlags ( VULKAN_HPP_NAMESPACE::MemoryAllocateFlags  flags_)
inline

Definition at line 44693 of file vulkan_structs.hpp.

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

Definition at line 44687 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 44657 of file vulkan_structs.hpp.

uint32_t VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::deviceMask = {}

Definition at line 44750 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::MemoryAllocateFlags VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::flags = {}

Definition at line 44749 of file vulkan_structs.hpp.

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

Definition at line 44748 of file vulkan_structs.hpp.

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::structureType = StructureType::eMemoryAllocateFlagsInfo
static

Definition at line 44658 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::sType = StructureType::eMemoryAllocateFlagsInfo

Definition at line 44747 of file vulkan_structs.hpp.


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