ReactOS 0.4.17-dev-934-g091855f
VkQueueFamilyProperties Struct Reference

#include <vulkan.h>

Collaboration diagram for VkQueueFamilyProperties:

Public Attributes

VkQueueFlags queueFlags
 
uint32_t queueCount
 
uint32_t timestampValidBits
 
VkExtent3D minImageTransferGranularity
 

Detailed Description

Definition at line 13534 of file vulkan.h.

Member Data Documentation

◆ minImageTransferGranularity

VkExtent3D VkQueueFamilyProperties::minImageTransferGranularity

Definition at line 13539 of file vulkan.h.

◆ queueCount

uint32_t VkQueueFamilyProperties::queueCount

Definition at line 13537 of file vulkan.h.

◆ queueFlags

VkQueueFlags VkQueueFamilyProperties::queueFlags

Definition at line 13536 of file vulkan.h.

Referenced by vkd3d_queue_create().

◆ timestampValidBits

uint32_t VkQueueFamilyProperties::timestampValidBits

Definition at line 13538 of file vulkan.h.

Referenced by vkd3d_queue_create(), and wined3d_select_vulkan_queue_family().


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