// Copyright (c) 2016-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_relaxed_block_layout.txt[] *Last Modified Date*:: 2017-03-26 *IP Status*:: No known IP claims. *Interactions and External Dependencies*:: - Promoted to Vulkan 1.1 Core *Contributors*:: - John Kessenich, Google The `VK_KHR_relaxed_block_layout` extension allows implementations to indicate they can support more variation in block code:Offset decorations. For example, placing a vector of three floats at an offset of 16*N + 4. See <> for details. === Promotion to Vulkan 1.1 All functionality in this extension is included in core Vulkan 1.1, with the KHR suffix omitted. The original type, enum and command names are still available as aliases of the core functionality. === Version History * Revision 1, 2017-03-26 (JohnK)