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/draw_state.cpp | |
| parent | 87a0ef0feb2ab734b890c8b509fe064e64ec2e88 (diff) | |
| download | usermoji-6ce184953cf1788f9b0752de4a762a9ff617c3a2.tar.xz | |
misc: Change clear rectangle to include array layer/count
commit: 53a511d
Diffstat (limited to 'layers/draw_state.cpp')
| -rwxr-xr-x | layers/draw_state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index 3317a43b..b9e24ea1 100755 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -2767,7 +2767,7 @@ VK_LAYER_EXPORT void VKAPI vkCmdClearAttachments( uint32_t attachmentCount, const VkClearAttachment* pAttachments, uint32_t rectCount, - const VkRect3D* pRects) + const VkClearRect* pRects) { VkBool32 skipCall = VK_FALSE; layer_data* dev_data = get_my_data_ptr(get_dispatch_key(cmdBuffer), layer_data_map); |
