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
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
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"
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")
47 (make-extension-loader |APPLE_element_array|
48 (("MultiDrawRangeElementArrayAPPLE" multi-draw-range-element-array-apple
50 ((:name |mode|
:type |BeginMode|
:direction
:in
)
51 (:name |start|
:type |UInt32|
:direction
:in
)
52 (:name |end|
:type |UInt32|
:direction
:in
)
53 (:name |first|
:type |Int32|
:direction
:in
:array t
:size primcount
)
54 (:name |count|
:type |SizeI|
:direction
:in
:array t
:size primcount
)
55 (:name |primcount|
:type |SizeI|
:direction
:in
))
56 :category
"APPLE_element_array" :deprecated nil
:version
"1.2")
57 ("MultiDrawElementArrayAPPLE" multi-draw-element-array-apple
:return
"void"
59 ((:name |mode|
:type |BeginMode|
:direction
:in
)
60 (:name |first|
:type |Int32|
:direction
:in
:array t
:size primcount
)
61 (:name |count|
:type |SizeI|
:direction
:in
:array t
:size primcount
)
62 (:name |primcount|
:type |SizeI|
:direction
:in
))
63 :category
"APPLE_element_array" :deprecated nil
:version
"1.2")
64 ("DrawRangeElementArrayAPPLE" draw-range-element-array-apple
:return
"void"
66 ((:name |mode|
:type |BeginMode|
:direction
:in
)
67 (:name |start|
:type |UInt32|
:direction
:in
)
68 (:name |end|
:type |UInt32|
:direction
:in
)
69 (:name |first|
:type |Int32|
:direction
:in
)
70 (:name |count|
:type |SizeI|
:direction
:in
))
71 :category
"APPLE_element_array" :deprecated nil
:version
"1.2")
72 ("DrawElementArrayAPPLE" draw-element-array-apple
:return
"void" :args
73 ((:name |mode|
:type |BeginMode|
:direction
:in
)
74 (:name |first|
:type |Int32|
:direction
:in
)
75 (:name |count|
:type |SizeI|
:direction
:in
))
76 :category
"APPLE_element_array" :deprecated nil
:version
"1.2")
77 ("ElementPointerAPPLE" element-pointer-apple
:return
"void" :args
78 ((:name |type|
:type |ElementPointerTypeATI|
:direction
:in
)
79 (:name |pointer|
:type |Void|
:direction
:in
:array t
:size type
))
80 :category
"APPLE_element_array" :deprecated nil
:version
"1.2")))