Searched defs:VertexSource (Results 1 – 2 of 2) sorted by relevance
104 struct VertexSource struct106 VertexSource (const std::string& str) : source(str) { } in VertexSource() function108 std::string source;
269 struct VertexSource : public ShaderSource struct271 VertexSource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_VERTEX, source_) {} in VertexSource() function