mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-23 17:12:40 +08:00
fix SSS with colored shadows. FIX VPS not working.
This commit is contained in:
@ -44,7 +44,7 @@ float blueNoise(){
|
||||
|
||||
|
||||
void main() {
|
||||
|
||||
gl_FragData[0] = vec4(1);
|
||||
gl_FragData[0] = texture2D(tex,texcoord.xy) * color;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user