Searched defs:GeometrySource (Results 1 – 2 of 2) sorted by relevance
140 struct GeometrySource struct142 GeometrySource(const std::string &str) : source(str) in GeometrySource() function146 std::string source;
377 struct GeometrySource : public ShaderSource struct379 GeometrySource(const std::string &source_) : ShaderSource(glu::SHADERTYPE_GEOMETRY, source_) in GeometrySource() function