Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ext_blend_color.lisp
bloba840209323e6d24aed4056ca21a86c6837b6e139
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
5 ;;;; EXT_blend_color
7 (defglextfun
8 (("BlendColorEXT" blend-color-ext) :args
9 ((:name |red| :type |ClampedColorF| :direction :in)
10 (:name |green| :type |ClampedColorF| :direction :in)
11 (:name |blue| :type |ClampedColorF| :direction :in)
12 (:name |alpha| :type |ClampedColorF| :direction :in))
13 :return ("void") :category ("EXT_blend_color") :version ("1.0") :glxropcode
14 ("4096") :glxflags ("EXT") :extension ("soft") :alias ("BlendColor")
15 :glsalias ("BlendColor")))