This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// You could use this snippet generally before compiling your program. | |
#run { | |
build_metal_shaders("./path-to-your-shaders-folder"); | |
} | |
/* | |
Build all shaders for our metal backend. | |