Searched defs:TransferFunc (Results 1 – 2 of 2) sorted by relevance
113 struct TransferFunc { struct114 float g;115 float a;116 float b;117 float c;118 float d;119 float e;120 float f;
28 using TransferFunc = std::function<void(bool success)>; variable