OmegaEngine API  1.0.3
Public Member Functions | Public Attributes | List of all members
OmegaEngine.HardwareGpu Struct Reference

See also
Hardware.Gpu
More...

Public Member Functions

override string ToString ()
 

Public Attributes

int Manufacturer
 The ID number of the manufacturer of the graphics card. More...
 
string Name
 The name of the graphics card (including the manufacturer). More...
 
int Ram
 The size of the graphics RAM in MB. More...
 
byte MaxAA
 The maximum level of anti-aliasing support by the graphics card. More...
 

Detailed Description

See also
Hardware.Gpu

Member Data Documentation

◆ Manufacturer

int OmegaEngine.HardwareGpu.Manufacturer

The ID number of the manufacturer of the graphics card.

◆ MaxAA

byte OmegaEngine.HardwareGpu.MaxAA

The maximum level of anti-aliasing support by the graphics card.

◆ Name

string OmegaEngine.HardwareGpu.Name

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

◆ Ram

int OmegaEngine.HardwareGpu.Ram

The size of the graphics RAM in MB.


The documentation for this struct was generated from the following file: