Files
renderdoc/renderdoc
Jordan Logan 1426d1bbd9 Fix for double delete in Vulkan DescSetLayout::Init
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
2017-05-29 05:15:33 -07:00
..
2017-05-22 02:56:26 -07:00