aiafrasinei
2aed94cfc2
Fix examples warnings for macos ( #3842 )
9 months ago
Peter0x44
1df91e74b9
Fix building of raylib_opengl_interop on PLATFORM_DESKTOP_SDL ( #3826 )
I tested this with CMake. I don't know if the examples makefile
currently handles this case.
9 months ago
Ray
3f1e59a7cf
Update copyright to 2024
11 months ago
MichaelFiber
18e9784c6d
Remove PLATFORM_RPI ( #3232 )
* Remove PLATFORM_RPI
* remove build artifacts
---------
Co-authored-by: MichaelFiber <michael@cubeofb.org>
Co-authored-by: Ray <raysan5@gmail.com>
1 year ago
Go Watanabe
f549f67be9
OpenGLES 2.0 support on PLATFORM_DESKTOP ( #2840 )
* OpenGLES 2.0 support on PLATFORM_DESKTOP
* exmples raylib_opengl_interop desktop GLES2 support
* rename gles2.h -> glad_gles2.h
1 year ago
Ray
b59fab7ee6
Update year to 2023
2 years ago
Ray
4a9391ae83
REVIEWED: examples descriptions
2 years ago
Ray
c1b01c0d5d
Added new comment to examples
2 years ago
raysan5
942731cc22
REVIEWED: macOS does not require GLAD library #2052
It directly uses the libraries provided by the system
3 years ago
raysan5
73c8ddc8bf
REVIEWED: raylib_opengl_interop
3 years ago
Ray
dcf52c132f
Remove trail spaces
3 years ago
Stephan Soller
93d3212914
[examples] Added an example for raylib OpenGL interop ( #1726 )
* Added an example for raylib OpenGL interop.
* Removed C99 variable-length array to fix MSVC errors
* Moved the opengl interop example from shaders to others.
3 years ago