Searched defs:Varying (Results 1 – 3 of 3) sorted by relevance
153 struct Varying struct178 typedef std::list<Varying> VaryingList; argument
96 struct Varying struct98 Varying (const char* name_, const glu::VarType& type_, Interpolation interp_) in Varying() function105 std::string name; //!< Variable name.106 glu::VarType type; //!< Variable type.107 Interpolation interpolation; //!< Interpolation mode (smooth, flat, centroid).
32 enum Varying { enum