ref_soft: upgrade to latest RefAPI version
This commit is contained in:
parent
b81345f063
commit
237d6f8689
1 changed files with 6 additions and 0 deletions
|
@ -428,6 +428,11 @@ const char *R_GetConfigName( void )
|
||||||
return "ref_soft"; // software specific cvars will go to ref_soft.cfg
|
return "ref_soft"; // software specific cvars will go to ref_soft.cfg
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void* GAME_EXPORT R_GetProcAddress( const char *name )
|
||||||
|
{
|
||||||
|
return gEngfuncs.GL_GetProcAddress( name );
|
||||||
|
}
|
||||||
|
|
||||||
ref_interface_t gReffuncs =
|
ref_interface_t gReffuncs =
|
||||||
{
|
{
|
||||||
R_Init,
|
R_Init,
|
||||||
|
@ -544,6 +549,7 @@ ref_interface_t gReffuncs =
|
||||||
Mod_GetCurrentVis,
|
Mod_GetCurrentVis,
|
||||||
R_NewMap,
|
R_NewMap,
|
||||||
R_ClearScene,
|
R_ClearScene,
|
||||||
|
R_GetProcAddress,
|
||||||
|
|
||||||
TriRenderMode,
|
TriRenderMode,
|
||||||
TriBegin,
|
TriBegin,
|
||||||
|
|
Loading…
Add table
Reference in a new issue