Searched defs:GeometrySource (Results 1 – 2 of 2) sorted by relevance
118 struct GeometrySource struct120 GeometrySource (const std::string& str) : source(str) { } in GeometrySource() argument122 std::string source;
290 struct GeometrySource : public ShaderSource struct292 GeometrySource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_GEOMETRY, source_) {} in GeometrySource() function