Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-ext_blend_minmax.lisp
blobdffb31ce165fcf6402f9eede92c9984153793b87
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_minmax
7 (defconstant +func-add+ #x8006)
8 (defconstant +min+ #x8007)
9 (defconstant +max+ #x8008)
10 (defconstant +blend-equation+ #x8009)
11 (defconstant +blend-equation-rgb+ #x8009)
12 (defconstant +blend-equation-rgb-ext+ #x8009)
13 (defconstant +blend-equation-rgb-oes+ #x8009)
14 (defglextfun "BlendEquationEXT" blend-equation-ext :return "void" :args
15 ((:name |mode| :type |BlendEquationModeEXT| :direction :in)) :category
16 "EXT_blend_minmax" :deprecated nil :version "1.0")
17 (make-extension-loader |EXT_blend_minmax|
18 (("BlendEquationEXT" blend-equation-ext :return "void" :args
19 ((:name |mode| :type |BlendEquationModeEXT| :direction :in)) :category
20 "EXT_blend_minmax" :deprecated nil :version "1.0")))