Searched refs:glslArgs (Results 1 – 1 of 1) sorted by relevance
1160 std::string glslArgs; member1163 FunctionMapping() : shaderTemplate(COMPUTE_TEMPLATE), glslFunc(""), glslArgs(""), spirVFunc("") in FunctionMapping()1169 : shaderTemplate(shaderTemplate_), glslFunc(glslFunc_), glslArgs(glslArgs_), spirVFunc(spirVFunc_) in FunctionMapping()