SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkPhysicalDeviceMemoryProperties2 const & () const | |
operator VkPhysicalDeviceMemoryProperties2 & () | |
bool | operator== (PhysicalDeviceMemoryProperties2 const &rhs) const |
bool | operator!= (PhysicalDeviceMemoryProperties2 const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
PhysicalDeviceMemoryProperties | memoryProperties |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceMemoryProperties2 |
Definition at line 22470 of file vulkan.hpp.
|
inline |
Definition at line 22477 of file vulkan.hpp.
|
inline |
Definition at line 22472 of file vulkan.hpp.
|
inline |
Definition at line 22489 of file vulkan.hpp.
|
inline |
Definition at line 22482 of file vulkan.hpp.
References memoryProperties, pNext, and sType.
PhysicalDeviceMemoryProperties VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties2::memoryProperties |
Definition at line 22499 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties2::pNext = nullptr |
Definition at line 22498 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 22495 of file vulkan.hpp.
Referenced by operator==().