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