Memory allocation for geometry data.

Single allocation is made and from it I suballocate two buffers: for vertex and index data correspondingly.
This commit is contained in:
Artem Kharytoniuk
2017-04-24 15:11:43 +03:00
parent 6dab078992
commit 8f15de3cdc
6 changed files with 74 additions and 89 deletions

View File

@@ -363,7 +363,6 @@ void CL_AddReliableCommand( const char *cmd );
void CL_StartHunkUsers( void );
void CL_Disconnect_f (void);
void CL_GetChallengePacket (void);
void CL_Vid_Restart_f( void );
void CL_Snd_Restart_f (void);
void CL_StartDemoLoop( void );