Removed unused functions
[cl-glfw.git] / lib / opengl-arb_color_buffer_float.lisp
blob3c67a1560cc805218ad05212306679f96225d2be
1 ;;;; This file was automatically generated by nil
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 ("?")))