SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
MemoryHostPointerPropertiesEXT (uint32_t memoryTypeBits_=0) | |
MemoryHostPointerPropertiesEXT (VkMemoryHostPointerPropertiesEXT const &rhs) | |
MemoryHostPointerPropertiesEXT & | operator= (VkMemoryHostPointerPropertiesEXT const &rhs) |
MemoryHostPointerPropertiesEXT & | setPNext (void *pNext_) |
MemoryHostPointerPropertiesEXT & | setMemoryTypeBits (uint32_t memoryTypeBits_) |
operator VkMemoryHostPointerPropertiesEXT const & () const | |
operator VkMemoryHostPointerPropertiesEXT & () | |
bool | operator== (MemoryHostPointerPropertiesEXT const &rhs) const |
bool | operator!= (MemoryHostPointerPropertiesEXT const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
uint32_t | memoryTypeBits |
Private Attributes | |
StructureType | sType = StructureType::eMemoryHostPointerPropertiesEXT |
Definition at line 17456 of file vulkan.hpp.
|
inline |
Definition at line 17458 of file vulkan.hpp.
|
inline |
Definition at line 17463 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 17490 of file vulkan.hpp.
|
inline |
Definition at line 17485 of file vulkan.hpp.
|
inline |
Definition at line 17502 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 17495 of file vulkan.hpp.
References memoryTypeBits, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 17479 of file vulkan.hpp.
References memoryTypeBits.
|
inline |
Definition at line 17473 of file vulkan.hpp.
References pNext.
uint32_t VULKAN_HPP_NAMESPACE::MemoryHostPointerPropertiesEXT::memoryTypeBits |
Definition at line 17512 of file vulkan.hpp.
Referenced by operator==(), and setMemoryTypeBits().
void* VULKAN_HPP_NAMESPACE::MemoryHostPointerPropertiesEXT::pNext = nullptr |
Definition at line 17511 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 17508 of file vulkan.hpp.
Referenced by operator==().