Cut-out empty enum groups earlier (results in reordering of exports) and...
[cl-glfw/jecs.git] / lib / opengl-ext_compiled_vertex_array.lisp
blobca95bb9fd9a7e90b9784deb34b2d960fcf5b5e38
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 (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")))