Home
last modified time | relevance | path

Searched defs:RaygenSource (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp406 struct RaygenSource : public ShaderSource struct
408 RaygenSource(const std::string &source_) : ShaderSource(glu::SHADERTYPE_RAYGEN, source_) in RaygenSource() function