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

10 lines
224 B
Plaintext

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