問題描述
我正在構建一個電子應用程序,但是我遇到了一個錯誤,導致渲染速度非常慢并導致 CPU 使用率過高
I am building an electron application, however i have an error which makes rendering painfully slow and causing high cpu usage
[1] Unable to create basic Accelerated OpenGL renderer.
[1] Unable to create basic Accelerated OpenGL renderer.
[1] Core Image is now using the software OpenGL renderer. This will be slow.
我試圖找出答案,但我找不到有關該問題的答案.有人對這個問題有任何想法嗎?
i try to find out however i couldn't find a answer about the problem. Anyone have any idea about this problem ?
推薦答案
Apple 棄用了 OpenGL,轉而使用 Metal.https://www.macrumors.com/2018/06/05/apple-deprecates-opengl-opencl-gaming/
Apple deprecated OpenGL in favor of Metal. https://www.macrumors.com/2018/06/05/apple-deprecates-opengl-opencl-gaming/
Electron 中有一個未解決的錯誤https://github.com/electron/electron/issues/20944
There is an open bug in Electron https://github.com/electron/electron/issues/20944
這篇關于用于 MacOs Catalina 的 Electron OpenGL的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!