renderer
-
Performance
- Set WGPU rendering performanceHigh
: Adapter that has the highest performance. This is often a discrete GPU.Low
: Adapter that uses the least possible power. This is often an integrated GPU.
-
Backend
- Set WGPU rendering backendAutomatic
: Leave Sugarloaf/WGPU to decideGL
: Supported on Linux/Android, and Windows and macOS/iOS via ANGLEVulkan
: Supported on Windows, Linux/AndroidDX12
: Supported on Windows 10Metal
: Supported on macOS/iOS
-
disable-unfocused-render
- This property disable renderer processes while Rio is unfocused. -
max-fps
- Limits the maximum number of frames per second that rio terminal will attempt to draw. If you set as0
then this limit will be ignored. The default on MacOS is 180 and all other platforms is 90.
Example:
[renderer]
performance = "High"
backend = "Automatic"
disable-unfocused-render = false
max-fps = 180