
Intel's ANV Vulkan driver for Mesa 26.2, due for a stable release in August, has flipped on descriptor heap support by default. VK_EXT_descriptor_heap is no longer hidden by an environment variable in now being deemed stable.
VK_EXT_descriptor_heap allows for the explicit management of descriptors and the memory used for descriptors. This extension is important for improving the Steam Play (VKD3D-Proton) experience, can help reduce CPU overhead, and all around an efficiency win for modern Vulkan API usage. The timing is great for this Intel default enabling with yesterday's DXVK 3.0 enabling descriptor heap usage by default on capable drivers.
More details on the Intel descriptor heap default enabling can be found via this Mesa merge request .