Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-apple_element_array.lisp
blob3043ad3d1dd5527e4cd02526811748c873c03f08
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 ;;;; apple_element_array
7 (defconstant +element-array-apple+ #x8768)
8 (defconstant +element-array-type-apple+ #x8769)
9 (defconstant +element-array-pointer-apple+ #x876A)
10 (defglextfun
11 (("MultiDrawRangeElementArrayAPPLE" multi-draw-range-element-array-apple)
12 :args
13 ((:name |mode| :type |BeginMode| :direction :in)
14 (:name |start| :type |UInt32| :direction :in)
15 (:name |end| :type |UInt32| :direction :in)
16 (:name |first| :type |Int32| :direction :in :array t :size primcount)
17 (:name |count| :type |SizeI| :direction :in :array t :size primcount)
18 (:name |primcount| :type |SizeI| :direction :in))
19 :return ("void") :category ("APPLE_element_array") :version ("1.2")
20 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?")
21 :offset ("?")))
22 (defglextfun
23 (("MultiDrawElementArrayAPPLE" multi-draw-element-array-apple) :args
24 ((:name |mode| :type |BeginMode| :direction :in)
25 (:name |first| :type |Int32| :direction :in :array t :size primcount)
26 (:name |count| :type |SizeI| :direction :in :array t :size primcount)
27 (:name |primcount| :type |SizeI| :direction :in))
28 :return ("void") :category ("APPLE_element_array") :version ("1.2")
29 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?")
30 :offset ("?")))
31 (defglextfun
32 (("DrawRangeElementArrayAPPLE" draw-range-element-array-apple) :args
33 ((:name |mode| :type |BeginMode| :direction :in)
34 (:name |start| :type |UInt32| :direction :in)
35 (:name |end| :type |UInt32| :direction :in)
36 (:name |first| :type |Int32| :direction :in)
37 (:name |count| :type |SizeI| :direction :in))
38 :return ("void") :category ("APPLE_element_array") :version ("1.2")
39 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?")
40 :offset ("?")))
41 (defglextfun
42 (("DrawElementArrayAPPLE" draw-element-array-apple) :args
43 ((:name |mode| :type |BeginMode| :direction :in)
44 (:name |first| :type |Int32| :direction :in)
45 (:name |count| :type |SizeI| :direction :in))
46 :return ("void") :category ("APPLE_element_array") :version ("1.2")
47 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?")
48 :offset ("?")))
49 (defglextfun
50 (("ElementPointerAPPLE" element-pointer-apple) :args
51 ((:name |type| :type |ElementPointerTypeATI| :direction :in)
52 (:name |pointer| :type |Void| :direction :in :array t :size type))
53 :return ("void") :category ("APPLE_element_array") :version ("1.2")
54 :extension nil :glxropcode ("?") :glxflags ("ignore") :glsopcode ("?")
55 :offset ("?")))