From 9b36d712e25fb1d209df848281b9913b61a6ec45 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sat, 21 Jun 2025 13:32:55 +0800 Subject: init commit A basic window is available. Now we shall try to render texts and some auxiliary functionalities. --- shaders/compile_shaders.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 shaders/compile_shaders.sh (limited to 'shaders/compile_shaders.sh') 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 -- cgit v1.2.3-18-g5258