raylib/examples/others
Mihai Preda c04e57399a
Fix compilation for -DPLATFORM=RGFW (#5870)
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]
2026-05-15 17:40:26 +02:00
..
external Updated GLFW for 64bit 2023-11-05 20:11:14 +01:00
resources REVIEWED: examples: moved some examples out of others 2026-02-19 17:01:27 +01:00
embedded_files_loading.c REXM: REVIEWED: Examples header info inconsistencies 2025-09-07 11:04:00 +02:00
embedded_files_loading.png Added some examples screenshots 2022-07-07 19:12:37 +02:00
raylib_opengl_interop.c Fix compilation for -DPLATFORM=RGFW (#5870) 2026-05-15 17:40:26 +02:00
raylib_opengl_interop.png REVIEWED: raylib_opengl_interop 2021-07-31 18:36:06 +02:00
rlgl_standalone.c REXM: Reviewed examples source code headers metadata 2025-09-07 10:46:51 +02:00
rlgl_standalone.png Create rlgl_standalone.png 2022-07-09 00:12:50 +02:00