summary refs log tree commit diff
path: root/src/Shader/ShaderSources.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Shader/ShaderSources.hpp')
-rw-r--r--src/Shader/ShaderSources.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Shader/ShaderSources.hpp b/src/Shader/ShaderSources.hpp
deleted file mode 100644
index bd413b6..0000000
--- a/src/Shader/ShaderSources.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-namespace MC::ShaderSources {
-
-constexpr const char* vertex_shader =
-#include "Generated/vertex.glsl.includable"
-;
-
-constexpr const char* fragment_shader =
-#include "Generated/fragment.glsl.includable"
-;
-
-}
\ No newline at end of file