// Copyright (c) 2017-2018 Khronos Group. This work is licensed under a // Creative Commons Attribution 4.0 International License; see // http://creativecommons.org/licenses/by/4.0/ include::meta/VK_KHR_storage_buffer_storage_class.txt[] *Last Modified Date*:: 2017-09-05 *IP Status*:: No known IP claims. *Interactions and External Dependencies*:: - This extension requires the https://www.khronos.org/registry/spir-v/extensions/KHR/SPV_KHR_storage_buffer_storage_class.html[+SPV_KHR_storage_buffer_storage_class+] SPIR-V extension. - Promoted to Vulkan 1.1 Core *Contributors*:: - Alexander Galazin, ARM - David Neto, Google This extension adds support for the following SPIR-V extension in Vulkan: * +SPV_KHR_storage_buffer_storage_class+ This extension provides a new SPIR-V code:StorageBuffer storage class. A code:Block-decorated object in this class is equivalent to a code:BufferBlock-decorated object in the code:Uniform storage class. === New Enum Constants None. === New Structures None. === Promotion to Vulkan 1.1 All functionality in this extension is included in core Vulkan 1.1. === Issues None. === Version History * Revision 1, 2017-03-23 (Alexander Galazin) - Initial draft