|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo: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 VkMemoryAllocateFlagsInfo const & () const | |
| operator VkMemoryAllocateFlagsInfo & () | |
| bool | operator== (MemoryAllocateFlagsInfo const &rhs) const |
| bool | operator!= (MemoryAllocateFlagsInfo const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| MemoryAllocateFlags | flags |
| uint32_t | deviceMask |
Private Attributes | |
| StructureType | sType = StructureType::eMemoryAllocateFlagsInfo |
Definition at line 33984 of file vulkan.hpp.
|
inline |
Definition at line 33986 of file vulkan.hpp.
|
inline |
Definition at line 33993 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 34026 of file vulkan.hpp.
|
inline |
Definition at line 34021 of file vulkan.hpp.
|
inline |
Definition at line 34039 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 33998 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 34031 of file vulkan.hpp.
References deviceMask, flags, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 34015 of file vulkan.hpp.
References deviceMask.
|
inline |
Definition at line 34009 of file vulkan.hpp.
|
inline |
Definition at line 34003 of file vulkan.hpp.
References pNext.
| uint32_t VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::deviceMask |
Definition at line 34050 of file vulkan.hpp.
Referenced by operator==(), and setDeviceMask().
| MemoryAllocateFlags VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::flags |
Definition at line 34049 of file vulkan.hpp.
Referenced by operator==().
| const void* VULKAN_HPP_NAMESPACE::MemoryAllocateFlagsInfo::pNext = nullptr |
Definition at line 34048 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 34045 of file vulkan.hpp.
Referenced by operator==().