Question about vkd3d descriptor heap in proton-cachyos

I’ve noticed, looking through recent commits in the cachyos repo, that PROTON_VKD3D_HEAP=1is going to be removed. Coupled with changes in the 0520 release, does that mean the descriptor heap is default now, or do I still need to use VKD3D_CONFIG=descriptor_heap?

Based on the patch notes recently and going back a few releases you’ll still need VKD3D_CONFIG=descriptor_heap. Initially you only needed PROTON_VK3D_HEAP=1 but then they needed two separate variables for testing purposes so you needed BOTH of them to enable descriptor heaps. Sounds like they finished whatever they were testing so the one is going away and you’ll only need VKD3D_CONFIG=descriptor_heap.

Yup, I woke up to that, really good to know! Thanks! :revolving_hearts: