Searched defs:LookupPrecision (Results 1 – 1 of 1) sorted by relevance
43 struct LookupPrecision struct45 …s; //!< Bits per coordinate component before any transformations. Assumed to be floating-point.46 …its; //!< Bits per component in final per-level UV(W) coordinates. Assumed to be fixed-point.47 Vec4 colorThreshold; //!< Threshold for match.48 BVec4 colorMask; //!< Channel mask for comparison.50 LookupPrecision(void) : coordBits(22), uvwBits(16), colorThreshold(0.0f), colorMask(true) in LookupPrecision() function