Searched defs:GlslSource (Results 1 – 2 of 2) sorted by relevance
105 struct GlslSource struct107 static const ShaderLanguage shaderLanguage = SHADER_LANGUAGE_GLSL;108 std::vector<std::string> sources[glu::SHADERTYPE_LAST];109 ShaderBuildOptions buildOptions;
160 struct GlslSource struct162 std::vector<std::string> sources[glu::SHADERTYPE_LAST];164 GlslSource& operator<< (const glu::ShaderSource& shaderSource) in operator <<()