Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-arb_draw_buffers.lisp
blob69087ed1e9b985cef859f2ed729adf88251b17a8
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 ;;;; arb_draw_buffers
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")
45 (make-extension-loader |ARB_draw_buffers|
46 (("DrawBuffersARB" draw-buffers-arb :return "void" :args
47 ((:name |n| :type |SizeI| :direction :in)
48 (:name |bufs| :type |DrawBufferModeATI| :direction :in :array t :size n))
49 :category "ARB_draw_buffers" :deprecated nil :version "1.5")))