summaryrefslogtreecommitdiffhomepage
path: root/examples/others/raylib_opengl_interop.c
AgeCommit message (Collapse)Author
2024-02-27Fix examples warnings for macos (#3842)aiafrasinei
2024-02-26Fix building of raylib_opengl_interop on PLATFORM_DESKTOP_SDL (#3826)Peter0x44
I tested this with CMake. I don't know if the examples makefile currently handles this case.
2024-01-02Update copyright to 2024Ray
2023-09-07Remove PLATFORM_RPI (#3232)MichaelFiber
* Remove PLATFORM_RPI * remove build artifacts --------- Co-authored-by: MichaelFiber <[email protected]> Co-authored-by: Ray <[email protected]>
2023-01-10OpenGLES 2.0 support on PLATFORM_DESKTOP (#2840)Go Watanabe
* OpenGLES 2.0 support on PLATFORM_DESKTOP * exmples raylib_opengl_interop desktop GLES2 support * rename gles2.h -> glad_gles2.h
2023-01-01Update year to 2023Ray
2022-07-20REVIEWED: examples descriptionsRay
2022-06-21Added new comment to examplesRay
2021-10-13REVIEWED: macOS does not require GLAD library #2052raysan5
It directly uses the libraries provided by the system
2021-07-31REVIEWED: raylib_opengl_interopraysan5