SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
PhysicalDeviceExternalMemoryHostPropertiesEXT (DeviceSize minImportedHostPointerAlignment_=0) | |
PhysicalDeviceExternalMemoryHostPropertiesEXT (VkPhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) | |
PhysicalDeviceExternalMemoryHostPropertiesEXT & | operator= (VkPhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) |
PhysicalDeviceExternalMemoryHostPropertiesEXT & | setPNext (void *pNext_) |
PhysicalDeviceExternalMemoryHostPropertiesEXT & | setMinImportedHostPointerAlignment (DeviceSize minImportedHostPointerAlignment_) |
operator VkPhysicalDeviceExternalMemoryHostPropertiesEXT const & () const | |
operator VkPhysicalDeviceExternalMemoryHostPropertiesEXT & () | |
bool | operator== (PhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) const |
bool | operator!= (PhysicalDeviceExternalMemoryHostPropertiesEXT const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
DeviceSize | minImportedHostPointerAlignment |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceExternalMemoryHostPropertiesEXT |
Definition at line 17516 of file vulkan.hpp.
|
inline |
Definition at line 17518 of file vulkan.hpp.
|
inline |
|
inline |
Definition at line 17550 of file vulkan.hpp.
|
inline |
Definition at line 17545 of file vulkan.hpp.
|
inline |
Definition at line 17562 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 17555 of file vulkan.hpp.
References minImportedHostPointerAlignment, pNext, and sType.
Referenced by operator!=().
|
inline |
|
inline |
Definition at line 17533 of file vulkan.hpp.
References pNext.
DeviceSize VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalMemoryHostPropertiesEXT::minImportedHostPointerAlignment |
Definition at line 17572 of file vulkan.hpp.
Referenced by operator==(), and setMinImportedHostPointerAlignment().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalMemoryHostPropertiesEXT::pNext = nullptr |
Definition at line 17571 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 17568 of file vulkan.hpp.
Referenced by operator==().