C# Class SharpQuake.Vid

Vid_functions
Afficher le fichier Open project: Memorix101/SharpQuake Class Usage Examples

Méthodes publiques

Méthode Description
GetModeDescription ( int mode ) : string

VID_GetModeDescription

Init ( byte palette ) : void
SetMode ( int modenum, byte palette ) : void
SetPalette ( byte palette ) : void

VID_SetPalette called at startup and after any gamma correction

Shutdown ( ) : void

VID_Shutdown Called at shutdown

Private Methods

Méthode Description
CheckGamma ( byte pal ) : void
CheckMultiTextureExtensions ( ) : void

CheckMultiTextureExtensions

CheckTextureExtensions ( ) : void

CheckTextureExtensions

ClearAllStates ( ) : void
DescribeCurrentMode_f ( ) : void
DescribeMode_f ( ) : void
DescribeModes_f ( ) : void
GetExtModeDescription ( int mode ) : string
InitOpenGL ( ) : void

GL_Init

NumModes_f ( ) : void

Method Details

GetModeDescription() public static méthode

VID_GetModeDescription
public static GetModeDescription ( int mode ) : string
mode int
Résultat string

Init() public static méthode

public static Init ( byte palette ) : void
palette byte
Résultat void

SetMode() public static méthode

public static SetMode ( int modenum, byte palette ) : void
modenum int
palette byte
Résultat void

SetPalette() public static méthode

VID_SetPalette called at startup and after any gamma correction
public static SetPalette ( byte palette ) : void
palette byte
Résultat void

Shutdown() public static méthode

VID_Shutdown Called at shutdown
public static Shutdown ( ) : void
Résultat void