mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: remove gamma functions from RefAPI
This commit is contained in:
@@ -426,13 +426,6 @@ typedef struct ref_api_s
|
||||
void *(*SW_LockBuffer)( void );
|
||||
void (*SW_UnlockBuffer)( void );
|
||||
|
||||
// gamma
|
||||
byte (*LightToTexGamma)( byte ); // software gamma support
|
||||
uint (*LightToTexGammaEx)( uint ); // software gamma support
|
||||
byte (*TextureToGamma)( byte );
|
||||
uint (*ScreenGammaTable)( uint );
|
||||
uint (*LinearGammaTable)( uint );
|
||||
|
||||
// renderapi
|
||||
lightstyle_t* (*GetLightStyle)( int number );
|
||||
dlight_t* (*GetDynamicLight)( int number );
|
||||
|
||||
Reference in New Issue
Block a user