qt: Set vsync off for hardware renderers
This commit is contained in:
@@ -32,6 +32,7 @@ void HardwareRenderer::setRenderType(RenderType type) {
|
||||
format.setRenderableType(QSurfaceFormat::OpenGLES);
|
||||
break;
|
||||
}
|
||||
format.setSwapInterval(0);
|
||||
setFormat(format);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user