We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc605a commit 76d88d9Copy full SHA for 76d88d9
src/penlayerpainter.cpp
@@ -24,9 +24,6 @@ void PenLayerPainter::paint(QNanoPainter *painter)
24
// Custom FBO - only used for testing
25
QOpenGLFramebufferObject *targetFbo = m_targetFbo ? m_targetFbo : framebufferObject();
26
27
- QOpenGLFramebufferObjectFormat format;
28
- format.setAttachment(QOpenGLFramebufferObject::CombinedDepthStencil);
29
-
30
// Blit the FBO to the item FBO
31
QOpenGLFramebufferObject::blitFramebuffer(targetFbo, m_fbo);
32
}
0 commit comments