summaryrefslogtreecommitdiff
path: root/instancing/shaders/default.fs
diff options
context:
space:
mode:
Diffstat (limited to 'instancing/shaders/default.fs')
-rw-r--r--instancing/shaders/default.fs13
1 files changed, 0 insertions, 13 deletions
diff --git a/instancing/shaders/default.fs b/instancing/shaders/default.fs
deleted file mode 100644
index c655ac8..0000000
--- a/instancing/shaders/default.fs
+++ /dev/null
@@ -1,13 +0,0 @@
-#version 330 core
-
-in vec2 tex_coords;
-
-out vec4 frag_color;
-
-uniform sampler2D texture0;
-
-void
-main(void)
-{
- frag_color = texture(texture0, tex_coords);
-} \ No newline at end of file