backends/virtual: Remove eglSwapBuffers() call
It's noop, we use EGL_MESA_platform_surfaceless.
This commit is contained in:
parent
b442c1e81b
commit
728e369a4d
1 changed files with 0 additions and 2 deletions
|
@ -215,8 +215,6 @@ void EglGbmBackend::present(Output *output)
|
||||||
const std::unique_ptr<VirtualOutputLayer> &layer = m_outputs[output];
|
const std::unique_ptr<VirtualOutputLayer> &layer = m_outputs[output];
|
||||||
layer->texture()->toImage().save(QStringLiteral("%1/%2.png").arg(m_backend->saveFrames()).arg(QString::number(m_frameCounter++)));
|
layer->texture()->toImage().save(QStringLiteral("%1/%2.png").arg(m_backend->saveFrames()).arg(QString::number(m_frameCounter++)));
|
||||||
}
|
}
|
||||||
|
|
||||||
eglSwapBuffers(eglDisplay(), surface());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
Loading…
Reference in a new issue