1// Copyright 2019-2022 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_EXT_texel_buffer_alignment.adoc[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2019-06-06 11*Interactions and External Dependencies*:: 12 - Promoted to Vulkan 1.3 Core 13*IP Status*:: 14 No known IP claims. 15*Contributors*:: 16 - Jeff Bolz, NVIDIA 17 18=== Description 19 20This extension adds more expressive alignment requirements for uniform and 21storage texel buffers. 22Some implementations have single texel alignment requirements that cannot be 23expressed via 24slink:VkPhysicalDeviceLimits::pname:minTexelBufferOffsetAlignment. 25 26include::{generated}/interfaces/VK_EXT_texel_buffer_alignment.adoc[] 27 28=== Promotion to Vulkan 1.3 29 30Functionality in this extension is included in core Vulkan 1.3, with the EXT 31suffix omitted. 32However, only the properties structure is promoted. 33The feature structure is not promoted. 34The original type name is still available as an alias of the core 35functionality. 36 37=== Version History 38 39 * Revision 1, 2019-06-06 (Jeff Bolz) 40 ** Initial draft 41