Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Cross fire and Unity?

Discussion in 'Editor & General Support' started by jamiecropley, May 6, 2020.

  1. jamiecropley

    jamiecropley

    Joined:
    Oct 20, 2014
    Posts:
    46
    Using Unity 2019 latest version, is there anyway I can code my game to use crossfire? So it uses two amd graphics cards rather than one?
     
  2. PraetorBlue

    PraetorBlue

    Joined:
    Dec 13, 2012
    Posts:
    7,890
    Don't SLI and Crossfire just present themselves as a single GPU to applications? E.g. the details of crossfire are a graphics driver concern. By the time Unity is dealing with DirectX or whatever graphics API it's using, the fact that there are two GPUs is completely unknown to the application.

    At least that's my understanding. In other words - I don't think you have to do anything special from the perspective of creating a game.
     
    Joe-Censored likes this.
  3. jamiecropley

    jamiecropley

    Joined:
    Oct 20, 2014
    Posts:
    46
    I mean I just want to know how to code it so it supports it in my game.
     
  4. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
  5. jamiecropley

    jamiecropley

    Joined:
    Oct 20, 2014
    Posts:
    46
    Thanks