Searched refs:texelFormatStr (Results 1 – 1 of 1) sorted by relevance
865 const std::string texelFormatStr = (isUint ? "uvec4" : isSint ? "ivec4" : "vec4"); in initPrograms() local884 …<< " " << texelFormatStr << " color = texelFetch(colorTexture, ivec2(gl_FragCoord.xy), samp… in initPrograms()891 …<< " " << texelFormatStr << " color = texelFetch(colorTexture, ivec3(gl_FragCoord.xy, layer… in initPrograms()