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