diff options
author | sanine-a <sanine.not@pm.me> | 2020-10-18 12:10:48 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-10-18 12:10:48 -0500 |
commit | 225167461d754b476b4fcc7726c492cc972ca654 (patch) | |
tree | d0a8060fe28a94b6fb24c002aa9744706e496b18 /light.fs | |
parent | 1bc1f216e5682cd7918240f37f3709b642e08e2b (diff) |
clear out old files, add basic scripting
Diffstat (limited to 'light.fs')
-rw-r--r-- | light.fs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/light.fs b/light.fs deleted file mode 100644 index f2a2431..0000000 --- a/light.fs +++ /dev/null @@ -1,9 +0,0 @@ -#version 330 core - -out vec4 fragment_color; - -uniform vec3 light_color; - -void main() { - fragment_color = vec4(light_color.xyz, 1.0); -}
\ No newline at end of file |