|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties2: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.
References operator==().
|
inline |
Definition at line 22482 of file vulkan.hpp.
References memoryProperties, pNext, and sType.
Referenced by operator!=().
| 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==().