Fixed package name
[cl-glfw.git] / lib / opengl-ati_draw_buffers.lisp
blob4c3f23974fef0f79f73d090b5208f7d6a4517826
2 (in-package #:gl)
4 ;;;; ATI_draw_buffers
6 (defconstant +max-draw-buffers-ati+ #x8824)
7 (defconstant +draw-buffer0-ati+ #x8825)
8 (defconstant +draw-buffer1-ati+ #x8826)
9 (defconstant +draw-buffer2-ati+ #x8827)
10 (defconstant +draw-buffer3-ati+ #x8828)
11 (defconstant +draw-buffer4-ati+ #x8829)
12 (defconstant +draw-buffer5-ati+ #x882A)
13 (defconstant +draw-buffer6-ati+ #x882B)
14 (defconstant +draw-buffer7-ati+ #x882C)
15 (defconstant +draw-buffer8-ati+ #x882D)
16 (defconstant +draw-buffer9-ati+ #x882E)
17 (defconstant +draw-buffer10-ati+ #x882F)
18 (defconstant +draw-buffer11-ati+ #x8830)
19 (defconstant +draw-buffer12-ati+ #x8831)
20 (defconstant +draw-buffer13-ati+ #x8832)
21 (defconstant +draw-buffer14-ati+ #x8833)
22 (defconstant +draw-buffer15-ati+ #x8834)
23 (defglextfun
24 (("DrawBuffersATI" draw-buffers-ati) :args
25 ((:name |n| :type |SizeI| :direction :in)
26 (:name |bufs| :type |DrawBufferModeATI| :direction :in :array t :size n))
27 :return ("void") :category ("ATI_draw_buffers") :version ("1.2") :extension
28 nil :glxropcode ("233") :alias ("DrawBuffers") :glsalias ("DrawBuffers")))