diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-14 21:36:45 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-14 21:36:45 -0400 |
| commit | 6ca8afe419b3eb28d68e24c61b5f25cf8ff0e740 (patch) | |
| tree | b791c937d8ca4c526dcf05cc6af01ed86a42428a /crates/throwshade/src/assets | |
| parent | 8525f8d1f9f8ad3ea234ff485652f4f90acc3f56 (diff) | |
Update
Diffstat (limited to 'crates/throwshade/src/assets')
| -rw-r--r-- | crates/throwshade/src/assets/shaders/throwshade/frag.glsl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/throwshade/src/assets/shaders/throwshade/frag.glsl b/crates/throwshade/src/assets/shaders/throwshade/frag.glsl index 745b6e6..962deac 100644 --- a/crates/throwshade/src/assets/shaders/throwshade/frag.glsl +++ b/crates/throwshade/src/assets/shaders/throwshade/frag.glsl @@ -21,6 +21,11 @@ uniform float tracking_mouth; uniform vec2 tracking_eyes; uniform mat4 tracking_neck; +uniform vec2 emacs_cursor; +uniform vec2 mouse_cursor; + +uniform int heartrate; + vec4 shade(vec2); void main() { |
