Initial commit

This commit is contained in:
Kizuren 2025-08-31 11:53:30 +02:00
commit e8cd74c56a
3709 changed files with 909286 additions and 0 deletions

10
externals/glad/Readme.md vendored Normal file
View file

@ -0,0 +1,10 @@
<!--
SPDX-FileCopyrightText: 2015 Yuri Kunde Schlesner <yuriks@yuriks.net>
SPDX-License-Identifier: GPL-2.0-or-later
-->
These files were generated by the [glad](https://github.com/Dav1dde/glad) OpenGL loader generator and have been checked in as-is. You can re-generate them using glad with the following command:
```
python -m glad --profile core --out-path glad/ --api gl=3.3 --generator=c
```