mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-15 21:18:44 +03:00
As we no longer set the layout to general inside the Texture constructor, yet, we need it to be set prior to the image being used as an attachment. We need to transition the layout to `eGeneral` after creation of the texture object.