mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 08:37:57 -05: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.