struct QueueFamilyProperties

Defined at line 171111 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

wrapper struct for struct VkQueueFamilyProperties, see https://registry.khronos.org/vulkan/specs/latest/man/html/VkQueueFamilyProperties.html

Public Members

Flags queueFlags
uint32_t queueCount
uint32_t timestampValidBits
Extent3D minImageTransferGranularity

Public Methods

void QueueFamilyProperties (QueueFlags queueFlags_, uint32_t queueCount_, uint32_t timestampValidBits_, Extent3D minImageTransferGranularity_)

Defined at line 171116 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void QueueFamilyProperties (const QueueFamilyProperties & rhs)

Defined at line 171127 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void QueueFamilyProperties (const VkQueueFamilyProperties & rhs)

Defined at line 171129 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

QueueFamilyProperties & operator= (const QueueFamilyProperties & rhs)

Defined at line 171134 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

QueueFamilyProperties & operator= (const VkQueueFamilyProperties & rhs)

Defined at line 171137 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkQueueFamilyProperties & operator const VkQueueFamilyProperties & ()

Defined at line 171143 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkQueueFamilyProperties & operator VkQueueFamilyProperties & ()

Defined at line 171148 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkQueueFamilyProperties * operator const VkQueueFamilyProperties * ()

Defined at line 171153 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkQueueFamilyProperties * operator VkQueueFamilyProperties * ()

Defined at line 171158 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

std::strong_ordering operator<=> (const QueueFamilyProperties & )

Defined at line 171171 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp