Better support for loading extensions:
[cl-glfw.git] / lib / opengl-ext_blend_equation_separate.lisp
blobfe427b09e1e279bbdaff00df18a28ff5f50da3be
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_equation_separate
7 (defconstant +blend-equation-alpha-ext+ #x883D)
8 (defconstant +blend-equation-alpha-oes+ #x883D)
9 (defconstant +blend-equation-rgb-ext+ #x8009)
10 (defconstant +blend-equation-alpha-ext+ #x883D)
11 (defglextfun "BlendEquationSeparateEXT" blend-equation-separate-ext :return
12 "void" :args
13 ((:name |modeRGB| :type |BlendEquationModeEXT| :direction :in)
14 (:name |modeAlpha| :type |BlendEquationModeEXT| :direction :in))
15 :category "EXT_blend_equation_separate" :deprecated nil :version "1.2" :alias
16 ("BlendEquationSeparate" blend-equation-separate :core t :return "void" :args
17 ((:name |modeRGB| :type |BlendEquationModeEXT| :direction :in)
18 (:name |modeAlpha| :type |BlendEquationModeEXT| :direction :in))
19 :category "VERSION_2_0" :deprecated nil :version "2.0"))
20 #-win32
21 (defglextfun "BlendEquationSeparate" blend-equation-separate :core t :return
22 "void" :args
23 ((:name |modeRGB| :type |BlendEquationModeEXT| :direction :in)
24 (:name |modeAlpha| :type |BlendEquationModeEXT| :direction :in))
25 :category "VERSION_2_0" :deprecated nil :version "2.0")
26 (make-extension-loader |EXT_blend_equation_separate|
27 (("BlendEquationSeparateEXT" blend-equation-separate-ext :return "void" :args
28 ((:name |modeRGB| :type |BlendEquationModeEXT| :direction :in)
29 (:name |modeAlpha| :type |BlendEquationModeEXT| :direction :in))
30 :category "EXT_blend_equation_separate" :deprecated nil :version "1.2"
31 :alias
32 ("BlendEquationSeparate" blend-equation-separate :core t :return "void"
33 :args
34 ((:name |modeRGB| :type |BlendEquationModeEXT| :direction :in)
35 (:name |modeAlpha| :type |BlendEquationModeEXT| :direction :in))
36 :category "VERSION_2_0" :deprecated nil :version "2.0"))))