bitmask tweak and grid generator
[cl-glfw/dh.git] / lib / opengl-ext_compiled_vertex_array.lisp
blobad66158a0e011fb5f0229fd0a451103cb6eadbad
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 "UnlockArraysEXT" unlock-arrays-ext :return "void" :args nil
10 :category "EXT_compiled_vertex_array" :version "1.1")
11 (defglextfun "LockArraysEXT" lock-arrays-ext :return "void" :args
12 ((:name |first| :type |Int32| :direction :in)
13 (:name |count| :type |SizeI| :direction :in))
14 :category "EXT_compiled_vertex_array" :version "1.1")