• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkQueueFamilyProperties,VkQueueFamilyProperties]]
3[source,c++]
4----
5typedef struct VkQueueFamilyProperties {
6    VkQueueFlags    queueFlags;
7    uint32_t        queueCount;
8    uint32_t        timestampValidBits;
9    VkExtent3D      minImageTransferGranularity;
10} VkQueueFamilyProperties;
11----
12