mirror of
https://github.com/markqvist/Sideband.git
synced 2024-12-11 00:44:25 -05:00
11 lines
219 B
GLSL
11 lines
219 B
GLSL
#ifdef GL_FRAGMENT_PRECISION_HIGH
|
|
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;
|