MCPcopy Create free account
hub / github.com/JACoders/OpenJK / SCR_DebugGraph

Function SCR_DebugGraph

code/client/cl_scrn.cpp:343–348  ·  view source on GitHub ↗

============== SCR_DebugGraph ============== */

Source from the content-addressed store, hash-verified

341==============
342*/
343void SCR_DebugGraph (float value, int color)
344{
345 values[current&1023].value = value;
346 values[current&1023].color = color;
347 current++;
348}
349
350/*
351==============

Callers 2

CL_CreateCmdFunction · 0.70
CL_FrameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected