Add GRAPHICS_API_OPENGL_43

This commit is contained in:
Milan Nikolic 2021-11-11 18:00:12 +01:00
parent 8ec7b8522a
commit ec25c4ec9e
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75
4 changed files with 7 additions and 3 deletions

View file

@ -57,6 +57,7 @@ You can also build binary in [MSYS2](https://msys2.github.io/) shell.
* `rpi` - build for Raspberry Pi platform (PLATFORM_RPI)
* `wayland` - build against Wayland libraries
* `noaudio` - disables audio functions
* `opengl43` - uses OpenGL 4.3 backend
* `opengl21` - uses OpenGL 2.1 backend (default is 3.3 on desktop)
* `opengl11` - uses OpenGL 1.1 backend (pseudo OpenGL 1.1 style)