Searched defs:LodPrecision (Results 1 – 1 of 1) sorted by relevance
78 struct LodPrecision struct80 int derivateBits; //!< Number of bits in derivates. (Floating-point)81 int lodBits; //!< Number of bits in final lod (accuracy of log2()). (Fixed-point)83 LodPrecision (void) in LodPrecision() argument89 LodPrecision (int derivateBits_, int lodBits_) in LodPrecision() function