mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-22 20:17:46 +00:00
4 lines
79 B
Bash
4 lines
79 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
glslc mesh.vert -o mesh.vert.spv &&
|
||
|
glslc mesh.frag -o mesh.frag.spv
|