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();
|
UpdateViewport();
|
||||||
UpdateScissor();
|
UpdateScissor();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (FB)
|
||||||
|
CommitClear(FB);
|
||||||
}
|
}
|
||||||
|
|
||||||
void OpenGLDevice::SetTextureSampler(u32 slot, GPUTexture* texture, GPUSampler* sampler)
|
void OpenGLDevice::SetTextureSampler(u32 slot, GPUTexture* texture, GPUSampler* sampler)
|
||||||
|
|
Loading…
Reference in New Issue