Home | History | Annotate | Download | only in glshared

Lines Matching refs:vertSource

686 	void				setSources				(const string& vertSource, const string& fragSource);
726 void Program::setSources (const string& vertSource, const string& fragSource)
728 const char* const vertSourceCstr = vertSource.c_str();
731 m_vertSource = vertSource;