12 lines
385 B
Plaintext
12 lines
385 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkQueueFamilyProperties,VkQueueFamilyProperties]]
|
|
[source,c++]
|
|
----
|
|
typedef struct VkQueueFamilyProperties {
|
|
VkQueueFlags queueFlags;
|
|
uint32_t queueCount;
|
|
uint32_t timestampValidBits;
|
|
VkExtent3D minImageTransferGranularity;
|
|
} VkQueueFamilyProperties;
|
|
----
|