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]
|
||
|---|---|---|
| .. | ||
| external | ||
| resources | ||
| embedded_files_loading.c | ||
| embedded_files_loading.png | ||
| raylib_opengl_interop.c | ||
| raylib_opengl_interop.png | ||
| rlgl_standalone.c | ||
| rlgl_standalone.png | ||