#!/bin/sh # SPDX-FileCopyrightText: 2023 Joshua Goins # SPDX-License-Identifier: CC0-1.0 glslc mesh.vert -o mesh.vert.spv && glslc skinned.vert -o skinned.vert.spv && glslc mesh.frag -o mesh.frag.spv && glslc imgui.vert -o imgui.vert.spv && glslc imgui.frag -o imgui.frag.spv