2022-04-12 00:54:11 -04:00
|
|
|
#!/bin/sh
|
2023-08-06 08:48:11 -04:00
|
|
|
# SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
2022-04-12 00:54:11 -04:00
|
|
|
|
|
|
|
glslc mesh.vert -o mesh.vert.spv &&
|
|
|
|
glslc mesh.frag -o mesh.frag.spv
|