This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
Animations-Related Classes
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
创建内容
内容优化
材质
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Multi-GPU Rendering

Warning
Not recommended for use.

UNIGINE supports Alternate Frame Rendering (AFR) technology allowing you to take advantage of systems with more than one GPU to accelerate rendering performance. This technology is supported for applications running on the following configurations:

AFR works by alternating frames between the linked GPUs; one frame is rendered by GPU 1, then the next frame is rendered by GPU 2, then back to GPU 1, and so on.

Enabling Multi-GPU Rendering for Your Application#

AMD CrossFire#

Notice
Please, keep in mind that AMD CrossFire works only with full screen applications!
Follow these steps to enable AFR for your UNIGINE application.
  1. Open AMD Radeon Settings (right mouse click on Windows desktop):

  2. Select Gaming section:

  3. Open Global Settings

  4. Enable checkbox named AMD CrossFire and click Confirm.

    Notice
    You may have to switch to the different GPU if you don’t see this checkbox by default.

  5. After a screen flash, open Gaming section again. Select Add -> Browse at the top right corner and browse for your application executable (*.exe).

  6. After adding your application click on it to view additional settings and change AMD CrossFire Mode option to AFR Friendly

NVIDIA SLI#

Follow these steps to enable AFR for your UNIGINE application.

  1. Open nVidia Control Panel (right mouse click on Windows desktop):

  2. Select Configure SLI, Surround, PhysX in the left menu;
  3. Enable SLI (select Maximize 3D Performance and click Apply):
  4. Select Manage 3D Settings

  5. On Program Settings tab click Add next to Select a program to customize
  6. In the Add window, that opens, click Browse
  7. Via the file dialog select your application and click Open.
  8. In the Settings column change SLI Rendering mode to Force alternate frame rendering 2

Limitations and Recommendations for Use#

Please note, that with TAA enabled SLI / CrossFire will not give you 2x performance boost due to complexity of deferred rendering. In a worst-case scenario you can even get lower framerate that it was before.

You should also keep in mind the following limitations:

  • Both NVIDIA SLI / AMD CrossFire can be used in desktop full-screen mode only (doesn't work in VR)
  • Only full-screen mode is supported
  • No performance boost on OpenGL API
  • Some visual artefacts and texture flickering may appear
  • When using AMD CrossFire, all the post-processing effects (including Auto exposure, SSR, SSAO, SSRTGI and so on) are rendered incorrectly

VR Applications#

LiquidVR and VR SLI technologies are not currently supported. Thus, CrossFire and SLI configurations provide no performance gain in VR applications.

Last update: 2019-11-28
Build: ()