mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-23 04:27:45 +00:00
6 lines
No EOL
179 B
Bash
Executable file
6 lines
No EOL
179 B
Bash
Executable file
#!/bin/sh
|
|
# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
glslc mesh.vert -o mesh.vert.spv &&
|
|
glslc mesh.frag -o mesh.frag.spv |