Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-ext_compiled_vertex_array.lisp
blobd4eab3089f52785d34d5cb2d4c93723eb3a4972a
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl)
5 ;;;; ext_compiled_vertex_array
7 (defconstant +array-element-lock-first-ext+ #x81A8)
8 (defconstant +array-element-lock-count-ext+ #x81A9)
9 (defconstant +array-element-lock-first-ext+ #x81A8)
10 (defconstant +array-element-lock-count-ext+ #x81A9)
11 (defglextfun "UnlockArraysEXT" unlock-arrays-ext :return "void" :args nil
12 :category "EXT_compiled_vertex_array" :deprecated nil :version "1.1")
13 (defglextfun "LockArraysEXT" lock-arrays-ext :return "void" :args
14 ((:name |first| :type |Int32| :direction :in)
15 (:name |count| :type |SizeI| :direction :in))
16 :category "EXT_compiled_vertex_array" :deprecated nil :version "1.1")
17 (make-extension-loader |EXT_compiled_vertex_array|
18 (("UnlockArraysEXT" unlock-arrays-ext :return "void" :args nil :category
19 "EXT_compiled_vertex_array" :deprecated nil :version "1.1")
20 ("LockArraysEXT" lock-arrays-ext :return "void" :args
21 ((:name |first| :type |Int32| :direction :in)
22 (:name |count| :type |SizeI| :direction :in))
23 :category "EXT_compiled_vertex_array" :deprecated nil :version "1.1")))