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
)
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
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")))