Files
zoom/third-party/glad/example/rust/gl-glfw/init.sh

10 lines
169 B
Bash
Executable File

#!/bin/sh
BASE_PATH="$(dirname $(realpath $0))"
cd "${BASE_PATH}/../../../"
python -m glad --out-path "${BASE_PATH}/build" --extensions="" --api="gl:core=3.3" rust