summaryrefslogtreecommitdiff
path: root/shaders/compile_shaders.sh
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2025-06-21 13:32:55 +0800
committerJSDurand <mmemmew@gmail.com>2025-06-21 13:32:55 +0800
commit9b36d712e25fb1d209df848281b9913b61a6ec45 (patch)
treee7a126af70f71a02b2e63292b07b8458effb7da5 /shaders/compile_shaders.sh
init commit
A basic window is available. Now we shall try to render texts and some auxiliary functionalities.
Diffstat (limited to 'shaders/compile_shaders.sh')
-rwxr-xr-xshaders/compile_shaders.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/shaders/compile_shaders.sh b/shaders/compile_shaders.sh
new file mode 100755
index 0000000..9e143b6
--- /dev/null
+++ b/shaders/compile_shaders.sh
@@ -0,0 +1,2 @@
+/Users/durand/VulkanSDK/1.3.280.1/macOS/bin/glslc shader.vert -o vertex_shader.spv
+/Users/durand/VulkanSDK/1.3.280.1/macOS/bin/glslc shader.frag -o fragment_shader.spv