Searched defs:FragmentSource (Results 1 – 3 of 3) sorted by relevance
131 struct FragmentSource struct133 FragmentSource(const std::string &str) : source(str) in FragmentSource() argument137 std::string source;
370 struct FragmentSource : public ShaderSource struct372 FragmentSource(const std::string &source_) : ShaderSource(glu::SHADERTYPE_FRAGMENT, source_) in FragmentSource() function
86 using FragmentSource = Array<ElementSource, kCount>; variable