Searched defs:RaygenSource (Results 1 – 1 of 1) sorted by relevance
406 struct RaygenSource : public ShaderSource struct408 RaygenSource(const std::string &source_) : ShaderSource(glu::SHADERTYPE_RAYGEN, source_) in RaygenSource() function