Fix for callbacks under windows from Andrew Lyon.
[cl-glfw.git] / lib / opengl-ati_separate_stencil.lisp
blobf0984f49cc1766602208ca698f72d5b867ea9a55
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-pass-depth-fail-ati+ #x8802)
9 (defconstant +stencil-back-pass-depth-pass-ati+ #x8803)
10 (defconstant +stencil-back-func-ati+ #x8800)
11 (defconstant +stencil-back-fail-ati+ #x8801)
12 (defconstant +stencil-back-pass-depth-fail-ati+ #x8802)
13 (defconstant +stencil-back-pass-depth-pass-ati+ #x8803)
14 (defglextfun "StencilFuncSeparateATI" stencil-func-separate-ati :return "void"
15 :args
16 ((:name |frontfunc| :type |StencilFunction| :direction :in)
17 (:name |backfunc| :type |StencilFunction| :direction :in)
18 (:name |ref| :type |ClampedStencilValue| :direction :in)
19 (:name |mask| :type |MaskedStencilValue| :direction :in))
20 :category "ATI_separate_stencil" :deprecated nil :version "1.2")
21 (defglextfun "StencilOpSeparateATI" stencil-op-separate-ati :return "void"
22 :args
23 ((:name |face| :type |StencilFaceDirection| :direction :in)
24 (:name |sfail| :type |StencilOp| :direction :in)
25 (:name |dpfail| :type |StencilOp| :direction :in)
26 (:name |dppass| :type |StencilOp| :direction :in))
27 :category "ATI_separate_stencil" :deprecated nil :version "1.2")
28 (make-extension-loader |ATI_separate_stencil|
29 (("StencilFuncSeparateATI" stencil-func-separate-ati :return "void" :args
30 ((:name |frontfunc| :type |StencilFunction| :direction :in)
31 (:name |backfunc| :type |StencilFunction| :direction :in)
32 (:name |ref| :type |ClampedStencilValue| :direction :in)
33 (:name |mask| :type |MaskedStencilValue| :direction :in))
34 :category "ATI_separate_stencil" :deprecated nil :version "1.2")
35 ("StencilOpSeparateATI" stencil-op-separate-ati :return "void" :args
36 ((:name |face| :type |StencilFaceDirection| :direction :in)
37 (:name |sfail| :type |StencilOp| :direction :in)
38 (:name |dpfail| :type |StencilOp| :direction :in)
39 (:name |dppass| :type |StencilOp| :direction :in))
40 :category "ATI_separate_stencil" :deprecated nil :version "1.2")))