Searched defs:IntLookupPrecision (Results 1 – 1 of 1) sorted by relevance
55 struct IntLookupPrecision struct57 …; //!< Bits per coordinate component before any transformations. Assumed to be floating-point.58 …ts; //!< Bits per component in final per-level UV(W) coordinates. Assumed to be fixed-point.59 UVec4 colorThreshold; //!< Threshold for match.60 BVec4 colorMask; //!< Channel mask for comparison.62 IntLookupPrecision(void) : coordBits(22), uvwBits(16), colorThreshold(0), colorMask(true) in IntLookupPrecision() argument