Method | 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
|
Method | 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 |
public static GetModeDescription ( int mode ) : string | ||
mode | int | |
return | string |
public static SetMode ( int modenum, byte palette ) : void | ||
modenum | int | |
palette | byte | |
return | void |
public static SetPalette ( byte palette ) : void | ||
palette | byte | |
return | void |