mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-03-04 15:23:52 +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.