6 lines
121 B
Bash
Executable File
6 lines
121 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
glslc shaders/shader.vert -o shaders/vert.spv
|
|
glslc shaders/shader.frag -o shaders/frag.spv |