commit | e3105972bfdc54e2cca65acf44d4ffa8d85881f5 | [log] [tgz] |
---|---|---|
author | Chris Forbes <chrisf@ijw.co.nz> | Wed Jun 24 14:34:53 2015 +1200 |
committer | Chris Forbes <chrisf@ijw.co.nz> | Tue Jul 07 14:54:05 2015 +1200 |
tree | 0aca6da85902e410ee7b100b58876dd0369ec848 | |
parent | 1e16cb80a60551f41801f2951795951217b3aeaa [diff] [blame] |
vulkan.h: v129 -- rework clear colors, remove raw clear [#14020] Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
diff --git a/layers/mem_tracker.cpp b/layers/mem_tracker.cpp index 0411ca1..e4db292 100644 --- a/layers/mem_tracker.cpp +++ b/layers/mem_tracker.cpp
@@ -1923,7 +1923,7 @@ VkCmdBuffer cmdBuffer, VkImage image, VkImageLayout imageLayout, - const VkClearColor *pColor, + const VkClearColorValue *pColor, uint32_t rangeCount, const VkImageSubresourceRange *pRanges) {