Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dxvk] Set empty scissor rect when the app requests empty viewport
Since we cannot set the viewport size to zero, we should set an empty scissor rect so that rasterization is still effectively disabled for the given viewport index. Fixes #813, #957.
- Loading branch information