#
luxiaotao1123
2022-08-19 60bb766baab8b2abd3e0ef63079582f7bd983536
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);