1// Copyright 2019-2021 The Khronos Group Inc. 2// 3// SPDX-License-Identifier: CC-BY-4.0 4 5include::{generated}/meta/{refprefix}VK_EXT_texel_buffer_alignment.txt[] 6 7=== Other Extension Metadata 8 9*Last Modified Date*:: 10 2019-06-06 11*IP Status*:: 12 No known IP claims. 13*Interactions and External Dependencies*:: 14*Contributors*:: 15 - Jeff Bolz, NVIDIA 16 17=== Description 18 19This extension adds more expressive alignment requirements for uniform and 20storage texel buffers. 21Some implementations have single texel alignment requirements that cannot be 22expressed via 23slink:VkPhysicalDeviceLimits::pname:minTexelBufferOffsetAlignment. 24 25include::{generated}/interfaces/VK_EXT_texel_buffer_alignment.txt[] 26 27=== Version History 28 29 * Revision 1, 2019-06-06 (Jeff Bolz) 30 - Initial draft 31