engine: add buffer size argument to RefAPI's Mod_ProcessRenderData, bump RefAPI version

This commit is contained in:
Alibek Omarov
2025-10-31 15:58:05 +05:00
parent b3dc772cd2
commit a14cc82d46
6 changed files with 9 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ static void GAME_EXPORT CL_FillRGBA( int rendermode, float _x, float _y, float _
void Mod_UnloadTextures( model_t *mod );
static qboolean GAME_EXPORT Mod_ProcessRenderData( model_t *mod, qboolean create, const byte *buf )
static qboolean GAME_EXPORT Mod_ProcessRenderData( model_t *mod, qboolean create, const byte *buf, size_t buffersize )
{
qboolean loaded = false;