본문으로 건너뛰기

renderer

  • Performance - Set WGPU rendering performance

    • High: 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 backend

    • Automatic: Leave Sugarloaf/WGPU to decide
    • GL: Supported on Linux/Android, and Windows and macOS/iOS via ANGLE
    • Vulkan: Supported on Windows, Linux/Android
    • DX12: Supported on Windows 10
    • Metal: 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 as 0 then this limit will be ignored. The default on MacOS is 120 and all other platforms is 60.

Example:

[renderer]
performance = "High"
backend = "Automatic"
disable-unfocused-render = false
max-fps = 120