Searched refs:samplerArray (Results 1 – 1 of 1) sorted by relevance
361 std::ostringstream samplerArray; in getGlslSamplerDecl() local362 samplerArray << "texSamplers[" << imageCount << "]"; in getGlslSamplerDecl()364 return imageCount > 1 ? samplerArray.str() : "texSampler"; in getGlslSamplerDecl()377 std::ostringstream samplerArray; in getGlslFragColorDecl() local378 samplerArray << "fragColors[" << imageCount << "]"; in getGlslFragColorDecl()380 return imageCount > 1 ? samplerArray.str() : "fragColor"; in getGlslFragColorDecl()