commit | 7ed105917014d56bae29b0a14dcee32e1256e55c | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Sep 10 17:17:43 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Sep 11 09:24:00 2015 -0600 |
tree | c656749cb79fcaf854d4ba89cc7cb2251d4d2761 | |
parent | ec9dedf14146238ce7c888b02578c79ba4e5fd1b [diff] [blame] |
Bug 12998: Document required depth formats and layouts in buffer memory
diff --git a/layers/image.cpp b/layers/image.cpp index de15789..7fc5f7c 100644 --- a/layers/image.cpp +++ b/layers/image.cpp
@@ -250,7 +250,7 @@ bool result = VK_FALSE; switch (format) { case VK_FORMAT_D16_UNORM: - case VK_FORMAT_D24_UNORM: + case VK_FORMAT_D24_UNORM_X8: case VK_FORMAT_D32_SFLOAT: case VK_FORMAT_S8_UINT: case VK_FORMAT_D16_UNORM_S8_UINT: