Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vulkan: Handle changing window scale
The code that checks for the proper size of the our swapchain was not taking window scale fully into account. With this change, setting the window scale to 2 in the inspector causes the window to grow and rendering to be scaled up as expected, with Vulkan, in the same way it already is with cairo.
- Loading branch information