File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,7 @@ static IMPLOT_INLINE float ImInvSqrt(float x) { return 1.0f / sqrtf(x); }
81
81
// unsigned long long ImU64; // 64-bit unsigned integer
82
82
// (note: this list does *not* include `long`, `unsigned long` and `long double`)
83
83
//
84
- // You can customize the supported types in two ways:
85
- // 1. Define IMPLOT_INSTANTIATE_ALL_NUMERIC_TYPES at compile time to add support for all known types.
86
- // 2. Or, define IMPLOT_CUSTOM_NUMERIC_TYPES at compile time to define your own type list.
84
+ // You can customize the supported types by defining IMPLOT_CUSTOM_NUMERIC_TYPES at compile time to define your own type list.
87
85
// As an example, you could use the compile time define given by the line below in order to support only float and double.
88
86
// -DIMPLOT_CUSTOM_NUMERIC_TYPES="(float)(double)"
89
87
// In order to support all known C++ types, use:
You can’t perform that action at this time.
0 commit comments