1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-02 17:36:30 -05:00

Initial commit

This commit is contained in:
Crimson-Hawk
2024-03-05 16:42:40 +08:00
commit f1e4595ebf
39576 changed files with 7006612 additions and 0 deletions

10
externals/glad/Readme.md vendored Executable 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
```