unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkQueueFamilyProperties.txt

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;
----