mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 12:15:43 -04:00
OpenGLDevice: Fix framebuffer clear getting delayed
This commit is contained in:
parent
c25c7070b6
commit
45265c474c
@ -958,6 +958,9 @@ void OpenGLDevice::SetFramebuffer(GPUFramebuffer* fb)
|
||||
UpdateViewport();
|
||||
UpdateScissor();
|
||||
}
|
||||
|
||||
if (FB)
|
||||
CommitClear(FB);
|
||||
}
|
||||
|
||||
void OpenGLDevice::SetTextureSampler(u32 slot, GPUTexture* texture, GPUSampler* sampler)
|
||||
|
Loading…
x
Reference in New Issue
Block a user