blob: 221e82bb43373390e5b7bb56a2239532f97e8558 [file] [log] [blame]
// 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;
----