mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 00:01:31 +11:00
fix stupid problem with 2xBR-multipass
This commit is contained in:
parent
54a170d5a4
commit
99b786a13c
|
@ -163,5 +163,5 @@ void main()
|
|||
edr.z, px.z, 0.0, 0.0,
|
||||
edr.w, px.w, 0.0, 0.0
|
||||
);
|
||||
FragColor = vec4(texture(Source, vTexCoord).rgb, 1.0);
|
||||
FragColor = vec4(remapTo01(info, maximo));
|
||||
}
|
Loading…
Reference in a new issue