engine: remove gamma functions from RefAPI

This commit is contained in:
Alibek Omarov
2024-11-02 22:26:27 +03:00
parent 2227e487c0
commit b45bc9af67
4 changed files with 0 additions and 25 deletions

View File

@@ -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 );