Better support for loading extensions:
[cl-glfw.git] / lib / opengl-ext_blend_minmax.lisp
blobf6701761874ea47f1fb38fad81c8d8642dbbec8c
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" :alias
17 ("BlendEquation" blend-equation :core t :return "void" :args
18 ((:name |mode| :type |BlendEquationMode| :direction :in)) :category
19 "VERSION_1_2" :deprecated nil :version "1.2"))
20 #-win32
21 (defglextfun "BlendEquation" blend-equation :core t :return "void" :args
22 ((:name |mode| :type |BlendEquationMode| :direction :in)) :category
23 "VERSION_1_2" :deprecated nil :version "1.2")
24 (make-extension-loader |EXT_blend_minmax|
25 (("BlendEquationEXT" blend-equation-ext :return "void" :args
26 ((:name |mode| :type |BlendEquationModeEXT| :direction :in)) :category
27 "EXT_blend_minmax" :deprecated nil :version "1.0" :alias
28 ("BlendEquation" blend-equation :core t :return "void" :args
29 ((:name |mode| :type |BlendEquationMode| :direction :in)) :category
30 "VERSION_1_2" :deprecated nil :version "1.2"))))