diff options
author | talha <talha@talhaamir.xyz> | 2024-03-31 18:22:14 +0500 |
---|---|---|
committer | talha <talha@talhaamir.xyz> | 2024-03-31 18:22:14 +0500 |
commit | 02077305a5b63fcf7242ac909d8caed5cc3cf18f (patch) | |
tree | 9940db9786f9496e3a3a872955591c21b433632f /source/shaders/light_source.fs.glsl | |
parent | 82de1ef9f3d7fd9268af7de92bfc929f48f5b3bb (diff) |
Completed lighting, Model loading
Diffstat (limited to 'source/shaders/light_source.fs.glsl')
-rw-r--r-- | source/shaders/light_source.fs.glsl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/shaders/light_source.fs.glsl b/source/shaders/light_source.fs.glsl deleted file mode 100644 index 9e834cb..0000000 --- a/source/shaders/light_source.fs.glsl +++ /dev/null @@ -1,5 +0,0 @@ -#version 330 core -out vec4 FragColor; -void main() { - FragColor = vec4(1.0); -} |