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

10 lines
227 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkExtent2D,VkExtent2D]]
[source,c++]
----
typedef struct VkExtent2D {
uint32_t width;
uint32_t height;
} VkExtent2D;
----