Fixed shaders endings
This commit is contained in:
parent
32bf900c2f
commit
a126777a89
2 changed files with 2 additions and 3 deletions
|
|
@ -10,4 +10,3 @@ vec4 luminance(vec4 col)
|
||||||
void fragment() {
|
void fragment() {
|
||||||
COLOR = mix(COLOR, luminance(COLOR),amount);
|
COLOR = mix(COLOR, luminance(COLOR),amount);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue