Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.07 KB

VK_EXT_texel_buffer_alignment.adoc

File metadata and controls

39 lines (29 loc) · 1.07 KB

Other Extension Metadata

Last Modified Date

2019-06-06

IP Status

No known IP claims.

Contributors
  • Jeff Bolz, NVIDIA

Description

This extension adds more expressive alignment requirements for uniform and storage texel buffers. Some implementations have single texel alignment requirements that cannot be expressed via slink:VkPhysicalDeviceLimits::pname:minTexelBufferOffsetAlignment.

Promotion to Vulkan 1.3

Functionality in this extension is included in core Vulkan 1.3, with the EXT suffix omitted. However, only the properties structure is promoted. The feature structure is not promoted and pname:texelBufferAlignment is enabled if using a Vulkan 1.3 instance. The original type name is still available as an alias of the core functionality.

Version History

  • Revision 1, 2019-06-06 (Jeff Bolz)

    • Initial draft