Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ati_element_array.lisp
blob01a63ab1f1ebf03ad7dfe975d9d4e002db282ae1
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 ;;;; ati_element_array
7 (defconstant +element-array-ati+ #x8768)
8 (defconstant +element-array-type-ati+ #x8769)
9 (defconstant +element-array-pointer-ati+ #x876A)
10 (defglextfun
11 (("DrawRangeElementArrayATI" draw-range-element-array-ati) :args
12 ((:name |mode| :type |BeginMode| :direction :in)
13 (:name |start| :type |UInt32| :direction :in)
14 (:name |end| :type |UInt32| :direction :in)
15 (:name |count| :type |SizeI| :direction :in))
16 :return ("void") :category ("ATI_element_array") :dlflags ("handcode")
17 :glxflags ("client-handcode" "client-intercept" "server-handcode") :version
18 ("1.2") :glsopcode ("?") :offset ("?")))
19 (defglextfun
20 (("DrawElementArrayATI" draw-element-array-ati) :args
21 ((:name |mode| :type |BeginMode| :direction :in)
22 (:name |count| :type |SizeI| :direction :in))
23 :return ("void") :category ("ATI_element_array") :dlflags ("handcode")
24 :glxflags ("client-handcode" "client-intercept" "server-handcode") :version
25 ("1.2") :glsopcode ("?") :offset ("?")))
26 (defglextfun
27 (("ElementPointerATI" element-pointer-ati) :args
28 ((:name |type| :type |ElementPointerTypeATI| :direction :in)
29 (:name |pointer| :type |Void| :direction :in :array t :size (|type|)
30 :retained t))
31 :return ("void") :category ("ATI_element_array") :dlflags ("notlistable")
32 :glxflags ("client-handcode" "client-intercept" "server-handcode") :version
33 ("1.2") :glsflags ("ignore") :offset ("?")))