mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
docs(offscreen-rendering): missing word "is" (#21898)
This commit is contained in:
committed by
Cheng Zhao
parent
0209302d84
commit
129df5ffca
@@ -21,7 +21,7 @@ performance loss.
|
||||
GPU accelerated rendering means that the GPU is used for composition. Because of
|
||||
that the frame has to be copied from the GPU which requires more performance,
|
||||
thus this mode is quite a bit slower than the other one. The benefit of this
|
||||
mode that WebGL and 3D CSS animations are supported.
|
||||
mode is that WebGL and 3D CSS animations are supported.
|
||||
|
||||
### Software output device
|
||||
|
||||
|
||||
Reference in New Issue
Block a user