3412696fd64fdaedb181851db21a22d22614ece3
[cl-glfw.git] / lib / opengl-ext_compiled_vertex_array.lisp
blob3412696fd64fdaedb181851db21a22d22614ece3
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")