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
Name
The name of the graphics card (including the manufacturer).
public string Name
Field Value
Ram
The size of the graphics RAM in MB.
public int Ram
Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.