Cut-out empty enum groups earlier (results in reordering of exports) and...
[cl-glfw/jecs.git] / lib / opengl-library.lisp
blobc0b9609ea705e92e34160147b75db089fa6aa7ac
1 (in-package #:cl-glfw-opengl)
3 (cffi:load-foreign-library '(:or (:framework "OpenGL")
4 "opengl32.dll"
5 (:default "libGL")
6 (:default "opengl")
7 (:default "opengl32")
8 (:default "GL")
9 (:default "gl")
10 (:default "libOpenGL")
11 (:default "OpenGL")))