Fixed the nil names of the generator.
[cl-glfw/dh.git] / lib / opengl-ext_blend_color.lisp
blob1e763f0e7d9a2f495d3b36244625965518756924
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 ;;;; 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")))