aboutsummaryrefslogtreecommitdiff
path: root/layers/image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'layers/image.cpp')
-rw-r--r--layers/image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/image.cpp b/layers/image.cpp
index a776961b..e40536af 100644
--- a/layers/image.cpp
+++ b/layers/image.cpp
@@ -545,7 +545,7 @@ void VKAPI vkCmdClearAttachments(
uint32_t attachmentCount,
const VkClearAttachment* pAttachments,
uint32_t rectCount,
- const VkRect3D* pRects)
+ const VkClearRect* pRects)
{
VkBool32 skipCall = VK_FALSE;
VkImageAspectFlags aspectMask;