Vulkan-Hpp
vk::MemoryAllocateFlagsInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkMemoryAllocateFlagsInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR MemoryAllocateFlagsInfo (vk::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 MemoryAllocateFlagsInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryAllocateFlagsInfosetFlags (vk::MemoryAllocateFlags flags_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 MemoryAllocateFlagsInfosetDeviceMask (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

vk::StructureType sType = StructureType::eMemoryAllocateFlagsInfo
 
const void * pNext = {}
 
vk::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 50495 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ MemoryAllocateFlagsInfo() [1/3]

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

Definition at line 50503 of file vulkan_structs.hpp.

◆ MemoryAllocateFlagsInfo() [2/3]

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

◆ MemoryAllocateFlagsInfo() [3/3]

vk::MemoryAllocateFlagsInfo::MemoryAllocateFlagsInfo ( VkMemoryAllocateFlagsInfo const &  rhs)
inline

Definition at line 50514 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkMemoryAllocateFlagsInfo &()

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

Definition at line 50553 of file vulkan_structs.hpp.

◆ operator VkMemoryAllocateFlagsInfo const &()

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

Definition at line 50548 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 50582 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

MemoryAllocateFlagsInfo& vk::MemoryAllocateFlagsInfo::operator= ( VkMemoryAllocateFlagsInfo const &  rhs)
inline

Definition at line 50522 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 50573 of file vulkan_structs.hpp.

◆ setDeviceMask()

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

Definition at line 50541 of file vulkan_structs.hpp.

◆ setFlags()

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

Definition at line 50535 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 50529 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 50499 of file vulkan_structs.hpp.

◆ deviceMask

uint32_t vk::MemoryAllocateFlagsInfo::deviceMask = {}

Definition at line 50592 of file vulkan_structs.hpp.

◆ flags

vk::MemoryAllocateFlags vk::MemoryAllocateFlagsInfo::flags = {}

Definition at line 50591 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 50590 of file vulkan_structs.hpp.

◆ structureType

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

Definition at line 50500 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::MemoryAllocateFlagsInfo::sType = StructureType::eMemoryAllocateFlagsInfo

Definition at line 50589 of file vulkan_structs.hpp.


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