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

@ -26,6 +26,7 @@ package rl
#cgo windows,opengl11 CFLAGS: -DGRAPHICS_API_OPENGL_11
#cgo windows,opengl21 CFLAGS: -DGRAPHICS_API_OPENGL_21
#cgo windows,!opengl11,!opengl21 CFLAGS: -DGRAPHICS_API_OPENGL_33
#cgo windows,opengl43 CFLAGS: -DGRAPHICS_API_OPENGL_43
#cgo windows,!opengl11,!opengl21,!opengl43 CFLAGS: -DGRAPHICS_API_OPENGL_33
*/
import "C"