SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkQueueFamilyProperties2 const & () const | |
operator VkQueueFamilyProperties2 & () | |
bool | operator== (QueueFamilyProperties2 const &rhs) const |
bool | operator!= (QueueFamilyProperties2 const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
QueueFamilyProperties | queueFamilyProperties |
Private Attributes | |
StructureType | sType = StructureType::eQueueFamilyProperties2 |
Definition at line 21965 of file vulkan.hpp.
|
inline |
Definition at line 21972 of file vulkan.hpp.
|
inline |
Definition at line 21967 of file vulkan.hpp.
|
inline |
Definition at line 21984 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 21977 of file vulkan.hpp.
References pNext, queueFamilyProperties, and sType.
Referenced by operator!=().
void* VULKAN_HPP_NAMESPACE::QueueFamilyProperties2::pNext = nullptr |
Definition at line 21993 of file vulkan.hpp.
Referenced by operator==().
QueueFamilyProperties VULKAN_HPP_NAMESPACE::QueueFamilyProperties2::queueFamilyProperties |
Definition at line 21994 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 21990 of file vulkan.hpp.
Referenced by operator==().