GPU

class HPS.GPU : public IDisposable

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:

HighPerformance

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

Integrated

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

Specific

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

Default

Choose the first GPU found by the DirectX driver.

Public Functions

void Dispose ()
GPU (HPS.GPU in_that)