You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we allocate descriptor sets (in gfxAllocateDescriptorSets) we wrap each of them into Handle. If they are freed, we properly unbox them. But if the pool is reset, we only call the backend reset method, but not actually bothering to go through our owned descriptor sets to unbox them.
The text was updated successfully, but these errors were encountered:
When we allocate descriptor sets (in
gfxAllocateDescriptorSets
) we wrap each of them intoHandle
. If they are freed, we properlyunbox
them. But if the pool is reset, we only call the backendreset
method, but not actually bothering to go through our owned descriptor sets to unbox them.The text was updated successfully, but these errors were encountered: