mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-04 06:12:04 +00:00
[client] add ImPlot and rework latency graphs
This commit is contained in:
@@ -917,6 +917,16 @@ void app_invalidateGraph(GraphHandle handle)
|
||||
overlayGraph_invalidate(handle);
|
||||
}
|
||||
|
||||
void app_setGraphCompact(GraphHandle handle, bool compact)
|
||||
{
|
||||
overlayGraph_setCompact(handle, compact);
|
||||
}
|
||||
|
||||
void app_setFrameImportTime(uint64_t time)
|
||||
{
|
||||
g_state.frameImportTime = time;
|
||||
}
|
||||
|
||||
void app_registerOverlay(const struct LG_OverlayOps * ops, const void * params)
|
||||
{
|
||||
ASSERT_LG_OVERLAY_VALID(ops);
|
||||
|
||||
Reference in New Issue
Block a user