mirror of
https://github.com/markqvist/Sideband.git
synced 2024-10-01 03:15:37 -04:00
11 lines
198 B
GLSL
11 lines
198 B
GLSL
|
#ifdef GL_ES
|
||
|
precision highp float;
|
||
|
#endif
|
||
|
|
||
|
uniform vec4 resolution;
|
||
|
uniform vec4 mouse;
|
||
|
uniform vec2 size;
|
||
|
uniform vec4 shadow_radius;
|
||
|
uniform float shadow_softness;
|
||
|
uniform vec4 shadow_color;
|