This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Version Control
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
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
Content Creation
Content Optimization
Materials
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: ()