Initial commit - some engine bugs stopping compiling
This commit is contained in:
9
third-party/glad/example/rust/gl-glfw-mx/init.sh
vendored
Executable file
9
third-party/glad/example/rust/gl-glfw-mx/init.sh
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user