mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-12-22 11:58:21 -06:00
block selector effect
This commit is contained in:
parent
827ed16aa1
commit
5a0e73e2b5
|
@ -5,4 +5,5 @@ uniform vec4 u_color;
|
|||
|
||||
void main() {
|
||||
color = u_color;
|
||||
color -= vec4(0, 0, 0, 0.1 * sin(gl_FragCoord.x) * cos(gl_FragCoord.y));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue