SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
MemoryAllocateInfo (DeviceSize allocationSize_=0, uint32_t memoryTypeIndex_=0) | |
MemoryAllocateInfo (VkMemoryAllocateInfo const &rhs) | |
MemoryAllocateInfo & | operator= (VkMemoryAllocateInfo const &rhs) |
MemoryAllocateInfo & | setPNext (const void *pNext_) |
MemoryAllocateInfo & | setAllocationSize (DeviceSize allocationSize_) |
MemoryAllocateInfo & | setMemoryTypeIndex (uint32_t memoryTypeIndex_) |
operator VkMemoryAllocateInfo const & () const | |
operator VkMemoryAllocateInfo & () | |
bool | operator== (MemoryAllocateInfo const &rhs) const |
bool | operator!= (MemoryAllocateInfo const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
DeviceSize | allocationSize |
uint32_t | memoryTypeIndex |
Private Attributes | |
StructureType | sType = StructureType::eMemoryAllocateInfo |
Definition at line 9710 of file vulkan.hpp.
|
inline |
Definition at line 9712 of file vulkan.hpp.
|
inline |
Definition at line 9719 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 9752 of file vulkan.hpp.
|
inline |
Definition at line 9747 of file vulkan.hpp.
|
inline |
Definition at line 9765 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 9724 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 9757 of file vulkan.hpp.
References allocationSize, memoryTypeIndex, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 9735 of file vulkan.hpp.
References allocationSize.
|
inline |
Definition at line 9741 of file vulkan.hpp.
References memoryTypeIndex.
|
inline |
Definition at line 9729 of file vulkan.hpp.
References pNext.
DeviceSize VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::allocationSize |
Definition at line 9775 of file vulkan.hpp.
Referenced by operator==(), and setAllocationSize().
uint32_t VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::memoryTypeIndex |
Definition at line 9776 of file vulkan.hpp.
Referenced by operator==(), and setMemoryTypeIndex().
const void* VULKAN_HPP_NAMESPACE::MemoryAllocateInfo::pNext = nullptr |
Definition at line 9774 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 9771 of file vulkan.hpp.
Referenced by operator==().