diff options
Diffstat (limited to 'src/Shader/ShaderSources.hpp')
| -rw-r--r-- | src/Shader/ShaderSources.hpp | 13 |
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 |
