mirror of
https://github.com/raysan5/raylib.git
synced 2026-05-25 14:28:17 +00:00
When compiling with
cmake -S . -B build-desktop-rgfw -DPLATFORM=RGFW -DCMAKE_BUILD_TYPE=Release
cmake --build build-desktop-rgfw
these errors appeared:
raylib/examples/others/raylib_opengl_interop.c💯5: error: unknown type name ‘GLuint’
100 | GLuint vao = 0;
[etc]