SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkPhysicalDeviceProperties2 const & () const | |
operator VkPhysicalDeviceProperties2 & () | |
bool | operator== (PhysicalDeviceProperties2 const &rhs) const |
bool | operator!= (PhysicalDeviceProperties2 const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
PhysicalDeviceProperties | properties |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceProperties2 |
Definition at line 27811 of file vulkan.hpp.
|
inline |
Definition at line 27818 of file vulkan.hpp.
|
inline |
Definition at line 27813 of file vulkan.hpp.
|
inline |
Definition at line 27830 of file vulkan.hpp.
|
inline |
Definition at line 27823 of file vulkan.hpp.
References pNext, properties, and sType.
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::pNext = nullptr |
Definition at line 27839 of file vulkan.hpp.
Referenced by operator==().
PhysicalDeviceProperties VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2::properties |
Definition at line 27840 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 27836 of file vulkan.hpp.
Referenced by operator==().