Revert "Adds blinding + blindfolds (#8688)" (#9689)

This reverts commit 7a7ab5e8c1.
This commit is contained in:
Moony
2022-07-13 16:50:35 -05:00
committed by GitHub
parent ef6d0344de
commit a655891a8d
21 changed files with 1 additions and 305 deletions

View File

@@ -1,9 +0,0 @@
uniform sampler2D SCREEN_TEXTURE;
void fragment() {
highp vec4 color = zTextureSpec(SCREEN_TEXTURE, UV);
highp float grey = dot(color.rgb, vec3(0.299, 0.587, 0.114));
COLOR = vec4(vec3(grey), color.a);
}