GPU

class HPS::GPU

Public Types

enum Preference

Used to determine which GPU Visualize should use when there are multiple available GPUs on the system. Note that that HighPerformance and Integrated enumerations are best-guesses. Use ‘Specific’ to have the highest degree of control over which GPU is used.

Values:

enumerator HighPerformance

Automatically detect and use the highest performing GPU available on the system.

enumerator Integrated

Automatically detect and use the CPU-integrated GPU, if available.

enumerator Specific

Choose a specific GPU out of the ones available on the system.

enumerator Default

Choose the first GPU found by the DirectX driver.