mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-17 05:56:23 +01:00
![PixelyIon](/assets/img/avatar_default.png)
The decomposition from `texture::Dimension` to `vk::Rect2D` was somehow implicit and completely incorrect resulting in wrong conversion with undefined values. It's now been fixed by explicitly setting `vk::Rect2D::extent` to `scissor` specifically.