1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-21 19:57:44 +00:00
novus/renderer/shaders/compile_shaders.sh

4 lines
79 B
Bash
Raw Normal View History

#!/bin/sh
glslc mesh.vert -o mesh.vert.spv &&
glslc mesh.frag -o mesh.frag.spv