Searched defs:GlslSource (Results 1 – 2 of 2) sorted by relevance
109 struct GlslSource struct111 static const ShaderLanguage shaderLanguage = SHADER_LANGUAGE_GLSL;112 std::vector<std::string> sources[glu::SHADERTYPE_LAST];113 ShaderBuildOptions buildOptions;
189 struct GlslSource struct191 std::vector<std::string> sources[glu::SHADERTYPE_LAST];193 GlslSource &operator<<(const glu::ShaderSource &shaderSource) in operator <<()