11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkClearRect,VkClearRect]]
|
|
[source,c++]
|
|
----
|
|
typedef struct VkClearRect {
|
|
VkRect2D rect;
|
|
uint32_t baseArrayLayer;
|
|
uint32_t layerCount;
|
|
} VkClearRect;
|
|
----
|