Added Win+Mac notes. Some wishlist aswell.
[cl-glfw/jecs.git] / lib / opengl-ati_separate_stencil.lisp
blobd9ca4d9aa394b75f3e46e5ca65f9aadaf67bf727
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 ;;;; 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 "StencilFuncSeparateATI" stencil-func-separate-ati :return "void"
12 :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 :category "ATI_separate_stencil" :version "1.2")
18 (defglextfun "StencilOpSeparateATI" stencil-op-separate-ati :return "void"
19 :args
20 ((:name |face| :type |StencilFaceDirection| :direction :in)
21 (:name |sfail| :type |StencilOp| :direction :in)
22 (:name |dpfail| :type |StencilOp| :direction :in)
23 (:name |dppass| :type |StencilOp| :direction :in))
24 :category "ATI_separate_stencil" :version "1.2")