vk/0.210.0: Rework QueueFamilyProperties

This commit is contained in:
Jason Ekstrand
2015-12-02 16:20:40 -08:00
parent fed3586f34
commit 74c4c4acb6
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1311,7 +1311,8 @@ typedef struct VkPhysicalDeviceProperties {
typedef struct VkQueueFamilyProperties {
VkQueueFlags queueFlags;
uint32_t queueCount;
VkBool32 supportsTimestamps;
uint32_t timestampValidBits;
VkExtent3D minImageTransferGranularity;
} VkQueueFamilyProperties;
typedef struct VkMemoryType {