Skip to content

Draft: d3d11bufferpool: implement flushing

The problem is that d3d11bufferpool can hang if it is flushing while it's empty and there's some code that tries to adquire buffer (and therefore waits for the buffers to appear in the pool). Implementing flush start/stop makes flushing unblock this wait.

Merge request reports