|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::QueueFamilyProperties:Public Member Functions | |
| operator VkQueueFamilyProperties const & () const | |
| operator VkQueueFamilyProperties & () | |
| bool | operator== (QueueFamilyProperties const &rhs) const |
| bool | operator!= (QueueFamilyProperties const &rhs) const |
Data Fields | |
| QueueFlags | queueFlags |
| uint32_t | queueCount |
| uint32_t | timestampValidBits |
| Extent3D | minImageTransferGranularity |
Definition at line 21933 of file vulkan.hpp.
|
inline |
Definition at line 21940 of file vulkan.hpp.
|
inline |
Definition at line 21935 of file vulkan.hpp.
|
inline |
Definition at line 21953 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 21945 of file vulkan.hpp.
References minImageTransferGranularity, queueCount, queueFlags, and timestampValidBits.
Referenced by operator!=().
| Extent3D VULKAN_HPP_NAMESPACE::QueueFamilyProperties::minImageTransferGranularity |
Definition at line 21961 of file vulkan.hpp.
Referenced by operator==().
| uint32_t VULKAN_HPP_NAMESPACE::QueueFamilyProperties::queueCount |
Definition at line 21959 of file vulkan.hpp.
Referenced by operator==().
| QueueFlags VULKAN_HPP_NAMESPACE::QueueFamilyProperties::queueFlags |
Definition at line 21958 of file vulkan.hpp.
Referenced by operator==().
| uint32_t VULKAN_HPP_NAMESPACE::QueueFamilyProperties::timestampValidBits |
Definition at line 21960 of file vulkan.hpp.
Referenced by operator==().