Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
DgluShaderProgram.hpp310 struct RaygenSource : public ShaderSource struct
312 RaygenSource(const std::string& source_) : ShaderSource(glu::SHADERTYPE_RAYGEN, source_) {} in RaygenSource() function