mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge sdl/hwsym_sdl.c
This commit is contained in:
parent
4e5d397eea
commit
0fed8c2ee3
1 changed files with 0 additions and 14 deletions
|
|
@ -104,29 +104,15 @@ void *hwSym(const char *funcName,void *handle)
|
||||||
GETFUNC(MakeScreenFinalTexture);
|
GETFUNC(MakeScreenFinalTexture);
|
||||||
GETFUNC(DrawScreenFinalTexture);
|
GETFUNC(DrawScreenFinalTexture);
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
GETFUNC(RenderSkyDome);
|
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> srb2/next
|
|
||||||
GETFUNC(LoadShaders);
|
GETFUNC(LoadShaders);
|
||||||
GETFUNC(KillShaders);
|
GETFUNC(KillShaders);
|
||||||
GETFUNC(SetShader);
|
GETFUNC(SetShader);
|
||||||
GETFUNC(UnSetShader);
|
GETFUNC(UnSetShader);
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
GETFUNC(LoadCustomShader);
|
|
||||||
GETFUNC(InitCustomShaders);
|
|
||||||
|
|
||||||
GETFUNC(StartBatching);
|
|
||||||
GETFUNC(RenderBatches);
|
|
||||||
|
|
||||||
=======
|
|
||||||
GETFUNC(SetShaderInfo);
|
GETFUNC(SetShaderInfo);
|
||||||
GETFUNC(LoadCustomShader);
|
GETFUNC(LoadCustomShader);
|
||||||
GETFUNC(InitCustomShaders);
|
GETFUNC(InitCustomShaders);
|
||||||
|
|
||||||
>>>>>>> srb2/next
|
|
||||||
#else //HWRENDER
|
#else //HWRENDER
|
||||||
if (0 == strcmp("FinishUpdate", funcName))
|
if (0 == strcmp("FinishUpdate", funcName))
|
||||||
return funcPointer; //&FinishUpdate;
|
return funcPointer; //&FinishUpdate;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue