mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 09:05:47 +00:00
gl_texture_cache: Correct Image Blit
This commit is contained in:
parent
18322c1369
commit
3b011be41f
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ void TextureCacheOpenGL::ImageBlit(View& src_view, View& dst_view,
|
|||
OpenGLState state;
|
||||
state.draw.read_framebuffer = src_framebuffer.handle;
|
||||
state.draw.draw_framebuffer = dst_framebuffer.handle;
|
||||
state.ApplyFramebufferState();
|
||||
state.Apply();
|
||||
|
||||
u32 buffers{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue