Searched defs:LogComps (Results 1 – 2 of 2) sorted by relevance
191 struct LogComps struct193 const UVec3& v;194 int numComps;196 LogComps (const UVec3& v_, int numComps_) : v(v_), numComps(numComps_) {} in LogComps() function
88 struct LogComps struct90 const UVec3& v;91 int numComps;93 LogComps (const UVec3 &v_, int numComps_) : v(v_), numComps(numComps_) {} in LogComps() function