for(int i = 0; i < samples; i++) sum += texelFetch(aa_tex, coord, i); ... for every sample, even if all samples are the same. clearly, ...
確定! 回上一頁