10 lines
224 B
Plaintext
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;
|
|
----
|