// Copyright 2016-2021 The Khronos Group, Inc. // // SPDX-License-Identifier: CC-BY-4.0 include::{generated}/meta/{refprefix}VK_KHR_relaxed_block_layout.txt[] === Other Extension Metadata *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 === Description 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 [eq]#16{times}N {plus} 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. include::{generated}/interfaces/VK_KHR_relaxed_block_layout.txt[] === Version History * Revision 1, 2017-03-26 (JohnK)