mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-28 02:11:43 +00:00
DescSetLayout::Init can crash when Immutable Samplers are provided. When the vector containing the Binding info is resized, the pointer to immutableSamplers is copied and then deleted in the old copy. A copy constructor has been added to the Binding struct. Fixed indexing in DescSetLayout::Init