blob: 22e10b41318d32c112813ba2c5a4cdd8f823d1b4 [file] [log] [blame]
// 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;
----