~matobet/pyopengl/Python3

« back to all changes in this revision

Viewing changes to raw/GL/VERSION/GL_2_0.py

  • Committer: matobet at gmail
  • Date: 2010-06-26 14:11:04 UTC
  • Revision ID: matobet@gmail.com-20100626141104-k011ofmltgiiu60g
Initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'''OpenGL extension VERSION.GL_2_0
 
2
 
 
3
Automatically generated by the get_gl_extensions script, do not edit!
 
4
'''
 
5
from OpenGL import platform, constants, constant, arrays
 
6
from OpenGL import extensions
 
7
from OpenGL.GL import glget
 
8
import ctypes
 
9
EXTENSION_NAME = 'GL_VERSION_GL_2_0'
 
10
_DEPRECATED = False
 
11
GL_BLEND_EQUATION_RGB = constant.Constant( 'GL_BLEND_EQUATION_RGB', 0x8009 )
 
12
GL_VERTEX_ATTRIB_ARRAY_ENABLED = constant.Constant( 'GL_VERTEX_ATTRIB_ARRAY_ENABLED', 0x8622 )
 
13
GL_VERTEX_ATTRIB_ARRAY_SIZE = constant.Constant( 'GL_VERTEX_ATTRIB_ARRAY_SIZE', 0x8623 )
 
14
GL_VERTEX_ATTRIB_ARRAY_STRIDE = constant.Constant( 'GL_VERTEX_ATTRIB_ARRAY_STRIDE', 0x8624 )
 
15
GL_VERTEX_ATTRIB_ARRAY_TYPE = constant.Constant( 'GL_VERTEX_ATTRIB_ARRAY_TYPE', 0x8625 )
 
16
GL_CURRENT_VERTEX_ATTRIB = constant.Constant( 'GL_CURRENT_VERTEX_ATTRIB', 0x8626 )
 
17
GL_VERTEX_PROGRAM_POINT_SIZE = constant.Constant( 'GL_VERTEX_PROGRAM_POINT_SIZE', 0x8642 )
 
18
GL_VERTEX_ATTRIB_ARRAY_POINTER = constant.Constant( 'GL_VERTEX_ATTRIB_ARRAY_POINTER', 0x8645 )
 
19
GL_STENCIL_BACK_FUNC = constant.Constant( 'GL_STENCIL_BACK_FUNC', 0x8800 )
 
20
GL_STENCIL_BACK_FAIL = constant.Constant( 'GL_STENCIL_BACK_FAIL', 0x8801 )
 
21
GL_STENCIL_BACK_PASS_DEPTH_FAIL = constant.Constant( 'GL_STENCIL_BACK_PASS_DEPTH_FAIL', 0x8802 )
 
22
GL_STENCIL_BACK_PASS_DEPTH_PASS = constant.Constant( 'GL_STENCIL_BACK_PASS_DEPTH_PASS', 0x8803 )
 
23
GL_MAX_DRAW_BUFFERS = constant.Constant( 'GL_MAX_DRAW_BUFFERS', 0x8824 )
 
24
GL_DRAW_BUFFER0 = constant.Constant( 'GL_DRAW_BUFFER0', 0x8825 )
 
25
GL_DRAW_BUFFER1 = constant.Constant( 'GL_DRAW_BUFFER1', 0x8826 )
 
26
GL_DRAW_BUFFER2 = constant.Constant( 'GL_DRAW_BUFFER2', 0x8827 )
 
27
GL_DRAW_BUFFER3 = constant.Constant( 'GL_DRAW_BUFFER3', 0x8828 )
 
28
GL_DRAW_BUFFER4 = constant.Constant( 'GL_DRAW_BUFFER4', 0x8829 )
 
29
GL_DRAW_BUFFER5 = constant.Constant( 'GL_DRAW_BUFFER5', 0x882A )
 
30
GL_DRAW_BUFFER6 = constant.Constant( 'GL_DRAW_BUFFER6', 0x882B )
 
31
GL_DRAW_BUFFER7 = constant.Constant( 'GL_DRAW_BUFFER7', 0x882C )
 
32
GL_DRAW_BUFFER8 = constant.Constant( 'GL_DRAW_BUFFER8', 0x882D )
 
33
GL_DRAW_BUFFER9 = constant.Constant( 'GL_DRAW_BUFFER9', 0x882E )
 
34
GL_DRAW_BUFFER10 = constant.Constant( 'GL_DRAW_BUFFER10', 0x882F )
 
35
GL_DRAW_BUFFER11 = constant.Constant( 'GL_DRAW_BUFFER11', 0x8830 )
 
36
GL_DRAW_BUFFER12 = constant.Constant( 'GL_DRAW_BUFFER12', 0x8831 )
 
37
GL_DRAW_BUFFER13 = constant.Constant( 'GL_DRAW_BUFFER13', 0x8832 )
 
38
GL_DRAW_BUFFER14 = constant.Constant( 'GL_DRAW_BUFFER14', 0x8833 )
 
39
GL_DRAW_BUFFER15 = constant.Constant( 'GL_DRAW_BUFFER15', 0x8834 )
 
40
GL_BLEND_EQUATION_ALPHA = constant.Constant( 'GL_BLEND_EQUATION_ALPHA', 0x883D )
 
41
GL_MAX_VERTEX_ATTRIBS = constant.Constant( 'GL_MAX_VERTEX_ATTRIBS', 0x8869 )
 
42
GL_VERTEX_ATTRIB_ARRAY_NORMALIZED = constant.Constant( 'GL_VERTEX_ATTRIB_ARRAY_NORMALIZED', 0x886A )
 
43
GL_MAX_TEXTURE_IMAGE_UNITS = constant.Constant( 'GL_MAX_TEXTURE_IMAGE_UNITS', 0x8872 )
 
44
GL_FRAGMENT_SHADER = constant.Constant( 'GL_FRAGMENT_SHADER', 0x8B30 )
 
45
GL_VERTEX_SHADER = constant.Constant( 'GL_VERTEX_SHADER', 0x8B31 )
 
46
GL_MAX_FRAGMENT_UNIFORM_COMPONENTS = constant.Constant( 'GL_MAX_FRAGMENT_UNIFORM_COMPONENTS', 0x8B49 )
 
47
GL_MAX_VERTEX_UNIFORM_COMPONENTS = constant.Constant( 'GL_MAX_VERTEX_UNIFORM_COMPONENTS', 0x8B4A )
 
48
GL_MAX_VARYING_FLOATS = constant.Constant( 'GL_MAX_VARYING_FLOATS', 0x8B4B )
 
49
GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS = constant.Constant( 'GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS', 0x8B4C )
 
50
GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS = constant.Constant( 'GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS', 0x8B4D )
 
51
GL_SHADER_TYPE = constant.Constant( 'GL_SHADER_TYPE', 0x8B4F )
 
52
GL_FLOAT_VEC2 = constant.Constant( 'GL_FLOAT_VEC2', 0x8B50 )
 
53
GL_FLOAT_VEC3 = constant.Constant( 'GL_FLOAT_VEC3', 0x8B51 )
 
54
GL_FLOAT_VEC4 = constant.Constant( 'GL_FLOAT_VEC4', 0x8B52 )
 
55
GL_INT_VEC2 = constant.Constant( 'GL_INT_VEC2', 0x8B53 )
 
56
GL_INT_VEC3 = constant.Constant( 'GL_INT_VEC3', 0x8B54 )
 
57
GL_INT_VEC4 = constant.Constant( 'GL_INT_VEC4', 0x8B55 )
 
58
GL_BOOL = constant.Constant( 'GL_BOOL', 0x8B56 )
 
59
GL_BOOL_VEC2 = constant.Constant( 'GL_BOOL_VEC2', 0x8B57 )
 
60
GL_BOOL_VEC3 = constant.Constant( 'GL_BOOL_VEC3', 0x8B58 )
 
61
GL_BOOL_VEC4 = constant.Constant( 'GL_BOOL_VEC4', 0x8B59 )
 
62
GL_FLOAT_MAT2 = constant.Constant( 'GL_FLOAT_MAT2', 0x8B5A )
 
63
GL_FLOAT_MAT3 = constant.Constant( 'GL_FLOAT_MAT3', 0x8B5B )
 
64
GL_FLOAT_MAT4 = constant.Constant( 'GL_FLOAT_MAT4', 0x8B5C )
 
65
GL_SAMPLER_1D = constant.Constant( 'GL_SAMPLER_1D', 0x8B5D )
 
66
GL_SAMPLER_2D = constant.Constant( 'GL_SAMPLER_2D', 0x8B5E )
 
67
GL_SAMPLER_3D = constant.Constant( 'GL_SAMPLER_3D', 0x8B5F )
 
68
GL_SAMPLER_CUBE = constant.Constant( 'GL_SAMPLER_CUBE', 0x8B60 )
 
69
GL_SAMPLER_1D_SHADOW = constant.Constant( 'GL_SAMPLER_1D_SHADOW', 0x8B61 )
 
70
GL_SAMPLER_2D_SHADOW = constant.Constant( 'GL_SAMPLER_2D_SHADOW', 0x8B62 )
 
71
GL_DELETE_STATUS = constant.Constant( 'GL_DELETE_STATUS', 0x8B80 )
 
72
GL_COMPILE_STATUS = constant.Constant( 'GL_COMPILE_STATUS', 0x8B81 )
 
73
GL_LINK_STATUS = constant.Constant( 'GL_LINK_STATUS', 0x8B82 )
 
74
GL_VALIDATE_STATUS = constant.Constant( 'GL_VALIDATE_STATUS', 0x8B83 )
 
75
GL_INFO_LOG_LENGTH = constant.Constant( 'GL_INFO_LOG_LENGTH', 0x8B84 )
 
76
GL_ATTACHED_SHADERS = constant.Constant( 'GL_ATTACHED_SHADERS', 0x8B85 )
 
77
GL_ACTIVE_UNIFORMS = constant.Constant( 'GL_ACTIVE_UNIFORMS', 0x8B86 )
 
78
GL_ACTIVE_UNIFORM_MAX_LENGTH = constant.Constant( 'GL_ACTIVE_UNIFORM_MAX_LENGTH', 0x8B87 )
 
79
GL_SHADER_SOURCE_LENGTH = constant.Constant( 'GL_SHADER_SOURCE_LENGTH', 0x8B88 )
 
80
GL_ACTIVE_ATTRIBUTES = constant.Constant( 'GL_ACTIVE_ATTRIBUTES', 0x8B89 )
 
81
GL_ACTIVE_ATTRIBUTE_MAX_LENGTH = constant.Constant( 'GL_ACTIVE_ATTRIBUTE_MAX_LENGTH', 0x8B8A )
 
82
GL_FRAGMENT_SHADER_DERIVATIVE_HINT = constant.Constant( 'GL_FRAGMENT_SHADER_DERIVATIVE_HINT', 0x8B8B )
 
83
GL_SHADING_LANGUAGE_VERSION = constant.Constant( 'GL_SHADING_LANGUAGE_VERSION', 0x8B8C )
 
84
GL_CURRENT_PROGRAM = constant.Constant( 'GL_CURRENT_PROGRAM', 0x8B8D )
 
85
GL_POINT_SPRITE_COORD_ORIGIN = constant.Constant( 'GL_POINT_SPRITE_COORD_ORIGIN', 0x8CA0 )
 
86
GL_LOWER_LEFT = constant.Constant( 'GL_LOWER_LEFT', 0x8CA1 )
 
87
GL_UPPER_LEFT = constant.Constant( 'GL_UPPER_LEFT', 0x8CA2 )
 
88
GL_STENCIL_BACK_REF = constant.Constant( 'GL_STENCIL_BACK_REF', 0x8CA3 )
 
89
GL_STENCIL_BACK_VALUE_MASK = constant.Constant( 'GL_STENCIL_BACK_VALUE_MASK', 0x8CA4 )
 
90
GL_STENCIL_BACK_WRITEMASK = constant.Constant( 'GL_STENCIL_BACK_WRITEMASK', 0x8CA5 )
 
91
glBlendEquationSeparate = platform.createExtensionFunction( 
 
92
'glBlendEquationSeparate',dll=platform.GL,
 
93
extension=EXTENSION_NAME,
 
94
resultType=None, 
 
95
argTypes=(constants.GLenum,constants.GLenum,),
 
96
doc='glBlendEquationSeparate(GLenum(modeRGB), GLenum(modeAlpha)) -> None',
 
97
argNames=('modeRGB','modeAlpha',),
 
98
deprecated=_DEPRECATED,
 
99
)
 
100
 
 
101
glDrawBuffers = platform.createExtensionFunction( 
 
102
'glDrawBuffers',dll=platform.GL,
 
103
extension=EXTENSION_NAME,
 
104
resultType=None, 
 
105
argTypes=(constants.GLsizei,arrays.GLuintArray,),
 
106
doc='glDrawBuffers(GLsizei(n), GLuintArray(bufs)) -> None',
 
107
argNames=('n','bufs',),
 
108
deprecated=_DEPRECATED,
 
109
)
 
110
 
 
111
glStencilOpSeparate = platform.createExtensionFunction( 
 
112
'glStencilOpSeparate',dll=platform.GL,
 
113
extension=EXTENSION_NAME,
 
114
resultType=None, 
 
115
argTypes=(constants.GLenum,constants.GLenum,constants.GLenum,constants.GLenum,),
 
116
doc='glStencilOpSeparate(GLenum(face), GLenum(sfail), GLenum(dpfail), GLenum(dppass)) -> None',
 
117
argNames=('face','sfail','dpfail','dppass',),
 
118
deprecated=_DEPRECATED,
 
119
)
 
120
 
 
121
glStencilFuncSeparate = platform.createExtensionFunction( 
 
122
'glStencilFuncSeparate',dll=platform.GL,
 
123
extension=EXTENSION_NAME,
 
124
resultType=None, 
 
125
argTypes=(constants.GLenum,constants.GLenum,constants.GLint,constants.GLuint,),
 
126
doc='glStencilFuncSeparate(GLenum(frontfunc), GLenum(backfunc), GLint(ref), GLuint(mask)) -> None',
 
127
argNames=('frontfunc','backfunc','ref','mask',),
 
128
deprecated=_DEPRECATED,
 
129
)
 
130
 
 
131
glStencilMaskSeparate = platform.createExtensionFunction( 
 
132
'glStencilMaskSeparate',dll=platform.GL,
 
133
extension=EXTENSION_NAME,
 
134
resultType=None, 
 
135
argTypes=(constants.GLenum,constants.GLuint,),
 
136
doc='glStencilMaskSeparate(GLenum(face), GLuint(mask)) -> None',
 
137
argNames=('face','mask',),
 
138
deprecated=_DEPRECATED,
 
139
)
 
140
 
 
141
glAttachShader = platform.createExtensionFunction( 
 
142
'glAttachShader',dll=platform.GL,
 
143
extension=EXTENSION_NAME,
 
144
resultType=None, 
 
145
argTypes=(constants.GLuint,constants.GLuint,),
 
146
doc='glAttachShader(GLuint(program), GLuint(shader)) -> None',
 
147
argNames=('program','shader',),
 
148
deprecated=_DEPRECATED,
 
149
)
 
150
 
 
151
glBindAttribLocation = platform.createExtensionFunction( 
 
152
'glBindAttribLocation',dll=platform.GL,
 
153
extension=EXTENSION_NAME,
 
154
resultType=None, 
 
155
argTypes=(constants.GLuint,constants.GLuint,arrays.GLcharArray,),
 
156
doc='glBindAttribLocation(GLuint(program), GLuint(index), GLcharArray(name)) -> None',
 
157
argNames=('program','index','name',),
 
158
deprecated=_DEPRECATED,
 
159
)
 
160
 
 
161
glCompileShader = platform.createExtensionFunction( 
 
162
'glCompileShader',dll=platform.GL,
 
163
extension=EXTENSION_NAME,
 
164
resultType=None, 
 
165
argTypes=(constants.GLuint,),
 
166
doc='glCompileShader(GLuint(shader)) -> None',
 
167
argNames=('shader',),
 
168
deprecated=_DEPRECATED,
 
169
)
 
170
 
 
171
glCreateProgram = platform.createExtensionFunction( 
 
172
'glCreateProgram',dll=platform.GL,
 
173
extension=EXTENSION_NAME,
 
174
resultType=constants.GLuint, 
 
175
argTypes=(),
 
176
doc='glCreateProgram() -> constants.GLuint',
 
177
argNames=(),
 
178
deprecated=_DEPRECATED,
 
179
)
 
180
 
 
181
glCreateShader = platform.createExtensionFunction( 
 
182
'glCreateShader',dll=platform.GL,
 
183
extension=EXTENSION_NAME,
 
184
resultType=constants.GLuint, 
 
185
argTypes=(constants.GLenum,),
 
186
doc='glCreateShader(GLenum(type)) -> constants.GLuint',
 
187
argNames=('type',),
 
188
deprecated=_DEPRECATED,
 
189
)
 
190
 
 
191
glDeleteProgram = platform.createExtensionFunction( 
 
192
'glDeleteProgram',dll=platform.GL,
 
193
extension=EXTENSION_NAME,
 
194
resultType=None, 
 
195
argTypes=(constants.GLuint,),
 
196
doc='glDeleteProgram(GLuint(program)) -> None',
 
197
argNames=('program',),
 
198
deprecated=_DEPRECATED,
 
199
)
 
200
 
 
201
glDeleteShader = platform.createExtensionFunction( 
 
202
'glDeleteShader',dll=platform.GL,
 
203
extension=EXTENSION_NAME,
 
204
resultType=None, 
 
205
argTypes=(constants.GLuint,),
 
206
doc='glDeleteShader(GLuint(shader)) -> None',
 
207
argNames=('shader',),
 
208
deprecated=_DEPRECATED,
 
209
)
 
210
 
 
211
glDetachShader = platform.createExtensionFunction( 
 
212
'glDetachShader',dll=platform.GL,
 
213
extension=EXTENSION_NAME,
 
214
resultType=None, 
 
215
argTypes=(constants.GLuint,constants.GLuint,),
 
216
doc='glDetachShader(GLuint(program), GLuint(shader)) -> None',
 
217
argNames=('program','shader',),
 
218
deprecated=_DEPRECATED,
 
219
)
 
220
 
 
221
glDisableVertexAttribArray = platform.createExtensionFunction( 
 
222
'glDisableVertexAttribArray',dll=platform.GL,
 
223
extension=EXTENSION_NAME,
 
224
resultType=None, 
 
225
argTypes=(constants.GLuint,),
 
226
doc='glDisableVertexAttribArray(GLuint(index)) -> None',
 
227
argNames=('index',),
 
228
deprecated=_DEPRECATED,
 
229
)
 
230
 
 
231
glEnableVertexAttribArray = platform.createExtensionFunction( 
 
232
'glEnableVertexAttribArray',dll=platform.GL,
 
233
extension=EXTENSION_NAME,
 
234
resultType=None, 
 
235
argTypes=(constants.GLuint,),
 
236
doc='glEnableVertexAttribArray(GLuint(index)) -> None',
 
237
argNames=('index',),
 
238
deprecated=_DEPRECATED,
 
239
)
 
240
 
 
241
glGetActiveAttrib = platform.createExtensionFunction( 
 
242
'glGetActiveAttrib',dll=platform.GL,
 
243
extension=EXTENSION_NAME,
 
244
resultType=None, 
 
245
argTypes=(constants.GLuint,constants.GLuint,constants.GLsizei,arrays.GLsizeiArray,arrays.GLintArray,arrays.GLuintArray,arrays.GLcharArray,),
 
246
doc='glGetActiveAttrib(GLuint(program), GLuint(index), GLsizei(bufSize), GLsizeiArray(length), GLintArray(size), GLuintArray(type), GLcharArray(name)) -> None',
 
247
argNames=('program','index','bufSize','length','size','type','name',),
 
248
deprecated=_DEPRECATED,
 
249
)
 
250
 
 
251
glGetActiveUniform = platform.createExtensionFunction( 
 
252
'glGetActiveUniform',dll=platform.GL,
 
253
extension=EXTENSION_NAME,
 
254
resultType=None, 
 
255
argTypes=(constants.GLuint,constants.GLuint,constants.GLsizei,arrays.GLsizeiArray,arrays.GLintArray,arrays.GLuintArray,arrays.GLcharArray,),
 
256
doc='glGetActiveUniform(GLuint(program), GLuint(index), GLsizei(bufSize), GLsizeiArray(length), GLintArray(size), GLuintArray(type), GLcharArray(name)) -> None',
 
257
argNames=('program','index','bufSize','length','size','type','name',),
 
258
deprecated=_DEPRECATED,
 
259
)
 
260
 
 
261
glGetAttachedShaders = platform.createExtensionFunction( 
 
262
'glGetAttachedShaders',dll=platform.GL,
 
263
extension=EXTENSION_NAME,
 
264
resultType=None, 
 
265
argTypes=(constants.GLuint,constants.GLsizei,arrays.GLsizeiArray,arrays.GLuintArray,),
 
266
doc='glGetAttachedShaders(GLuint(program), GLsizei(maxCount), GLsizeiArray(count), GLuintArray(obj)) -> None',
 
267
argNames=('program','maxCount','count','obj',),
 
268
deprecated=_DEPRECATED,
 
269
)
 
270
 
 
271
glGetAttribLocation = platform.createExtensionFunction( 
 
272
'glGetAttribLocation',dll=platform.GL,
 
273
extension=EXTENSION_NAME,
 
274
resultType=constants.GLint, 
 
275
argTypes=(constants.GLuint,arrays.GLcharArray,),
 
276
doc='glGetAttribLocation(GLuint(program), GLcharArray(name)) -> constants.GLint',
 
277
argNames=('program','name',),
 
278
deprecated=_DEPRECATED,
 
279
)
 
280
 
 
281
glGetProgramiv = platform.createExtensionFunction( 
 
282
'glGetProgramiv',dll=platform.GL,
 
283
extension=EXTENSION_NAME,
 
284
resultType=None, 
 
285
argTypes=(constants.GLuint,constants.GLenum,arrays.GLintArray,),
 
286
doc='glGetProgramiv(GLuint(program), GLenum(pname), GLintArray(params)) -> None',
 
287
argNames=('program','pname','params',),
 
288
deprecated=_DEPRECATED,
 
289
)
 
290
 
 
291
glGetProgramInfoLog = platform.createExtensionFunction( 
 
292
'glGetProgramInfoLog',dll=platform.GL,
 
293
extension=EXTENSION_NAME,
 
294
resultType=None, 
 
295
argTypes=(constants.GLuint,constants.GLsizei,arrays.GLsizeiArray,arrays.GLcharArray,),
 
296
doc='glGetProgramInfoLog(GLuint(program), GLsizei(bufSize), GLsizeiArray(length), GLcharArray(infoLog)) -> None',
 
297
argNames=('program','bufSize','length','infoLog',),
 
298
deprecated=_DEPRECATED,
 
299
)
 
300
 
 
301
glGetShaderiv = platform.createExtensionFunction( 
 
302
'glGetShaderiv',dll=platform.GL,
 
303
extension=EXTENSION_NAME,
 
304
resultType=None, 
 
305
argTypes=(constants.GLuint,constants.GLenum,arrays.GLintArray,),
 
306
doc='glGetShaderiv(GLuint(shader), GLenum(pname), GLintArray(params)) -> None',
 
307
argNames=('shader','pname','params',),
 
308
deprecated=_DEPRECATED,
 
309
)
 
310
 
 
311
glGetShaderInfoLog = platform.createExtensionFunction( 
 
312
'glGetShaderInfoLog',dll=platform.GL,
 
313
extension=EXTENSION_NAME,
 
314
resultType=None, 
 
315
argTypes=(constants.GLuint,constants.GLsizei,arrays.GLsizeiArray,arrays.GLcharArray,),
 
316
doc='glGetShaderInfoLog(GLuint(shader), GLsizei(bufSize), GLsizeiArray(length), GLcharArray(infoLog)) -> None',
 
317
argNames=('shader','bufSize','length','infoLog',),
 
318
deprecated=_DEPRECATED,
 
319
)
 
320
 
 
321
glGetShaderSource = platform.createExtensionFunction( 
 
322
'glGetShaderSource',dll=platform.GL,
 
323
extension=EXTENSION_NAME,
 
324
resultType=None, 
 
325
argTypes=(constants.GLuint,constants.GLsizei,arrays.GLsizeiArray,arrays.GLcharArray,),
 
326
doc='glGetShaderSource(GLuint(shader), GLsizei(bufSize), GLsizeiArray(length), GLcharArray(source)) -> None',
 
327
argNames=('shader','bufSize','length','source',),
 
328
deprecated=_DEPRECATED,
 
329
)
 
330
 
 
331
glGetUniformLocation = platform.createExtensionFunction( 
 
332
'glGetUniformLocation',dll=platform.GL,
 
333
extension=EXTENSION_NAME,
 
334
resultType=constants.GLint, 
 
335
argTypes=(constants.GLuint,arrays.GLcharArray,),
 
336
doc='glGetUniformLocation(GLuint(program), GLcharArray(name)) -> constants.GLint',
 
337
argNames=('program','name',),
 
338
deprecated=_DEPRECATED,
 
339
)
 
340
 
 
341
glGetUniformfv = platform.createExtensionFunction( 
 
342
'glGetUniformfv',dll=platform.GL,
 
343
extension=EXTENSION_NAME,
 
344
resultType=None, 
 
345
argTypes=(constants.GLuint,constants.GLint,arrays.GLfloatArray,),
 
346
doc='glGetUniformfv(GLuint(program), GLint(location), GLfloatArray(params)) -> None',
 
347
argNames=('program','location','params',),
 
348
deprecated=_DEPRECATED,
 
349
)
 
350
 
 
351
glGetUniformiv = platform.createExtensionFunction( 
 
352
'glGetUniformiv',dll=platform.GL,
 
353
extension=EXTENSION_NAME,
 
354
resultType=None, 
 
355
argTypes=(constants.GLuint,constants.GLint,arrays.GLintArray,),
 
356
doc='glGetUniformiv(GLuint(program), GLint(location), GLintArray(params)) -> None',
 
357
argNames=('program','location','params',),
 
358
deprecated=_DEPRECATED,
 
359
)
 
360
 
 
361
glGetVertexAttribdv = platform.createExtensionFunction( 
 
362
'glGetVertexAttribdv',dll=platform.GL,
 
363
extension=EXTENSION_NAME,
 
364
resultType=None, 
 
365
argTypes=(constants.GLuint,constants.GLenum,arrays.GLdoubleArray,),
 
366
doc='glGetVertexAttribdv(GLuint(index), GLenum(pname), GLdoubleArray(params)) -> None',
 
367
argNames=('index','pname','params',),
 
368
deprecated=_DEPRECATED,
 
369
)
 
370
 
 
371
glGetVertexAttribfv = platform.createExtensionFunction( 
 
372
'glGetVertexAttribfv',dll=platform.GL,
 
373
extension=EXTENSION_NAME,
 
374
resultType=None, 
 
375
argTypes=(constants.GLuint,constants.GLenum,arrays.GLfloatArray,),
 
376
doc='glGetVertexAttribfv(GLuint(index), GLenum(pname), GLfloatArray(params)) -> None',
 
377
argNames=('index','pname','params',),
 
378
deprecated=_DEPRECATED,
 
379
)
 
380
 
 
381
glGetVertexAttribiv = platform.createExtensionFunction( 
 
382
'glGetVertexAttribiv',dll=platform.GL,
 
383
extension=EXTENSION_NAME,
 
384
resultType=None, 
 
385
argTypes=(constants.GLuint,constants.GLenum,arrays.GLintArray,),
 
386
doc='glGetVertexAttribiv(GLuint(index), GLenum(pname), GLintArray(params)) -> None',
 
387
argNames=('index','pname','params',),
 
388
deprecated=_DEPRECATED,
 
389
)
 
390
 
 
391
glGetVertexAttribPointerv = platform.createExtensionFunction( 
 
392
'glGetVertexAttribPointerv',dll=platform.GL,
 
393
extension=EXTENSION_NAME,
 
394
resultType=None, 
 
395
argTypes=(constants.GLuint,constants.GLenum,ctypes.POINTER(ctypes.c_void_p),),
 
396
doc='glGetVertexAttribPointerv(GLuint(index), GLenum(pname), POINTER(ctypes.c_void_p)(pointer)) -> None',
 
397
argNames=('index','pname','pointer',),
 
398
deprecated=_DEPRECATED,
 
399
)
 
400
 
 
401
glIsProgram = platform.createExtensionFunction( 
 
402
'glIsProgram',dll=platform.GL,
 
403
extension=EXTENSION_NAME,
 
404
resultType=constants.GLboolean, 
 
405
argTypes=(constants.GLuint,),
 
406
doc='glIsProgram(GLuint(program)) -> constants.GLboolean',
 
407
argNames=('program',),
 
408
deprecated=_DEPRECATED,
 
409
)
 
410
 
 
411
glIsShader = platform.createExtensionFunction( 
 
412
'glIsShader',dll=platform.GL,
 
413
extension=EXTENSION_NAME,
 
414
resultType=constants.GLboolean, 
 
415
argTypes=(constants.GLuint,),
 
416
doc='glIsShader(GLuint(shader)) -> constants.GLboolean',
 
417
argNames=('shader',),
 
418
deprecated=_DEPRECATED,
 
419
)
 
420
 
 
421
glLinkProgram = platform.createExtensionFunction( 
 
422
'glLinkProgram',dll=platform.GL,
 
423
extension=EXTENSION_NAME,
 
424
resultType=None, 
 
425
argTypes=(constants.GLuint,),
 
426
doc='glLinkProgram(GLuint(program)) -> None',
 
427
argNames=('program',),
 
428
deprecated=_DEPRECATED,
 
429
)
 
430
 
 
431
glShaderSource = platform.createExtensionFunction( 
 
432
'glShaderSource',dll=platform.GL,
 
433
extension=EXTENSION_NAME,
 
434
resultType=None, 
 
435
argTypes=(constants.GLuint,constants.GLsizei,ctypes.POINTER( ctypes.POINTER( constants.GLchar )),arrays.GLintArray,),
 
436
doc='glShaderSource(GLuint(shader), GLsizei(count), POINTER( ctypes.POINTER( constants.GLchar ))(string), GLintArray(length)) -> None',
 
437
argNames=('shader','count','string','length',),
 
438
deprecated=_DEPRECATED,
 
439
)
 
440
 
 
441
glUseProgram = platform.createExtensionFunction( 
 
442
'glUseProgram',dll=platform.GL,
 
443
extension=EXTENSION_NAME,
 
444
resultType=None, 
 
445
argTypes=(constants.GLuint,),
 
446
doc='glUseProgram(GLuint(program)) -> None',
 
447
argNames=('program',),
 
448
deprecated=_DEPRECATED,
 
449
)
 
450
 
 
451
glUniform1f = platform.createExtensionFunction( 
 
452
'glUniform1f',dll=platform.GL,
 
453
extension=EXTENSION_NAME,
 
454
resultType=None, 
 
455
argTypes=(constants.GLint,constants.GLfloat,),
 
456
doc='glUniform1f(GLint(location), GLfloat(v0)) -> None',
 
457
argNames=('location','v0',),
 
458
deprecated=_DEPRECATED,
 
459
)
 
460
 
 
461
glUniform2f = platform.createExtensionFunction( 
 
462
'glUniform2f',dll=platform.GL,
 
463
extension=EXTENSION_NAME,
 
464
resultType=None, 
 
465
argTypes=(constants.GLint,constants.GLfloat,constants.GLfloat,),
 
466
doc='glUniform2f(GLint(location), GLfloat(v0), GLfloat(v1)) -> None',
 
467
argNames=('location','v0','v1',),
 
468
deprecated=_DEPRECATED,
 
469
)
 
470
 
 
471
glUniform3f = platform.createExtensionFunction( 
 
472
'glUniform3f',dll=platform.GL,
 
473
extension=EXTENSION_NAME,
 
474
resultType=None, 
 
475
argTypes=(constants.GLint,constants.GLfloat,constants.GLfloat,constants.GLfloat,),
 
476
doc='glUniform3f(GLint(location), GLfloat(v0), GLfloat(v1), GLfloat(v2)) -> None',
 
477
argNames=('location','v0','v1','v2',),
 
478
deprecated=_DEPRECATED,
 
479
)
 
480
 
 
481
glUniform4f = platform.createExtensionFunction( 
 
482
'glUniform4f',dll=platform.GL,
 
483
extension=EXTENSION_NAME,
 
484
resultType=None, 
 
485
argTypes=(constants.GLint,constants.GLfloat,constants.GLfloat,constants.GLfloat,constants.GLfloat,),
 
486
doc='glUniform4f(GLint(location), GLfloat(v0), GLfloat(v1), GLfloat(v2), GLfloat(v3)) -> None',
 
487
argNames=('location','v0','v1','v2','v3',),
 
488
deprecated=_DEPRECATED,
 
489
)
 
490
 
 
491
glUniform1i = platform.createExtensionFunction( 
 
492
'glUniform1i',dll=platform.GL,
 
493
extension=EXTENSION_NAME,
 
494
resultType=None, 
 
495
argTypes=(constants.GLint,constants.GLint,),
 
496
doc='glUniform1i(GLint(location), GLint(v0)) -> None',
 
497
argNames=('location','v0',),
 
498
deprecated=_DEPRECATED,
 
499
)
 
500
 
 
501
glUniform2i = platform.createExtensionFunction( 
 
502
'glUniform2i',dll=platform.GL,
 
503
extension=EXTENSION_NAME,
 
504
resultType=None, 
 
505
argTypes=(constants.GLint,constants.GLint,constants.GLint,),
 
506
doc='glUniform2i(GLint(location), GLint(v0), GLint(v1)) -> None',
 
507
argNames=('location','v0','v1',),
 
508
deprecated=_DEPRECATED,
 
509
)
 
510
 
 
511
glUniform3i = platform.createExtensionFunction( 
 
512
'glUniform3i',dll=platform.GL,
 
513
extension=EXTENSION_NAME,
 
514
resultType=None, 
 
515
argTypes=(constants.GLint,constants.GLint,constants.GLint,constants.GLint,),
 
516
doc='glUniform3i(GLint(location), GLint(v0), GLint(v1), GLint(v2)) -> None',
 
517
argNames=('location','v0','v1','v2',),
 
518
deprecated=_DEPRECATED,
 
519
)
 
520
 
 
521
glUniform4i = platform.createExtensionFunction( 
 
522
'glUniform4i',dll=platform.GL,
 
523
extension=EXTENSION_NAME,
 
524
resultType=None, 
 
525
argTypes=(constants.GLint,constants.GLint,constants.GLint,constants.GLint,constants.GLint,),
 
526
doc='glUniform4i(GLint(location), GLint(v0), GLint(v1), GLint(v2), GLint(v3)) -> None',
 
527
argNames=('location','v0','v1','v2','v3',),
 
528
deprecated=_DEPRECATED,
 
529
)
 
530
 
 
531
glUniform1fv = platform.createExtensionFunction( 
 
532
'glUniform1fv',dll=platform.GL,
 
533
extension=EXTENSION_NAME,
 
534
resultType=None, 
 
535
argTypes=(constants.GLint,constants.GLsizei,arrays.GLfloatArray,),
 
536
doc='glUniform1fv(GLint(location), GLsizei(count), GLfloatArray(value)) -> None',
 
537
argNames=('location','count','value',),
 
538
deprecated=_DEPRECATED,
 
539
)
 
540
 
 
541
glUniform2fv = platform.createExtensionFunction( 
 
542
'glUniform2fv',dll=platform.GL,
 
543
extension=EXTENSION_NAME,
 
544
resultType=None, 
 
545
argTypes=(constants.GLint,constants.GLsizei,arrays.GLfloatArray,),
 
546
doc='glUniform2fv(GLint(location), GLsizei(count), GLfloatArray(value)) -> None',
 
547
argNames=('location','count','value',),
 
548
deprecated=_DEPRECATED,
 
549
)
 
550
 
 
551
glUniform3fv = platform.createExtensionFunction( 
 
552
'glUniform3fv',dll=platform.GL,
 
553
extension=EXTENSION_NAME,
 
554
resultType=None, 
 
555
argTypes=(constants.GLint,constants.GLsizei,arrays.GLfloatArray,),
 
556
doc='glUniform3fv(GLint(location), GLsizei(count), GLfloatArray(value)) -> None',
 
557
argNames=('location','count','value',),
 
558
deprecated=_DEPRECATED,
 
559
)
 
560
 
 
561
glUniform4fv = platform.createExtensionFunction( 
 
562
'glUniform4fv',dll=platform.GL,
 
563
extension=EXTENSION_NAME,
 
564
resultType=None, 
 
565
argTypes=(constants.GLint,constants.GLsizei,arrays.GLfloatArray,),
 
566
doc='glUniform4fv(GLint(location), GLsizei(count), GLfloatArray(value)) -> None',
 
567
argNames=('location','count','value',),
 
568
deprecated=_DEPRECATED,
 
569
)
 
570
 
 
571
glUniform1iv = platform.createExtensionFunction( 
 
572
'glUniform1iv',dll=platform.GL,
 
573
extension=EXTENSION_NAME,
 
574
resultType=None, 
 
575
argTypes=(constants.GLint,constants.GLsizei,arrays.GLintArray,),
 
576
doc='glUniform1iv(GLint(location), GLsizei(count), GLintArray(value)) -> None',
 
577
argNames=('location','count','value',),
 
578
deprecated=_DEPRECATED,
 
579
)
 
580
 
 
581
glUniform2iv = platform.createExtensionFunction( 
 
582
'glUniform2iv',dll=platform.GL,
 
583
extension=EXTENSION_NAME,
 
584
resultType=None, 
 
585
argTypes=(constants.GLint,constants.GLsizei,arrays.GLintArray,),
 
586
doc='glUniform2iv(GLint(location), GLsizei(count), GLintArray(value)) -> None',
 
587
argNames=('location','count','value',),
 
588
deprecated=_DEPRECATED,
 
589
)
 
590
 
 
591
glUniform3iv = platform.createExtensionFunction( 
 
592
'glUniform3iv',dll=platform.GL,
 
593
extension=EXTENSION_NAME,
 
594
resultType=None, 
 
595
argTypes=(constants.GLint,constants.GLsizei,arrays.GLintArray,),
 
596
doc='glUniform3iv(GLint(location), GLsizei(count), GLintArray(value)) -> None',
 
597
argNames=('location','count','value',),
 
598
deprecated=_DEPRECATED,
 
599
)
 
600
 
 
601
glUniform4iv = platform.createExtensionFunction( 
 
602
'glUniform4iv',dll=platform.GL,
 
603
extension=EXTENSION_NAME,
 
604
resultType=None, 
 
605
argTypes=(constants.GLint,constants.GLsizei,arrays.GLintArray,),
 
606
doc='glUniform4iv(GLint(location), GLsizei(count), GLintArray(value)) -> None',
 
607
argNames=('location','count','value',),
 
608
deprecated=_DEPRECATED,
 
609
)
 
610
 
 
611
glUniformMatrix2fv = platform.createExtensionFunction( 
 
612
'glUniformMatrix2fv',dll=platform.GL,
 
613
extension=EXTENSION_NAME,
 
614
resultType=None, 
 
615
argTypes=(constants.GLint,constants.GLsizei,constants.GLboolean,arrays.GLfloatArray,),
 
616
doc='glUniformMatrix2fv(GLint(location), GLsizei(count), GLboolean(transpose), GLfloatArray(value)) -> None',
 
617
argNames=('location','count','transpose','value',),
 
618
deprecated=_DEPRECATED,
 
619
)
 
620
 
 
621
glUniformMatrix3fv = platform.createExtensionFunction( 
 
622
'glUniformMatrix3fv',dll=platform.GL,
 
623
extension=EXTENSION_NAME,
 
624
resultType=None, 
 
625
argTypes=(constants.GLint,constants.GLsizei,constants.GLboolean,arrays.GLfloatArray,),
 
626
doc='glUniformMatrix3fv(GLint(location), GLsizei(count), GLboolean(transpose), GLfloatArray(value)) -> None',
 
627
argNames=('location','count','transpose','value',),
 
628
deprecated=_DEPRECATED,
 
629
)
 
630
 
 
631
glUniformMatrix4fv = platform.createExtensionFunction( 
 
632
'glUniformMatrix4fv',dll=platform.GL,
 
633
extension=EXTENSION_NAME,
 
634
resultType=None, 
 
635
argTypes=(constants.GLint,constants.GLsizei,constants.GLboolean,arrays.GLfloatArray,),
 
636
doc='glUniformMatrix4fv(GLint(location), GLsizei(count), GLboolean(transpose), GLfloatArray(value)) -> None',
 
637
argNames=('location','count','transpose','value',),
 
638
deprecated=_DEPRECATED,
 
639
)
 
640
 
 
641
glValidateProgram = platform.createExtensionFunction( 
 
642
'glValidateProgram',dll=platform.GL,
 
643
extension=EXTENSION_NAME,
 
644
resultType=None, 
 
645
argTypes=(constants.GLuint,),
 
646
doc='glValidateProgram(GLuint(program)) -> None',
 
647
argNames=('program',),
 
648
deprecated=_DEPRECATED,
 
649
)
 
650
 
 
651
glVertexAttrib1d = platform.createExtensionFunction( 
 
652
'glVertexAttrib1d',dll=platform.GL,
 
653
extension=EXTENSION_NAME,
 
654
resultType=None, 
 
655
argTypes=(constants.GLuint,constants.GLdouble,),
 
656
doc='glVertexAttrib1d(GLuint(index), GLdouble(x)) -> None',
 
657
argNames=('index','x',),
 
658
deprecated=_DEPRECATED,
 
659
)
 
660
 
 
661
glVertexAttrib1dv = platform.createExtensionFunction( 
 
662
'glVertexAttrib1dv',dll=platform.GL,
 
663
extension=EXTENSION_NAME,
 
664
resultType=None, 
 
665
argTypes=(constants.GLuint,arrays.GLdoubleArray,),
 
666
doc='glVertexAttrib1dv(GLuint(index), GLdoubleArray(v)) -> None',
 
667
argNames=('index','v',),
 
668
deprecated=_DEPRECATED,
 
669
)
 
670
 
 
671
glVertexAttrib1f = platform.createExtensionFunction( 
 
672
'glVertexAttrib1f',dll=platform.GL,
 
673
extension=EXTENSION_NAME,
 
674
resultType=None, 
 
675
argTypes=(constants.GLuint,constants.GLfloat,),
 
676
doc='glVertexAttrib1f(GLuint(index), GLfloat(x)) -> None',
 
677
argNames=('index','x',),
 
678
deprecated=_DEPRECATED,
 
679
)
 
680
 
 
681
glVertexAttrib1fv = platform.createExtensionFunction( 
 
682
'glVertexAttrib1fv',dll=platform.GL,
 
683
extension=EXTENSION_NAME,
 
684
resultType=None, 
 
685
argTypes=(constants.GLuint,arrays.GLfloatArray,),
 
686
doc='glVertexAttrib1fv(GLuint(index), GLfloatArray(v)) -> None',
 
687
argNames=('index','v',),
 
688
deprecated=_DEPRECATED,
 
689
)
 
690
 
 
691
glVertexAttrib1s = platform.createExtensionFunction( 
 
692
'glVertexAttrib1s',dll=platform.GL,
 
693
extension=EXTENSION_NAME,
 
694
resultType=None, 
 
695
argTypes=(constants.GLuint,constants.GLshort,),
 
696
doc='glVertexAttrib1s(GLuint(index), GLshort(x)) -> None',
 
697
argNames=('index','x',),
 
698
deprecated=_DEPRECATED,
 
699
)
 
700
 
 
701
glVertexAttrib1sv = platform.createExtensionFunction( 
 
702
'glVertexAttrib1sv',dll=platform.GL,
 
703
extension=EXTENSION_NAME,
 
704
resultType=None, 
 
705
argTypes=(constants.GLuint,arrays.GLshortArray,),
 
706
doc='glVertexAttrib1sv(GLuint(index), GLshortArray(v)) -> None',
 
707
argNames=('index','v',),
 
708
deprecated=_DEPRECATED,
 
709
)
 
710
 
 
711
glVertexAttrib2d = platform.createExtensionFunction( 
 
712
'glVertexAttrib2d',dll=platform.GL,
 
713
extension=EXTENSION_NAME,
 
714
resultType=None, 
 
715
argTypes=(constants.GLuint,constants.GLdouble,constants.GLdouble,),
 
716
doc='glVertexAttrib2d(GLuint(index), GLdouble(x), GLdouble(y)) -> None',
 
717
argNames=('index','x','y',),
 
718
deprecated=_DEPRECATED,
 
719
)
 
720
 
 
721
glVertexAttrib2dv = platform.createExtensionFunction( 
 
722
'glVertexAttrib2dv',dll=platform.GL,
 
723
extension=EXTENSION_NAME,
 
724
resultType=None, 
 
725
argTypes=(constants.GLuint,arrays.GLdoubleArray,),
 
726
doc='glVertexAttrib2dv(GLuint(index), GLdoubleArray(v)) -> None',
 
727
argNames=('index','v',),
 
728
deprecated=_DEPRECATED,
 
729
)
 
730
 
 
731
glVertexAttrib2f = platform.createExtensionFunction( 
 
732
'glVertexAttrib2f',dll=platform.GL,
 
733
extension=EXTENSION_NAME,
 
734
resultType=None, 
 
735
argTypes=(constants.GLuint,constants.GLfloat,constants.GLfloat,),
 
736
doc='glVertexAttrib2f(GLuint(index), GLfloat(x), GLfloat(y)) -> None',
 
737
argNames=('index','x','y',),
 
738
deprecated=_DEPRECATED,
 
739
)
 
740
 
 
741
glVertexAttrib2fv = platform.createExtensionFunction( 
 
742
'glVertexAttrib2fv',dll=platform.GL,
 
743
extension=EXTENSION_NAME,
 
744
resultType=None, 
 
745
argTypes=(constants.GLuint,arrays.GLfloatArray,),
 
746
doc='glVertexAttrib2fv(GLuint(index), GLfloatArray(v)) -> None',
 
747
argNames=('index','v',),
 
748
deprecated=_DEPRECATED,
 
749
)
 
750
 
 
751
glVertexAttrib2s = platform.createExtensionFunction( 
 
752
'glVertexAttrib2s',dll=platform.GL,
 
753
extension=EXTENSION_NAME,
 
754
resultType=None, 
 
755
argTypes=(constants.GLuint,constants.GLshort,constants.GLshort,),
 
756
doc='glVertexAttrib2s(GLuint(index), GLshort(x), GLshort(y)) -> None',
 
757
argNames=('index','x','y',),
 
758
deprecated=_DEPRECATED,
 
759
)
 
760
 
 
761
glVertexAttrib2sv = platform.createExtensionFunction( 
 
762
'glVertexAttrib2sv',dll=platform.GL,
 
763
extension=EXTENSION_NAME,
 
764
resultType=None, 
 
765
argTypes=(constants.GLuint,arrays.GLshortArray,),
 
766
doc='glVertexAttrib2sv(GLuint(index), GLshortArray(v)) -> None',
 
767
argNames=('index','v',),
 
768
deprecated=_DEPRECATED,
 
769
)
 
770
 
 
771
glVertexAttrib3d = platform.createExtensionFunction( 
 
772
'glVertexAttrib3d',dll=platform.GL,
 
773
extension=EXTENSION_NAME,
 
774
resultType=None, 
 
775
argTypes=(constants.GLuint,constants.GLdouble,constants.GLdouble,constants.GLdouble,),
 
776
doc='glVertexAttrib3d(GLuint(index), GLdouble(x), GLdouble(y), GLdouble(z)) -> None',
 
777
argNames=('index','x','y','z',),
 
778
deprecated=_DEPRECATED,
 
779
)
 
780
 
 
781
glVertexAttrib3dv = platform.createExtensionFunction( 
 
782
'glVertexAttrib3dv',dll=platform.GL,
 
783
extension=EXTENSION_NAME,
 
784
resultType=None, 
 
785
argTypes=(constants.GLuint,arrays.GLdoubleArray,),
 
786
doc='glVertexAttrib3dv(GLuint(index), GLdoubleArray(v)) -> None',
 
787
argNames=('index','v',),
 
788
deprecated=_DEPRECATED,
 
789
)
 
790
 
 
791
glVertexAttrib3f = platform.createExtensionFunction( 
 
792
'glVertexAttrib3f',dll=platform.GL,
 
793
extension=EXTENSION_NAME,
 
794
resultType=None, 
 
795
argTypes=(constants.GLuint,constants.GLfloat,constants.GLfloat,constants.GLfloat,),
 
796
doc='glVertexAttrib3f(GLuint(index), GLfloat(x), GLfloat(y), GLfloat(z)) -> None',
 
797
argNames=('index','x','y','z',),
 
798
deprecated=_DEPRECATED,
 
799
)
 
800
 
 
801
glVertexAttrib3fv = platform.createExtensionFunction( 
 
802
'glVertexAttrib3fv',dll=platform.GL,
 
803
extension=EXTENSION_NAME,
 
804
resultType=None, 
 
805
argTypes=(constants.GLuint,arrays.GLfloatArray,),
 
806
doc='glVertexAttrib3fv(GLuint(index), GLfloatArray(v)) -> None',
 
807
argNames=('index','v',),
 
808
deprecated=_DEPRECATED,
 
809
)
 
810
 
 
811
glVertexAttrib3s = platform.createExtensionFunction( 
 
812
'glVertexAttrib3s',dll=platform.GL,
 
813
extension=EXTENSION_NAME,
 
814
resultType=None, 
 
815
argTypes=(constants.GLuint,constants.GLshort,constants.GLshort,constants.GLshort,),
 
816
doc='glVertexAttrib3s(GLuint(index), GLshort(x), GLshort(y), GLshort(z)) -> None',
 
817
argNames=('index','x','y','z',),
 
818
deprecated=_DEPRECATED,
 
819
)
 
820
 
 
821
glVertexAttrib3sv = platform.createExtensionFunction( 
 
822
'glVertexAttrib3sv',dll=platform.GL,
 
823
extension=EXTENSION_NAME,
 
824
resultType=None, 
 
825
argTypes=(constants.GLuint,arrays.GLshortArray,),
 
826
doc='glVertexAttrib3sv(GLuint(index), GLshortArray(v)) -> None',
 
827
argNames=('index','v',),
 
828
deprecated=_DEPRECATED,
 
829
)
 
830
 
 
831
glVertexAttrib4Nbv = platform.createExtensionFunction( 
 
832
'glVertexAttrib4Nbv',dll=platform.GL,
 
833
extension=EXTENSION_NAME,
 
834
resultType=None, 
 
835
argTypes=(constants.GLuint,arrays.GLbyteArray,),
 
836
doc='glVertexAttrib4Nbv(GLuint(index), GLbyteArray(v)) -> None',
 
837
argNames=('index','v',),
 
838
deprecated=_DEPRECATED,
 
839
)
 
840
 
 
841
glVertexAttrib4Niv = platform.createExtensionFunction( 
 
842
'glVertexAttrib4Niv',dll=platform.GL,
 
843
extension=EXTENSION_NAME,
 
844
resultType=None, 
 
845
argTypes=(constants.GLuint,arrays.GLintArray,),
 
846
doc='glVertexAttrib4Niv(GLuint(index), GLintArray(v)) -> None',
 
847
argNames=('index','v',),
 
848
deprecated=_DEPRECATED,
 
849
)
 
850
 
 
851
glVertexAttrib4Nsv = platform.createExtensionFunction( 
 
852
'glVertexAttrib4Nsv',dll=platform.GL,
 
853
extension=EXTENSION_NAME,
 
854
resultType=None, 
 
855
argTypes=(constants.GLuint,arrays.GLshortArray,),
 
856
doc='glVertexAttrib4Nsv(GLuint(index), GLshortArray(v)) -> None',
 
857
argNames=('index','v',),
 
858
deprecated=_DEPRECATED,
 
859
)
 
860
 
 
861
glVertexAttrib4Nub = platform.createExtensionFunction( 
 
862
'glVertexAttrib4Nub',dll=platform.GL,
 
863
extension=EXTENSION_NAME,
 
864
resultType=None, 
 
865
argTypes=(constants.GLuint,constants.GLubyte,constants.GLubyte,constants.GLubyte,constants.GLubyte,),
 
866
doc='glVertexAttrib4Nub(GLuint(index), GLubyte(x), GLubyte(y), GLubyte(z), GLubyte(w)) -> None',
 
867
argNames=('index','x','y','z','w',),
 
868
deprecated=_DEPRECATED,
 
869
)
 
870
 
 
871
glVertexAttrib4Nubv = platform.createExtensionFunction( 
 
872
'glVertexAttrib4Nubv',dll=platform.GL,
 
873
extension=EXTENSION_NAME,
 
874
resultType=None, 
 
875
argTypes=(constants.GLuint,arrays.GLubyteArray,),
 
876
doc='glVertexAttrib4Nubv(GLuint(index), GLubyteArray(v)) -> None',
 
877
argNames=('index','v',),
 
878
deprecated=_DEPRECATED,
 
879
)
 
880
 
 
881
glVertexAttrib4Nuiv = platform.createExtensionFunction( 
 
882
'glVertexAttrib4Nuiv',dll=platform.GL,
 
883
extension=EXTENSION_NAME,
 
884
resultType=None, 
 
885
argTypes=(constants.GLuint,arrays.GLuintArray,),
 
886
doc='glVertexAttrib4Nuiv(GLuint(index), GLuintArray(v)) -> None',
 
887
argNames=('index','v',),
 
888
deprecated=_DEPRECATED,
 
889
)
 
890
 
 
891
glVertexAttrib4Nusv = platform.createExtensionFunction( 
 
892
'glVertexAttrib4Nusv',dll=platform.GL,
 
893
extension=EXTENSION_NAME,
 
894
resultType=None, 
 
895
argTypes=(constants.GLuint,arrays.GLushortArray,),
 
896
doc='glVertexAttrib4Nusv(GLuint(index), GLushortArray(v)) -> None',
 
897
argNames=('index','v',),
 
898
deprecated=_DEPRECATED,
 
899
)
 
900
 
 
901
glVertexAttrib4bv = platform.createExtensionFunction( 
 
902
'glVertexAttrib4bv',dll=platform.GL,
 
903
extension=EXTENSION_NAME,
 
904
resultType=None, 
 
905
argTypes=(constants.GLuint,arrays.GLbyteArray,),
 
906
doc='glVertexAttrib4bv(GLuint(index), GLbyteArray(v)) -> None',
 
907
argNames=('index','v',),
 
908
deprecated=_DEPRECATED,
 
909
)
 
910
 
 
911
glVertexAttrib4d = platform.createExtensionFunction( 
 
912
'glVertexAttrib4d',dll=platform.GL,
 
913
extension=EXTENSION_NAME,
 
914
resultType=None, 
 
915
argTypes=(constants.GLuint,constants.GLdouble,constants.GLdouble,constants.GLdouble,constants.GLdouble,),
 
916
doc='glVertexAttrib4d(GLuint(index), GLdouble(x), GLdouble(y), GLdouble(z), GLdouble(w)) -> None',
 
917
argNames=('index','x','y','z','w',),
 
918
deprecated=_DEPRECATED,
 
919
)
 
920
 
 
921
glVertexAttrib4dv = platform.createExtensionFunction( 
 
922
'glVertexAttrib4dv',dll=platform.GL,
 
923
extension=EXTENSION_NAME,
 
924
resultType=None, 
 
925
argTypes=(constants.GLuint,arrays.GLdoubleArray,),
 
926
doc='glVertexAttrib4dv(GLuint(index), GLdoubleArray(v)) -> None',
 
927
argNames=('index','v',),
 
928
deprecated=_DEPRECATED,
 
929
)
 
930
 
 
931
glVertexAttrib4f = platform.createExtensionFunction( 
 
932
'glVertexAttrib4f',dll=platform.GL,
 
933
extension=EXTENSION_NAME,
 
934
resultType=None, 
 
935
argTypes=(constants.GLuint,constants.GLfloat,constants.GLfloat,constants.GLfloat,constants.GLfloat,),
 
936
doc='glVertexAttrib4f(GLuint(index), GLfloat(x), GLfloat(y), GLfloat(z), GLfloat(w)) -> None',
 
937
argNames=('index','x','y','z','w',),
 
938
deprecated=_DEPRECATED,
 
939
)
 
940
 
 
941
glVertexAttrib4fv = platform.createExtensionFunction( 
 
942
'glVertexAttrib4fv',dll=platform.GL,
 
943
extension=EXTENSION_NAME,
 
944
resultType=None, 
 
945
argTypes=(constants.GLuint,arrays.GLfloatArray,),
 
946
doc='glVertexAttrib4fv(GLuint(index), GLfloatArray(v)) -> None',
 
947
argNames=('index','v',),
 
948
deprecated=_DEPRECATED,
 
949
)
 
950
 
 
951
glVertexAttrib4iv = platform.createExtensionFunction( 
 
952
'glVertexAttrib4iv',dll=platform.GL,
 
953
extension=EXTENSION_NAME,
 
954
resultType=None, 
 
955
argTypes=(constants.GLuint,arrays.GLintArray,),
 
956
doc='glVertexAttrib4iv(GLuint(index), GLintArray(v)) -> None',
 
957
argNames=('index','v',),
 
958
deprecated=_DEPRECATED,
 
959
)
 
960
 
 
961
glVertexAttrib4s = platform.createExtensionFunction( 
 
962
'glVertexAttrib4s',dll=platform.GL,
 
963
extension=EXTENSION_NAME,
 
964
resultType=None, 
 
965
argTypes=(constants.GLuint,constants.GLshort,constants.GLshort,constants.GLshort,constants.GLshort,),
 
966
doc='glVertexAttrib4s(GLuint(index), GLshort(x), GLshort(y), GLshort(z), GLshort(w)) -> None',
 
967
argNames=('index','x','y','z','w',),
 
968
deprecated=_DEPRECATED,
 
969
)
 
970
 
 
971
glVertexAttrib4sv = platform.createExtensionFunction( 
 
972
'glVertexAttrib4sv',dll=platform.GL,
 
973
extension=EXTENSION_NAME,
 
974
resultType=None, 
 
975
argTypes=(constants.GLuint,arrays.GLshortArray,),
 
976
doc='glVertexAttrib4sv(GLuint(index), GLshortArray(v)) -> None',
 
977
argNames=('index','v',),
 
978
deprecated=_DEPRECATED,
 
979
)
 
980
 
 
981
glVertexAttrib4ubv = platform.createExtensionFunction( 
 
982
'glVertexAttrib4ubv',dll=platform.GL,
 
983
extension=EXTENSION_NAME,
 
984
resultType=None, 
 
985
argTypes=(constants.GLuint,arrays.GLubyteArray,),
 
986
doc='glVertexAttrib4ubv(GLuint(index), GLubyteArray(v)) -> None',
 
987
argNames=('index','v',),
 
988
deprecated=_DEPRECATED,
 
989
)
 
990
 
 
991
glVertexAttrib4uiv = platform.createExtensionFunction( 
 
992
'glVertexAttrib4uiv',dll=platform.GL,
 
993
extension=EXTENSION_NAME,
 
994
resultType=None, 
 
995
argTypes=(constants.GLuint,arrays.GLuintArray,),
 
996
doc='glVertexAttrib4uiv(GLuint(index), GLuintArray(v)) -> None',
 
997
argNames=('index','v',),
 
998
deprecated=_DEPRECATED,
 
999
)
 
1000
 
 
1001
glVertexAttrib4usv = platform.createExtensionFunction( 
 
1002
'glVertexAttrib4usv',dll=platform.GL,
 
1003
extension=EXTENSION_NAME,
 
1004
resultType=None, 
 
1005
argTypes=(constants.GLuint,arrays.GLushortArray,),
 
1006
doc='glVertexAttrib4usv(GLuint(index), GLushortArray(v)) -> None',
 
1007
argNames=('index','v',),
 
1008
deprecated=_DEPRECATED,
 
1009
)
 
1010
 
 
1011
glVertexAttribPointer = platform.createExtensionFunction( 
 
1012
'glVertexAttribPointer',dll=platform.GL,
 
1013
extension=EXTENSION_NAME,
 
1014
resultType=None, 
 
1015
argTypes=(constants.GLuint,constants.GLint,constants.GLenum,constants.GLboolean,constants.GLsizei,ctypes.c_void_p,),
 
1016
doc='glVertexAttribPointer(GLuint(index), GLint(size), GLenum(type), GLboolean(normalized), GLsizei(stride), c_void_p(pointer)) -> None',
 
1017
argNames=('index','size','type','normalized','stride','pointer',),
 
1018
deprecated=_DEPRECATED,
 
1019
)
 
1020
# import legacy entry points to allow checking for bool(entryPoint)
 
1021
from OpenGL.raw.GL.VERSION.GL_2_0_DEPRECATED import *