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
With #2096 we got a single huge queue for command buffers. Problem is - it doesn't try to re-use the completed command buffers if it still has some reserve, and we end up allocating the full capacity for any application, which isn't by our design...
We should do something smart, by either forcing the queue to re-use the command buffers, or synchronizing between multiple queues.
The text was updated successfully, but these errors were encountered:
With #2096 we got a single huge queue for command buffers. Problem is - it doesn't try to re-use the completed command buffers if it still has some reserve, and we end up allocating the full capacity for any application, which isn't by our design...
We should do something smart, by either forcing the queue to re-use the command buffers, or synchronizing between multiple queues.
The text was updated successfully, but these errors were encountered: