MCPcopy Create free account
hub / github.com/brenocq/implot3d / GetCurrentItem

Function GetCurrentItem

implot3d_items.cpp:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266ImPlot3DItem* GetCurrentItem() {
267 ImPlot3DContext& gp = *GImPlot3D;
268 return gp.CurrentItem;
269}
270
271void BustItemCache() {
272 ImPlot3DContext& gp = *GImPlot3D;

Callers 1

PlotImageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected