#
luxiaotao1123
2023-03-21 059270c12f452fcc3344b826f35295fd7c20906e
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);