Searched defs:LookupPrecision (Results 1 – 1 of 1) sorted by relevance
43 struct LookupPrecision struct45 …Bits; //!< Bits per coordinate component before any transformations. Assumed to be floating-point.46 … uvwBits; //!< 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) in LookupPrecision() argument