#
luxiaotao1123
2023-03-06 0eec32ca8ceb6d5ddb85eb46a83fa6ca3625306f
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);