Re-ran generator for OpenGL 4.1 and new extensions
[cl-glfw.git] / lib / opengl-ext_blend_minmax.lisp
blob05bc229dcd14a424e1ad7600d970f3e00b79e6aa
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 +blend-equation-rgb+ #x8009)
8 (defconstant +blend-equation-rgb-ext+ #x8009)
9 (defconstant +blend-equation-rgb-oes+ #x8009)
10 (defglextfun "BlendEquationEXT" blend-equation-ext :return "void" :args
11 ((:name |mode| :type |BlendEquationModeEXT| :direction :in)) :category
12 "EXT_blend_minmax" :deprecated nil :version "1.0")
13 (make-extension-loader |EXT_blend_minmax|
14 (("BlendEquationEXT" blend-equation-ext :return "void" :args
15 ((:name |mode| :type |BlendEquationModeEXT| :direction :in)) :category
16 "EXT_blend_minmax" :deprecated nil :version "1.0")))