Vulkan-Hpp
VkQueueFamilyProperties Struct Reference

#include <vulkan_core.h>

Public Attributes

VkQueueFlags queueFlags
 
uint32_t queueCount
 
uint32_t timestampValidBits
 
VkExtent3D minImageTransferGranularity
 

Detailed Description

Definition at line 3174 of file vulkan_core.h.

Member Data Documentation

◆ minImageTransferGranularity

VkExtent3D VkQueueFamilyProperties::minImageTransferGranularity

Definition at line 3178 of file vulkan_core.h.

◆ queueCount

uint32_t VkQueueFamilyProperties::queueCount

Definition at line 3176 of file vulkan_core.h.

◆ queueFlags

VkQueueFlags VkQueueFamilyProperties::queueFlags

Definition at line 3175 of file vulkan_core.h.

◆ timestampValidBits

uint32_t VkQueueFamilyProperties::timestampValidBits

Definition at line 3177 of file vulkan_core.h.


The documentation for this struct was generated from the following file: