blob: 3662288f94e718210266cbdf6ef0f126a49a34d3 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkPhysicalDeviceProperties2,VkPhysicalDeviceProperties2]]
[source,c++]
----
typedef struct VkPhysicalDeviceProperties2 {
VkStructureType sType;
void* pNext;
VkPhysicalDeviceProperties properties;
} VkPhysicalDeviceProperties2;
----