Count renderer memory

This commit is contained in:
smallmodel 2024-08-07 19:55:37 +02:00
parent 8817467216
commit d22dea5e8e
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
4 changed files with 68 additions and 4 deletions

View file

@ -125,3 +125,6 @@ void SCR_DebugGraph( float value ) {
qboolean CL_FinishedIntro( void ) {
return qtrue;
}
int R_CountTextureMemory() {
}