b438e38e5eb18952d38f9d828283f84f893e8892
[cl-glfw.git] / lib / opengl-apple_element_array.lisp
blobb438e38e5eb18952d38f9d828283f84f893e8892
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+ #x8A0C)
8 (defconstant +element-array-type-apple+ #x8A0D)
9 (defconstant +element-array-pointer-apple+ #x8A0E)
10 (defconstant +element-array-apple+ #x8A0C)
11 (defconstant +element-array-type-apple+ #x8A0D)
12 (defconstant +element-array-pointer-apple+ #x8A0E)
13 (defglextfun "MultiDrawRangeElementArrayAPPLE"
14 multi-draw-range-element-array-apple :return "void" :args
15 ((:name |mode| :type |BeginMode| :direction :in)
16 (:name |start| :type |UInt32| :direction :in)
17 (:name |end| :type |UInt32| :direction :in)
18 (:name |first| :type |Int32| :direction :in :array t :size primcount)
19 (:name |count| :type |SizeI| :direction :in :array t :size primcount)
20 (:name |primcount| :type |SizeI| :direction :in))
21 :category "APPLE_element_array" :deprecated nil :version "1.2")
22 (defglextfun "MultiDrawElementArrayAPPLE" multi-draw-element-array-apple
23 :return "void" :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 :category "APPLE_element_array" :deprecated nil :version "1.2")
29 (defglextfun "DrawRangeElementArrayAPPLE" draw-range-element-array-apple
30 :return "void" :args
31 ((:name |mode| :type |BeginMode| :direction :in)
32 (:name |start| :type |UInt32| :direction :in)
33 (:name |end| :type |UInt32| :direction :in)
34 (:name |first| :type |Int32| :direction :in)
35 (:name |count| :type |SizeI| :direction :in))
36 :category "APPLE_element_array" :deprecated nil :version "1.2")
37 (defglextfun "DrawElementArrayAPPLE" draw-element-array-apple :return "void"
38 :args
39 ((:name |mode| :type |BeginMode| :direction :in)
40 (:name |first| :type |Int32| :direction :in)
41 (:name |count| :type |SizeI| :direction :in))
42 :category "APPLE_element_array" :deprecated nil :version "1.2")
43 (defglextfun "ElementPointerAPPLE" element-pointer-apple :return "void" :args
44 ((:name |type| :type |ElementPointerTypeATI| :direction :in)
45 (:name |pointer| :type |Void| :direction :in :array t :size type))
46 :category "APPLE_element_array" :deprecated nil :version "1.2")