Stripped out a lot of useless info from the spec, by selecting only what is needed.
[cl-glfw.git] / lib / opengl-arb_color_buffer_float.lisp
blobab58cb31bfdd19d8340af895b87463c0dbf3c6ce
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 +clamp-vertex-color-arb+ #x891A)
9 (defconstant +clamp-fragment-color-arb+ #x891B)
10 (defconstant +clamp-read-color-arb+ #x891C)
11 (defconstant +fixed-only-arb+ #x891D)
12 (defglextfun "ClampColorARB" clamp-color-arb :return "void" :args
13 ((:name |target| :type |ClampColorTargetARB| :direction :in)
14 (:name |clamp| :type |ClampColorModeARB| :direction :in))
15 :category "ARB_color_buffer_float" :version "1.5")