| 2201 | VkDeviceSize nonCoherentAtomSize; |
| 2202 | } VkPhysicalDeviceLimits; |
| 2203 | typedef struct VkSemaphoreCreateInfo { |
| 2204 | VkStructureType sType; |
| 2205 | const void * pNext; |
| 2206 | VkSemaphoreCreateFlags flags; |
| 2207 | } VkSemaphoreCreateInfo; |
| 2208 | typedef struct VkQueryPoolCreateInfo { |
| 2209 | VkStructureType sType; |
| 2210 | const void * pNext; |