| 269 | } |
| 270 | |
| 271 | void BustItemCache() { |
| 272 | ImPlot3DContext& gp = *GImPlot3D; |
| 273 | for (int p = 0; p < gp.Plots.GetBufSize(); ++p) { |
| 274 | ImPlot3DPlot& plot = *gp.Plots.GetByIndex(p); |
| 275 | plot.Items.Reset(); |
| 276 | } |
| 277 | } |
| 278 | |
| 279 | //----------------------------------------------------------------------------- |
| 280 | // [SECTION] Draw Utils |
no test coverage detected