mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02: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;
|