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] |
Bug 12998: Document required depth formats and layouts in buffer memory
diff --git a/include/vulkan.h b/include/vulkan.h index 7389d39..cd63504 100644 --- a/include/vulkan.h +++ b/include/vulkan.h
@@ -328,7 +328,7 @@ VK_FORMAT_R11G11B10_UFLOAT = 87, VK_FORMAT_R9G9B9E5_UFLOAT = 88, VK_FORMAT_D16_UNORM = 89, - VK_FORMAT_D24_UNORM = 90, + VK_FORMAT_D24_UNORM_X8 = 90, VK_FORMAT_D32_SFLOAT = 91, VK_FORMAT_S8_UINT = 92, VK_FORMAT_D16_UNORM_S8_UINT = 93,