Extension enumerations now only included where necessary.
[cl-glfw.git] / lib / opengl-arb_color_buffer_float.lisp
blobf9bb205401cb9852b95f34ee132680f9dad81e9f
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_color_buffer_float
7 (defconstant +rgba-float-mode-arb+ #x8820)
8 (defconstant +type-rgba-float-ati+ #x8820)
9 (defconstant +writeonly-rendering-qcom+ #x8823)
10 (defconstant +max-draw-buffers+ #x8824)
11 (defconstant +draw-buffer0+ #x8825)
12 (defconstant +draw-buffer1+ #x8826)
13 (defconstant +draw-buffer2+ #x8827)
14 (defconstant +draw-buffer3+ #x8828)
15 (defconstant +draw-buffer4+ #x8829)
16 (defconstant +draw-buffer5+ #x882A)
17 (defconstant +draw-buffer6+ #x882B)
18 (defconstant +draw-buffer7+ #x882C)
19 (defconstant +draw-buffer8+ #x882D)
20 (defconstant +draw-buffer9+ #x882E)
21 (defconstant +draw-buffer10+ #x882F)
22 (defconstant +draw-buffer11+ #x8830)
23 (defconstant +draw-buffer12+ #x8831)
24 (defconstant +draw-buffer13+ #x8832)
25 (defconstant +draw-buffer14+ #x8833)
26 (defconstant +draw-buffer15+ #x8834)
27 (defconstant +rgba-float-mode-arb+ #x8820)
28 (defconstant +clamp-vertex-color-arb+ #x891A)
29 (defconstant +clamp-fragment-color-arb+ #x891B)
30 (defconstant +clamp-read-color-arb+ #x891C)
31 (defconstant +fixed-only-arb+ #x891D)
32 (defglextfun "ClampColorARB" clamp-color-arb :return "void" :args
33 ((:name |target| :type |ClampColorTargetARB| :direction :in)
34 (:name |clamp| :type |ClampColorModeARB| :direction :in))
35 :category "ARB_color_buffer_float" :deprecated nil :version "1.5")
36 (make-extension-loader |ARB_color_buffer_float|
37 (("ClampColorARB" clamp-color-arb :return "void" :args
38 ((:name |target| :type |ClampColorTargetARB| :direction :in)
39 (:name |clamp| :type |ClampColorModeARB| :direction :in))
40 :category "ARB_color_buffer_float" :deprecated nil :version "1.5")))