Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dxvk] Update shouldSubmit to correctly handle descriptorPoolOverallo…
…cation Currently shouldSubmit will force the dxvk context to be flushed when too many descriptor pools have been allocated. This heuristic does not work when VK_NV_descriptor_pool_overallocation is in use because there will only ever be a single pool. This change updates the heuristic to use the number of allocated sets when VK_NV_descriptor_pool_overallocation is in use.
- Loading branch information