This extension lets implementations report separate limits for uniform and storage texel buffers, as well as whether or not the required alignment is only a single texel of the buffer view's format. This information is available in Metal, but only through an API query. We must query the required alignment for every buffer view format we support. Update Vulkan-Headers to pull in support for this new extension.