#
luxiaotao1123
2022-08-19 162eca31378c749b8f70c32ce2ed988b1101e881
1
2
3
4
5
6
7
8
9
10
precision highp float;
precision highp int;
precision highp sampler2D;
 
uniform sampler2D tPathTracedImageTexture;
 
void main()
{    
    pc_fragColor = texelFetch(tPathTracedImageTexture, ivec2(gl_FragCoord.xy), 0);