Commit Graph

3 Commits

Author SHA1 Message Date
0067e82f7e Fix various typos
Found via `codespell -q 3 -S "./vendor" -L ist`
2024-02-11 22:40:11 +01:00
5fe105cb31 Don't search for desktop GL libraries if any GLES component is requested 2023-09-19 18:38:43 +02:00
8c30f62bf0 Add GLES3 find script to CMake and enable GLES3 support.
The find script changes will be proposed upstream for patching the built-in CMake module. Until that's merged, we use the local copy if GLES3 is requested.

Enabling GLES3 on desktop Linux should work out-of-the box now provided the required libs and headers are there. For example, Mesa's GLES implementation will work.
2021-11-15 21:11:03 +01:00