Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deleted texture/sampler not being freed up
Summary: When `enableDescriptorIndexing` is set to false, we were not removing the deleted textures/samplers and their indices. Move the check to after the indices are freed up, since we want to skip descriptor set updates later. Reviewed By: corporateshark Differential Revision: D48543247 fbshipit-source-id: e59c68b18c390e2decf18522234217e09faf34f9
- Loading branch information