Load shaders and create shader module

This commit is contained in:
2026-06-21 00:53:03 +01:00
parent 26ab321641
commit e8a40e04a9
4 changed files with 100 additions and 39 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/bash
LD_LIBRARY_PATH=vendor/lib/:$LD_LIBRARY_PATH ./main
LD_LIBRARY_PATH=$VULKAN_SDK/lib:vendor/lib/:$LD_LIBRARY_PATH ./main