diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-15 18:22:08 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-23 17:32:04 -0600 |
| commit | 6ce184953cf1788f9b0752de4a762a9ff617c3a2 (patch) | |
| tree | 59be347c1988267fdcf3235ca96fe69c0a6aca60 /layers/image.cpp | |
| parent | 87a0ef0feb2ab734b890c8b509fe064e64ec2e88 (diff) | |
| download | usermoji-6ce184953cf1788f9b0752de4a762a9ff617c3a2.tar.xz | |
misc: Change clear rectangle to include array layer/count
commit: 53a511d
Diffstat (limited to 'layers/image.cpp')
| -rw-r--r-- | layers/image.cpp | 2 |
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; |
