RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
MemoryAllocateFlagsInfo (MemoryAllocateFlags flags_=MemoryAllocateFlags(), uint32_t deviceMask_=0) | |
MemoryAllocateFlagsInfo (VkMemoryAllocateFlagsInfo const &rhs) | |
MemoryAllocateFlagsInfo & | operator= (VkMemoryAllocateFlagsInfo const &rhs) |
MemoryAllocateFlagsInfo & | setPNext (const void *pNext_) |
MemoryAllocateFlagsInfo & | setFlags (MemoryAllocateFlags flags_) |
MemoryAllocateFlagsInfo & | setDeviceMask (uint32_t deviceMask_) |
operator const VkMemoryAllocateFlagsInfo & () const | |
bool | operator== (MemoryAllocateFlagsInfo const &rhs) const |
bool | operator!= (MemoryAllocateFlagsInfo const &rhs) const |
Public Attributes | |
const void * | pNext = nullptr |
MemoryAllocateFlags | flags |
uint32_t | deviceMask |
Private Attributes | |
StructureType | sType = StructureType::eMemoryAllocateFlagsInfo |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
uint32_t VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::deviceMask |
MemoryAllocateFlags VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::flags |
|
private |