Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-arb_color_buffer_float.lisp
blob93bf764d8a3aca9e97df8449cd6c6454811c0dad
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
13 (("ClampColorARB" clamp-color-arb) :args
14 ((:name |target| :type |ClampColorTargetARB| :direction :in)
15 (:name |clamp| :type |ClampColorModeARB| :direction :in))
16 :return ("void") :category ("ARB_color_buffer_float") :version ("1.5")
17 :extension nil :glxropcode ("234") :glxflags ("ignore") :glsopcode ("?")
18 :offset ("?")))