73ae76aff28afc21902da046dfdf7a8a1e20d800
[cl-glfw.git] / lib / opengl-ext_blend_color.lisp
blob73ae76aff28afc21902da046dfdf7a8a1e20d800
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 "BlendColorEXT" blend-color-ext :return "void" :args
8 ((:name |red| :type |ClampedColorF| :direction :in)
9 (:name |green| :type |ClampedColorF| :direction :in)
10 (:name |blue| :type |ClampedColorF| :direction :in)
11 (:name |alpha| :type |ClampedColorF| :direction :in))
12 :category "EXT_blend_color" :deprecated nil :version "1.0")