1
0
Files
LearnVulkan/Hello_triangle/shaders/compile.sh

4 lines
72 B
Bash

#!/bin/bash
glslc shader.vert -o vert.spv
glslc shader.frag -o frag.spv