39 lines
825 B
Plaintext
39 lines
825 B
Plaintext
|
VkQueueFamilyProperties(3)
|
||
|
==========================
|
||
|
|
||
|
Name
|
||
|
----
|
||
|
VkQueueFamilyProperties - Structure providing information about a queue family.
|
||
|
|
||
|
C Specification
|
||
|
---------------
|
||
|
|
||
|
include::../structs/VkQueueFamilyProperties.txt[]
|
||
|
|
||
|
Fields
|
||
|
------
|
||
|
|
||
|
queueFlags::
|
||
|
Capabilities of the queues in this queue family (see elink:VkQueueFlags for more detail).
|
||
|
|
||
|
queueCount::
|
||
|
Number of queues in this queue family.
|
||
|
|
||
|
supportsTimestamps::
|
||
|
Tells whether queues in this queue family support timestamps.
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
The properties of queue families available in this structure can be retrieved using
|
||
|
flink:vkGetPhysicalDeviceQueueFamilyProperties.
|
||
|
|
||
|
include::../validity/structs/VkQueueFamilyProperties.txt[]
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
flink:vkGetPhysicalDeviceQueueFamilyProperties, elink:VkQueueFlags
|
||
|
|
||
|
include::footer.txt[]
|