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

11 lines
376 B
Plaintext

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