DEBSOURCES
Skip Quicknav
sources / python-glad / 2.0.2-0.1 / example / rust / gl-glfw / init.sh
123456789
#!/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