MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / R_ViewStatistics

Function R_ViewStatistics

neo/renderer/RenderSystem.cpp:200–206  ·  view source on GitHub ↗

================= R_ViewStatistics ================= */

Source from the content-addressed store, hash-verified

198=================
199*/
200static void R_ViewStatistics( viewDef_t *parms ) {
201 // report statistics about this view
202 if ( !r_showSurfaces.GetBool() ) {
203 return;
204 }
205 common->Printf( "view:%p surfs:%i\n", parms, parms->numDrawSurfs );
206}
207
208/*
209=============

Callers 1

R_AddDrawViewCmdFunction · 0.85

Calls 2

GetBoolMethod · 0.45
PrintfMethod · 0.45

Tested by

no test coverage detected