mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-08-09 19:23:48 +00:00

We now use glCopyImageSubData, this should avoid errors with trying to attach a compressed texture as a framebuffer's color attachment and then blitting to it. Maybe in the future we can change this to glCopyTextureSubImage which only requires GL_ARB_direct_state_access.