Initial commit - some engine bugs stopping compiling

This commit is contained in:
Will
2026-03-29 15:52:42 +01:00
commit 3d573a200e
361 changed files with 332759 additions and 0 deletions

19
third-party/glad/test/README.md vendored Normal file
View File

@@ -0,0 +1,19 @@
Test
====
This directory contains integration tests ran by the [`/utility/test.sh`](../utility/test.sh) script.
These tests are mainly for testing the generators.
## Execution
There are a few requirements for actually running the test suite:
* Linux
* Python environment
* GCC
* glfw
* mingw
* wine
Depending on future generators being added there may be more.