summaryrefslogtreecommitdiff
path: root/themes/tools/bundle_shaders.py
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2021-09-19 16:32:15 -0400
committermattkae <mattkae@protonmail.com>2021-09-19 16:32:15 -0400
commitde850676e79da39aec6f1ce0400cfa94cecbd744 (patch)
tree48927e3cd3a518ddee1874df40d188cbc5112393 /themes/tools/bundle_shaders.py
First commit
Diffstat (limited to 'themes/tools/bundle_shaders.py')
-rw-r--r--themes/tools/bundle_shaders.py4
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