mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-18 16:00:48 +00:00
1426d1bbd9
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