10 lines
174 B
Bash
Executable File
10 lines
174 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 --mx
|
|
|