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

Function Formatter_Default

implot3d.cpp:1351–1354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1349//-----------------------------------------------------------------------------
1350
1351int Formatter_Default(double value, char* buff, int size, void* data) {
1352 char* fmt = (char*)data;
1353 return ImFormatString(buff, size, fmt, value);
1354}
1355
1356//------------------------------------------------------------------------------
1357// [SECTION] Locator

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected