Folded in some ftgl improvements from Cowl
[cl-glfw.git] / lib / opengl-arb_robustness.lisp
blob7756742b4beb6bcbaae1fd51ea75ffb470c16adc
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 ;;;; arb_robustness
7 (defconstant +context-flag-robust-access-bit-arb+ #x4)
8 (defconstant +lose-context-on-reset-arb+ #x8252)
9 (defconstant +guilty-context-reset-arb+ #x8253)
10 (defconstant +innocent-context-reset-arb+ #x8254)
11 (defconstant +unknown-context-reset-arb+ #x8255)
12 (defconstant +reset-notification-strategy-arb+ #x8256)
13 (defconstant +context-flag-robust-access-bit-arb+ #x4)
14 (defconstant +lose-context-on-reset-arb+ #x8252)
15 (defconstant +guilty-context-reset-arb+ #x8253)
16 (defconstant +innocent-context-reset-arb+ #x8254)
17 (defconstant +unknown-context-reset-arb+ #x8255)
18 (defconstant +reset-notification-strategy-arb+ #x8256)
19 (defconstant +no-reset-notification-arb+ #x8261)
20 (defglextfun "GetnUniformdvARB" getn-uniform-dv-arb :return "void" :args
21 ((:name |program| :type |UInt32| :direction :in)
22 (:name |location| :type |Int32| :direction :in)
23 (:name |bufSize| :type |SizeI| :direction :in)
24 (:name |params| :type |Float64| :direction :out :array t :size bufsize))
25 :category "ARB_robustness" :deprecated nil :version "4.1")
26 (defglextfun "GetnUniformuivARB" getn-uniform-uiv-arb :return "void" :args
27 ((:name |program| :type |UInt32| :direction :in)
28 (:name |location| :type |Int32| :direction :in)
29 (:name |bufSize| :type |SizeI| :direction :in)
30 (:name |params| :type |UInt32| :direction :out :array t :size bufsize))
31 :category "ARB_robustness" :deprecated nil :version "4.1")
32 (defglextfun "GetnUniformivARB" getn-uniform-iv-arb :return "void" :args
33 ((:name |program| :type |UInt32| :direction :in)
34 (:name |location| :type |Int32| :direction :in)
35 (:name |bufSize| :type |SizeI| :direction :in)
36 (:name |params| :type |Int32| :direction :out :array t :size bufsize))
37 :category "ARB_robustness" :deprecated nil :version "4.1")
38 (defglextfun "GetnUniformfvARB" getn-uniform-fv-arb :return "void" :args
39 ((:name |program| :type |UInt32| :direction :in)
40 (:name |location| :type |Int32| :direction :in)
41 (:name |bufSize| :type |SizeI| :direction :in)
42 (:name |params| :type |Float32| :direction :out :array t :size bufsize))
43 :category "ARB_robustness" :deprecated nil :version "4.1")
44 (defglextfun "GetnCompressedTexImageARB" getn-compressed-tex-image-arb :return
45 "void" :args
46 ((:name |target| :type |GLenum| :direction :in)
47 (:name |lod| :type |Int32| :direction :in)
48 (:name |bufSize| :type |SizeI| :direction :in)
49 (:name |img| :type |Void| :direction :out :array t :size bufsize))
50 :category "ARB_robustness" :deprecated nil :version "4.1")
51 (defglextfun "ReadnPixelsARB" readn-pixels-arb :return "void" :args
52 ((:name |x| :type |Int32| :direction :in)
53 (:name |y| :type |Int32| :direction :in)
54 (:name |width| :type |SizeI| :direction :in)
55 (:name |height| :type |SizeI| :direction :in)
56 (:name |format| :type |GLenum| :direction :in)
57 (:name |type| :type |GLenum| :direction :in)
58 (:name |bufSize| :type |SizeI| :direction :in)
59 (:name |data| :type |Void| :direction :out :array t :size bufsize))
60 :category "ARB_robustness" :deprecated nil :version "4.1")
61 (defglextfun "GetnTexImageARB" getn-tex-image-arb :return "void" :args
62 ((:name |target| :type |GLenum| :direction :in)
63 (:name |level| :type |Int32| :direction :in)
64 (:name |format| :type |GLenum| :direction :in)
65 (:name |type| :type |GLenum| :direction :in)
66 (:name |bufSize| :type |SizeI| :direction :in)
67 (:name |img| :type |Void| :direction :out :array t :size bufsize))
68 :category "ARB_robustness" :deprecated nil :version "4.1")
69 (defglextfun "GetnMinmaxARB" getn-minmax-arb :return "void" :args
70 ((:name |target| :type |GLenum| :direction :in)
71 (:name |reset| :type |Boolean| :direction :in)
72 (:name |format| :type |GLenum| :direction :in)
73 (:name |type| :type |GLenum| :direction :in)
74 (:name |bufSize| :type |SizeI| :direction :in)
75 (:name |values| :type |Void| :direction :out :array t :size bufsize))
76 :category "ARB_robustness" :deprecated nil :version "4.1")
77 (defglextfun "GetnHistogramARB" getn-histogram-arb :return "void" :args
78 ((:name |target| :type |GLenum| :direction :in)
79 (:name |reset| :type |Boolean| :direction :in)
80 (:name |format| :type |GLenum| :direction :in)
81 (:name |type| :type |GLenum| :direction :in)
82 (:name |bufSize| :type |SizeI| :direction :in)
83 (:name |values| :type |Void| :direction :out :array t :size bufsize))
84 :category "ARB_robustness" :deprecated nil :version "4.1")
85 (defglextfun "GetnSeparableFilterARB" getn-separable-filter-arb :return "void"
86 :args
87 ((:name |target| :type |GLenum| :direction :in)
88 (:name |format| :type |GLenum| :direction :in)
89 (:name |type| :type |GLenum| :direction :in)
90 (:name |rowBufSize| :type |SizeI| :direction :in)
91 (:name |row| :type |Void| :direction :out :array t :size rowbufsize)
92 (:name |columnBufSize| :type |SizeI| :direction :in)
93 (:name |column| :type |Void| :direction :out :array t :size columnbufsize)
94 (:name |span| :type |Void| :direction :out :array t :size #x0))
95 :category "ARB_robustness" :deprecated nil :version "4.1")
96 (defglextfun "GetnConvolutionFilterARB" getn-convolution-filter-arb :return
97 "void" :args
98 ((:name |target| :type |GLenum| :direction :in)
99 (:name |format| :type |GLenum| :direction :in)
100 (:name |type| :type |GLenum| :direction :in)
101 (:name |bufSize| :type |SizeI| :direction :in)
102 (:name |image| :type |Void| :direction :out :array t :size bufsize))
103 :category "ARB_robustness" :deprecated nil :version "4.1")
104 (defglextfun "GetnColorTableARB" getn-color-table-arb :return "void" :args
105 ((:name |target| :type |GLenum| :direction :in)
106 (:name |format| :type |GLenum| :direction :in)
107 (:name |type| :type |GLenum| :direction :in)
108 (:name |bufSize| :type |SizeI| :direction :in)
109 (:name |table| :type |Void| :direction :out :array t :size bufsize))
110 :category "ARB_robustness" :deprecated nil :version "4.1")
111 (defglextfun "GetnPolygonStippleARB" getn-polygon-stipple-arb :return "void"
112 :args
113 ((:name |bufSize| :type |SizeI| :direction :in)
114 (:name |pattern| :type |UInt8| :direction :out :array t :size bufsize))
115 :category "ARB_robustness" :deprecated nil :version "4.1")
116 (defglextfun "GetnPixelMapusvARB" getn-pixel-map-usv-arb :return "void" :args
117 ((:name |map| :type |GLenum| :direction :in)
118 (:name |bufSize| :type |SizeI| :direction :in)
119 (:name |values| :type |UInt16| :direction :out :array t :size bufsize))
120 :category "ARB_robustness" :deprecated nil :version "4.1")
121 (defglextfun "GetnPixelMapuivARB" getn-pixel-map-uiv-arb :return "void" :args
122 ((:name |map| :type |GLenum| :direction :in)
123 (:name |bufSize| :type |SizeI| :direction :in)
124 (:name |values| :type |UInt32| :direction :out :array t :size bufsize))
125 :category "ARB_robustness" :deprecated nil :version "4.1")
126 (defglextfun "GetnPixelMapfvARB" getn-pixel-map-fv-arb :return "void" :args
127 ((:name |map| :type |GLenum| :direction :in)
128 (:name |bufSize| :type |SizeI| :direction :in)
129 (:name |values| :type |Float32| :direction :out :array t :size bufsize))
130 :category "ARB_robustness" :deprecated nil :version "4.1")
131 (defglextfun "GetnMapivARB" getn-map-iv-arb :return "void" :args
132 ((:name |target| :type |GLenum| :direction :in)
133 (:name |query| :type |GLenum| :direction :in)
134 (:name |bufSize| :type |SizeI| :direction :in)
135 (:name |v| :type |Int32| :direction :out :array t :size bufsize))
136 :category "ARB_robustness" :deprecated nil :version "4.1")
137 (defglextfun "GetnMapfvARB" getn-map-fv-arb :return "void" :args
138 ((:name |target| :type |GLenum| :direction :in)
139 (:name |query| :type |GLenum| :direction :in)
140 (:name |bufSize| :type |SizeI| :direction :in)
141 (:name |v| :type |Float32| :direction :out :array t :size bufsize))
142 :category "ARB_robustness" :deprecated nil :version "4.1")
143 (defglextfun "GetnMapdvARB" getn-map-dv-arb :return "void" :args
144 ((:name |target| :type |GLenum| :direction :in)
145 (:name |query| :type |GLenum| :direction :in)
146 (:name |bufSize| :type |SizeI| :direction :in)
147 (:name |v| :type |Float64| :direction :out :array t :size bufsize))
148 :category "ARB_robustness" :deprecated nil :version "4.1")
149 (defglextfun "GetGraphicsResetStatusARB" get-graphics-reset-status-arb :return
150 "GLenum" :args nil :category "ARB_robustness" :deprecated nil :version "4.1")