diff options
author | mattkae <mattkae@protonmail.com> | 2021-09-19 16:32:15 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2021-09-19 16:32:15 -0400 |
commit | de850676e79da39aec6f1ce0400cfa94cecbd744 (patch) | |
tree | 48927e3cd3a518ddee1874df40d188cbc5112393 /themes/tools |
First commit
Diffstat (limited to 'themes/tools')
-rw-r--r-- | themes/tools/bundle_shaders.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/tools/bundle_shaders.py b/themes/tools/bundle_shaders.py new file mode 100644 index 0000000..19cf5db --- /dev/null +++ b/themes/tools/bundle_shaders.py @@ -0,0 +1,4 @@ + +# Renderer 2D +with open('../Renderer2d_Vertex.glsl') as vs: +
\ No newline at end of file |