Merge 4511 update

This commit is contained in:
Alibek Omarov
2019-06-17 07:36:46 +03:00
22 changed files with 203 additions and 86 deletions

View File

@@ -395,6 +395,7 @@ typedef struct ref_api_s
// gamma
void (*BuildGammaTable)( float lightgamma, float brightness );
byte (*LightToTexGamma)( byte color ); // software gamma support
qboolean (*R_DoResetGamma)( void );
// renderapi
lightstyle_t* (*GetLightStyle)( int number );