Searched defs:Varying (Results 1 – 2 of 2) sorted by relevance
159 struct Varying : public ShaderVariable struct180 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).