Vulkan-Docs/doc/specs/vulkan/appendices/VK_KHR_relaxed_block_layout...

23 lines
705 B
Plaintext

// Copyright (c) 2016-2017 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.
*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 <<interfaces-resources-layout,Offset and Stride Assignment>> for
details.
=== Version History
* Revision 1, 2017-03-26 (JohnK)