1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:cl-glfw-opengl
)
7 (defconstant +max-draw-buffers-arb
+ #x8824
)
8 (defconstant +draw-buffer0-arb
+ #x8825
)
9 (defconstant +draw-buffer1-arb
+ #x8826
)
10 (defconstant +draw-buffer2-arb
+ #x8827
)
11 (defconstant +draw-buffer3-arb
+ #x8828
)
12 (defconstant +draw-buffer4-arb
+ #x8829
)
13 (defconstant +draw-buffer5-arb
+ #x882A
)
14 (defconstant +draw-buffer6-arb
+ #x882B
)
15 (defconstant +draw-buffer7-arb
+ #x882C
)
16 (defconstant +draw-buffer8-arb
+ #x882D
)
17 (defconstant +draw-buffer9-arb
+ #x882E
)
18 (defconstant +draw-buffer10-arb
+ #x882F
)
19 (defconstant +draw-buffer11-arb
+ #x8830
)
20 (defconstant +draw-buffer12-arb
+ #x8831
)
21 (defconstant +draw-buffer13-arb
+ #x8832
)
22 (defconstant +draw-buffer14-arb
+ #x8833
)
23 (defconstant +draw-buffer15-arb
+ #x8834
)
24 (defconstant +max-draw-buffers-arb
+ #x8824
)
25 (defconstant +draw-buffer0-arb
+ #x8825
)
26 (defconstant +draw-buffer1-arb
+ #x8826
)
27 (defconstant +draw-buffer2-arb
+ #x8827
)
28 (defconstant +draw-buffer3-arb
+ #x8828
)
29 (defconstant +draw-buffer4-arb
+ #x8829
)
30 (defconstant +draw-buffer5-arb
+ #x882A
)
31 (defconstant +draw-buffer6-arb
+ #x882B
)
32 (defconstant +draw-buffer7-arb
+ #x882C
)
33 (defconstant +draw-buffer8-arb
+ #x882D
)
34 (defconstant +draw-buffer9-arb
+ #x882E
)
35 (defconstant +draw-buffer10-arb
+ #x882F
)
36 (defconstant +draw-buffer11-arb
+ #x8830
)
37 (defconstant +draw-buffer12-arb
+ #x8831
)
38 (defconstant +draw-buffer13-arb
+ #x8832
)
39 (defconstant +draw-buffer14-arb
+ #x8833
)
40 (defconstant +draw-buffer15-arb
+ #x8834
)
41 (defglextfun "DrawBuffersARB" draw-buffers-arb
:return
"void" :args
42 ((:name |n|
:type |SizeI|
:direction
:in
)
43 (:name |bufs|
:type |DrawBufferModeATI|
:direction
:in
:array t
:size n
))
44 :category
"ARB_draw_buffers" :deprecated nil
:version
"1.5" :alias
45 ("DrawBuffers" draw-buffers
:core t
:return
"void" :args
46 ((:name |n|
:type |SizeI|
:direction
:in
)
47 (:name |bufs|
:type |DrawBufferModeATI|
:direction
:in
:array t
:size n
))
48 :category
"VERSION_2_0" :deprecated nil
:version
"2.0"))
50 (defglextfun "DrawBuffers" draw-buffers
:core t
:return
"void" :args
51 ((:name |n|
:type |SizeI|
:direction
:in
)
52 (:name |bufs|
:type |DrawBufferModeATI|
:direction
:in
:array t
:size n
))
53 :category
"VERSION_2_0" :deprecated nil
:version
"2.0")
54 (make-extension-loader |ARB_draw_buffers|
55 (("DrawBuffersARB" draw-buffers-arb
:return
"void" :args
56 ((:name |n|
:type |SizeI|
:direction
:in
)
57 (:name |bufs|
:type |DrawBufferModeATI|
:direction
:in
:array t
:size n
))
58 :category
"ARB_draw_buffers" :deprecated nil
:version
"1.5" :alias
59 ("DrawBuffers" draw-buffers
:core t
:return
"void" :args
60 ((:name |n|
:type |SizeI|
:direction
:in
)
61 (:name |bufs|
:type |DrawBufferModeATI|
:direction
:in
:array t
:size n
))
62 :category
"VERSION_2_0" :deprecated nil
:version
"2.0"))))