Searched defs:ComputeSource (Results 1 – 1 of 1) sorted by relevance
384 struct ComputeSource : public ShaderSource struct386 ComputeSource(const std::string &source_) : ShaderSource(glu::SHADERTYPE_COMPUTE, source_) in ComputeSource() argument