From 5aa07031697955da584381c6880361cb98e68cd6 Mon Sep 17 00:00:00 2001 From: Sheen Tian Shen Date: Wed, 30 Aug 2023 21:39:49 +0800 Subject: [PATCH] Fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fad40d96..0f5ae9de 100644 --- a/readme.md +++ b/readme.md @@ -50,7 +50,7 @@ QCefView supports CEF offscreen rendering mode and this feature is enabled by de config.setWindowlessRenderingEnabled(false) ``` -QCefView currently uses Qt Software Rasterizer as the backend paint engine for best compatibility, thus the rendering performance is not so good to be applied for all business scenarios. If you are going to host WegGL games, video sites or some other Web Apps with high rendering performance, Non OSR mode (Native Child Window mode) is recommended. +QCefView currently uses Qt Software Rasterizer as the backend paint engine for best compatibility, thus the rendering performance is not so good to be applied for all business scenarios. If you want to host WebGL games, video sites or some other Web Apps with high rendering performance, Non OSR mode (Native Child Window mode) is recommended. ## Question ### Why not OpenGL/DirectX/Metal?