1// Copyright 2016-2021 The Khronos Group, Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5include::{generated}/meta/{refprefix}VK_KHR_relaxed_block_layout.txt[]
6
7=== Other Extension Metadata
8
9*Last Modified Date*::
10    2017-03-26
11*IP Status*::
12    No known IP claims.
13*Interactions and External Dependencies*::
14  - Promoted to Vulkan 1.1 Core
15*Contributors*::
16  - John Kessenich, Google
17
18=== Description
19
20The `VK_KHR_relaxed_block_layout` extension allows implementations to
21indicate they can support more variation in block code:Offset decorations.
22For example, placing a vector of three floats at an offset of
23[eq]#16{times}N {plus} 4#.
24
25See <<interfaces-resources-layout,Offset and Stride Assignment>> for
26details.
27
28=== Promotion to Vulkan 1.1
29
30All functionality in this extension is included in core Vulkan 1.1, with the
31KHR suffix omitted.
32The original type, enum and command names are still available as aliases of
33the core functionality.
34
35include::{generated}/interfaces/VK_KHR_relaxed_block_layout.txt[]
36
37=== Version History
38  * Revision 1, 2017-03-26 (JohnK)
39