RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo:
[legend]

Public Member Functions

 MemoryAllocateFlagsInfo (MemoryAllocateFlags flags_=MemoryAllocateFlags(), uint32_t deviceMask_=0)
 
 MemoryAllocateFlagsInfo (VkMemoryAllocateFlagsInfo const &rhs)
 
MemoryAllocateFlagsInfooperator= (VkMemoryAllocateFlagsInfo const &rhs)
 
MemoryAllocateFlagsInfosetPNext (const void *pNext_)
 
MemoryAllocateFlagsInfosetFlags (MemoryAllocateFlags flags_)
 
MemoryAllocateFlagsInfosetDeviceMask (uint32_t deviceMask_)
 
 operator const VkMemoryAllocateFlagsInfo & () const
 
bool operator== (MemoryAllocateFlagsInfo const &rhs) const
 
bool operator!= (MemoryAllocateFlagsInfo const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
MemoryAllocateFlags flags
 
uint32_t deviceMask
 

Private Attributes

StructureType sType = StructureType::eMemoryAllocateFlagsInfo
 

Constructor & Destructor Documentation

◆ MemoryAllocateFlagsInfo() [1/2]

VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::MemoryAllocateFlagsInfo ( MemoryAllocateFlags  flags_ = MemoryAllocateFlags(),
uint32_t  deviceMask_ = 0 
)
inline

◆ MemoryAllocateFlagsInfo() [2/2]

VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::MemoryAllocateFlagsInfo ( VkMemoryAllocateFlagsInfo const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkMemoryAllocateFlagsInfo &()

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

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::operator!= ( MemoryAllocateFlagsInfo const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

MemoryAllocateFlagsInfo& VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::operator= ( VkMemoryAllocateFlagsInfo const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::operator== ( MemoryAllocateFlagsInfo const rhs) const
inline
Here is the caller graph for this function:

◆ setDeviceMask()

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

◆ setFlags()

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

◆ setPNext()

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

Member Data Documentation

◆ deviceMask

uint32_t VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::deviceMask

◆ flags

MemoryAllocateFlags VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::flags

◆ pNext

const void* VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::pNext = nullptr

◆ sType

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

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