mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-15 07:49:12 +02:00
Merge pull request #13523 from SamGondelman/blur
Fix blurry tablet if overlay is drawing
This commit is contained in:
commit
5daf84d690
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ void DrawOverlay3D::run(const RenderContextPointer& renderContext, const Inputs&
|
|||
if (_opaquePass) {
|
||||
gpu::doInBatch("DrawOverlay3D::run::clear", args->_context, [&](gpu::Batch& batch){
|
||||
batch.enableStereo(false);
|
||||
batch.clearFramebuffer(gpu::Framebuffer::BUFFER_DEPTHSTENCIL, glm::vec4(), 1.f, 0, false);
|
||||
batch.clearFramebuffer(gpu::Framebuffer::BUFFER_DEPTH, glm::vec4(), 1.f, 0, false);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue