Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ext_blend_func_separate.lisp
blob78b18db5aff1659f619514f74f38d171d85ddc76
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
5 ;;;; EXT_blend_func_separate
7 (defconstant +blend-dst-rgb-ext+ #x80C8)
8 (defconstant +blend-src-rgb-ext+ #x80C9)
9 (defconstant +blend-dst-alpha-ext+ #x80CA)
10 (defconstant +blend-src-alpha-ext+ #x80CB)
11 (defglextfun
12 (("BlendFuncSeparateEXT" blend-func-separate-ext) :args
13 ((:name |sfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
14 (:name |dfactorRGB| :type |BlendFuncSeparateParameterEXT| :direction :in)
15 (:name |sfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in)
16 (:name |dfactorAlpha| :type |BlendFuncSeparateParameterEXT| :direction :in))
17 :return ("void") :category ("EXT_blend_func_separate") :glxropcode ("4134")
18 :version ("1.0") :extension nil :alias ("BlendFuncSeparate") :glsalias
19 ("BlendFuncSeparate")))