mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-20 19:57:44 +00:00
4 lines
No EOL
79 B
Bash
Executable file
4 lines
No EOL
79 B
Bash
Executable file
#!/bin/sh
|
|
|
|
glslc mesh.vert -o mesh.vert.spv &&
|
|
glslc mesh.frag -o mesh.frag.spv |