mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 15:47:55 +00:00
ref_soft: upgrade to latest RefAPI version
This commit is contained in:
parent
b81345f063
commit
237d6f8689
@ -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…
Reference in New Issue
Block a user