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-ati
+ #x8824
)
8 (defconstant +draw-buffer0-ati
+ #x8825
)
9 (defconstant +draw-buffer1-ati
+ #x8826
)
10 (defconstant +draw-buffer2-ati
+ #x8827
)
11 (defconstant +draw-buffer3-ati
+ #x8828
)
12 (defconstant +draw-buffer4-ati
+ #x8829
)
13 (defconstant +draw-buffer5-ati
+ #x882A
)
14 (defconstant +draw-buffer6-ati
+ #x882B
)
15 (defconstant +draw-buffer7-ati
+ #x882C
)
16 (defconstant +draw-buffer8-ati
+ #x882D
)
17 (defconstant +draw-buffer9-ati
+ #x882E
)
18 (defconstant +draw-buffer10-ati
+ #x882F
)
19 (defconstant +draw-buffer11-ati
+ #x8830
)
20 (defconstant +draw-buffer12-ati
+ #x8831
)
21 (defconstant +draw-buffer13-ati
+ #x8832
)
22 (defconstant +draw-buffer14-ati
+ #x8833
)
23 (defconstant +draw-buffer15-ati
+ #x8834
)
24 (defconstant +color-clear-unclamped-value-ati
+ #x8835
)
25 (defconstant +blend-equation-alpha
+ #x883D
)
26 (defconstant +max-draw-buffers-ati
+ #x8824
)
27 (defconstant +draw-buffer0-ati
+ #x8825
)
28 (defconstant +draw-buffer1-ati
+ #x8826
)
29 (defconstant +draw-buffer2-ati
+ #x8827
)
30 (defconstant +draw-buffer3-ati
+ #x8828
)
31 (defconstant +draw-buffer4-ati
+ #x8829
)
32 (defconstant +draw-buffer5-ati
+ #x882A
)
33 (defconstant +draw-buffer6-ati
+ #x882B
)
34 (defconstant +draw-buffer7-ati
+ #x882C
)
35 (defconstant +draw-buffer8-ati
+ #x882D
)
36 (defconstant +draw-buffer9-ati
+ #x882E
)
37 (defconstant +draw-buffer10-ati
+ #x882F
)
38 (defconstant +draw-buffer11-ati
+ #x8830
)
39 (defconstant +draw-buffer12-ati
+ #x8831
)
40 (defconstant +draw-buffer13-ati
+ #x8832
)
41 (defconstant +draw-buffer14-ati
+ #x8833
)
42 (defconstant +draw-buffer15-ati
+ #x8834
)
43 (defglextfun "DrawBuffersATI" draw-buffers-ati
:return
"void" :args
44 ((:name |n|
:type |SizeI|
:direction
:in
)
45 (:name |bufs|
:type |DrawBufferModeATI|
:direction
:in
:array t
:size n
))
46 :category
"ATI_draw_buffers" :deprecated nil
:version
"1.2")
47 (make-extension-loader |ATI_draw_buffers|
48 (("DrawBuffersATI" draw-buffers-ati
:return
"void" :args
49 ((:name |n|
:type |SizeI|
:direction
:in
)
50 (:name |bufs|
:type |DrawBufferModeATI|
:direction
:in
:array t
:size n
))
51 :category
"ATI_draw_buffers" :deprecated nil
:version
"1.2")))