Searched refs:linkRes (Results 1 – 2 of 2) sorted by relevance
235 const int linkRes = program.link(EShMsgSpvRules); in compileGlslToSpirV() local237 if (linkRes != 0) in compileGlslToSpirV()
333 const int linkRes = glslangProgram.link(compileFlags); in compileShaderToSpirV() local336 buildInfo->program.linkOk = (linkRes != 0); in compileShaderToSpirV()