Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-ext_blend_color.lisp
blob01f277596941e7a69cd3d0e49919ffcd5f24dd2d
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")
13 (make-extension-loader |EXT_blend_color|
14 (("BlendColorEXT" blend-color-ext :return "void" :args
15 ((:name |red| :type |ClampedColorF| :direction :in)
16 (:name |green| :type |ClampedColorF| :direction :in)
17 (:name |blue| :type |ClampedColorF| :direction :in)
18 (:name |alpha| :type |ClampedColorF| :direction :in))
19 :category "EXT_blend_color" :deprecated nil :version "1.0")))