Better support for loading extensions:
[cl-glfw.git] / lib / opengl-ati_separate_stencil.lisp
blobcad7378ae2c55459cf21bff1208abf3ad4761b49
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" :alias
21 ("StencilFuncSeparate" stencil-func-separate :core t :return "void" :args
22 ((:name |face| :type |StencilFaceDirection| :direction :in)
23 (:name |func| :type |StencilFunction| :direction :in)
24 (:name |ref| :type |ClampedStencilValue| :direction :in)
25 (:name |mask| :type |MaskedStencilValue| :direction :in))
26 :category "VERSION_2_0" :deprecated nil :version "2.0"))
27 #-win32
28 (defglextfun "StencilFuncSeparate" stencil-func-separate :core t :return "void"
29 :args
30 ((:name |face| :type |StencilFaceDirection| :direction :in)
31 (:name |func| :type |StencilFunction| :direction :in)
32 (:name |ref| :type |ClampedStencilValue| :direction :in)
33 (:name |mask| :type |MaskedStencilValue| :direction :in))
34 :category "VERSION_2_0" :deprecated nil :version "2.0")
35 (defglextfun "StencilOpSeparateATI" stencil-op-separate-ati :return "void"
36 :args
37 ((:name |face| :type |StencilFaceDirection| :direction :in)
38 (:name |sfail| :type |StencilOp| :direction :in)
39 (:name |dpfail| :type |StencilOp| :direction :in)
40 (:name |dppass| :type |StencilOp| :direction :in))
41 :category "ATI_separate_stencil" :deprecated nil :version "1.2" :alias
42 ("StencilOpSeparate" stencil-op-separate :core t :return "void" :args
43 ((:name |face| :type |StencilFaceDirection| :direction :in)
44 (:name |sfail| :type |StencilOp| :direction :in)
45 (:name |dpfail| :type |StencilOp| :direction :in)
46 (:name |dppass| :type |StencilOp| :direction :in))
47 :category "VERSION_2_0" :deprecated nil :version "2.0"))
48 #-win32
49 (defglextfun "StencilOpSeparate" stencil-op-separate :core t :return "void"
50 :args
51 ((:name |face| :type |StencilFaceDirection| :direction :in)
52 (:name |sfail| :type |StencilOp| :direction :in)
53 (:name |dpfail| :type |StencilOp| :direction :in)
54 (:name |dppass| :type |StencilOp| :direction :in))
55 :category "VERSION_2_0" :deprecated nil :version "2.0")
56 (make-extension-loader |ATI_separate_stencil|
57 (("StencilFuncSeparateATI" stencil-func-separate-ati :return "void" :args
58 ((:name |frontfunc| :type |StencilFunction| :direction :in)
59 (:name |backfunc| :type |StencilFunction| :direction :in)
60 (:name |ref| :type |ClampedStencilValue| :direction :in)
61 (:name |mask| :type |MaskedStencilValue| :direction :in))
62 :category "ATI_separate_stencil" :deprecated nil :version "1.2" :alias
63 ("StencilFuncSeparate" stencil-func-separate :core t :return "void" :args
64 ((:name |face| :type |StencilFaceDirection| :direction :in)
65 (:name |func| :type |StencilFunction| :direction :in)
66 (:name |ref| :type |ClampedStencilValue| :direction :in)
67 (:name |mask| :type |MaskedStencilValue| :direction :in))
68 :category "VERSION_2_0" :deprecated nil :version "2.0"))
69 ("StencilOpSeparateATI" stencil-op-separate-ati :return "void" :args
70 ((:name |face| :type |StencilFaceDirection| :direction :in)
71 (:name |sfail| :type |StencilOp| :direction :in)
72 (:name |dpfail| :type |StencilOp| :direction :in)
73 (:name |dppass| :type |StencilOp| :direction :in))
74 :category "ATI_separate_stencil" :deprecated nil :version "1.2" :alias
75 ("StencilOpSeparate" stencil-op-separate :core t :return "void" :args
76 ((:name |face| :type |StencilFaceDirection| :direction :in)
77 (:name |sfail| :type |StencilOp| :direction :in)
78 (:name |dpfail| :type |StencilOp| :direction :in)
79 (:name |dppass| :type |StencilOp| :direction :in))
80 :category "VERSION_2_0" :deprecated nil :version "2.0"))))