Added comments to files that are auto-generated.
[cl-glfw/jecs.git] / lib / opengl-ati_separate_stencil.lisp
blobfde8afe62a184b941415eb7a02344cdcbf338aa3
1 ;;;; This file was automatically generated by /home/bill/programming/cl-glfw/generators/make-bindings-from-spec.lisp
3 (in-package #:gl)
5 ;;;; ATI_separate_stencil
7 (defconstant +stencil-back-func-ati+ #x8800)
8 (defconstant +stencil-back-fail-ati+ #x8801)
9 (defconstant +stencil-back-pass-depth-fail-ati+ #x8802)
10 (defconstant +stencil-back-pass-depth-pass-ati+ #x8803)
11 (defglextfun
12 (("StencilFuncSeparateATI" stencil-func-separate-ati) :args
13 ((:name |frontfunc| :type |StencilFunction| :direction :in)
14 (:name |backfunc| :type |StencilFunction| :direction :in)
15 (:name |ref| :type |ClampedStencilValue| :direction :in)
16 (:name |mask| :type |MaskedStencilValue| :direction :in))
17 :return ("void") :category ("ATI_separate_stencil") :version ("1.2")
18 :extension nil :glxropcode ("?") :glxflags ("ignore") :alias
19 ("StencilFuncSeparate") :glsalias ("StencilFuncSeparate")))
20 (defglextfun
21 (("StencilOpSeparateATI" stencil-op-separate-ati) :args
22 ((:name |face| :type |StencilFaceDirection| :direction :in)
23 (:name |sfail| :type |StencilOp| :direction :in)
24 (:name |dpfail| :type |StencilOp| :direction :in)
25 (:name |dppass| :type |StencilOp| :direction :in))
26 :return ("void") :category ("ATI_separate_stencil") :version ("1.2")
27 :extension nil :glxropcode ("?") :glxflags ("ignore") :alias
28 ("StencilOpSeparate") :glsalias ("StencilOpSeparate")))