Added comments to files that are auto-generated.
[cl-glfw.git] / lib / opengl-ext_compiled_vertex_array.lisp
blob34d1f7f73bc299e72e1a079a432f3bb23d35b52e
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
5 ;;;; EXT_compiled_vertex_array
7 (defconstant +array-element-lock-first-ext+ #x81A8)
8 (defconstant +array-element-lock-count-ext+ #x81A9)
9 (defglextfun
10 (("UnlockArraysEXT" unlock-arrays-ext) :args nil :return ("void") :category
11 ("EXT_compiled_vertex_array") :version ("1.1") :dlflags ("notlistable")
12 :extension ("soft") :glxflags ("ignore") :glsopcode ("0x01D4") :offset
13 ("541")))
14 (defglextfun
15 (("LockArraysEXT" lock-arrays-ext) :args
16 ((:name |first| :type |Int32| :direction :in)
17 (:name |count| :type |SizeI| :direction :in))
18 :return ("void") :category ("EXT_compiled_vertex_array") :version ("1.1")
19 :dlflags ("notlistable") :extension ("soft") :glxflags ("ignore") :glsopcode
20 ("0x01D3") :offset ("540")))