Table of Contents

Struct HardwareGpu

Namespace
OmegaEngine
Assembly
OmegaEngine.dll
public struct HardwareGpu
Inherited Members
Extension Methods

Fields

Manufacturer

The ID number of the manufacturer of the graphics card.

public int Manufacturer

Field Value

int

Name

The name of the graphics card (including the manufacturer).

public string Name

Field Value

string

Ram

The size of the graphics RAM in MB.

public int Ram

Field Value

int

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.

See Also

Gpu