#
luxiaotao1123
2023-03-07 02bf4e35833eb2198caf76b7d7e1c6eb66951cb0
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);