Apply texture from a modified fragment color

前端 未结 0 1490
隐瞒了意图╮
隐瞒了意图╮ 2020-12-28 22:29

I have a situation like this:

//make some modifications on gl_FragColor
vec2 uv;
//make some modifications on uv
gl_FragColor = texture2D(uSampler, uv);


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题