commit | a12e29179a1ca44eb6bbc0c03850b1bf02398081 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Oct 15 18:22:08 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Oct 23 17:32:04 2015 -0600 |
tree | e3ee448400996453c5fffc56d5d93b352678e8de | |
parent | 37a43a64af08599b5fe5429c6c331f42f765fca9 [diff] [blame] |
misc: Change clear rectangle to include array layer/count commit: 53a511d
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index 3317a43..b9e24ea 100755 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp
@@ -2767,7 +2767,7 @@ 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);