opengl-bindings 1.3.2 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,10 +8,10 @@ require 'fiddle'
8
8
 
9
9
  module OpenGL
10
10
 
11
- def define_command_GL_3DFX_multisample
12
- end # define_command_GL_3DFX_multisample
11
+ def define_ext_command_GL_3DFX_multisample
12
+ end # define_ext_command_GL_3DFX_multisample
13
13
 
14
- def define_command_GL_3DFX_tbuffer
14
+ def define_ext_command_GL_3DFX_tbuffer
15
15
  GL_FUNCTIONS_ARGS_MAP[:glTbufferMask3DFX] = [-Fiddle::TYPE_INT]
16
16
  GL_FUNCTIONS_RETVAL_MAP[:glTbufferMask3DFX] = Fiddle::TYPE_VOID
17
17
  module_eval(<<-SRC_GL_3DFX_tbuffer)
@@ -20,18 +20,18 @@ module OpenGL
20
20
  f.call(_mask_)
21
21
  end
22
22
  SRC_GL_3DFX_tbuffer
23
- end # define_command_GL_3DFX_tbuffer
23
+ end # define_ext_command_GL_3DFX_tbuffer
24
24
 
25
- def define_command_GL_3DFX_texture_compression_FXT1
26
- end # define_command_GL_3DFX_texture_compression_FXT1
25
+ def define_ext_command_GL_3DFX_texture_compression_FXT1
26
+ end # define_ext_command_GL_3DFX_texture_compression_FXT1
27
27
 
28
- def define_command_GL_AMD_blend_minmax_factor
29
- end # define_command_GL_AMD_blend_minmax_factor
28
+ def define_ext_command_GL_AMD_blend_minmax_factor
29
+ end # define_ext_command_GL_AMD_blend_minmax_factor
30
30
 
31
- def define_command_GL_AMD_conservative_depth
32
- end # define_command_GL_AMD_conservative_depth
31
+ def define_ext_command_GL_AMD_conservative_depth
32
+ end # define_ext_command_GL_AMD_conservative_depth
33
33
 
34
- def define_command_GL_AMD_debug_output
34
+ def define_ext_command_GL_AMD_debug_output
35
35
  GL_FUNCTIONS_ARGS_MAP[:glDebugMessageEnableAMD] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, -Fiddle::TYPE_CHAR]
36
36
  GL_FUNCTIONS_RETVAL_MAP[:glDebugMessageEnableAMD] = Fiddle::TYPE_VOID
37
37
  module_eval(<<-SRC_GL_AMD_debug_output)
@@ -67,12 +67,12 @@ module OpenGL
67
67
  f.call(_count_, _bufsize_, _categories_, _severities_, _ids_, _lengths_, _message_)
68
68
  end
69
69
  SRC_GL_AMD_debug_output
70
- end # define_command_GL_AMD_debug_output
70
+ end # define_ext_command_GL_AMD_debug_output
71
71
 
72
- def define_command_GL_AMD_depth_clamp_separate
73
- end # define_command_GL_AMD_depth_clamp_separate
72
+ def define_ext_command_GL_AMD_depth_clamp_separate
73
+ end # define_ext_command_GL_AMD_depth_clamp_separate
74
74
 
75
- def define_command_GL_AMD_draw_buffers_blend
75
+ def define_ext_command_GL_AMD_draw_buffers_blend
76
76
  GL_FUNCTIONS_ARGS_MAP[:glBlendFuncIndexedAMD] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
77
77
  GL_FUNCTIONS_RETVAL_MAP[:glBlendFuncIndexedAMD] = Fiddle::TYPE_VOID
78
78
  module_eval(<<-SRC_GL_AMD_draw_buffers_blend)
@@ -108,9 +108,9 @@ module OpenGL
108
108
  f.call(_buf_, _modeRGB_, _modeAlpha_)
109
109
  end
110
110
  SRC_GL_AMD_draw_buffers_blend
111
- end # define_command_GL_AMD_draw_buffers_blend
111
+ end # define_ext_command_GL_AMD_draw_buffers_blend
112
112
 
113
- def define_command_GL_AMD_interleaved_elements
113
+ def define_ext_command_GL_AMD_interleaved_elements
114
114
  GL_FUNCTIONS_ARGS_MAP[:glVertexAttribParameteriAMD] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT]
115
115
  GL_FUNCTIONS_RETVAL_MAP[:glVertexAttribParameteriAMD] = Fiddle::TYPE_VOID
116
116
  module_eval(<<-SRC_GL_AMD_interleaved_elements)
@@ -119,9 +119,9 @@ module OpenGL
119
119
  f.call(_index_, _pname_, _param_)
120
120
  end
121
121
  SRC_GL_AMD_interleaved_elements
122
- end # define_command_GL_AMD_interleaved_elements
122
+ end # define_ext_command_GL_AMD_interleaved_elements
123
123
 
124
- def define_command_GL_AMD_multi_draw_indirect
124
+ def define_ext_command_GL_AMD_multi_draw_indirect
125
125
  GL_FUNCTIONS_ARGS_MAP[:glMultiDrawArraysIndirectAMD] = [-Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, Fiddle::TYPE_INT, Fiddle::TYPE_INT]
126
126
  GL_FUNCTIONS_RETVAL_MAP[:glMultiDrawArraysIndirectAMD] = Fiddle::TYPE_VOID
127
127
  module_eval(<<-SRC_GL_AMD_multi_draw_indirect)
@@ -139,9 +139,9 @@ module OpenGL
139
139
  f.call(_mode_, _type_, _indirect_, _primcount_, _stride_)
140
140
  end
141
141
  SRC_GL_AMD_multi_draw_indirect
142
- end # define_command_GL_AMD_multi_draw_indirect
142
+ end # define_ext_command_GL_AMD_multi_draw_indirect
143
143
 
144
- def define_command_GL_AMD_name_gen_delete
144
+ def define_ext_command_GL_AMD_name_gen_delete
145
145
  GL_FUNCTIONS_ARGS_MAP[:glGenNamesAMD] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
146
146
  GL_FUNCTIONS_RETVAL_MAP[:glGenNamesAMD] = Fiddle::TYPE_VOID
147
147
  module_eval(<<-SRC_GL_AMD_name_gen_delete)
@@ -168,9 +168,9 @@ module OpenGL
168
168
  f.call(_identifier_, _name_)
169
169
  end
170
170
  SRC_GL_AMD_name_gen_delete
171
- end # define_command_GL_AMD_name_gen_delete
171
+ end # define_ext_command_GL_AMD_name_gen_delete
172
172
 
173
- def define_command_GL_AMD_occlusion_query_event
173
+ def define_ext_command_GL_AMD_occlusion_query_event
174
174
  GL_FUNCTIONS_ARGS_MAP[:glQueryObjectParameteruiAMD] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
175
175
  GL_FUNCTIONS_RETVAL_MAP[:glQueryObjectParameteruiAMD] = Fiddle::TYPE_VOID
176
176
  module_eval(<<-SRC_GL_AMD_occlusion_query_event)
@@ -179,9 +179,9 @@ module OpenGL
179
179
  f.call(_target_, _id_, _pname_, _param_)
180
180
  end
181
181
  SRC_GL_AMD_occlusion_query_event
182
- end # define_command_GL_AMD_occlusion_query_event
182
+ end # define_ext_command_GL_AMD_occlusion_query_event
183
183
 
184
- def define_command_GL_AMD_performance_monitor
184
+ def define_ext_command_GL_AMD_performance_monitor
185
185
  GL_FUNCTIONS_ARGS_MAP[:glGetPerfMonitorGroupsAMD] = [Fiddle::TYPE_VOIDP, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
186
186
  GL_FUNCTIONS_RETVAL_MAP[:glGetPerfMonitorGroupsAMD] = Fiddle::TYPE_VOID
187
187
  module_eval(<<-SRC_GL_AMD_performance_monitor)
@@ -280,15 +280,15 @@ module OpenGL
280
280
  f.call(_monitor_, _pname_, _dataSize_, _data_, _bytesWritten_)
281
281
  end
282
282
  SRC_GL_AMD_performance_monitor
283
- end # define_command_GL_AMD_performance_monitor
283
+ end # define_ext_command_GL_AMD_performance_monitor
284
284
 
285
- def define_command_GL_AMD_pinned_memory
286
- end # define_command_GL_AMD_pinned_memory
285
+ def define_ext_command_GL_AMD_pinned_memory
286
+ end # define_ext_command_GL_AMD_pinned_memory
287
287
 
288
- def define_command_GL_AMD_query_buffer_object
289
- end # define_command_GL_AMD_query_buffer_object
288
+ def define_ext_command_GL_AMD_query_buffer_object
289
+ end # define_ext_command_GL_AMD_query_buffer_object
290
290
 
291
- def define_command_GL_AMD_sample_positions
291
+ def define_ext_command_GL_AMD_sample_positions
292
292
  GL_FUNCTIONS_ARGS_MAP[:glSetMultisamplefvAMD] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
293
293
  GL_FUNCTIONS_RETVAL_MAP[:glSetMultisamplefvAMD] = Fiddle::TYPE_VOID
294
294
  module_eval(<<-SRC_GL_AMD_sample_positions)
@@ -297,21 +297,21 @@ module OpenGL
297
297
  f.call(_pname_, _index_, _val_)
298
298
  end
299
299
  SRC_GL_AMD_sample_positions
300
- end # define_command_GL_AMD_sample_positions
300
+ end # define_ext_command_GL_AMD_sample_positions
301
301
 
302
- def define_command_GL_AMD_seamless_cubemap_per_texture
303
- end # define_command_GL_AMD_seamless_cubemap_per_texture
302
+ def define_ext_command_GL_AMD_seamless_cubemap_per_texture
303
+ end # define_ext_command_GL_AMD_seamless_cubemap_per_texture
304
304
 
305
- def define_command_GL_AMD_shader_atomic_counter_ops
306
- end # define_command_GL_AMD_shader_atomic_counter_ops
305
+ def define_ext_command_GL_AMD_shader_atomic_counter_ops
306
+ end # define_ext_command_GL_AMD_shader_atomic_counter_ops
307
307
 
308
- def define_command_GL_AMD_shader_stencil_export
309
- end # define_command_GL_AMD_shader_stencil_export
308
+ def define_ext_command_GL_AMD_shader_stencil_export
309
+ end # define_ext_command_GL_AMD_shader_stencil_export
310
310
 
311
- def define_command_GL_AMD_shader_trinary_minmax
312
- end # define_command_GL_AMD_shader_trinary_minmax
311
+ def define_ext_command_GL_AMD_shader_trinary_minmax
312
+ end # define_ext_command_GL_AMD_shader_trinary_minmax
313
313
 
314
- def define_command_GL_AMD_sparse_texture
314
+ def define_ext_command_GL_AMD_sparse_texture
315
315
  GL_FUNCTIONS_ARGS_MAP[:glTexStorageSparseAMD] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
316
316
  GL_FUNCTIONS_RETVAL_MAP[:glTexStorageSparseAMD] = Fiddle::TYPE_VOID
317
317
  module_eval(<<-SRC_GL_AMD_sparse_texture)
@@ -329,9 +329,9 @@ module OpenGL
329
329
  f.call(_texture_, _target_, _internalFormat_, _width_, _height_, _depth_, _layers_, _flags_)
330
330
  end
331
331
  SRC_GL_AMD_sparse_texture
332
- end # define_command_GL_AMD_sparse_texture
332
+ end # define_ext_command_GL_AMD_sparse_texture
333
333
 
334
- def define_command_GL_AMD_stencil_operation_extended
334
+ def define_ext_command_GL_AMD_stencil_operation_extended
335
335
  GL_FUNCTIONS_ARGS_MAP[:glStencilOpValueAMD] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
336
336
  GL_FUNCTIONS_RETVAL_MAP[:glStencilOpValueAMD] = Fiddle::TYPE_VOID
337
337
  module_eval(<<-SRC_GL_AMD_stencil_operation_extended)
@@ -340,18 +340,18 @@ module OpenGL
340
340
  f.call(_face_, _value_)
341
341
  end
342
342
  SRC_GL_AMD_stencil_operation_extended
343
- end # define_command_GL_AMD_stencil_operation_extended
343
+ end # define_ext_command_GL_AMD_stencil_operation_extended
344
344
 
345
- def define_command_GL_AMD_texture_texture4
346
- end # define_command_GL_AMD_texture_texture4
345
+ def define_ext_command_GL_AMD_texture_texture4
346
+ end # define_ext_command_GL_AMD_texture_texture4
347
347
 
348
- def define_command_GL_AMD_transform_feedback3_lines_triangles
349
- end # define_command_GL_AMD_transform_feedback3_lines_triangles
348
+ def define_ext_command_GL_AMD_transform_feedback3_lines_triangles
349
+ end # define_ext_command_GL_AMD_transform_feedback3_lines_triangles
350
350
 
351
- def define_command_GL_AMD_vertex_shader_layer
352
- end # define_command_GL_AMD_vertex_shader_layer
351
+ def define_ext_command_GL_AMD_vertex_shader_layer
352
+ end # define_ext_command_GL_AMD_vertex_shader_layer
353
353
 
354
- def define_command_GL_AMD_vertex_shader_tessellator
354
+ def define_ext_command_GL_AMD_vertex_shader_tessellator
355
355
  GL_FUNCTIONS_ARGS_MAP[:glTessellationFactorAMD] = [Fiddle::TYPE_FLOAT]
356
356
  GL_FUNCTIONS_RETVAL_MAP[:glTessellationFactorAMD] = Fiddle::TYPE_VOID
357
357
  module_eval(<<-SRC_GL_AMD_vertex_shader_tessellator)
@@ -369,18 +369,18 @@ module OpenGL
369
369
  f.call(_mode_)
370
370
  end
371
371
  SRC_GL_AMD_vertex_shader_tessellator
372
- end # define_command_GL_AMD_vertex_shader_tessellator
372
+ end # define_ext_command_GL_AMD_vertex_shader_tessellator
373
373
 
374
- def define_command_GL_AMD_vertex_shader_viewport_index
375
- end # define_command_GL_AMD_vertex_shader_viewport_index
374
+ def define_ext_command_GL_AMD_vertex_shader_viewport_index
375
+ end # define_ext_command_GL_AMD_vertex_shader_viewport_index
376
376
 
377
- def define_command_GL_APPLE_aux_depth_stencil
378
- end # define_command_GL_APPLE_aux_depth_stencil
377
+ def define_ext_command_GL_APPLE_aux_depth_stencil
378
+ end # define_ext_command_GL_APPLE_aux_depth_stencil
379
379
 
380
- def define_command_GL_APPLE_client_storage
381
- end # define_command_GL_APPLE_client_storage
380
+ def define_ext_command_GL_APPLE_client_storage
381
+ end # define_ext_command_GL_APPLE_client_storage
382
382
 
383
- def define_command_GL_APPLE_element_array
383
+ def define_ext_command_GL_APPLE_element_array
384
384
  GL_FUNCTIONS_ARGS_MAP[:glElementPointerAPPLE] = [-Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
385
385
  GL_FUNCTIONS_RETVAL_MAP[:glElementPointerAPPLE] = Fiddle::TYPE_VOID
386
386
  module_eval(<<-SRC_GL_APPLE_element_array)
@@ -425,9 +425,9 @@ module OpenGL
425
425
  f.call(_mode_, _start_, _end_, _first_, _count_, _primcount_)
426
426
  end
427
427
  SRC_GL_APPLE_element_array
428
- end # define_command_GL_APPLE_element_array
428
+ end # define_ext_command_GL_APPLE_element_array
429
429
 
430
- def define_command_GL_APPLE_fence
430
+ def define_ext_command_GL_APPLE_fence
431
431
  GL_FUNCTIONS_ARGS_MAP[:glGenFencesAPPLE] = [Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
432
432
  GL_FUNCTIONS_RETVAL_MAP[:glGenFencesAPPLE] = Fiddle::TYPE_VOID
433
433
  module_eval(<<-SRC_GL_APPLE_fence)
@@ -499,12 +499,12 @@ module OpenGL
499
499
  f.call(_object_, _name_)
500
500
  end
501
501
  SRC_GL_APPLE_fence
502
- end # define_command_GL_APPLE_fence
502
+ end # define_ext_command_GL_APPLE_fence
503
503
 
504
- def define_command_GL_APPLE_float_pixels
505
- end # define_command_GL_APPLE_float_pixels
504
+ def define_ext_command_GL_APPLE_float_pixels
505
+ end # define_ext_command_GL_APPLE_float_pixels
506
506
 
507
- def define_command_GL_APPLE_flush_buffer_range
507
+ def define_ext_command_GL_APPLE_flush_buffer_range
508
508
  GL_FUNCTIONS_ARGS_MAP[:glBufferParameteriAPPLE] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT]
509
509
  GL_FUNCTIONS_RETVAL_MAP[:glBufferParameteriAPPLE] = Fiddle::TYPE_VOID
510
510
  module_eval(<<-SRC_GL_APPLE_flush_buffer_range)
@@ -522,9 +522,9 @@ module OpenGL
522
522
  f.call(_target_, _offset_, _size_)
523
523
  end
524
524
  SRC_GL_APPLE_flush_buffer_range
525
- end # define_command_GL_APPLE_flush_buffer_range
525
+ end # define_ext_command_GL_APPLE_flush_buffer_range
526
526
 
527
- def define_command_GL_APPLE_object_purgeable
527
+ def define_ext_command_GL_APPLE_object_purgeable
528
528
  GL_FUNCTIONS_ARGS_MAP[:glObjectPurgeableAPPLE] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
529
529
  GL_FUNCTIONS_RETVAL_MAP[:glObjectPurgeableAPPLE] = -Fiddle::TYPE_INT
530
530
  module_eval(<<-SRC_GL_APPLE_object_purgeable)
@@ -551,18 +551,18 @@ module OpenGL
551
551
  f.call(_objectType_, _name_, _pname_, _params_)
552
552
  end
553
553
  SRC_GL_APPLE_object_purgeable
554
- end # define_command_GL_APPLE_object_purgeable
554
+ end # define_ext_command_GL_APPLE_object_purgeable
555
555
 
556
- def define_command_GL_APPLE_rgb_422
557
- end # define_command_GL_APPLE_rgb_422
556
+ def define_ext_command_GL_APPLE_rgb_422
557
+ end # define_ext_command_GL_APPLE_rgb_422
558
558
 
559
- def define_command_GL_APPLE_row_bytes
560
- end # define_command_GL_APPLE_row_bytes
559
+ def define_ext_command_GL_APPLE_row_bytes
560
+ end # define_ext_command_GL_APPLE_row_bytes
561
561
 
562
- def define_command_GL_APPLE_specular_vector
563
- end # define_command_GL_APPLE_specular_vector
562
+ def define_ext_command_GL_APPLE_specular_vector
563
+ end # define_ext_command_GL_APPLE_specular_vector
564
564
 
565
- def define_command_GL_APPLE_texture_range
565
+ def define_ext_command_GL_APPLE_texture_range
566
566
  GL_FUNCTIONS_ARGS_MAP[:glTextureRangeAPPLE] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
567
567
  GL_FUNCTIONS_RETVAL_MAP[:glTextureRangeAPPLE] = Fiddle::TYPE_VOID
568
568
  module_eval(<<-SRC_GL_APPLE_texture_range)
@@ -580,12 +580,12 @@ module OpenGL
580
580
  f.call(_target_, _pname_, _params_)
581
581
  end
582
582
  SRC_GL_APPLE_texture_range
583
- end # define_command_GL_APPLE_texture_range
583
+ end # define_ext_command_GL_APPLE_texture_range
584
584
 
585
- def define_command_GL_APPLE_transform_hint
586
- end # define_command_GL_APPLE_transform_hint
585
+ def define_ext_command_GL_APPLE_transform_hint
586
+ end # define_ext_command_GL_APPLE_transform_hint
587
587
 
588
- def define_command_GL_APPLE_vertex_array_object
588
+ def define_ext_command_GL_APPLE_vertex_array_object
589
589
  GL_FUNCTIONS_ARGS_MAP[:glBindVertexArrayAPPLE] = [-Fiddle::TYPE_INT]
590
590
  GL_FUNCTIONS_RETVAL_MAP[:glBindVertexArrayAPPLE] = Fiddle::TYPE_VOID
591
591
  module_eval(<<-SRC_GL_APPLE_vertex_array_object)
@@ -621,9 +621,9 @@ module OpenGL
621
621
  f.call(_array_)
622
622
  end
623
623
  SRC_GL_APPLE_vertex_array_object
624
- end # define_command_GL_APPLE_vertex_array_object
624
+ end # define_ext_command_GL_APPLE_vertex_array_object
625
625
 
626
- def define_command_GL_APPLE_vertex_array_range
626
+ def define_ext_command_GL_APPLE_vertex_array_range
627
627
  GL_FUNCTIONS_ARGS_MAP[:glVertexArrayRangeAPPLE] = [Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
628
628
  GL_FUNCTIONS_RETVAL_MAP[:glVertexArrayRangeAPPLE] = Fiddle::TYPE_VOID
629
629
  module_eval(<<-SRC_GL_APPLE_vertex_array_range)
@@ -650,9 +650,9 @@ module OpenGL
650
650
  f.call(_pname_, _param_)
651
651
  end
652
652
  SRC_GL_APPLE_vertex_array_range
653
- end # define_command_GL_APPLE_vertex_array_range
653
+ end # define_ext_command_GL_APPLE_vertex_array_range
654
654
 
655
- def define_command_GL_APPLE_vertex_program_evaluators
655
+ def define_ext_command_GL_APPLE_vertex_program_evaluators
656
656
  GL_FUNCTIONS_ARGS_MAP[:glEnableVertexAttribAPPLE] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
657
657
  GL_FUNCTIONS_RETVAL_MAP[:glEnableVertexAttribAPPLE] = Fiddle::TYPE_VOID
658
658
  module_eval(<<-SRC_GL_APPLE_vertex_program_evaluators)
@@ -715,12 +715,12 @@ module OpenGL
715
715
  f.call(_index_, _size_, _u1_, _u2_, _ustride_, _uorder_, _v1_, _v2_, _vstride_, _vorder_, _points_)
716
716
  end
717
717
  SRC_GL_APPLE_vertex_program_evaluators
718
- end # define_command_GL_APPLE_vertex_program_evaluators
718
+ end # define_ext_command_GL_APPLE_vertex_program_evaluators
719
719
 
720
- def define_command_GL_APPLE_ycbcr_422
721
- end # define_command_GL_APPLE_ycbcr_422
720
+ def define_ext_command_GL_APPLE_ycbcr_422
721
+ end # define_ext_command_GL_APPLE_ycbcr_422
722
722
 
723
- def define_command_GL_ARB_ES2_compatibility
723
+ def define_ext_command_GL_ARB_ES2_compatibility
724
724
  GL_FUNCTIONS_ARGS_MAP[:glReleaseShaderCompiler] = []
725
725
  GL_FUNCTIONS_RETVAL_MAP[:glReleaseShaderCompiler] = Fiddle::TYPE_VOID
726
726
  module_eval(<<-SRC_GL_ARB_ES2_compatibility)
@@ -765,15 +765,15 @@ module OpenGL
765
765
  f.call(_d_)
766
766
  end
767
767
  SRC_GL_ARB_ES2_compatibility
768
- end # define_command_GL_ARB_ES2_compatibility
768
+ end # define_ext_command_GL_ARB_ES2_compatibility
769
769
 
770
- def define_command_GL_ARB_ES3_compatibility
771
- end # define_command_GL_ARB_ES3_compatibility
770
+ def define_ext_command_GL_ARB_ES3_compatibility
771
+ end # define_ext_command_GL_ARB_ES3_compatibility
772
772
 
773
- def define_command_GL_ARB_arrays_of_arrays
774
- end # define_command_GL_ARB_arrays_of_arrays
773
+ def define_ext_command_GL_ARB_arrays_of_arrays
774
+ end # define_ext_command_GL_ARB_arrays_of_arrays
775
775
 
776
- def define_command_GL_ARB_base_instance
776
+ def define_ext_command_GL_ARB_base_instance
777
777
  GL_FUNCTIONS_ARGS_MAP[:glDrawArraysInstancedBaseInstance] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
778
778
  GL_FUNCTIONS_RETVAL_MAP[:glDrawArraysInstancedBaseInstance] = Fiddle::TYPE_VOID
779
779
  module_eval(<<-SRC_GL_ARB_base_instance)
@@ -800,9 +800,9 @@ module OpenGL
800
800
  f.call(_mode_, _count_, _type_, _indices_, _instancecount_, _basevertex_, _baseinstance_)
801
801
  end
802
802
  SRC_GL_ARB_base_instance
803
- end # define_command_GL_ARB_base_instance
803
+ end # define_ext_command_GL_ARB_base_instance
804
804
 
805
- def define_command_GL_ARB_bindless_texture
805
+ def define_ext_command_GL_ARB_bindless_texture
806
806
  GL_FUNCTIONS_ARGS_MAP[:glGetTextureHandleARB] = [-Fiddle::TYPE_INT]
807
807
  GL_FUNCTIONS_RETVAL_MAP[:glGetTextureHandleARB] = -Fiddle::TYPE_LONG_LONG
808
808
  module_eval(<<-SRC_GL_ARB_bindless_texture)
@@ -946,9 +946,9 @@ module OpenGL
946
946
  f.call(_index_, _pname_, _params_)
947
947
  end
948
948
  SRC_GL_ARB_bindless_texture
949
- end # define_command_GL_ARB_bindless_texture
949
+ end # define_ext_command_GL_ARB_bindless_texture
950
950
 
951
- def define_command_GL_ARB_blend_func_extended
951
+ def define_ext_command_GL_ARB_blend_func_extended
952
952
  GL_FUNCTIONS_ARGS_MAP[:glBindFragDataLocationIndexed] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
953
953
  GL_FUNCTIONS_RETVAL_MAP[:glBindFragDataLocationIndexed] = Fiddle::TYPE_VOID
954
954
  module_eval(<<-SRC_GL_ARB_blend_func_extended)
@@ -966,9 +966,9 @@ module OpenGL
966
966
  f.call(_program_, _name_)
967
967
  end
968
968
  SRC_GL_ARB_blend_func_extended
969
- end # define_command_GL_ARB_blend_func_extended
969
+ end # define_ext_command_GL_ARB_blend_func_extended
970
970
 
971
- def define_command_GL_ARB_buffer_storage
971
+ def define_ext_command_GL_ARB_buffer_storage
972
972
  GL_FUNCTIONS_ARGS_MAP[:glBufferStorage] = [-Fiddle::TYPE_INT, Fiddle::TYPE_PTRDIFF_T, Fiddle::TYPE_VOIDP, -Fiddle::TYPE_INT]
973
973
  GL_FUNCTIONS_RETVAL_MAP[:glBufferStorage] = Fiddle::TYPE_VOID
974
974
  module_eval(<<-SRC_GL_ARB_buffer_storage)
@@ -977,9 +977,9 @@ module OpenGL
977
977
  f.call(_target_, _size_, _data_, _flags_)
978
978
  end
979
979
  SRC_GL_ARB_buffer_storage
980
- end # define_command_GL_ARB_buffer_storage
980
+ end # define_ext_command_GL_ARB_buffer_storage
981
981
 
982
- def define_command_GL_ARB_cl_event
982
+ def define_ext_command_GL_ARB_cl_event
983
983
  GL_FUNCTIONS_ARGS_MAP[:glCreateSyncFromCLeventARB] = [Fiddle::TYPE_VOIDP, Fiddle::TYPE_VOIDP, -Fiddle::TYPE_INT]
984
984
  GL_FUNCTIONS_RETVAL_MAP[:glCreateSyncFromCLeventARB] = Fiddle::TYPE_VOIDP
985
985
  module_eval(<<-SRC_GL_ARB_cl_event)
@@ -988,9 +988,9 @@ module OpenGL
988
988
  f.call(_context_, _event_, _flags_)
989
989
  end
990
990
  SRC_GL_ARB_cl_event
991
- end # define_command_GL_ARB_cl_event
991
+ end # define_ext_command_GL_ARB_cl_event
992
992
 
993
- def define_command_GL_ARB_clear_buffer_object
993
+ def define_ext_command_GL_ARB_clear_buffer_object
994
994
  GL_FUNCTIONS_ARGS_MAP[:glClearBufferData] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
995
995
  GL_FUNCTIONS_RETVAL_MAP[:glClearBufferData] = Fiddle::TYPE_VOID
996
996
  module_eval(<<-SRC_GL_ARB_clear_buffer_object)
@@ -1008,9 +1008,9 @@ module OpenGL
1008
1008
  f.call(_target_, _internalformat_, _offset_, _size_, _format_, _type_, _data_)
1009
1009
  end
1010
1010
  SRC_GL_ARB_clear_buffer_object
1011
- end # define_command_GL_ARB_clear_buffer_object
1011
+ end # define_ext_command_GL_ARB_clear_buffer_object
1012
1012
 
1013
- def define_command_GL_ARB_clear_texture
1013
+ def define_ext_command_GL_ARB_clear_texture
1014
1014
  GL_FUNCTIONS_ARGS_MAP[:glClearTexImage] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
1015
1015
  GL_FUNCTIONS_RETVAL_MAP[:glClearTexImage] = Fiddle::TYPE_VOID
1016
1016
  module_eval(<<-SRC_GL_ARB_clear_texture)
@@ -1028,9 +1028,9 @@ module OpenGL
1028
1028
  f.call(_texture_, _level_, _xoffset_, _yoffset_, _zoffset_, _width_, _height_, _depth_, _format_, _type_, _data_)
1029
1029
  end
1030
1030
  SRC_GL_ARB_clear_texture
1031
- end # define_command_GL_ARB_clear_texture
1031
+ end # define_ext_command_GL_ARB_clear_texture
1032
1032
 
1033
- def define_command_GL_ARB_color_buffer_float
1033
+ def define_ext_command_GL_ARB_color_buffer_float
1034
1034
  GL_FUNCTIONS_ARGS_MAP[:glClampColorARB] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
1035
1035
  GL_FUNCTIONS_RETVAL_MAP[:glClampColorARB] = Fiddle::TYPE_VOID
1036
1036
  module_eval(<<-SRC_GL_ARB_color_buffer_float)
@@ -1039,15 +1039,15 @@ module OpenGL
1039
1039
  f.call(_target_, _clamp_)
1040
1040
  end
1041
1041
  SRC_GL_ARB_color_buffer_float
1042
- end # define_command_GL_ARB_color_buffer_float
1042
+ end # define_ext_command_GL_ARB_color_buffer_float
1043
1043
 
1044
- def define_command_GL_ARB_compatibility
1045
- end # define_command_GL_ARB_compatibility
1044
+ def define_ext_command_GL_ARB_compatibility
1045
+ end # define_ext_command_GL_ARB_compatibility
1046
1046
 
1047
- def define_command_GL_ARB_compressed_texture_pixel_storage
1048
- end # define_command_GL_ARB_compressed_texture_pixel_storage
1047
+ def define_ext_command_GL_ARB_compressed_texture_pixel_storage
1048
+ end # define_ext_command_GL_ARB_compressed_texture_pixel_storage
1049
1049
 
1050
- def define_command_GL_ARB_compute_shader
1050
+ def define_ext_command_GL_ARB_compute_shader
1051
1051
  GL_FUNCTIONS_ARGS_MAP[:glDispatchCompute] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
1052
1052
  GL_FUNCTIONS_RETVAL_MAP[:glDispatchCompute] = Fiddle::TYPE_VOID
1053
1053
  module_eval(<<-SRC_GL_ARB_compute_shader)
@@ -1065,9 +1065,9 @@ module OpenGL
1065
1065
  f.call(_indirect_)
1066
1066
  end
1067
1067
  SRC_GL_ARB_compute_shader
1068
- end # define_command_GL_ARB_compute_shader
1068
+ end # define_ext_command_GL_ARB_compute_shader
1069
1069
 
1070
- def define_command_GL_ARB_compute_variable_group_size
1070
+ def define_ext_command_GL_ARB_compute_variable_group_size
1071
1071
  GL_FUNCTIONS_ARGS_MAP[:glDispatchComputeGroupSizeARB] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
1072
1072
  GL_FUNCTIONS_RETVAL_MAP[:glDispatchComputeGroupSizeARB] = Fiddle::TYPE_VOID
1073
1073
  module_eval(<<-SRC_GL_ARB_compute_variable_group_size)
@@ -1076,12 +1076,12 @@ module OpenGL
1076
1076
  f.call(_num_groups_x_, _num_groups_y_, _num_groups_z_, _group_size_x_, _group_size_y_, _group_size_z_)
1077
1077
  end
1078
1078
  SRC_GL_ARB_compute_variable_group_size
1079
- end # define_command_GL_ARB_compute_variable_group_size
1079
+ end # define_ext_command_GL_ARB_compute_variable_group_size
1080
1080
 
1081
- def define_command_GL_ARB_conservative_depth
1082
- end # define_command_GL_ARB_conservative_depth
1081
+ def define_ext_command_GL_ARB_conservative_depth
1082
+ end # define_ext_command_GL_ARB_conservative_depth
1083
1083
 
1084
- def define_command_GL_ARB_copy_buffer
1084
+ def define_ext_command_GL_ARB_copy_buffer
1085
1085
  GL_FUNCTIONS_ARGS_MAP[:glCopyBufferSubData] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_PTRDIFF_T, Fiddle::TYPE_PTRDIFF_T, Fiddle::TYPE_PTRDIFF_T]
1086
1086
  GL_FUNCTIONS_RETVAL_MAP[:glCopyBufferSubData] = Fiddle::TYPE_VOID
1087
1087
  module_eval(<<-SRC_GL_ARB_copy_buffer)
@@ -1090,9 +1090,9 @@ module OpenGL
1090
1090
  f.call(_readTarget_, _writeTarget_, _readOffset_, _writeOffset_, _size_)
1091
1091
  end
1092
1092
  SRC_GL_ARB_copy_buffer
1093
- end # define_command_GL_ARB_copy_buffer
1093
+ end # define_ext_command_GL_ARB_copy_buffer
1094
1094
 
1095
- def define_command_GL_ARB_copy_image
1095
+ def define_ext_command_GL_ARB_copy_image
1096
1096
  GL_FUNCTIONS_ARGS_MAP[:glCopyImageSubData] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT]
1097
1097
  GL_FUNCTIONS_RETVAL_MAP[:glCopyImageSubData] = Fiddle::TYPE_VOID
1098
1098
  module_eval(<<-SRC_GL_ARB_copy_image)
@@ -1101,9 +1101,9 @@ module OpenGL
1101
1101
  f.call(_srcName_, _srcTarget_, _srcLevel_, _srcX_, _srcY_, _srcZ_, _dstName_, _dstTarget_, _dstLevel_, _dstX_, _dstY_, _dstZ_, _srcWidth_, _srcHeight_, _srcDepth_)
1102
1102
  end
1103
1103
  SRC_GL_ARB_copy_image
1104
- end # define_command_GL_ARB_copy_image
1104
+ end # define_ext_command_GL_ARB_copy_image
1105
1105
 
1106
- def define_command_GL_ARB_debug_output
1106
+ def define_ext_command_GL_ARB_debug_output
1107
1107
  GL_FUNCTIONS_ARGS_MAP[:glDebugMessageControlARB] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, -Fiddle::TYPE_CHAR]
1108
1108
  GL_FUNCTIONS_RETVAL_MAP[:glDebugMessageControlARB] = Fiddle::TYPE_VOID
1109
1109
  module_eval(<<-SRC_GL_ARB_debug_output)
@@ -1139,18 +1139,18 @@ module OpenGL
1139
1139
  f.call(_count_, _bufSize_, _sources_, _types_, _ids_, _severities_, _lengths_, _messageLog_)
1140
1140
  end
1141
1141
  SRC_GL_ARB_debug_output
1142
- end # define_command_GL_ARB_debug_output
1142
+ end # define_ext_command_GL_ARB_debug_output
1143
1143
 
1144
- def define_command_GL_ARB_depth_buffer_float
1145
- end # define_command_GL_ARB_depth_buffer_float
1144
+ def define_ext_command_GL_ARB_depth_buffer_float
1145
+ end # define_ext_command_GL_ARB_depth_buffer_float
1146
1146
 
1147
- def define_command_GL_ARB_depth_clamp
1148
- end # define_command_GL_ARB_depth_clamp
1147
+ def define_ext_command_GL_ARB_depth_clamp
1148
+ end # define_ext_command_GL_ARB_depth_clamp
1149
1149
 
1150
- def define_command_GL_ARB_depth_texture
1151
- end # define_command_GL_ARB_depth_texture
1150
+ def define_ext_command_GL_ARB_depth_texture
1151
+ end # define_ext_command_GL_ARB_depth_texture
1152
1152
 
1153
- def define_command_GL_ARB_draw_buffers
1153
+ def define_ext_command_GL_ARB_draw_buffers
1154
1154
  GL_FUNCTIONS_ARGS_MAP[:glDrawBuffersARB] = [Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
1155
1155
  GL_FUNCTIONS_RETVAL_MAP[:glDrawBuffersARB] = Fiddle::TYPE_VOID
1156
1156
  module_eval(<<-SRC_GL_ARB_draw_buffers)
@@ -1159,9 +1159,9 @@ module OpenGL
1159
1159
  f.call(_n_, _bufs_)
1160
1160
  end
1161
1161
  SRC_GL_ARB_draw_buffers
1162
- end # define_command_GL_ARB_draw_buffers
1162
+ end # define_ext_command_GL_ARB_draw_buffers
1163
1163
 
1164
- def define_command_GL_ARB_draw_buffers_blend
1164
+ def define_ext_command_GL_ARB_draw_buffers_blend
1165
1165
  GL_FUNCTIONS_ARGS_MAP[:glBlendEquationiARB] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
1166
1166
  GL_FUNCTIONS_RETVAL_MAP[:glBlendEquationiARB] = Fiddle::TYPE_VOID
1167
1167
  module_eval(<<-SRC_GL_ARB_draw_buffers_blend)
@@ -1197,9 +1197,9 @@ module OpenGL
1197
1197
  f.call(_buf_, _srcRGB_, _dstRGB_, _srcAlpha_, _dstAlpha_)
1198
1198
  end
1199
1199
  SRC_GL_ARB_draw_buffers_blend
1200
- end # define_command_GL_ARB_draw_buffers_blend
1200
+ end # define_ext_command_GL_ARB_draw_buffers_blend
1201
1201
 
1202
- def define_command_GL_ARB_draw_elements_base_vertex
1202
+ def define_ext_command_GL_ARB_draw_elements_base_vertex
1203
1203
  GL_FUNCTIONS_ARGS_MAP[:glDrawElementsBaseVertex] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, Fiddle::TYPE_INT]
1204
1204
  GL_FUNCTIONS_RETVAL_MAP[:glDrawElementsBaseVertex] = Fiddle::TYPE_VOID
1205
1205
  module_eval(<<-SRC_GL_ARB_draw_elements_base_vertex)
@@ -1235,9 +1235,9 @@ module OpenGL
1235
1235
  f.call(_mode_, _count_, _type_, _indices_, _drawcount_, _basevertex_)
1236
1236
  end
1237
1237
  SRC_GL_ARB_draw_elements_base_vertex
1238
- end # define_command_GL_ARB_draw_elements_base_vertex
1238
+ end # define_ext_command_GL_ARB_draw_elements_base_vertex
1239
1239
 
1240
- def define_command_GL_ARB_draw_indirect
1240
+ def define_ext_command_GL_ARB_draw_indirect
1241
1241
  GL_FUNCTIONS_ARGS_MAP[:glDrawArraysIndirect] = [-Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
1242
1242
  GL_FUNCTIONS_RETVAL_MAP[:glDrawArraysIndirect] = Fiddle::TYPE_VOID
1243
1243
  module_eval(<<-SRC_GL_ARB_draw_indirect)
@@ -1255,9 +1255,9 @@ module OpenGL
1255
1255
  f.call(_mode_, _type_, _indirect_)
1256
1256
  end
1257
1257
  SRC_GL_ARB_draw_indirect
1258
- end # define_command_GL_ARB_draw_indirect
1258
+ end # define_ext_command_GL_ARB_draw_indirect
1259
1259
 
1260
- def define_command_GL_ARB_draw_instanced
1260
+ def define_ext_command_GL_ARB_draw_instanced
1261
1261
  GL_FUNCTIONS_ARGS_MAP[:glDrawArraysInstancedARB] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT]
1262
1262
  GL_FUNCTIONS_RETVAL_MAP[:glDrawArraysInstancedARB] = Fiddle::TYPE_VOID
1263
1263
  module_eval(<<-SRC_GL_ARB_draw_instanced)
@@ -1275,24 +1275,24 @@ module OpenGL
1275
1275
  f.call(_mode_, _count_, _type_, _indices_, _primcount_)
1276
1276
  end
1277
1277
  SRC_GL_ARB_draw_instanced
1278
- end # define_command_GL_ARB_draw_instanced
1278
+ end # define_ext_command_GL_ARB_draw_instanced
1279
1279
 
1280
- def define_command_GL_ARB_enhanced_layouts
1281
- end # define_command_GL_ARB_enhanced_layouts
1280
+ def define_ext_command_GL_ARB_enhanced_layouts
1281
+ end # define_ext_command_GL_ARB_enhanced_layouts
1282
1282
 
1283
- def define_command_GL_ARB_explicit_attrib_location
1284
- end # define_command_GL_ARB_explicit_attrib_location
1283
+ def define_ext_command_GL_ARB_explicit_attrib_location
1284
+ end # define_ext_command_GL_ARB_explicit_attrib_location
1285
1285
 
1286
- def define_command_GL_ARB_explicit_uniform_location
1287
- end # define_command_GL_ARB_explicit_uniform_location
1286
+ def define_ext_command_GL_ARB_explicit_uniform_location
1287
+ end # define_ext_command_GL_ARB_explicit_uniform_location
1288
1288
 
1289
- def define_command_GL_ARB_fragment_coord_conventions
1290
- end # define_command_GL_ARB_fragment_coord_conventions
1289
+ def define_ext_command_GL_ARB_fragment_coord_conventions
1290
+ end # define_ext_command_GL_ARB_fragment_coord_conventions
1291
1291
 
1292
- def define_command_GL_ARB_fragment_layer_viewport
1293
- end # define_command_GL_ARB_fragment_layer_viewport
1292
+ def define_ext_command_GL_ARB_fragment_layer_viewport
1293
+ end # define_ext_command_GL_ARB_fragment_layer_viewport
1294
1294
 
1295
- def define_command_GL_ARB_fragment_program
1295
+ def define_ext_command_GL_ARB_fragment_program
1296
1296
  GL_FUNCTIONS_ARGS_MAP[:glProgramStringARB] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
1297
1297
  GL_FUNCTIONS_RETVAL_MAP[:glProgramStringARB] = Fiddle::TYPE_VOID
1298
1298
  module_eval(<<-SRC_GL_ARB_fragment_program)
@@ -1463,15 +1463,15 @@ module OpenGL
1463
1463
  f.call(_program_)
1464
1464
  end
1465
1465
  SRC_GL_ARB_fragment_program
1466
- end # define_command_GL_ARB_fragment_program
1466
+ end # define_ext_command_GL_ARB_fragment_program
1467
1467
 
1468
- def define_command_GL_ARB_fragment_program_shadow
1469
- end # define_command_GL_ARB_fragment_program_shadow
1468
+ def define_ext_command_GL_ARB_fragment_program_shadow
1469
+ end # define_ext_command_GL_ARB_fragment_program_shadow
1470
1470
 
1471
- def define_command_GL_ARB_fragment_shader
1472
- end # define_command_GL_ARB_fragment_shader
1471
+ def define_ext_command_GL_ARB_fragment_shader
1472
+ end # define_ext_command_GL_ARB_fragment_shader
1473
1473
 
1474
- def define_command_GL_ARB_framebuffer_no_attachments
1474
+ def define_ext_command_GL_ARB_framebuffer_no_attachments
1475
1475
  GL_FUNCTIONS_ARGS_MAP[:glFramebufferParameteri] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT]
1476
1476
  GL_FUNCTIONS_RETVAL_MAP[:glFramebufferParameteri] = Fiddle::TYPE_VOID
1477
1477
  module_eval(<<-SRC_GL_ARB_framebuffer_no_attachments)
@@ -1489,9 +1489,9 @@ module OpenGL
1489
1489
  f.call(_target_, _pname_, _params_)
1490
1490
  end
1491
1491
  SRC_GL_ARB_framebuffer_no_attachments
1492
- end # define_command_GL_ARB_framebuffer_no_attachments
1492
+ end # define_ext_command_GL_ARB_framebuffer_no_attachments
1493
1493
 
1494
- def define_command_GL_ARB_framebuffer_object
1494
+ def define_ext_command_GL_ARB_framebuffer_object
1495
1495
  GL_FUNCTIONS_ARGS_MAP[:glIsRenderbuffer] = [-Fiddle::TYPE_INT]
1496
1496
  GL_FUNCTIONS_RETVAL_MAP[:glIsRenderbuffer] = -Fiddle::TYPE_CHAR
1497
1497
  module_eval(<<-SRC_GL_ARB_framebuffer_object)
@@ -1671,12 +1671,12 @@ module OpenGL
1671
1671
  f.call(_target_, _attachment_, _texture_, _level_, _layer_)
1672
1672
  end
1673
1673
  SRC_GL_ARB_framebuffer_object
1674
- end # define_command_GL_ARB_framebuffer_object
1674
+ end # define_ext_command_GL_ARB_framebuffer_object
1675
1675
 
1676
- def define_command_GL_ARB_framebuffer_sRGB
1677
- end # define_command_GL_ARB_framebuffer_sRGB
1676
+ def define_ext_command_GL_ARB_framebuffer_sRGB
1677
+ end # define_ext_command_GL_ARB_framebuffer_sRGB
1678
1678
 
1679
- def define_command_GL_ARB_geometry_shader4
1679
+ def define_ext_command_GL_ARB_geometry_shader4
1680
1680
  GL_FUNCTIONS_ARGS_MAP[:glProgramParameteriARB] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT]
1681
1681
  GL_FUNCTIONS_RETVAL_MAP[:glProgramParameteriARB] = Fiddle::TYPE_VOID
1682
1682
  module_eval(<<-SRC_GL_ARB_geometry_shader4)
@@ -1712,9 +1712,9 @@ module OpenGL
1712
1712
  f.call(_target_, _attachment_, _texture_, _level_, _face_)
1713
1713
  end
1714
1714
  SRC_GL_ARB_geometry_shader4
1715
- end # define_command_GL_ARB_geometry_shader4
1715
+ end # define_ext_command_GL_ARB_geometry_shader4
1716
1716
 
1717
- def define_command_GL_ARB_get_program_binary
1717
+ def define_ext_command_GL_ARB_get_program_binary
1718
1718
  GL_FUNCTIONS_ARGS_MAP[:glGetProgramBinary] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, Fiddle::TYPE_VOIDP, Fiddle::TYPE_VOIDP]
1719
1719
  GL_FUNCTIONS_RETVAL_MAP[:glGetProgramBinary] = Fiddle::TYPE_VOID
1720
1720
  module_eval(<<-SRC_GL_ARB_get_program_binary)
@@ -1741,12 +1741,12 @@ module OpenGL
1741
1741
  f.call(_program_, _pname_, _value_)
1742
1742
  end
1743
1743
  SRC_GL_ARB_get_program_binary
1744
- end # define_command_GL_ARB_get_program_binary
1744
+ end # define_ext_command_GL_ARB_get_program_binary
1745
1745
 
1746
- def define_command_GL_ARB_gpu_shader5
1747
- end # define_command_GL_ARB_gpu_shader5
1746
+ def define_ext_command_GL_ARB_gpu_shader5
1747
+ end # define_ext_command_GL_ARB_gpu_shader5
1748
1748
 
1749
- def define_command_GL_ARB_gpu_shader_fp64
1749
+ def define_ext_command_GL_ARB_gpu_shader_fp64
1750
1750
  GL_FUNCTIONS_ARGS_MAP[:glUniform1d] = [Fiddle::TYPE_INT, Fiddle::TYPE_DOUBLE]
1751
1751
  GL_FUNCTIONS_RETVAL_MAP[:glUniform1d] = Fiddle::TYPE_VOID
1752
1752
  module_eval(<<-SRC_GL_ARB_gpu_shader_fp64)
@@ -1908,15 +1908,15 @@ module OpenGL
1908
1908
  f.call(_program_, _location_, _params_)
1909
1909
  end
1910
1910
  SRC_GL_ARB_gpu_shader_fp64
1911
- end # define_command_GL_ARB_gpu_shader_fp64
1911
+ end # define_ext_command_GL_ARB_gpu_shader_fp64
1912
1912
 
1913
- def define_command_GL_ARB_half_float_pixel
1914
- end # define_command_GL_ARB_half_float_pixel
1913
+ def define_ext_command_GL_ARB_half_float_pixel
1914
+ end # define_ext_command_GL_ARB_half_float_pixel
1915
1915
 
1916
- def define_command_GL_ARB_half_float_vertex
1917
- end # define_command_GL_ARB_half_float_vertex
1916
+ def define_ext_command_GL_ARB_half_float_vertex
1917
+ end # define_ext_command_GL_ARB_half_float_vertex
1918
1918
 
1919
- def define_command_GL_ARB_imaging
1919
+ def define_ext_command_GL_ARB_imaging
1920
1920
  GL_FUNCTIONS_ARGS_MAP[:glBlendColor] = [Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT]
1921
1921
  GL_FUNCTIONS_RETVAL_MAP[:glBlendColor] = Fiddle::TYPE_VOID
1922
1922
  module_eval(<<-SRC_GL_ARB_imaging)
@@ -2222,9 +2222,9 @@ module OpenGL
2222
2222
  f.call(_target_)
2223
2223
  end
2224
2224
  SRC_GL_ARB_imaging
2225
- end # define_command_GL_ARB_imaging
2225
+ end # define_ext_command_GL_ARB_imaging
2226
2226
 
2227
- def define_command_GL_ARB_indirect_parameters
2227
+ def define_ext_command_GL_ARB_indirect_parameters
2228
2228
  GL_FUNCTIONS_ARGS_MAP[:glMultiDrawArraysIndirectCountARB] = [-Fiddle::TYPE_INT, Fiddle::TYPE_PTRDIFF_T, Fiddle::TYPE_PTRDIFF_T, Fiddle::TYPE_INT, Fiddle::TYPE_INT]
2229
2229
  GL_FUNCTIONS_RETVAL_MAP[:glMultiDrawArraysIndirectCountARB] = Fiddle::TYPE_VOID
2230
2230
  module_eval(<<-SRC_GL_ARB_indirect_parameters)
@@ -2242,9 +2242,9 @@ module OpenGL
2242
2242
  f.call(_mode_, _type_, _indirect_, _drawcount_, _maxdrawcount_, _stride_)
2243
2243
  end
2244
2244
  SRC_GL_ARB_indirect_parameters
2245
- end # define_command_GL_ARB_indirect_parameters
2245
+ end # define_ext_command_GL_ARB_indirect_parameters
2246
2246
 
2247
- def define_command_GL_ARB_instanced_arrays
2247
+ def define_ext_command_GL_ARB_instanced_arrays
2248
2248
  GL_FUNCTIONS_ARGS_MAP[:glVertexAttribDivisorARB] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
2249
2249
  GL_FUNCTIONS_RETVAL_MAP[:glVertexAttribDivisorARB] = Fiddle::TYPE_VOID
2250
2250
  module_eval(<<-SRC_GL_ARB_instanced_arrays)
@@ -2253,9 +2253,9 @@ module OpenGL
2253
2253
  f.call(_index_, _divisor_)
2254
2254
  end
2255
2255
  SRC_GL_ARB_instanced_arrays
2256
- end # define_command_GL_ARB_instanced_arrays
2256
+ end # define_ext_command_GL_ARB_instanced_arrays
2257
2257
 
2258
- def define_command_GL_ARB_internalformat_query
2258
+ def define_ext_command_GL_ARB_internalformat_query
2259
2259
  GL_FUNCTIONS_ARGS_MAP[:glGetInternalformativ] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
2260
2260
  GL_FUNCTIONS_RETVAL_MAP[:glGetInternalformativ] = Fiddle::TYPE_VOID
2261
2261
  module_eval(<<-SRC_GL_ARB_internalformat_query)
@@ -2264,9 +2264,9 @@ module OpenGL
2264
2264
  f.call(_target_, _internalformat_, _pname_, _bufSize_, _params_)
2265
2265
  end
2266
2266
  SRC_GL_ARB_internalformat_query
2267
- end # define_command_GL_ARB_internalformat_query
2267
+ end # define_ext_command_GL_ARB_internalformat_query
2268
2268
 
2269
- def define_command_GL_ARB_internalformat_query2
2269
+ def define_ext_command_GL_ARB_internalformat_query2
2270
2270
  GL_FUNCTIONS_ARGS_MAP[:glGetInternalformati64v] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
2271
2271
  GL_FUNCTIONS_RETVAL_MAP[:glGetInternalformati64v] = Fiddle::TYPE_VOID
2272
2272
  module_eval(<<-SRC_GL_ARB_internalformat_query2)
@@ -2275,9 +2275,9 @@ module OpenGL
2275
2275
  f.call(_target_, _internalformat_, _pname_, _bufSize_, _params_)
2276
2276
  end
2277
2277
  SRC_GL_ARB_internalformat_query2
2278
- end # define_command_GL_ARB_internalformat_query2
2278
+ end # define_ext_command_GL_ARB_internalformat_query2
2279
2279
 
2280
- def define_command_GL_ARB_invalidate_subdata
2280
+ def define_ext_command_GL_ARB_invalidate_subdata
2281
2281
  GL_FUNCTIONS_ARGS_MAP[:glInvalidateTexSubImage] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT]
2282
2282
  GL_FUNCTIONS_RETVAL_MAP[:glInvalidateTexSubImage] = Fiddle::TYPE_VOID
2283
2283
  module_eval(<<-SRC_GL_ARB_invalidate_subdata)
@@ -2331,12 +2331,12 @@ module OpenGL
2331
2331
  f.call(_target_, _numAttachments_, _attachments_, _x_, _y_, _width_, _height_)
2332
2332
  end
2333
2333
  SRC_GL_ARB_invalidate_subdata
2334
- end # define_command_GL_ARB_invalidate_subdata
2334
+ end # define_ext_command_GL_ARB_invalidate_subdata
2335
2335
 
2336
- def define_command_GL_ARB_map_buffer_alignment
2337
- end # define_command_GL_ARB_map_buffer_alignment
2336
+ def define_ext_command_GL_ARB_map_buffer_alignment
2337
+ end # define_ext_command_GL_ARB_map_buffer_alignment
2338
2338
 
2339
- def define_command_GL_ARB_map_buffer_range
2339
+ def define_ext_command_GL_ARB_map_buffer_range
2340
2340
  GL_FUNCTIONS_ARGS_MAP[:glMapBufferRange] = [-Fiddle::TYPE_INT, Fiddle::TYPE_PTRDIFF_T, Fiddle::TYPE_PTRDIFF_T, -Fiddle::TYPE_INT]
2341
2341
  GL_FUNCTIONS_RETVAL_MAP[:glMapBufferRange] = Fiddle::TYPE_VOIDP
2342
2342
  module_eval(<<-SRC_GL_ARB_map_buffer_range)
@@ -2354,9 +2354,9 @@ module OpenGL
2354
2354
  f.call(_target_, _offset_, _length_)
2355
2355
  end
2356
2356
  SRC_GL_ARB_map_buffer_range
2357
- end # define_command_GL_ARB_map_buffer_range
2357
+ end # define_ext_command_GL_ARB_map_buffer_range
2358
2358
 
2359
- def define_command_GL_ARB_matrix_palette
2359
+ def define_ext_command_GL_ARB_matrix_palette
2360
2360
  GL_FUNCTIONS_ARGS_MAP[:glCurrentPaletteMatrixARB] = [Fiddle::TYPE_INT]
2361
2361
  GL_FUNCTIONS_RETVAL_MAP[:glCurrentPaletteMatrixARB] = Fiddle::TYPE_VOID
2362
2362
  module_eval(<<-SRC_GL_ARB_matrix_palette)
@@ -2401,9 +2401,9 @@ module OpenGL
2401
2401
  f.call(_size_, _type_, _stride_, _pointer_)
2402
2402
  end
2403
2403
  SRC_GL_ARB_matrix_palette
2404
- end # define_command_GL_ARB_matrix_palette
2404
+ end # define_ext_command_GL_ARB_matrix_palette
2405
2405
 
2406
- def define_command_GL_ARB_multi_bind
2406
+ def define_ext_command_GL_ARB_multi_bind
2407
2407
  GL_FUNCTIONS_ARGS_MAP[:glBindBuffersBase] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
2408
2408
  GL_FUNCTIONS_RETVAL_MAP[:glBindBuffersBase] = Fiddle::TYPE_VOID
2409
2409
  module_eval(<<-SRC_GL_ARB_multi_bind)
@@ -2457,9 +2457,9 @@ module OpenGL
2457
2457
  f.call(_first_, _count_, _buffers_, _offsets_, _strides_)
2458
2458
  end
2459
2459
  SRC_GL_ARB_multi_bind
2460
- end # define_command_GL_ARB_multi_bind
2460
+ end # define_ext_command_GL_ARB_multi_bind
2461
2461
 
2462
- def define_command_GL_ARB_multi_draw_indirect
2462
+ def define_ext_command_GL_ARB_multi_draw_indirect
2463
2463
  GL_FUNCTIONS_ARGS_MAP[:glMultiDrawArraysIndirect] = [-Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, Fiddle::TYPE_INT, Fiddle::TYPE_INT]
2464
2464
  GL_FUNCTIONS_RETVAL_MAP[:glMultiDrawArraysIndirect] = Fiddle::TYPE_VOID
2465
2465
  module_eval(<<-SRC_GL_ARB_multi_draw_indirect)
@@ -2477,9 +2477,9 @@ module OpenGL
2477
2477
  f.call(_mode_, _type_, _indirect_, _drawcount_, _stride_)
2478
2478
  end
2479
2479
  SRC_GL_ARB_multi_draw_indirect
2480
- end # define_command_GL_ARB_multi_draw_indirect
2480
+ end # define_ext_command_GL_ARB_multi_draw_indirect
2481
2481
 
2482
- def define_command_GL_ARB_multisample
2482
+ def define_ext_command_GL_ARB_multisample
2483
2483
  GL_FUNCTIONS_ARGS_MAP[:glSampleCoverageARB] = [Fiddle::TYPE_FLOAT, -Fiddle::TYPE_CHAR]
2484
2484
  GL_FUNCTIONS_RETVAL_MAP[:glSampleCoverageARB] = Fiddle::TYPE_VOID
2485
2485
  module_eval(<<-SRC_GL_ARB_multisample)
@@ -2488,9 +2488,9 @@ module OpenGL
2488
2488
  f.call(_value_, _invert_)
2489
2489
  end
2490
2490
  SRC_GL_ARB_multisample
2491
- end # define_command_GL_ARB_multisample
2491
+ end # define_ext_command_GL_ARB_multisample
2492
2492
 
2493
- def define_command_GL_ARB_multitexture
2493
+ def define_ext_command_GL_ARB_multitexture
2494
2494
  GL_FUNCTIONS_ARGS_MAP[:glActiveTextureARB] = [-Fiddle::TYPE_INT]
2495
2495
  GL_FUNCTIONS_RETVAL_MAP[:glActiveTextureARB] = Fiddle::TYPE_VOID
2496
2496
  module_eval(<<-SRC_GL_ARB_multitexture)
@@ -2796,9 +2796,9 @@ module OpenGL
2796
2796
  f.call(_target_, _v_)
2797
2797
  end
2798
2798
  SRC_GL_ARB_multitexture
2799
- end # define_command_GL_ARB_multitexture
2799
+ end # define_ext_command_GL_ARB_multitexture
2800
2800
 
2801
- def define_command_GL_ARB_occlusion_query
2801
+ def define_ext_command_GL_ARB_occlusion_query
2802
2802
  GL_FUNCTIONS_ARGS_MAP[:glGenQueriesARB] = [Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
2803
2803
  GL_FUNCTIONS_RETVAL_MAP[:glGenQueriesARB] = Fiddle::TYPE_VOID
2804
2804
  module_eval(<<-SRC_GL_ARB_occlusion_query)
@@ -2870,15 +2870,15 @@ module OpenGL
2870
2870
  f.call(_id_, _pname_, _params_)
2871
2871
  end
2872
2872
  SRC_GL_ARB_occlusion_query
2873
- end # define_command_GL_ARB_occlusion_query
2873
+ end # define_ext_command_GL_ARB_occlusion_query
2874
2874
 
2875
- def define_command_GL_ARB_occlusion_query2
2876
- end # define_command_GL_ARB_occlusion_query2
2875
+ def define_ext_command_GL_ARB_occlusion_query2
2876
+ end # define_ext_command_GL_ARB_occlusion_query2
2877
2877
 
2878
- def define_command_GL_ARB_pixel_buffer_object
2879
- end # define_command_GL_ARB_pixel_buffer_object
2878
+ def define_ext_command_GL_ARB_pixel_buffer_object
2879
+ end # define_ext_command_GL_ARB_pixel_buffer_object
2880
2880
 
2881
- def define_command_GL_ARB_point_parameters
2881
+ def define_ext_command_GL_ARB_point_parameters
2882
2882
  GL_FUNCTIONS_ARGS_MAP[:glPointParameterfARB] = [-Fiddle::TYPE_INT, Fiddle::TYPE_FLOAT]
2883
2883
  GL_FUNCTIONS_RETVAL_MAP[:glPointParameterfARB] = Fiddle::TYPE_VOID
2884
2884
  module_eval(<<-SRC_GL_ARB_point_parameters)
@@ -2896,12 +2896,12 @@ module OpenGL
2896
2896
  f.call(_pname_, _params_)
2897
2897
  end
2898
2898
  SRC_GL_ARB_point_parameters
2899
- end # define_command_GL_ARB_point_parameters
2899
+ end # define_ext_command_GL_ARB_point_parameters
2900
2900
 
2901
- def define_command_GL_ARB_point_sprite
2902
- end # define_command_GL_ARB_point_sprite
2901
+ def define_ext_command_GL_ARB_point_sprite
2902
+ end # define_ext_command_GL_ARB_point_sprite
2903
2903
 
2904
- def define_command_GL_ARB_program_interface_query
2904
+ def define_ext_command_GL_ARB_program_interface_query
2905
2905
  GL_FUNCTIONS_ARGS_MAP[:glGetProgramInterfaceiv] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
2906
2906
  GL_FUNCTIONS_RETVAL_MAP[:glGetProgramInterfaceiv] = Fiddle::TYPE_VOID
2907
2907
  module_eval(<<-SRC_GL_ARB_program_interface_query)
@@ -2955,9 +2955,9 @@ module OpenGL
2955
2955
  f.call(_program_, _programInterface_, _name_)
2956
2956
  end
2957
2957
  SRC_GL_ARB_program_interface_query
2958
- end # define_command_GL_ARB_program_interface_query
2958
+ end # define_ext_command_GL_ARB_program_interface_query
2959
2959
 
2960
- def define_command_GL_ARB_provoking_vertex
2960
+ def define_ext_command_GL_ARB_provoking_vertex
2961
2961
  GL_FUNCTIONS_ARGS_MAP[:glProvokingVertex] = [-Fiddle::TYPE_INT]
2962
2962
  GL_FUNCTIONS_RETVAL_MAP[:glProvokingVertex] = Fiddle::TYPE_VOID
2963
2963
  module_eval(<<-SRC_GL_ARB_provoking_vertex)
@@ -2966,15 +2966,15 @@ module OpenGL
2966
2966
  f.call(_mode_)
2967
2967
  end
2968
2968
  SRC_GL_ARB_provoking_vertex
2969
- end # define_command_GL_ARB_provoking_vertex
2969
+ end # define_ext_command_GL_ARB_provoking_vertex
2970
2970
 
2971
- def define_command_GL_ARB_query_buffer_object
2972
- end # define_command_GL_ARB_query_buffer_object
2971
+ def define_ext_command_GL_ARB_query_buffer_object
2972
+ end # define_ext_command_GL_ARB_query_buffer_object
2973
2973
 
2974
- def define_command_GL_ARB_robust_buffer_access_behavior
2975
- end # define_command_GL_ARB_robust_buffer_access_behavior
2974
+ def define_ext_command_GL_ARB_robust_buffer_access_behavior
2975
+ end # define_ext_command_GL_ARB_robust_buffer_access_behavior
2976
2976
 
2977
- def define_command_GL_ARB_robustness
2977
+ def define_ext_command_GL_ARB_robustness
2978
2978
  GL_FUNCTIONS_ARGS_MAP[:glGetGraphicsResetStatusARB] = []
2979
2979
  GL_FUNCTIONS_RETVAL_MAP[:glGetGraphicsResetStatusARB] = -Fiddle::TYPE_INT
2980
2980
  module_eval(<<-SRC_GL_ARB_robustness)
@@ -3154,12 +3154,12 @@ module OpenGL
3154
3154
  f.call(_target_, _reset_, _format_, _type_, _bufSize_, _values_)
3155
3155
  end
3156
3156
  SRC_GL_ARB_robustness
3157
- end # define_command_GL_ARB_robustness
3157
+ end # define_ext_command_GL_ARB_robustness
3158
3158
 
3159
- def define_command_GL_ARB_robustness_isolation
3160
- end # define_command_GL_ARB_robustness_isolation
3159
+ def define_ext_command_GL_ARB_robustness_isolation
3160
+ end # define_ext_command_GL_ARB_robustness_isolation
3161
3161
 
3162
- def define_command_GL_ARB_sample_shading
3162
+ def define_ext_command_GL_ARB_sample_shading
3163
3163
  GL_FUNCTIONS_ARGS_MAP[:glMinSampleShadingARB] = [Fiddle::TYPE_FLOAT]
3164
3164
  GL_FUNCTIONS_RETVAL_MAP[:glMinSampleShadingARB] = Fiddle::TYPE_VOID
3165
3165
  module_eval(<<-SRC_GL_ARB_sample_shading)
@@ -3168,9 +3168,9 @@ module OpenGL
3168
3168
  f.call(_value_)
3169
3169
  end
3170
3170
  SRC_GL_ARB_sample_shading
3171
- end # define_command_GL_ARB_sample_shading
3171
+ end # define_ext_command_GL_ARB_sample_shading
3172
3172
 
3173
- def define_command_GL_ARB_sampler_objects
3173
+ def define_ext_command_GL_ARB_sampler_objects
3174
3174
  GL_FUNCTIONS_ARGS_MAP[:glGenSamplers] = [Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
3175
3175
  GL_FUNCTIONS_RETVAL_MAP[:glGenSamplers] = Fiddle::TYPE_VOID
3176
3176
  module_eval(<<-SRC_GL_ARB_sampler_objects)
@@ -3296,15 +3296,15 @@ module OpenGL
3296
3296
  f.call(_sampler_, _pname_, _params_)
3297
3297
  end
3298
3298
  SRC_GL_ARB_sampler_objects
3299
- end # define_command_GL_ARB_sampler_objects
3299
+ end # define_ext_command_GL_ARB_sampler_objects
3300
3300
 
3301
- def define_command_GL_ARB_seamless_cube_map
3302
- end # define_command_GL_ARB_seamless_cube_map
3301
+ def define_ext_command_GL_ARB_seamless_cube_map
3302
+ end # define_ext_command_GL_ARB_seamless_cube_map
3303
3303
 
3304
- def define_command_GL_ARB_seamless_cubemap_per_texture
3305
- end # define_command_GL_ARB_seamless_cubemap_per_texture
3304
+ def define_ext_command_GL_ARB_seamless_cubemap_per_texture
3305
+ end # define_ext_command_GL_ARB_seamless_cubemap_per_texture
3306
3306
 
3307
- def define_command_GL_ARB_separate_shader_objects
3307
+ def define_ext_command_GL_ARB_separate_shader_objects
3308
3308
  GL_FUNCTIONS_ARGS_MAP[:glUseProgramStages] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
3309
3309
  GL_FUNCTIONS_RETVAL_MAP[:glUseProgramStages] = Fiddle::TYPE_VOID
3310
3310
  module_eval(<<-SRC_GL_ARB_separate_shader_objects)
@@ -3844,9 +3844,9 @@ module OpenGL
3844
3844
  f.call(_pipeline_, _bufSize_, _length_, _infoLog_)
3845
3845
  end
3846
3846
  SRC_GL_ARB_separate_shader_objects
3847
- end # define_command_GL_ARB_separate_shader_objects
3847
+ end # define_ext_command_GL_ARB_separate_shader_objects
3848
3848
 
3849
- def define_command_GL_ARB_shader_atomic_counters
3849
+ def define_ext_command_GL_ARB_shader_atomic_counters
3850
3850
  GL_FUNCTIONS_ARGS_MAP[:glGetActiveAtomicCounterBufferiv] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
3851
3851
  GL_FUNCTIONS_RETVAL_MAP[:glGetActiveAtomicCounterBufferiv] = Fiddle::TYPE_VOID
3852
3852
  module_eval(<<-SRC_GL_ARB_shader_atomic_counters)
@@ -3855,18 +3855,18 @@ module OpenGL
3855
3855
  f.call(_program_, _bufferIndex_, _pname_, _params_)
3856
3856
  end
3857
3857
  SRC_GL_ARB_shader_atomic_counters
3858
- end # define_command_GL_ARB_shader_atomic_counters
3858
+ end # define_ext_command_GL_ARB_shader_atomic_counters
3859
3859
 
3860
- def define_command_GL_ARB_shader_bit_encoding
3861
- end # define_command_GL_ARB_shader_bit_encoding
3860
+ def define_ext_command_GL_ARB_shader_bit_encoding
3861
+ end # define_ext_command_GL_ARB_shader_bit_encoding
3862
3862
 
3863
- def define_command_GL_ARB_shader_draw_parameters
3864
- end # define_command_GL_ARB_shader_draw_parameters
3863
+ def define_ext_command_GL_ARB_shader_draw_parameters
3864
+ end # define_ext_command_GL_ARB_shader_draw_parameters
3865
3865
 
3866
- def define_command_GL_ARB_shader_group_vote
3867
- end # define_command_GL_ARB_shader_group_vote
3866
+ def define_ext_command_GL_ARB_shader_group_vote
3867
+ end # define_ext_command_GL_ARB_shader_group_vote
3868
3868
 
3869
- def define_command_GL_ARB_shader_image_load_store
3869
+ def define_ext_command_GL_ARB_shader_image_load_store
3870
3870
  GL_FUNCTIONS_ARGS_MAP[:glBindImageTexture] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_CHAR, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
3871
3871
  GL_FUNCTIONS_RETVAL_MAP[:glBindImageTexture] = Fiddle::TYPE_VOID
3872
3872
  module_eval(<<-SRC_GL_ARB_shader_image_load_store)
@@ -3884,12 +3884,12 @@ module OpenGL
3884
3884
  f.call(_barriers_)
3885
3885
  end
3886
3886
  SRC_GL_ARB_shader_image_load_store
3887
- end # define_command_GL_ARB_shader_image_load_store
3887
+ end # define_ext_command_GL_ARB_shader_image_load_store
3888
3888
 
3889
- def define_command_GL_ARB_shader_image_size
3890
- end # define_command_GL_ARB_shader_image_size
3889
+ def define_ext_command_GL_ARB_shader_image_size
3890
+ end # define_ext_command_GL_ARB_shader_image_size
3891
3891
 
3892
- def define_command_GL_ARB_shader_objects
3892
+ def define_ext_command_GL_ARB_shader_objects
3893
3893
  GL_FUNCTIONS_ARGS_MAP[:glDeleteObjectARB] = [Fiddle::TYPE_VOIDP]
3894
3894
  GL_FUNCTIONS_RETVAL_MAP[:glDeleteObjectARB] = Fiddle::TYPE_VOID
3895
3895
  module_eval(<<-SRC_GL_ARB_shader_objects)
@@ -4240,15 +4240,15 @@ module OpenGL
4240
4240
  f.call(_obj_, _maxLength_, _length_, _source_)
4241
4241
  end
4242
4242
  SRC_GL_ARB_shader_objects
4243
- end # define_command_GL_ARB_shader_objects
4243
+ end # define_ext_command_GL_ARB_shader_objects
4244
4244
 
4245
- def define_command_GL_ARB_shader_precision
4246
- end # define_command_GL_ARB_shader_precision
4245
+ def define_ext_command_GL_ARB_shader_precision
4246
+ end # define_ext_command_GL_ARB_shader_precision
4247
4247
 
4248
- def define_command_GL_ARB_shader_stencil_export
4249
- end # define_command_GL_ARB_shader_stencil_export
4248
+ def define_ext_command_GL_ARB_shader_stencil_export
4249
+ end # define_ext_command_GL_ARB_shader_stencil_export
4250
4250
 
4251
- def define_command_GL_ARB_shader_storage_buffer_object
4251
+ def define_ext_command_GL_ARB_shader_storage_buffer_object
4252
4252
  GL_FUNCTIONS_ARGS_MAP[:glShaderStorageBlockBinding] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
4253
4253
  GL_FUNCTIONS_RETVAL_MAP[:glShaderStorageBlockBinding] = Fiddle::TYPE_VOID
4254
4254
  module_eval(<<-SRC_GL_ARB_shader_storage_buffer_object)
@@ -4257,9 +4257,9 @@ module OpenGL
4257
4257
  f.call(_program_, _storageBlockIndex_, _storageBlockBinding_)
4258
4258
  end
4259
4259
  SRC_GL_ARB_shader_storage_buffer_object
4260
- end # define_command_GL_ARB_shader_storage_buffer_object
4260
+ end # define_ext_command_GL_ARB_shader_storage_buffer_object
4261
4261
 
4262
- def define_command_GL_ARB_shader_subroutine
4262
+ def define_ext_command_GL_ARB_shader_subroutine
4263
4263
  GL_FUNCTIONS_ARGS_MAP[:glGetSubroutineUniformLocation] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
4264
4264
  GL_FUNCTIONS_RETVAL_MAP[:glGetSubroutineUniformLocation] = Fiddle::TYPE_INT
4265
4265
  module_eval(<<-SRC_GL_ARB_shader_subroutine)
@@ -4331,18 +4331,18 @@ module OpenGL
4331
4331
  f.call(_program_, _shadertype_, _pname_, _values_)
4332
4332
  end
4333
4333
  SRC_GL_ARB_shader_subroutine
4334
- end # define_command_GL_ARB_shader_subroutine
4334
+ end # define_ext_command_GL_ARB_shader_subroutine
4335
4335
 
4336
- def define_command_GL_ARB_shader_texture_lod
4337
- end # define_command_GL_ARB_shader_texture_lod
4336
+ def define_ext_command_GL_ARB_shader_texture_lod
4337
+ end # define_ext_command_GL_ARB_shader_texture_lod
4338
4338
 
4339
- def define_command_GL_ARB_shading_language_100
4340
- end # define_command_GL_ARB_shading_language_100
4339
+ def define_ext_command_GL_ARB_shading_language_100
4340
+ end # define_ext_command_GL_ARB_shading_language_100
4341
4341
 
4342
- def define_command_GL_ARB_shading_language_420pack
4343
- end # define_command_GL_ARB_shading_language_420pack
4342
+ def define_ext_command_GL_ARB_shading_language_420pack
4343
+ end # define_ext_command_GL_ARB_shading_language_420pack
4344
4344
 
4345
- def define_command_GL_ARB_shading_language_include
4345
+ def define_ext_command_GL_ARB_shading_language_include
4346
4346
  GL_FUNCTIONS_ARGS_MAP[:glNamedStringARB] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
4347
4347
  GL_FUNCTIONS_RETVAL_MAP[:glNamedStringARB] = Fiddle::TYPE_VOID
4348
4348
  module_eval(<<-SRC_GL_ARB_shading_language_include)
@@ -4396,18 +4396,18 @@ module OpenGL
4396
4396
  f.call(_namelen_, _name_, _pname_, _params_)
4397
4397
  end
4398
4398
  SRC_GL_ARB_shading_language_include
4399
- end # define_command_GL_ARB_shading_language_include
4399
+ end # define_ext_command_GL_ARB_shading_language_include
4400
4400
 
4401
- def define_command_GL_ARB_shading_language_packing
4402
- end # define_command_GL_ARB_shading_language_packing
4401
+ def define_ext_command_GL_ARB_shading_language_packing
4402
+ end # define_ext_command_GL_ARB_shading_language_packing
4403
4403
 
4404
- def define_command_GL_ARB_shadow
4405
- end # define_command_GL_ARB_shadow
4404
+ def define_ext_command_GL_ARB_shadow
4405
+ end # define_ext_command_GL_ARB_shadow
4406
4406
 
4407
- def define_command_GL_ARB_shadow_ambient
4408
- end # define_command_GL_ARB_shadow_ambient
4407
+ def define_ext_command_GL_ARB_shadow_ambient
4408
+ end # define_ext_command_GL_ARB_shadow_ambient
4409
4409
 
4410
- def define_command_GL_ARB_sparse_texture
4410
+ def define_ext_command_GL_ARB_sparse_texture
4411
4411
  GL_FUNCTIONS_ARGS_MAP[:glTexPageCommitmentARB] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_CHAR]
4412
4412
  GL_FUNCTIONS_RETVAL_MAP[:glTexPageCommitmentARB] = Fiddle::TYPE_VOID
4413
4413
  module_eval(<<-SRC_GL_ARB_sparse_texture)
@@ -4416,12 +4416,12 @@ module OpenGL
4416
4416
  f.call(_target_, _level_, _xoffset_, _yoffset_, _zoffset_, _width_, _height_, _depth_, _resident_)
4417
4417
  end
4418
4418
  SRC_GL_ARB_sparse_texture
4419
- end # define_command_GL_ARB_sparse_texture
4419
+ end # define_ext_command_GL_ARB_sparse_texture
4420
4420
 
4421
- def define_command_GL_ARB_stencil_texturing
4422
- end # define_command_GL_ARB_stencil_texturing
4421
+ def define_ext_command_GL_ARB_stencil_texturing
4422
+ end # define_ext_command_GL_ARB_stencil_texturing
4423
4423
 
4424
- def define_command_GL_ARB_sync
4424
+ def define_ext_command_GL_ARB_sync
4425
4425
  GL_FUNCTIONS_ARGS_MAP[:glFenceSync] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
4426
4426
  GL_FUNCTIONS_RETVAL_MAP[:glFenceSync] = Fiddle::TYPE_VOIDP
4427
4427
  module_eval(<<-SRC_GL_ARB_sync)
@@ -4484,9 +4484,9 @@ module OpenGL
4484
4484
  f.call(_sync_, _pname_, _bufSize_, _length_, _values_)
4485
4485
  end
4486
4486
  SRC_GL_ARB_sync
4487
- end # define_command_GL_ARB_sync
4487
+ end # define_ext_command_GL_ARB_sync
4488
4488
 
4489
- def define_command_GL_ARB_tessellation_shader
4489
+ def define_ext_command_GL_ARB_tessellation_shader
4490
4490
  GL_FUNCTIONS_ARGS_MAP[:glPatchParameteri] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT]
4491
4491
  GL_FUNCTIONS_RETVAL_MAP[:glPatchParameteri] = Fiddle::TYPE_VOID
4492
4492
  module_eval(<<-SRC_GL_ARB_tessellation_shader)
@@ -4504,12 +4504,12 @@ module OpenGL
4504
4504
  f.call(_pname_, _values_)
4505
4505
  end
4506
4506
  SRC_GL_ARB_tessellation_shader
4507
- end # define_command_GL_ARB_tessellation_shader
4507
+ end # define_ext_command_GL_ARB_tessellation_shader
4508
4508
 
4509
- def define_command_GL_ARB_texture_border_clamp
4510
- end # define_command_GL_ARB_texture_border_clamp
4509
+ def define_ext_command_GL_ARB_texture_border_clamp
4510
+ end # define_ext_command_GL_ARB_texture_border_clamp
4511
4511
 
4512
- def define_command_GL_ARB_texture_buffer_object
4512
+ def define_ext_command_GL_ARB_texture_buffer_object
4513
4513
  GL_FUNCTIONS_ARGS_MAP[:glTexBufferARB] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
4514
4514
  GL_FUNCTIONS_RETVAL_MAP[:glTexBufferARB] = Fiddle::TYPE_VOID
4515
4515
  module_eval(<<-SRC_GL_ARB_texture_buffer_object)
@@ -4518,12 +4518,12 @@ module OpenGL
4518
4518
  f.call(_target_, _internalformat_, _buffer_)
4519
4519
  end
4520
4520
  SRC_GL_ARB_texture_buffer_object
4521
- end # define_command_GL_ARB_texture_buffer_object
4521
+ end # define_ext_command_GL_ARB_texture_buffer_object
4522
4522
 
4523
- def define_command_GL_ARB_texture_buffer_object_rgb32
4524
- end # define_command_GL_ARB_texture_buffer_object_rgb32
4523
+ def define_ext_command_GL_ARB_texture_buffer_object_rgb32
4524
+ end # define_ext_command_GL_ARB_texture_buffer_object_rgb32
4525
4525
 
4526
- def define_command_GL_ARB_texture_buffer_range
4526
+ def define_ext_command_GL_ARB_texture_buffer_range
4527
4527
  GL_FUNCTIONS_ARGS_MAP[:glTexBufferRange] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_PTRDIFF_T, Fiddle::TYPE_PTRDIFF_T]
4528
4528
  GL_FUNCTIONS_RETVAL_MAP[:glTexBufferRange] = Fiddle::TYPE_VOID
4529
4529
  module_eval(<<-SRC_GL_ARB_texture_buffer_range)
@@ -4532,9 +4532,9 @@ module OpenGL
4532
4532
  f.call(_target_, _internalformat_, _buffer_, _offset_, _size_)
4533
4533
  end
4534
4534
  SRC_GL_ARB_texture_buffer_range
4535
- end # define_command_GL_ARB_texture_buffer_range
4535
+ end # define_ext_command_GL_ARB_texture_buffer_range
4536
4536
 
4537
- def define_command_GL_ARB_texture_compression
4537
+ def define_ext_command_GL_ARB_texture_compression
4538
4538
  GL_FUNCTIONS_ARGS_MAP[:glCompressedTexImage3DARB] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
4539
4539
  GL_FUNCTIONS_RETVAL_MAP[:glCompressedTexImage3DARB] = Fiddle::TYPE_VOID
4540
4540
  module_eval(<<-SRC_GL_ARB_texture_compression)
@@ -4597,45 +4597,45 @@ module OpenGL
4597
4597
  f.call(_target_, _level_, _img_)
4598
4598
  end
4599
4599
  SRC_GL_ARB_texture_compression
4600
- end # define_command_GL_ARB_texture_compression
4600
+ end # define_ext_command_GL_ARB_texture_compression
4601
4601
 
4602
- def define_command_GL_ARB_texture_compression_bptc
4603
- end # define_command_GL_ARB_texture_compression_bptc
4602
+ def define_ext_command_GL_ARB_texture_compression_bptc
4603
+ end # define_ext_command_GL_ARB_texture_compression_bptc
4604
4604
 
4605
- def define_command_GL_ARB_texture_compression_rgtc
4606
- end # define_command_GL_ARB_texture_compression_rgtc
4605
+ def define_ext_command_GL_ARB_texture_compression_rgtc
4606
+ end # define_ext_command_GL_ARB_texture_compression_rgtc
4607
4607
 
4608
- def define_command_GL_ARB_texture_cube_map
4609
- end # define_command_GL_ARB_texture_cube_map
4608
+ def define_ext_command_GL_ARB_texture_cube_map
4609
+ end # define_ext_command_GL_ARB_texture_cube_map
4610
4610
 
4611
- def define_command_GL_ARB_texture_cube_map_array
4612
- end # define_command_GL_ARB_texture_cube_map_array
4611
+ def define_ext_command_GL_ARB_texture_cube_map_array
4612
+ end # define_ext_command_GL_ARB_texture_cube_map_array
4613
4613
 
4614
- def define_command_GL_ARB_texture_env_add
4615
- end # define_command_GL_ARB_texture_env_add
4614
+ def define_ext_command_GL_ARB_texture_env_add
4615
+ end # define_ext_command_GL_ARB_texture_env_add
4616
4616
 
4617
- def define_command_GL_ARB_texture_env_combine
4618
- end # define_command_GL_ARB_texture_env_combine
4617
+ def define_ext_command_GL_ARB_texture_env_combine
4618
+ end # define_ext_command_GL_ARB_texture_env_combine
4619
4619
 
4620
- def define_command_GL_ARB_texture_env_crossbar
4621
- end # define_command_GL_ARB_texture_env_crossbar
4620
+ def define_ext_command_GL_ARB_texture_env_crossbar
4621
+ end # define_ext_command_GL_ARB_texture_env_crossbar
4622
4622
 
4623
- def define_command_GL_ARB_texture_env_dot3
4624
- end # define_command_GL_ARB_texture_env_dot3
4623
+ def define_ext_command_GL_ARB_texture_env_dot3
4624
+ end # define_ext_command_GL_ARB_texture_env_dot3
4625
4625
 
4626
- def define_command_GL_ARB_texture_float
4627
- end # define_command_GL_ARB_texture_float
4626
+ def define_ext_command_GL_ARB_texture_float
4627
+ end # define_ext_command_GL_ARB_texture_float
4628
4628
 
4629
- def define_command_GL_ARB_texture_gather
4630
- end # define_command_GL_ARB_texture_gather
4629
+ def define_ext_command_GL_ARB_texture_gather
4630
+ end # define_ext_command_GL_ARB_texture_gather
4631
4631
 
4632
- def define_command_GL_ARB_texture_mirror_clamp_to_edge
4633
- end # define_command_GL_ARB_texture_mirror_clamp_to_edge
4632
+ def define_ext_command_GL_ARB_texture_mirror_clamp_to_edge
4633
+ end # define_ext_command_GL_ARB_texture_mirror_clamp_to_edge
4634
4634
 
4635
- def define_command_GL_ARB_texture_mirrored_repeat
4636
- end # define_command_GL_ARB_texture_mirrored_repeat
4635
+ def define_ext_command_GL_ARB_texture_mirrored_repeat
4636
+ end # define_ext_command_GL_ARB_texture_mirrored_repeat
4637
4637
 
4638
- def define_command_GL_ARB_texture_multisample
4638
+ def define_ext_command_GL_ARB_texture_multisample
4639
4639
  GL_FUNCTIONS_ARGS_MAP[:glTexImage2DMultisample] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_CHAR]
4640
4640
  GL_FUNCTIONS_RETVAL_MAP[:glTexImage2DMultisample] = Fiddle::TYPE_VOID
4641
4641
  module_eval(<<-SRC_GL_ARB_texture_multisample)
@@ -4671,30 +4671,30 @@ module OpenGL
4671
4671
  f.call(_maskNumber_, _mask_)
4672
4672
  end
4673
4673
  SRC_GL_ARB_texture_multisample
4674
- end # define_command_GL_ARB_texture_multisample
4674
+ end # define_ext_command_GL_ARB_texture_multisample
4675
4675
 
4676
- def define_command_GL_ARB_texture_non_power_of_two
4677
- end # define_command_GL_ARB_texture_non_power_of_two
4676
+ def define_ext_command_GL_ARB_texture_non_power_of_two
4677
+ end # define_ext_command_GL_ARB_texture_non_power_of_two
4678
4678
 
4679
- def define_command_GL_ARB_texture_query_levels
4680
- end # define_command_GL_ARB_texture_query_levels
4679
+ def define_ext_command_GL_ARB_texture_query_levels
4680
+ end # define_ext_command_GL_ARB_texture_query_levels
4681
4681
 
4682
- def define_command_GL_ARB_texture_query_lod
4683
- end # define_command_GL_ARB_texture_query_lod
4682
+ def define_ext_command_GL_ARB_texture_query_lod
4683
+ end # define_ext_command_GL_ARB_texture_query_lod
4684
4684
 
4685
- def define_command_GL_ARB_texture_rectangle
4686
- end # define_command_GL_ARB_texture_rectangle
4685
+ def define_ext_command_GL_ARB_texture_rectangle
4686
+ end # define_ext_command_GL_ARB_texture_rectangle
4687
4687
 
4688
- def define_command_GL_ARB_texture_rg
4689
- end # define_command_GL_ARB_texture_rg
4688
+ def define_ext_command_GL_ARB_texture_rg
4689
+ end # define_ext_command_GL_ARB_texture_rg
4690
4690
 
4691
- def define_command_GL_ARB_texture_rgb10_a2ui
4692
- end # define_command_GL_ARB_texture_rgb10_a2ui
4691
+ def define_ext_command_GL_ARB_texture_rgb10_a2ui
4692
+ end # define_ext_command_GL_ARB_texture_rgb10_a2ui
4693
4693
 
4694
- def define_command_GL_ARB_texture_stencil8
4695
- end # define_command_GL_ARB_texture_stencil8
4694
+ def define_ext_command_GL_ARB_texture_stencil8
4695
+ end # define_ext_command_GL_ARB_texture_stencil8
4696
4696
 
4697
- def define_command_GL_ARB_texture_storage
4697
+ def define_ext_command_GL_ARB_texture_storage
4698
4698
  GL_FUNCTIONS_ARGS_MAP[:glTexStorage1D] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT]
4699
4699
  GL_FUNCTIONS_RETVAL_MAP[:glTexStorage1D] = Fiddle::TYPE_VOID
4700
4700
  module_eval(<<-SRC_GL_ARB_texture_storage)
@@ -4721,9 +4721,9 @@ module OpenGL
4721
4721
  f.call(_target_, _levels_, _internalformat_, _width_, _height_, _depth_)
4722
4722
  end
4723
4723
  SRC_GL_ARB_texture_storage
4724
- end # define_command_GL_ARB_texture_storage
4724
+ end # define_ext_command_GL_ARB_texture_storage
4725
4725
 
4726
- def define_command_GL_ARB_texture_storage_multisample
4726
+ def define_ext_command_GL_ARB_texture_storage_multisample
4727
4727
  GL_FUNCTIONS_ARGS_MAP[:glTexStorage2DMultisample] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_CHAR]
4728
4728
  GL_FUNCTIONS_RETVAL_MAP[:glTexStorage2DMultisample] = Fiddle::TYPE_VOID
4729
4729
  module_eval(<<-SRC_GL_ARB_texture_storage_multisample)
@@ -4741,12 +4741,12 @@ module OpenGL
4741
4741
  f.call(_target_, _samples_, _internalformat_, _width_, _height_, _depth_, _fixedsamplelocations_)
4742
4742
  end
4743
4743
  SRC_GL_ARB_texture_storage_multisample
4744
- end # define_command_GL_ARB_texture_storage_multisample
4744
+ end # define_ext_command_GL_ARB_texture_storage_multisample
4745
4745
 
4746
- def define_command_GL_ARB_texture_swizzle
4747
- end # define_command_GL_ARB_texture_swizzle
4746
+ def define_ext_command_GL_ARB_texture_swizzle
4747
+ end # define_ext_command_GL_ARB_texture_swizzle
4748
4748
 
4749
- def define_command_GL_ARB_texture_view
4749
+ def define_ext_command_GL_ARB_texture_view
4750
4750
  GL_FUNCTIONS_ARGS_MAP[:glTextureView] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
4751
4751
  GL_FUNCTIONS_RETVAL_MAP[:glTextureView] = Fiddle::TYPE_VOID
4752
4752
  module_eval(<<-SRC_GL_ARB_texture_view)
@@ -4755,9 +4755,9 @@ module OpenGL
4755
4755
  f.call(_texture_, _target_, _origtexture_, _internalformat_, _minlevel_, _numlevels_, _minlayer_, _numlayers_)
4756
4756
  end
4757
4757
  SRC_GL_ARB_texture_view
4758
- end # define_command_GL_ARB_texture_view
4758
+ end # define_ext_command_GL_ARB_texture_view
4759
4759
 
4760
- def define_command_GL_ARB_timer_query
4760
+ def define_ext_command_GL_ARB_timer_query
4761
4761
  GL_FUNCTIONS_ARGS_MAP[:glQueryCounter] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
4762
4762
  GL_FUNCTIONS_RETVAL_MAP[:glQueryCounter] = Fiddle::TYPE_VOID
4763
4763
  module_eval(<<-SRC_GL_ARB_timer_query)
@@ -4784,9 +4784,9 @@ module OpenGL
4784
4784
  f.call(_id_, _pname_, _params_)
4785
4785
  end
4786
4786
  SRC_GL_ARB_timer_query
4787
- end # define_command_GL_ARB_timer_query
4787
+ end # define_ext_command_GL_ARB_timer_query
4788
4788
 
4789
- def define_command_GL_ARB_transform_feedback2
4789
+ def define_ext_command_GL_ARB_transform_feedback2
4790
4790
  GL_FUNCTIONS_ARGS_MAP[:glBindTransformFeedback] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
4791
4791
  GL_FUNCTIONS_RETVAL_MAP[:glBindTransformFeedback] = Fiddle::TYPE_VOID
4792
4792
  module_eval(<<-SRC_GL_ARB_transform_feedback2)
@@ -4849,9 +4849,9 @@ module OpenGL
4849
4849
  f.call(_mode_, _id_)
4850
4850
  end
4851
4851
  SRC_GL_ARB_transform_feedback2
4852
- end # define_command_GL_ARB_transform_feedback2
4852
+ end # define_ext_command_GL_ARB_transform_feedback2
4853
4853
 
4854
- def define_command_GL_ARB_transform_feedback3
4854
+ def define_ext_command_GL_ARB_transform_feedback3
4855
4855
  GL_FUNCTIONS_ARGS_MAP[:glDrawTransformFeedbackStream] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
4856
4856
  GL_FUNCTIONS_RETVAL_MAP[:glDrawTransformFeedbackStream] = Fiddle::TYPE_VOID
4857
4857
  module_eval(<<-SRC_GL_ARB_transform_feedback3)
@@ -4887,9 +4887,9 @@ module OpenGL
4887
4887
  f.call(_target_, _index_, _pname_, _params_)
4888
4888
  end
4889
4889
  SRC_GL_ARB_transform_feedback3
4890
- end # define_command_GL_ARB_transform_feedback3
4890
+ end # define_ext_command_GL_ARB_transform_feedback3
4891
4891
 
4892
- def define_command_GL_ARB_transform_feedback_instanced
4892
+ def define_ext_command_GL_ARB_transform_feedback_instanced
4893
4893
  GL_FUNCTIONS_ARGS_MAP[:glDrawTransformFeedbackInstanced] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT]
4894
4894
  GL_FUNCTIONS_RETVAL_MAP[:glDrawTransformFeedbackInstanced] = Fiddle::TYPE_VOID
4895
4895
  module_eval(<<-SRC_GL_ARB_transform_feedback_instanced)
@@ -4907,9 +4907,9 @@ module OpenGL
4907
4907
  f.call(_mode_, _id_, _stream_, _instancecount_)
4908
4908
  end
4909
4909
  SRC_GL_ARB_transform_feedback_instanced
4910
- end # define_command_GL_ARB_transform_feedback_instanced
4910
+ end # define_ext_command_GL_ARB_transform_feedback_instanced
4911
4911
 
4912
- def define_command_GL_ARB_transpose_matrix
4912
+ def define_ext_command_GL_ARB_transpose_matrix
4913
4913
  GL_FUNCTIONS_ARGS_MAP[:glLoadTransposeMatrixfARB] = [Fiddle::TYPE_VOIDP]
4914
4914
  GL_FUNCTIONS_RETVAL_MAP[:glLoadTransposeMatrixfARB] = Fiddle::TYPE_VOID
4915
4915
  module_eval(<<-SRC_GL_ARB_transpose_matrix)
@@ -4945,9 +4945,9 @@ module OpenGL
4945
4945
  f.call(_m_)
4946
4946
  end
4947
4947
  SRC_GL_ARB_transpose_matrix
4948
- end # define_command_GL_ARB_transpose_matrix
4948
+ end # define_ext_command_GL_ARB_transpose_matrix
4949
4949
 
4950
- def define_command_GL_ARB_uniform_buffer_object
4950
+ def define_ext_command_GL_ARB_uniform_buffer_object
4951
4951
  GL_FUNCTIONS_ARGS_MAP[:glGetUniformIndices] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, Fiddle::TYPE_VOIDP]
4952
4952
  GL_FUNCTIONS_RETVAL_MAP[:glGetUniformIndices] = Fiddle::TYPE_VOID
4953
4953
  module_eval(<<-SRC_GL_ARB_uniform_buffer_object)
@@ -5010,12 +5010,12 @@ module OpenGL
5010
5010
  f.call(_program_, _uniformBlockIndex_, _uniformBlockBinding_)
5011
5011
  end
5012
5012
  SRC_GL_ARB_uniform_buffer_object
5013
- end # define_command_GL_ARB_uniform_buffer_object
5013
+ end # define_ext_command_GL_ARB_uniform_buffer_object
5014
5014
 
5015
- def define_command_GL_ARB_vertex_array_bgra
5016
- end # define_command_GL_ARB_vertex_array_bgra
5015
+ def define_ext_command_GL_ARB_vertex_array_bgra
5016
+ end # define_ext_command_GL_ARB_vertex_array_bgra
5017
5017
 
5018
- def define_command_GL_ARB_vertex_array_object
5018
+ def define_ext_command_GL_ARB_vertex_array_object
5019
5019
  GL_FUNCTIONS_ARGS_MAP[:glBindVertexArray] = [-Fiddle::TYPE_INT]
5020
5020
  GL_FUNCTIONS_RETVAL_MAP[:glBindVertexArray] = Fiddle::TYPE_VOID
5021
5021
  module_eval(<<-SRC_GL_ARB_vertex_array_object)
@@ -5051,9 +5051,9 @@ module OpenGL
5051
5051
  f.call(_array_)
5052
5052
  end
5053
5053
  SRC_GL_ARB_vertex_array_object
5054
- end # define_command_GL_ARB_vertex_array_object
5054
+ end # define_ext_command_GL_ARB_vertex_array_object
5055
5055
 
5056
- def define_command_GL_ARB_vertex_attrib_64bit
5056
+ def define_ext_command_GL_ARB_vertex_attrib_64bit
5057
5057
  GL_FUNCTIONS_ARGS_MAP[:glVertexAttribL1d] = [-Fiddle::TYPE_INT, Fiddle::TYPE_DOUBLE]
5058
5058
  GL_FUNCTIONS_RETVAL_MAP[:glVertexAttribL1d] = Fiddle::TYPE_VOID
5059
5059
  module_eval(<<-SRC_GL_ARB_vertex_attrib_64bit)
@@ -5143,9 +5143,9 @@ module OpenGL
5143
5143
  f.call(_index_, _pname_, _params_)
5144
5144
  end
5145
5145
  SRC_GL_ARB_vertex_attrib_64bit
5146
- end # define_command_GL_ARB_vertex_attrib_64bit
5146
+ end # define_ext_command_GL_ARB_vertex_attrib_64bit
5147
5147
 
5148
- def define_command_GL_ARB_vertex_attrib_binding
5148
+ def define_ext_command_GL_ARB_vertex_attrib_binding
5149
5149
  GL_FUNCTIONS_ARGS_MAP[:glBindVertexBuffer] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_PTRDIFF_T, Fiddle::TYPE_INT]
5150
5150
  GL_FUNCTIONS_RETVAL_MAP[:glBindVertexBuffer] = Fiddle::TYPE_VOID
5151
5151
  module_eval(<<-SRC_GL_ARB_vertex_attrib_binding)
@@ -5199,9 +5199,9 @@ module OpenGL
5199
5199
  f.call(_bindingindex_, _divisor_)
5200
5200
  end
5201
5201
  SRC_GL_ARB_vertex_attrib_binding
5202
- end # define_command_GL_ARB_vertex_attrib_binding
5202
+ end # define_ext_command_GL_ARB_vertex_attrib_binding
5203
5203
 
5204
- def define_command_GL_ARB_vertex_blend
5204
+ def define_ext_command_GL_ARB_vertex_blend
5205
5205
  GL_FUNCTIONS_ARGS_MAP[:glWeightbvARB] = [Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
5206
5206
  GL_FUNCTIONS_RETVAL_MAP[:glWeightbvARB] = Fiddle::TYPE_VOID
5207
5207
  module_eval(<<-SRC_GL_ARB_vertex_blend)
@@ -5291,9 +5291,9 @@ module OpenGL
5291
5291
  f.call(_count_)
5292
5292
  end
5293
5293
  SRC_GL_ARB_vertex_blend
5294
- end # define_command_GL_ARB_vertex_blend
5294
+ end # define_ext_command_GL_ARB_vertex_blend
5295
5295
 
5296
- def define_command_GL_ARB_vertex_buffer_object
5296
+ def define_ext_command_GL_ARB_vertex_buffer_object
5297
5297
  GL_FUNCTIONS_ARGS_MAP[:glBindBufferARB] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
5298
5298
  GL_FUNCTIONS_RETVAL_MAP[:glBindBufferARB] = Fiddle::TYPE_VOID
5299
5299
  module_eval(<<-SRC_GL_ARB_vertex_buffer_object)
@@ -5392,9 +5392,9 @@ module OpenGL
5392
5392
  f.call(_target_, _pname_, _params_)
5393
5393
  end
5394
5394
  SRC_GL_ARB_vertex_buffer_object
5395
- end # define_command_GL_ARB_vertex_buffer_object
5395
+ end # define_ext_command_GL_ARB_vertex_buffer_object
5396
5396
 
5397
- def define_command_GL_ARB_vertex_program
5397
+ def define_ext_command_GL_ARB_vertex_program
5398
5398
  GL_FUNCTIONS_ARGS_MAP[:glVertexAttrib1dARB] = [-Fiddle::TYPE_INT, Fiddle::TYPE_DOUBLE]
5399
5399
  GL_FUNCTIONS_RETVAL_MAP[:glVertexAttrib1dARB] = Fiddle::TYPE_VOID
5400
5400
  module_eval(<<-SRC_GL_ARB_vertex_program)
@@ -5952,9 +5952,9 @@ module OpenGL
5952
5952
  f.call(_program_)
5953
5953
  end
5954
5954
  SRC_GL_ARB_vertex_program
5955
- end # define_command_GL_ARB_vertex_program
5955
+ end # define_ext_command_GL_ARB_vertex_program
5956
5956
 
5957
- def define_command_GL_ARB_vertex_shader
5957
+ def define_ext_command_GL_ARB_vertex_shader
5958
5958
  GL_FUNCTIONS_ARGS_MAP[:glVertexAttrib1fARB] = [-Fiddle::TYPE_INT, Fiddle::TYPE_FLOAT]
5959
5959
  GL_FUNCTIONS_RETVAL_MAP[:glVertexAttrib1fARB] = Fiddle::TYPE_VOID
5960
5960
  module_eval(<<-SRC_GL_ARB_vertex_shader)
@@ -6368,12 +6368,12 @@ module OpenGL
6368
6368
  f.call(_index_, _pname_, _pointer_)
6369
6369
  end
6370
6370
  SRC_GL_ARB_vertex_shader
6371
- end # define_command_GL_ARB_vertex_shader
6371
+ end # define_ext_command_GL_ARB_vertex_shader
6372
6372
 
6373
- def define_command_GL_ARB_vertex_type_10f_11f_11f_rev
6374
- end # define_command_GL_ARB_vertex_type_10f_11f_11f_rev
6373
+ def define_ext_command_GL_ARB_vertex_type_10f_11f_11f_rev
6374
+ end # define_ext_command_GL_ARB_vertex_type_10f_11f_11f_rev
6375
6375
 
6376
- def define_command_GL_ARB_vertex_type_2_10_10_10_rev
6376
+ def define_ext_command_GL_ARB_vertex_type_2_10_10_10_rev
6377
6377
  GL_FUNCTIONS_ARGS_MAP[:glVertexAttribP1ui] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_CHAR, -Fiddle::TYPE_INT]
6378
6378
  GL_FUNCTIONS_RETVAL_MAP[:glVertexAttribP1ui] = Fiddle::TYPE_VOID
6379
6379
  module_eval(<<-SRC_GL_ARB_vertex_type_2_10_10_10_rev)
@@ -6715,9 +6715,9 @@ module OpenGL
6715
6715
  f.call(_type_, _color_)
6716
6716
  end
6717
6717
  SRC_GL_ARB_vertex_type_2_10_10_10_rev
6718
- end # define_command_GL_ARB_vertex_type_2_10_10_10_rev
6718
+ end # define_ext_command_GL_ARB_vertex_type_2_10_10_10_rev
6719
6719
 
6720
- def define_command_GL_ARB_viewport_array
6720
+ def define_ext_command_GL_ARB_viewport_array
6721
6721
  GL_FUNCTIONS_ARGS_MAP[:glViewportArrayv] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
6722
6722
  GL_FUNCTIONS_RETVAL_MAP[:glViewportArrayv] = Fiddle::TYPE_VOID
6723
6723
  module_eval(<<-SRC_GL_ARB_viewport_array)
@@ -6807,9 +6807,9 @@ module OpenGL
6807
6807
  f.call(_target_, _index_, _data_)
6808
6808
  end
6809
6809
  SRC_GL_ARB_viewport_array
6810
- end # define_command_GL_ARB_viewport_array
6810
+ end # define_ext_command_GL_ARB_viewport_array
6811
6811
 
6812
- def define_command_GL_ARB_window_pos
6812
+ def define_ext_command_GL_ARB_window_pos
6813
6813
  GL_FUNCTIONS_ARGS_MAP[:glWindowPos2dARB] = [Fiddle::TYPE_DOUBLE, Fiddle::TYPE_DOUBLE]
6814
6814
  GL_FUNCTIONS_RETVAL_MAP[:glWindowPos2dARB] = Fiddle::TYPE_VOID
6815
6815
  module_eval(<<-SRC_GL_ARB_window_pos)
@@ -6953,9 +6953,9 @@ module OpenGL
6953
6953
  f.call(_v_)
6954
6954
  end
6955
6955
  SRC_GL_ARB_window_pos
6956
- end # define_command_GL_ARB_window_pos
6956
+ end # define_ext_command_GL_ARB_window_pos
6957
6957
 
6958
- def define_command_GL_ATI_draw_buffers
6958
+ def define_ext_command_GL_ATI_draw_buffers
6959
6959
  GL_FUNCTIONS_ARGS_MAP[:glDrawBuffersATI] = [Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
6960
6960
  GL_FUNCTIONS_RETVAL_MAP[:glDrawBuffersATI] = Fiddle::TYPE_VOID
6961
6961
  module_eval(<<-SRC_GL_ATI_draw_buffers)
@@ -6964,9 +6964,9 @@ module OpenGL
6964
6964
  f.call(_n_, _bufs_)
6965
6965
  end
6966
6966
  SRC_GL_ATI_draw_buffers
6967
- end # define_command_GL_ATI_draw_buffers
6967
+ end # define_ext_command_GL_ATI_draw_buffers
6968
6968
 
6969
- def define_command_GL_ATI_element_array
6969
+ def define_ext_command_GL_ATI_element_array
6970
6970
  GL_FUNCTIONS_ARGS_MAP[:glElementPointerATI] = [-Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
6971
6971
  GL_FUNCTIONS_RETVAL_MAP[:glElementPointerATI] = Fiddle::TYPE_VOID
6972
6972
  module_eval(<<-SRC_GL_ATI_element_array)
@@ -6993,9 +6993,9 @@ module OpenGL
6993
6993
  f.call(_mode_, _start_, _end_, _count_)
6994
6994
  end
6995
6995
  SRC_GL_ATI_element_array
6996
- end # define_command_GL_ATI_element_array
6996
+ end # define_ext_command_GL_ATI_element_array
6997
6997
 
6998
- def define_command_GL_ATI_envmap_bumpmap
6998
+ def define_ext_command_GL_ATI_envmap_bumpmap
6999
6999
  GL_FUNCTIONS_ARGS_MAP[:glTexBumpParameterivATI] = [-Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
7000
7000
  GL_FUNCTIONS_RETVAL_MAP[:glTexBumpParameterivATI] = Fiddle::TYPE_VOID
7001
7001
  module_eval(<<-SRC_GL_ATI_envmap_bumpmap)
@@ -7031,9 +7031,9 @@ module OpenGL
7031
7031
  f.call(_pname_, _param_)
7032
7032
  end
7033
7033
  SRC_GL_ATI_envmap_bumpmap
7034
- end # define_command_GL_ATI_envmap_bumpmap
7034
+ end # define_ext_command_GL_ATI_envmap_bumpmap
7035
7035
 
7036
- def define_command_GL_ATI_fragment_shader
7036
+ def define_ext_command_GL_ATI_fragment_shader
7037
7037
  GL_FUNCTIONS_ARGS_MAP[:glGenFragmentShadersATI] = [-Fiddle::TYPE_INT]
7038
7038
  GL_FUNCTIONS_RETVAL_MAP[:glGenFragmentShadersATI] = -Fiddle::TYPE_INT
7039
7039
  module_eval(<<-SRC_GL_ATI_fragment_shader)
@@ -7159,9 +7159,9 @@ module OpenGL
7159
7159
  f.call(_dst_, _value_)
7160
7160
  end
7161
7161
  SRC_GL_ATI_fragment_shader
7162
- end # define_command_GL_ATI_fragment_shader
7162
+ end # define_ext_command_GL_ATI_fragment_shader
7163
7163
 
7164
- def define_command_GL_ATI_map_object_buffer
7164
+ def define_ext_command_GL_ATI_map_object_buffer
7165
7165
  GL_FUNCTIONS_ARGS_MAP[:glMapObjectBufferATI] = [-Fiddle::TYPE_INT]
7166
7166
  GL_FUNCTIONS_RETVAL_MAP[:glMapObjectBufferATI] = Fiddle::TYPE_VOIDP
7167
7167
  module_eval(<<-SRC_GL_ATI_map_object_buffer)
@@ -7179,15 +7179,15 @@ module OpenGL
7179
7179
  f.call(_buffer_)
7180
7180
  end
7181
7181
  SRC_GL_ATI_map_object_buffer
7182
- end # define_command_GL_ATI_map_object_buffer
7182
+ end # define_ext_command_GL_ATI_map_object_buffer
7183
7183
 
7184
- def define_command_GL_ATI_meminfo
7185
- end # define_command_GL_ATI_meminfo
7184
+ def define_ext_command_GL_ATI_meminfo
7185
+ end # define_ext_command_GL_ATI_meminfo
7186
7186
 
7187
- def define_command_GL_ATI_pixel_format_float
7188
- end # define_command_GL_ATI_pixel_format_float
7187
+ def define_ext_command_GL_ATI_pixel_format_float
7188
+ end # define_ext_command_GL_ATI_pixel_format_float
7189
7189
 
7190
- def define_command_GL_ATI_pn_triangles
7190
+ def define_ext_command_GL_ATI_pn_triangles
7191
7191
  GL_FUNCTIONS_ARGS_MAP[:glPNTrianglesiATI] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT]
7192
7192
  GL_FUNCTIONS_RETVAL_MAP[:glPNTrianglesiATI] = Fiddle::TYPE_VOID
7193
7193
  module_eval(<<-SRC_GL_ATI_pn_triangles)
@@ -7205,9 +7205,9 @@ module OpenGL
7205
7205
  f.call(_pname_, _param_)
7206
7206
  end
7207
7207
  SRC_GL_ATI_pn_triangles
7208
- end # define_command_GL_ATI_pn_triangles
7208
+ end # define_ext_command_GL_ATI_pn_triangles
7209
7209
 
7210
- def define_command_GL_ATI_separate_stencil
7210
+ def define_ext_command_GL_ATI_separate_stencil
7211
7211
  GL_FUNCTIONS_ARGS_MAP[:glStencilOpSeparateATI] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
7212
7212
  GL_FUNCTIONS_RETVAL_MAP[:glStencilOpSeparateATI] = Fiddle::TYPE_VOID
7213
7213
  module_eval(<<-SRC_GL_ATI_separate_stencil)
@@ -7225,21 +7225,21 @@ module OpenGL
7225
7225
  f.call(_frontfunc_, _backfunc_, _ref_, _mask_)
7226
7226
  end
7227
7227
  SRC_GL_ATI_separate_stencil
7228
- end # define_command_GL_ATI_separate_stencil
7228
+ end # define_ext_command_GL_ATI_separate_stencil
7229
7229
 
7230
- def define_command_GL_ATI_text_fragment_shader
7231
- end # define_command_GL_ATI_text_fragment_shader
7230
+ def define_ext_command_GL_ATI_text_fragment_shader
7231
+ end # define_ext_command_GL_ATI_text_fragment_shader
7232
7232
 
7233
- def define_command_GL_ATI_texture_env_combine3
7234
- end # define_command_GL_ATI_texture_env_combine3
7233
+ def define_ext_command_GL_ATI_texture_env_combine3
7234
+ end # define_ext_command_GL_ATI_texture_env_combine3
7235
7235
 
7236
- def define_command_GL_ATI_texture_float
7237
- end # define_command_GL_ATI_texture_float
7236
+ def define_ext_command_GL_ATI_texture_float
7237
+ end # define_ext_command_GL_ATI_texture_float
7238
7238
 
7239
- def define_command_GL_ATI_texture_mirror_once
7240
- end # define_command_GL_ATI_texture_mirror_once
7239
+ def define_ext_command_GL_ATI_texture_mirror_once
7240
+ end # define_ext_command_GL_ATI_texture_mirror_once
7241
7241
 
7242
- def define_command_GL_ATI_vertex_array_object
7242
+ def define_ext_command_GL_ATI_vertex_array_object
7243
7243
  GL_FUNCTIONS_ARGS_MAP[:glNewObjectBufferATI] = [Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, -Fiddle::TYPE_INT]
7244
7244
  GL_FUNCTIONS_RETVAL_MAP[:glNewObjectBufferATI] = -Fiddle::TYPE_INT
7245
7245
  module_eval(<<-SRC_GL_ATI_vertex_array_object)
@@ -7347,9 +7347,9 @@ module OpenGL
7347
7347
  f.call(_id_, _pname_, _params_)
7348
7348
  end
7349
7349
  SRC_GL_ATI_vertex_array_object
7350
- end # define_command_GL_ATI_vertex_array_object
7350
+ end # define_ext_command_GL_ATI_vertex_array_object
7351
7351
 
7352
- def define_command_GL_ATI_vertex_attrib_array_object
7352
+ def define_ext_command_GL_ATI_vertex_attrib_array_object
7353
7353
  GL_FUNCTIONS_ARGS_MAP[:glVertexAttribArrayObjectATI] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_CHAR, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
7354
7354
  GL_FUNCTIONS_RETVAL_MAP[:glVertexAttribArrayObjectATI] = Fiddle::TYPE_VOID
7355
7355
  module_eval(<<-SRC_GL_ATI_vertex_attrib_array_object)
@@ -7376,9 +7376,9 @@ module OpenGL
7376
7376
  f.call(_index_, _pname_, _params_)
7377
7377
  end
7378
7378
  SRC_GL_ATI_vertex_attrib_array_object
7379
- end # define_command_GL_ATI_vertex_attrib_array_object
7379
+ end # define_ext_command_GL_ATI_vertex_attrib_array_object
7380
7380
 
7381
- def define_command_GL_ATI_vertex_streams
7381
+ def define_ext_command_GL_ATI_vertex_streams
7382
7382
  GL_FUNCTIONS_ARGS_MAP[:glVertexStream1sATI] = [-Fiddle::TYPE_INT, Fiddle::TYPE_SHORT]
7383
7383
  GL_FUNCTIONS_RETVAL_MAP[:glVertexStream1sATI] = Fiddle::TYPE_VOID
7384
7384
  module_eval(<<-SRC_GL_ATI_vertex_streams)
@@ -7783,18 +7783,18 @@ module OpenGL
7783
7783
  f.call(_pname_, _param_)
7784
7784
  end
7785
7785
  SRC_GL_ATI_vertex_streams
7786
- end # define_command_GL_ATI_vertex_streams
7786
+ end # define_ext_command_GL_ATI_vertex_streams
7787
7787
 
7788
- def define_command_GL_EXT_422_pixels
7789
- end # define_command_GL_EXT_422_pixels
7788
+ def define_ext_command_GL_EXT_422_pixels
7789
+ end # define_ext_command_GL_EXT_422_pixels
7790
7790
 
7791
- def define_command_GL_EXT_abgr
7792
- end # define_command_GL_EXT_abgr
7791
+ def define_ext_command_GL_EXT_abgr
7792
+ end # define_ext_command_GL_EXT_abgr
7793
7793
 
7794
- def define_command_GL_EXT_bgra
7795
- end # define_command_GL_EXT_bgra
7794
+ def define_ext_command_GL_EXT_bgra
7795
+ end # define_ext_command_GL_EXT_bgra
7796
7796
 
7797
- def define_command_GL_EXT_bindable_uniform
7797
+ def define_ext_command_GL_EXT_bindable_uniform
7798
7798
  GL_FUNCTIONS_ARGS_MAP[:glUniformBufferEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
7799
7799
  GL_FUNCTIONS_RETVAL_MAP[:glUniformBufferEXT] = Fiddle::TYPE_VOID
7800
7800
  module_eval(<<-SRC_GL_EXT_bindable_uniform)
@@ -7821,9 +7821,9 @@ module OpenGL
7821
7821
  f.call(_program_, _location_)
7822
7822
  end
7823
7823
  SRC_GL_EXT_bindable_uniform
7824
- end # define_command_GL_EXT_bindable_uniform
7824
+ end # define_ext_command_GL_EXT_bindable_uniform
7825
7825
 
7826
- def define_command_GL_EXT_blend_color
7826
+ def define_ext_command_GL_EXT_blend_color
7827
7827
  GL_FUNCTIONS_ARGS_MAP[:glBlendColorEXT] = [Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT]
7828
7828
  GL_FUNCTIONS_RETVAL_MAP[:glBlendColorEXT] = Fiddle::TYPE_VOID
7829
7829
  module_eval(<<-SRC_GL_EXT_blend_color)
@@ -7832,9 +7832,9 @@ module OpenGL
7832
7832
  f.call(_red_, _green_, _blue_, _alpha_)
7833
7833
  end
7834
7834
  SRC_GL_EXT_blend_color
7835
- end # define_command_GL_EXT_blend_color
7835
+ end # define_ext_command_GL_EXT_blend_color
7836
7836
 
7837
- def define_command_GL_EXT_blend_equation_separate
7837
+ def define_ext_command_GL_EXT_blend_equation_separate
7838
7838
  GL_FUNCTIONS_ARGS_MAP[:glBlendEquationSeparateEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
7839
7839
  GL_FUNCTIONS_RETVAL_MAP[:glBlendEquationSeparateEXT] = Fiddle::TYPE_VOID
7840
7840
  module_eval(<<-SRC_GL_EXT_blend_equation_separate)
@@ -7843,9 +7843,9 @@ module OpenGL
7843
7843
  f.call(_modeRGB_, _modeAlpha_)
7844
7844
  end
7845
7845
  SRC_GL_EXT_blend_equation_separate
7846
- end # define_command_GL_EXT_blend_equation_separate
7846
+ end # define_ext_command_GL_EXT_blend_equation_separate
7847
7847
 
7848
- def define_command_GL_EXT_blend_func_separate
7848
+ def define_ext_command_GL_EXT_blend_func_separate
7849
7849
  GL_FUNCTIONS_ARGS_MAP[:glBlendFuncSeparateEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
7850
7850
  GL_FUNCTIONS_RETVAL_MAP[:glBlendFuncSeparateEXT] = Fiddle::TYPE_VOID
7851
7851
  module_eval(<<-SRC_GL_EXT_blend_func_separate)
@@ -7854,12 +7854,12 @@ module OpenGL
7854
7854
  f.call(_sfactorRGB_, _dfactorRGB_, _sfactorAlpha_, _dfactorAlpha_)
7855
7855
  end
7856
7856
  SRC_GL_EXT_blend_func_separate
7857
- end # define_command_GL_EXT_blend_func_separate
7857
+ end # define_ext_command_GL_EXT_blend_func_separate
7858
7858
 
7859
- def define_command_GL_EXT_blend_logic_op
7860
- end # define_command_GL_EXT_blend_logic_op
7859
+ def define_ext_command_GL_EXT_blend_logic_op
7860
+ end # define_ext_command_GL_EXT_blend_logic_op
7861
7861
 
7862
- def define_command_GL_EXT_blend_minmax
7862
+ def define_ext_command_GL_EXT_blend_minmax
7863
7863
  GL_FUNCTIONS_ARGS_MAP[:glBlendEquationEXT] = [-Fiddle::TYPE_INT]
7864
7864
  GL_FUNCTIONS_RETVAL_MAP[:glBlendEquationEXT] = Fiddle::TYPE_VOID
7865
7865
  module_eval(<<-SRC_GL_EXT_blend_minmax)
@@ -7868,18 +7868,18 @@ module OpenGL
7868
7868
  f.call(_mode_)
7869
7869
  end
7870
7870
  SRC_GL_EXT_blend_minmax
7871
- end # define_command_GL_EXT_blend_minmax
7871
+ end # define_ext_command_GL_EXT_blend_minmax
7872
7872
 
7873
- def define_command_GL_EXT_blend_subtract
7874
- end # define_command_GL_EXT_blend_subtract
7873
+ def define_ext_command_GL_EXT_blend_subtract
7874
+ end # define_ext_command_GL_EXT_blend_subtract
7875
7875
 
7876
- def define_command_GL_EXT_clip_volume_hint
7877
- end # define_command_GL_EXT_clip_volume_hint
7876
+ def define_ext_command_GL_EXT_clip_volume_hint
7877
+ end # define_ext_command_GL_EXT_clip_volume_hint
7878
7878
 
7879
- def define_command_GL_EXT_cmyka
7880
- end # define_command_GL_EXT_cmyka
7879
+ def define_ext_command_GL_EXT_cmyka
7880
+ end # define_ext_command_GL_EXT_cmyka
7881
7881
 
7882
- def define_command_GL_EXT_color_subtable
7882
+ def define_ext_command_GL_EXT_color_subtable
7883
7883
  GL_FUNCTIONS_ARGS_MAP[:glColorSubTableEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
7884
7884
  GL_FUNCTIONS_RETVAL_MAP[:glColorSubTableEXT] = Fiddle::TYPE_VOID
7885
7885
  module_eval(<<-SRC_GL_EXT_color_subtable)
@@ -7897,9 +7897,9 @@ module OpenGL
7897
7897
  f.call(_target_, _start_, _x_, _y_, _width_)
7898
7898
  end
7899
7899
  SRC_GL_EXT_color_subtable
7900
- end # define_command_GL_EXT_color_subtable
7900
+ end # define_ext_command_GL_EXT_color_subtable
7901
7901
 
7902
- def define_command_GL_EXT_compiled_vertex_array
7902
+ def define_ext_command_GL_EXT_compiled_vertex_array
7903
7903
  GL_FUNCTIONS_ARGS_MAP[:glLockArraysEXT] = [Fiddle::TYPE_INT, Fiddle::TYPE_INT]
7904
7904
  GL_FUNCTIONS_RETVAL_MAP[:glLockArraysEXT] = Fiddle::TYPE_VOID
7905
7905
  module_eval(<<-SRC_GL_EXT_compiled_vertex_array)
@@ -7917,9 +7917,9 @@ module OpenGL
7917
7917
  f.call()
7918
7918
  end
7919
7919
  SRC_GL_EXT_compiled_vertex_array
7920
- end # define_command_GL_EXT_compiled_vertex_array
7920
+ end # define_ext_command_GL_EXT_compiled_vertex_array
7921
7921
 
7922
- def define_command_GL_EXT_convolution
7922
+ def define_ext_command_GL_EXT_convolution
7923
7923
  GL_FUNCTIONS_ARGS_MAP[:glConvolutionFilter1DEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
7924
7924
  GL_FUNCTIONS_RETVAL_MAP[:glConvolutionFilter1DEXT] = Fiddle::TYPE_VOID
7925
7925
  module_eval(<<-SRC_GL_EXT_convolution)
@@ -8036,9 +8036,9 @@ module OpenGL
8036
8036
  f.call(_target_, _internalformat_, _width_, _height_, _format_, _type_, _row_, _column_)
8037
8037
  end
8038
8038
  SRC_GL_EXT_convolution
8039
- end # define_command_GL_EXT_convolution
8039
+ end # define_ext_command_GL_EXT_convolution
8040
8040
 
8041
- def define_command_GL_EXT_coordinate_frame
8041
+ def define_ext_command_GL_EXT_coordinate_frame
8042
8042
  GL_FUNCTIONS_ARGS_MAP[:glTangent3bEXT] = [Fiddle::TYPE_CHAR, Fiddle::TYPE_CHAR, Fiddle::TYPE_CHAR]
8043
8043
  GL_FUNCTIONS_RETVAL_MAP[:glTangent3bEXT] = Fiddle::TYPE_VOID
8044
8044
  module_eval(<<-SRC_GL_EXT_coordinate_frame)
@@ -8236,9 +8236,9 @@ module OpenGL
8236
8236
  f.call(_type_, _stride_, _pointer_)
8237
8237
  end
8238
8238
  SRC_GL_EXT_coordinate_frame
8239
- end # define_command_GL_EXT_coordinate_frame
8239
+ end # define_ext_command_GL_EXT_coordinate_frame
8240
8240
 
8241
- def define_command_GL_EXT_copy_texture
8241
+ def define_ext_command_GL_EXT_copy_texture
8242
8242
  GL_FUNCTIONS_ARGS_MAP[:glCopyTexImage1DEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT]
8243
8243
  GL_FUNCTIONS_RETVAL_MAP[:glCopyTexImage1DEXT] = Fiddle::TYPE_VOID
8244
8244
  module_eval(<<-SRC_GL_EXT_copy_texture)
@@ -8283,9 +8283,9 @@ module OpenGL
8283
8283
  f.call(_target_, _level_, _xoffset_, _yoffset_, _zoffset_, _x_, _y_, _width_, _height_)
8284
8284
  end
8285
8285
  SRC_GL_EXT_copy_texture
8286
- end # define_command_GL_EXT_copy_texture
8286
+ end # define_ext_command_GL_EXT_copy_texture
8287
8287
 
8288
- def define_command_GL_EXT_cull_vertex
8288
+ def define_ext_command_GL_EXT_cull_vertex
8289
8289
  GL_FUNCTIONS_ARGS_MAP[:glCullParameterdvEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
8290
8290
  GL_FUNCTIONS_RETVAL_MAP[:glCullParameterdvEXT] = Fiddle::TYPE_VOID
8291
8291
  module_eval(<<-SRC_GL_EXT_cull_vertex)
@@ -8303,9 +8303,9 @@ module OpenGL
8303
8303
  f.call(_pname_, _params_)
8304
8304
  end
8305
8305
  SRC_GL_EXT_cull_vertex
8306
- end # define_command_GL_EXT_cull_vertex
8306
+ end # define_ext_command_GL_EXT_cull_vertex
8307
8307
 
8308
- def define_command_GL_EXT_debug_label
8308
+ def define_ext_command_GL_EXT_debug_label
8309
8309
  GL_FUNCTIONS_ARGS_MAP[:glLabelObjectEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
8310
8310
  GL_FUNCTIONS_RETVAL_MAP[:glLabelObjectEXT] = Fiddle::TYPE_VOID
8311
8311
  module_eval(<<-SRC_GL_EXT_debug_label)
@@ -8323,9 +8323,9 @@ module OpenGL
8323
8323
  f.call(_type_, _object_, _bufSize_, _length_, _label_)
8324
8324
  end
8325
8325
  SRC_GL_EXT_debug_label
8326
- end # define_command_GL_EXT_debug_label
8326
+ end # define_ext_command_GL_EXT_debug_label
8327
8327
 
8328
- def define_command_GL_EXT_debug_marker
8328
+ def define_ext_command_GL_EXT_debug_marker
8329
8329
  GL_FUNCTIONS_ARGS_MAP[:glInsertEventMarkerEXT] = [Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
8330
8330
  GL_FUNCTIONS_RETVAL_MAP[:glInsertEventMarkerEXT] = Fiddle::TYPE_VOID
8331
8331
  module_eval(<<-SRC_GL_EXT_debug_marker)
@@ -8352,9 +8352,9 @@ module OpenGL
8352
8352
  f.call()
8353
8353
  end
8354
8354
  SRC_GL_EXT_debug_marker
8355
- end # define_command_GL_EXT_debug_marker
8355
+ end # define_ext_command_GL_EXT_debug_marker
8356
8356
 
8357
- def define_command_GL_EXT_depth_bounds_test
8357
+ def define_ext_command_GL_EXT_depth_bounds_test
8358
8358
  GL_FUNCTIONS_ARGS_MAP[:glDepthBoundsEXT] = [Fiddle::TYPE_DOUBLE, Fiddle::TYPE_DOUBLE]
8359
8359
  GL_FUNCTIONS_RETVAL_MAP[:glDepthBoundsEXT] = Fiddle::TYPE_VOID
8360
8360
  module_eval(<<-SRC_GL_EXT_depth_bounds_test)
@@ -8363,9 +8363,9 @@ module OpenGL
8363
8363
  f.call(_zmin_, _zmax_)
8364
8364
  end
8365
8365
  SRC_GL_EXT_depth_bounds_test
8366
- end # define_command_GL_EXT_depth_bounds_test
8366
+ end # define_ext_command_GL_EXT_depth_bounds_test
8367
8367
 
8368
- def define_command_GL_EXT_direct_state_access
8368
+ def define_ext_command_GL_EXT_direct_state_access
8369
8369
  GL_FUNCTIONS_ARGS_MAP[:glMatrixLoadfEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
8370
8370
  GL_FUNCTIONS_RETVAL_MAP[:glMatrixLoadfEXT] = Fiddle::TYPE_VOID
8371
8371
  module_eval(<<-SRC_GL_EXT_direct_state_access)
@@ -10660,9 +10660,9 @@ module OpenGL
10660
10660
  f.call(_vaobj_, _index_, _divisor_)
10661
10661
  end
10662
10662
  SRC_GL_EXT_direct_state_access
10663
- end # define_command_GL_EXT_direct_state_access
10663
+ end # define_ext_command_GL_EXT_direct_state_access
10664
10664
 
10665
- def define_command_GL_EXT_draw_buffers2
10665
+ def define_ext_command_GL_EXT_draw_buffers2
10666
10666
  GL_FUNCTIONS_ARGS_MAP[:glColorMaskIndexedEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_CHAR, -Fiddle::TYPE_CHAR, -Fiddle::TYPE_CHAR, -Fiddle::TYPE_CHAR]
10667
10667
  GL_FUNCTIONS_RETVAL_MAP[:glColorMaskIndexedEXT] = Fiddle::TYPE_VOID
10668
10668
  module_eval(<<-SRC_GL_EXT_draw_buffers2)
@@ -10716,9 +10716,9 @@ module OpenGL
10716
10716
  f.call(_target_, _index_)
10717
10717
  end
10718
10718
  SRC_GL_EXT_draw_buffers2
10719
- end # define_command_GL_EXT_draw_buffers2
10719
+ end # define_ext_command_GL_EXT_draw_buffers2
10720
10720
 
10721
- def define_command_GL_EXT_draw_instanced
10721
+ def define_ext_command_GL_EXT_draw_instanced
10722
10722
  GL_FUNCTIONS_ARGS_MAP[:glDrawArraysInstancedEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT]
10723
10723
  GL_FUNCTIONS_RETVAL_MAP[:glDrawArraysInstancedEXT] = Fiddle::TYPE_VOID
10724
10724
  module_eval(<<-SRC_GL_EXT_draw_instanced)
@@ -10736,9 +10736,9 @@ module OpenGL
10736
10736
  f.call(_mode_, _count_, _type_, _indices_, _primcount_)
10737
10737
  end
10738
10738
  SRC_GL_EXT_draw_instanced
10739
- end # define_command_GL_EXT_draw_instanced
10739
+ end # define_ext_command_GL_EXT_draw_instanced
10740
10740
 
10741
- def define_command_GL_EXT_draw_range_elements
10741
+ def define_ext_command_GL_EXT_draw_range_elements
10742
10742
  GL_FUNCTIONS_ARGS_MAP[:glDrawRangeElementsEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
10743
10743
  GL_FUNCTIONS_RETVAL_MAP[:glDrawRangeElementsEXT] = Fiddle::TYPE_VOID
10744
10744
  module_eval(<<-SRC_GL_EXT_draw_range_elements)
@@ -10747,9 +10747,9 @@ module OpenGL
10747
10747
  f.call(_mode_, _start_, _end_, _count_, _type_, _indices_)
10748
10748
  end
10749
10749
  SRC_GL_EXT_draw_range_elements
10750
- end # define_command_GL_EXT_draw_range_elements
10750
+ end # define_ext_command_GL_EXT_draw_range_elements
10751
10751
 
10752
- def define_command_GL_EXT_fog_coord
10752
+ def define_ext_command_GL_EXT_fog_coord
10753
10753
  GL_FUNCTIONS_ARGS_MAP[:glFogCoordfEXT] = [Fiddle::TYPE_FLOAT]
10754
10754
  GL_FUNCTIONS_RETVAL_MAP[:glFogCoordfEXT] = Fiddle::TYPE_VOID
10755
10755
  module_eval(<<-SRC_GL_EXT_fog_coord)
@@ -10794,9 +10794,9 @@ module OpenGL
10794
10794
  f.call(_type_, _stride_, _pointer_)
10795
10795
  end
10796
10796
  SRC_GL_EXT_fog_coord
10797
- end # define_command_GL_EXT_fog_coord
10797
+ end # define_ext_command_GL_EXT_fog_coord
10798
10798
 
10799
- def define_command_GL_EXT_framebuffer_blit
10799
+ def define_ext_command_GL_EXT_framebuffer_blit
10800
10800
  GL_FUNCTIONS_ARGS_MAP[:glBlitFramebufferEXT] = [Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
10801
10801
  GL_FUNCTIONS_RETVAL_MAP[:glBlitFramebufferEXT] = Fiddle::TYPE_VOID
10802
10802
  module_eval(<<-SRC_GL_EXT_framebuffer_blit)
@@ -10805,9 +10805,9 @@ module OpenGL
10805
10805
  f.call(_srcX0_, _srcY0_, _srcX1_, _srcY1_, _dstX0_, _dstY0_, _dstX1_, _dstY1_, _mask_, _filter_)
10806
10806
  end
10807
10807
  SRC_GL_EXT_framebuffer_blit
10808
- end # define_command_GL_EXT_framebuffer_blit
10808
+ end # define_ext_command_GL_EXT_framebuffer_blit
10809
10809
 
10810
- def define_command_GL_EXT_framebuffer_multisample
10810
+ def define_ext_command_GL_EXT_framebuffer_multisample
10811
10811
  GL_FUNCTIONS_ARGS_MAP[:glRenderbufferStorageMultisampleEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT]
10812
10812
  GL_FUNCTIONS_RETVAL_MAP[:glRenderbufferStorageMultisampleEXT] = Fiddle::TYPE_VOID
10813
10813
  module_eval(<<-SRC_GL_EXT_framebuffer_multisample)
@@ -10816,12 +10816,12 @@ module OpenGL
10816
10816
  f.call(_target_, _samples_, _internalformat_, _width_, _height_)
10817
10817
  end
10818
10818
  SRC_GL_EXT_framebuffer_multisample
10819
- end # define_command_GL_EXT_framebuffer_multisample
10819
+ end # define_ext_command_GL_EXT_framebuffer_multisample
10820
10820
 
10821
- def define_command_GL_EXT_framebuffer_multisample_blit_scaled
10822
- end # define_command_GL_EXT_framebuffer_multisample_blit_scaled
10821
+ def define_ext_command_GL_EXT_framebuffer_multisample_blit_scaled
10822
+ end # define_ext_command_GL_EXT_framebuffer_multisample_blit_scaled
10823
10823
 
10824
- def define_command_GL_EXT_framebuffer_object
10824
+ def define_ext_command_GL_EXT_framebuffer_object
10825
10825
  GL_FUNCTIONS_ARGS_MAP[:glIsRenderbufferEXT] = [-Fiddle::TYPE_INT]
10826
10826
  GL_FUNCTIONS_RETVAL_MAP[:glIsRenderbufferEXT] = -Fiddle::TYPE_CHAR
10827
10827
  module_eval(<<-SRC_GL_EXT_framebuffer_object)
@@ -10974,12 +10974,12 @@ module OpenGL
10974
10974
  f.call(_target_)
10975
10975
  end
10976
10976
  SRC_GL_EXT_framebuffer_object
10977
- end # define_command_GL_EXT_framebuffer_object
10977
+ end # define_ext_command_GL_EXT_framebuffer_object
10978
10978
 
10979
- def define_command_GL_EXT_framebuffer_sRGB
10980
- end # define_command_GL_EXT_framebuffer_sRGB
10979
+ def define_ext_command_GL_EXT_framebuffer_sRGB
10980
+ end # define_ext_command_GL_EXT_framebuffer_sRGB
10981
10981
 
10982
- def define_command_GL_EXT_geometry_shader4
10982
+ def define_ext_command_GL_EXT_geometry_shader4
10983
10983
  GL_FUNCTIONS_ARGS_MAP[:glProgramParameteriEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT]
10984
10984
  GL_FUNCTIONS_RETVAL_MAP[:glProgramParameteriEXT] = Fiddle::TYPE_VOID
10985
10985
  module_eval(<<-SRC_GL_EXT_geometry_shader4)
@@ -10988,9 +10988,9 @@ module OpenGL
10988
10988
  f.call(_program_, _pname_, _value_)
10989
10989
  end
10990
10990
  SRC_GL_EXT_geometry_shader4
10991
- end # define_command_GL_EXT_geometry_shader4
10991
+ end # define_ext_command_GL_EXT_geometry_shader4
10992
10992
 
10993
- def define_command_GL_EXT_gpu_program_parameters
10993
+ def define_ext_command_GL_EXT_gpu_program_parameters
10994
10994
  GL_FUNCTIONS_ARGS_MAP[:glProgramEnvParameters4fvEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
10995
10995
  GL_FUNCTIONS_RETVAL_MAP[:glProgramEnvParameters4fvEXT] = Fiddle::TYPE_VOID
10996
10996
  module_eval(<<-SRC_GL_EXT_gpu_program_parameters)
@@ -11008,9 +11008,9 @@ module OpenGL
11008
11008
  f.call(_target_, _index_, _count_, _params_)
11009
11009
  end
11010
11010
  SRC_GL_EXT_gpu_program_parameters
11011
- end # define_command_GL_EXT_gpu_program_parameters
11011
+ end # define_ext_command_GL_EXT_gpu_program_parameters
11012
11012
 
11013
- def define_command_GL_EXT_gpu_shader4
11013
+ def define_ext_command_GL_EXT_gpu_shader4
11014
11014
  GL_FUNCTIONS_ARGS_MAP[:glGetUniformuivEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
11015
11015
  GL_FUNCTIONS_RETVAL_MAP[:glGetUniformuivEXT] = Fiddle::TYPE_VOID
11016
11016
  module_eval(<<-SRC_GL_EXT_gpu_shader4)
@@ -11109,9 +11109,9 @@ module OpenGL
11109
11109
  f.call(_location_, _count_, _value_)
11110
11110
  end
11111
11111
  SRC_GL_EXT_gpu_shader4
11112
- end # define_command_GL_EXT_gpu_shader4
11112
+ end # define_ext_command_GL_EXT_gpu_shader4
11113
11113
 
11114
- def define_command_GL_EXT_histogram
11114
+ def define_ext_command_GL_EXT_histogram
11115
11115
  GL_FUNCTIONS_ARGS_MAP[:glGetHistogramEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_CHAR, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
11116
11116
  GL_FUNCTIONS_RETVAL_MAP[:glGetHistogramEXT] = Fiddle::TYPE_VOID
11117
11117
  module_eval(<<-SRC_GL_EXT_histogram)
@@ -11201,12 +11201,12 @@ module OpenGL
11201
11201
  f.call(_target_)
11202
11202
  end
11203
11203
  SRC_GL_EXT_histogram
11204
- end # define_command_GL_EXT_histogram
11204
+ end # define_ext_command_GL_EXT_histogram
11205
11205
 
11206
- def define_command_GL_EXT_index_array_formats
11207
- end # define_command_GL_EXT_index_array_formats
11206
+ def define_ext_command_GL_EXT_index_array_formats
11207
+ end # define_ext_command_GL_EXT_index_array_formats
11208
11208
 
11209
- def define_command_GL_EXT_index_func
11209
+ def define_ext_command_GL_EXT_index_func
11210
11210
  GL_FUNCTIONS_ARGS_MAP[:glIndexFuncEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_FLOAT]
11211
11211
  GL_FUNCTIONS_RETVAL_MAP[:glIndexFuncEXT] = Fiddle::TYPE_VOID
11212
11212
  module_eval(<<-SRC_GL_EXT_index_func)
@@ -11215,9 +11215,9 @@ module OpenGL
11215
11215
  f.call(_func_, _ref_)
11216
11216
  end
11217
11217
  SRC_GL_EXT_index_func
11218
- end # define_command_GL_EXT_index_func
11218
+ end # define_ext_command_GL_EXT_index_func
11219
11219
 
11220
- def define_command_GL_EXT_index_material
11220
+ def define_ext_command_GL_EXT_index_material
11221
11221
  GL_FUNCTIONS_ARGS_MAP[:glIndexMaterialEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
11222
11222
  GL_FUNCTIONS_RETVAL_MAP[:glIndexMaterialEXT] = Fiddle::TYPE_VOID
11223
11223
  module_eval(<<-SRC_GL_EXT_index_material)
@@ -11226,12 +11226,12 @@ module OpenGL
11226
11226
  f.call(_face_, _mode_)
11227
11227
  end
11228
11228
  SRC_GL_EXT_index_material
11229
- end # define_command_GL_EXT_index_material
11229
+ end # define_ext_command_GL_EXT_index_material
11230
11230
 
11231
- def define_command_GL_EXT_index_texture
11232
- end # define_command_GL_EXT_index_texture
11231
+ def define_ext_command_GL_EXT_index_texture
11232
+ end # define_ext_command_GL_EXT_index_texture
11233
11233
 
11234
- def define_command_GL_EXT_light_texture
11234
+ def define_ext_command_GL_EXT_light_texture
11235
11235
  GL_FUNCTIONS_ARGS_MAP[:glApplyTextureEXT] = [-Fiddle::TYPE_INT]
11236
11236
  GL_FUNCTIONS_RETVAL_MAP[:glApplyTextureEXT] = Fiddle::TYPE_VOID
11237
11237
  module_eval(<<-SRC_GL_EXT_light_texture)
@@ -11258,12 +11258,12 @@ module OpenGL
11258
11258
  f.call(_face_, _mode_)
11259
11259
  end
11260
11260
  SRC_GL_EXT_light_texture
11261
- end # define_command_GL_EXT_light_texture
11261
+ end # define_ext_command_GL_EXT_light_texture
11262
11262
 
11263
- def define_command_GL_EXT_misc_attribute
11264
- end # define_command_GL_EXT_misc_attribute
11263
+ def define_ext_command_GL_EXT_misc_attribute
11264
+ end # define_ext_command_GL_EXT_misc_attribute
11265
11265
 
11266
- def define_command_GL_EXT_multi_draw_arrays
11266
+ def define_ext_command_GL_EXT_multi_draw_arrays
11267
11267
  GL_FUNCTIONS_ARGS_MAP[:glMultiDrawArraysEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, Fiddle::TYPE_VOIDP, Fiddle::TYPE_INT]
11268
11268
  GL_FUNCTIONS_RETVAL_MAP[:glMultiDrawArraysEXT] = Fiddle::TYPE_VOID
11269
11269
  module_eval(<<-SRC_GL_EXT_multi_draw_arrays)
@@ -11281,9 +11281,9 @@ module OpenGL
11281
11281
  f.call(_mode_, _count_, _type_, _indices_, _primcount_)
11282
11282
  end
11283
11283
  SRC_GL_EXT_multi_draw_arrays
11284
- end # define_command_GL_EXT_multi_draw_arrays
11284
+ end # define_ext_command_GL_EXT_multi_draw_arrays
11285
11285
 
11286
- def define_command_GL_EXT_multisample
11286
+ def define_ext_command_GL_EXT_multisample
11287
11287
  GL_FUNCTIONS_ARGS_MAP[:glSampleMaskEXT] = [Fiddle::TYPE_FLOAT, -Fiddle::TYPE_CHAR]
11288
11288
  GL_FUNCTIONS_RETVAL_MAP[:glSampleMaskEXT] = Fiddle::TYPE_VOID
11289
11289
  module_eval(<<-SRC_GL_EXT_multisample)
@@ -11301,18 +11301,18 @@ module OpenGL
11301
11301
  f.call(_pattern_)
11302
11302
  end
11303
11303
  SRC_GL_EXT_multisample
11304
- end # define_command_GL_EXT_multisample
11304
+ end # define_ext_command_GL_EXT_multisample
11305
11305
 
11306
- def define_command_GL_EXT_packed_depth_stencil
11307
- end # define_command_GL_EXT_packed_depth_stencil
11306
+ def define_ext_command_GL_EXT_packed_depth_stencil
11307
+ end # define_ext_command_GL_EXT_packed_depth_stencil
11308
11308
 
11309
- def define_command_GL_EXT_packed_float
11310
- end # define_command_GL_EXT_packed_float
11309
+ def define_ext_command_GL_EXT_packed_float
11310
+ end # define_ext_command_GL_EXT_packed_float
11311
11311
 
11312
- def define_command_GL_EXT_packed_pixels
11313
- end # define_command_GL_EXT_packed_pixels
11312
+ def define_ext_command_GL_EXT_packed_pixels
11313
+ end # define_ext_command_GL_EXT_packed_pixels
11314
11314
 
11315
- def define_command_GL_EXT_paletted_texture
11315
+ def define_ext_command_GL_EXT_paletted_texture
11316
11316
  GL_FUNCTIONS_ARGS_MAP[:glColorTableEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
11317
11317
  GL_FUNCTIONS_RETVAL_MAP[:glColorTableEXT] = Fiddle::TYPE_VOID
11318
11318
  module_eval(<<-SRC_GL_EXT_paletted_texture)
@@ -11348,12 +11348,12 @@ module OpenGL
11348
11348
  f.call(_target_, _pname_, _params_)
11349
11349
  end
11350
11350
  SRC_GL_EXT_paletted_texture
11351
- end # define_command_GL_EXT_paletted_texture
11351
+ end # define_ext_command_GL_EXT_paletted_texture
11352
11352
 
11353
- def define_command_GL_EXT_pixel_buffer_object
11354
- end # define_command_GL_EXT_pixel_buffer_object
11353
+ def define_ext_command_GL_EXT_pixel_buffer_object
11354
+ end # define_ext_command_GL_EXT_pixel_buffer_object
11355
11355
 
11356
- def define_command_GL_EXT_pixel_transform
11356
+ def define_ext_command_GL_EXT_pixel_transform
11357
11357
  GL_FUNCTIONS_ARGS_MAP[:glPixelTransformParameteriEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT]
11358
11358
  GL_FUNCTIONS_RETVAL_MAP[:glPixelTransformParameteriEXT] = Fiddle::TYPE_VOID
11359
11359
  module_eval(<<-SRC_GL_EXT_pixel_transform)
@@ -11407,12 +11407,12 @@ module OpenGL
11407
11407
  f.call(_target_, _pname_, _params_)
11408
11408
  end
11409
11409
  SRC_GL_EXT_pixel_transform
11410
- end # define_command_GL_EXT_pixel_transform
11410
+ end # define_ext_command_GL_EXT_pixel_transform
11411
11411
 
11412
- def define_command_GL_EXT_pixel_transform_color_table
11413
- end # define_command_GL_EXT_pixel_transform_color_table
11412
+ def define_ext_command_GL_EXT_pixel_transform_color_table
11413
+ end # define_ext_command_GL_EXT_pixel_transform_color_table
11414
11414
 
11415
- def define_command_GL_EXT_point_parameters
11415
+ def define_ext_command_GL_EXT_point_parameters
11416
11416
  GL_FUNCTIONS_ARGS_MAP[:glPointParameterfEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_FLOAT]
11417
11417
  GL_FUNCTIONS_RETVAL_MAP[:glPointParameterfEXT] = Fiddle::TYPE_VOID
11418
11418
  module_eval(<<-SRC_GL_EXT_point_parameters)
@@ -11430,9 +11430,9 @@ module OpenGL
11430
11430
  f.call(_pname_, _params_)
11431
11431
  end
11432
11432
  SRC_GL_EXT_point_parameters
11433
- end # define_command_GL_EXT_point_parameters
11433
+ end # define_ext_command_GL_EXT_point_parameters
11434
11434
 
11435
- def define_command_GL_EXT_polygon_offset
11435
+ def define_ext_command_GL_EXT_polygon_offset
11436
11436
  GL_FUNCTIONS_ARGS_MAP[:glPolygonOffsetEXT] = [Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT]
11437
11437
  GL_FUNCTIONS_RETVAL_MAP[:glPolygonOffsetEXT] = Fiddle::TYPE_VOID
11438
11438
  module_eval(<<-SRC_GL_EXT_polygon_offset)
@@ -11441,9 +11441,9 @@ module OpenGL
11441
11441
  f.call(_factor_, _bias_)
11442
11442
  end
11443
11443
  SRC_GL_EXT_polygon_offset
11444
- end # define_command_GL_EXT_polygon_offset
11444
+ end # define_ext_command_GL_EXT_polygon_offset
11445
11445
 
11446
- def define_command_GL_EXT_provoking_vertex
11446
+ def define_ext_command_GL_EXT_provoking_vertex
11447
11447
  GL_FUNCTIONS_ARGS_MAP[:glProvokingVertexEXT] = [-Fiddle::TYPE_INT]
11448
11448
  GL_FUNCTIONS_RETVAL_MAP[:glProvokingVertexEXT] = Fiddle::TYPE_VOID
11449
11449
  module_eval(<<-SRC_GL_EXT_provoking_vertex)
@@ -11452,12 +11452,12 @@ module OpenGL
11452
11452
  f.call(_mode_)
11453
11453
  end
11454
11454
  SRC_GL_EXT_provoking_vertex
11455
- end # define_command_GL_EXT_provoking_vertex
11455
+ end # define_ext_command_GL_EXT_provoking_vertex
11456
11456
 
11457
- def define_command_GL_EXT_rescale_normal
11458
- end # define_command_GL_EXT_rescale_normal
11457
+ def define_ext_command_GL_EXT_rescale_normal
11458
+ end # define_ext_command_GL_EXT_rescale_normal
11459
11459
 
11460
- def define_command_GL_EXT_secondary_color
11460
+ def define_ext_command_GL_EXT_secondary_color
11461
11461
  GL_FUNCTIONS_ARGS_MAP[:glSecondaryColor3bEXT] = [Fiddle::TYPE_CHAR, Fiddle::TYPE_CHAR, Fiddle::TYPE_CHAR]
11462
11462
  GL_FUNCTIONS_RETVAL_MAP[:glSecondaryColor3bEXT] = Fiddle::TYPE_VOID
11463
11463
  module_eval(<<-SRC_GL_EXT_secondary_color)
@@ -11610,9 +11610,9 @@ module OpenGL
11610
11610
  f.call(_size_, _type_, _stride_, _pointer_)
11611
11611
  end
11612
11612
  SRC_GL_EXT_secondary_color
11613
- end # define_command_GL_EXT_secondary_color
11613
+ end # define_ext_command_GL_EXT_secondary_color
11614
11614
 
11615
- def define_command_GL_EXT_separate_shader_objects
11615
+ def define_ext_command_GL_EXT_separate_shader_objects
11616
11616
  GL_FUNCTIONS_ARGS_MAP[:glUseShaderProgramEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
11617
11617
  GL_FUNCTIONS_RETVAL_MAP[:glUseShaderProgramEXT] = Fiddle::TYPE_VOID
11618
11618
  module_eval(<<-SRC_GL_EXT_separate_shader_objects)
@@ -12035,12 +12035,12 @@ module OpenGL
12035
12035
  f.call(_program_, _location_, _count_, _transpose_, _value_)
12036
12036
  end
12037
12037
  SRC_GL_EXT_separate_shader_objects
12038
- end # define_command_GL_EXT_separate_shader_objects
12038
+ end # define_ext_command_GL_EXT_separate_shader_objects
12039
12039
 
12040
- def define_command_GL_EXT_separate_specular_color
12041
- end # define_command_GL_EXT_separate_specular_color
12040
+ def define_ext_command_GL_EXT_separate_specular_color
12041
+ end # define_ext_command_GL_EXT_separate_specular_color
12042
12042
 
12043
- def define_command_GL_EXT_shader_image_load_store
12043
+ def define_ext_command_GL_EXT_shader_image_load_store
12044
12044
  GL_FUNCTIONS_ARGS_MAP[:glBindImageTextureEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_CHAR, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT]
12045
12045
  GL_FUNCTIONS_RETVAL_MAP[:glBindImageTextureEXT] = Fiddle::TYPE_VOID
12046
12046
  module_eval(<<-SRC_GL_EXT_shader_image_load_store)
@@ -12058,18 +12058,18 @@ module OpenGL
12058
12058
  f.call(_barriers_)
12059
12059
  end
12060
12060
  SRC_GL_EXT_shader_image_load_store
12061
- end # define_command_GL_EXT_shader_image_load_store
12061
+ end # define_ext_command_GL_EXT_shader_image_load_store
12062
12062
 
12063
- def define_command_GL_EXT_shader_integer_mix
12064
- end # define_command_GL_EXT_shader_integer_mix
12063
+ def define_ext_command_GL_EXT_shader_integer_mix
12064
+ end # define_ext_command_GL_EXT_shader_integer_mix
12065
12065
 
12066
- def define_command_GL_EXT_shadow_funcs
12067
- end # define_command_GL_EXT_shadow_funcs
12066
+ def define_ext_command_GL_EXT_shadow_funcs
12067
+ end # define_ext_command_GL_EXT_shadow_funcs
12068
12068
 
12069
- def define_command_GL_EXT_shared_texture_palette
12070
- end # define_command_GL_EXT_shared_texture_palette
12069
+ def define_ext_command_GL_EXT_shared_texture_palette
12070
+ end # define_ext_command_GL_EXT_shared_texture_palette
12071
12071
 
12072
- def define_command_GL_EXT_stencil_clear_tag
12072
+ def define_ext_command_GL_EXT_stencil_clear_tag
12073
12073
  GL_FUNCTIONS_ARGS_MAP[:glStencilClearTagEXT] = [Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
12074
12074
  GL_FUNCTIONS_RETVAL_MAP[:glStencilClearTagEXT] = Fiddle::TYPE_VOID
12075
12075
  module_eval(<<-SRC_GL_EXT_stencil_clear_tag)
@@ -12078,9 +12078,9 @@ module OpenGL
12078
12078
  f.call(_stencilTagBits_, _stencilClearTag_)
12079
12079
  end
12080
12080
  SRC_GL_EXT_stencil_clear_tag
12081
- end # define_command_GL_EXT_stencil_clear_tag
12081
+ end # define_ext_command_GL_EXT_stencil_clear_tag
12082
12082
 
12083
- def define_command_GL_EXT_stencil_two_side
12083
+ def define_ext_command_GL_EXT_stencil_two_side
12084
12084
  GL_FUNCTIONS_ARGS_MAP[:glActiveStencilFaceEXT] = [-Fiddle::TYPE_INT]
12085
12085
  GL_FUNCTIONS_RETVAL_MAP[:glActiveStencilFaceEXT] = Fiddle::TYPE_VOID
12086
12086
  module_eval(<<-SRC_GL_EXT_stencil_two_side)
@@ -12089,12 +12089,12 @@ module OpenGL
12089
12089
  f.call(_face_)
12090
12090
  end
12091
12091
  SRC_GL_EXT_stencil_two_side
12092
- end # define_command_GL_EXT_stencil_two_side
12092
+ end # define_ext_command_GL_EXT_stencil_two_side
12093
12093
 
12094
- def define_command_GL_EXT_stencil_wrap
12095
- end # define_command_GL_EXT_stencil_wrap
12094
+ def define_ext_command_GL_EXT_stencil_wrap
12095
+ end # define_ext_command_GL_EXT_stencil_wrap
12096
12096
 
12097
- def define_command_GL_EXT_subtexture
12097
+ def define_ext_command_GL_EXT_subtexture
12098
12098
  GL_FUNCTIONS_ARGS_MAP[:glTexSubImage1DEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
12099
12099
  GL_FUNCTIONS_RETVAL_MAP[:glTexSubImage1DEXT] = Fiddle::TYPE_VOID
12100
12100
  module_eval(<<-SRC_GL_EXT_subtexture)
@@ -12112,12 +12112,12 @@ module OpenGL
12112
12112
  f.call(_target_, _level_, _xoffset_, _yoffset_, _width_, _height_, _format_, _type_, _pixels_)
12113
12113
  end
12114
12114
  SRC_GL_EXT_subtexture
12115
- end # define_command_GL_EXT_subtexture
12115
+ end # define_ext_command_GL_EXT_subtexture
12116
12116
 
12117
- def define_command_GL_EXT_texture
12118
- end # define_command_GL_EXT_texture
12117
+ def define_ext_command_GL_EXT_texture
12118
+ end # define_ext_command_GL_EXT_texture
12119
12119
 
12120
- def define_command_GL_EXT_texture3D
12120
+ def define_ext_command_GL_EXT_texture3D
12121
12121
  GL_FUNCTIONS_ARGS_MAP[:glTexImage3DEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
12122
12122
  GL_FUNCTIONS_RETVAL_MAP[:glTexImage3DEXT] = Fiddle::TYPE_VOID
12123
12123
  module_eval(<<-SRC_GL_EXT_texture3D)
@@ -12135,12 +12135,12 @@ module OpenGL
12135
12135
  f.call(_target_, _level_, _xoffset_, _yoffset_, _zoffset_, _width_, _height_, _depth_, _format_, _type_, _pixels_)
12136
12136
  end
12137
12137
  SRC_GL_EXT_texture3D
12138
- end # define_command_GL_EXT_texture3D
12138
+ end # define_ext_command_GL_EXT_texture3D
12139
12139
 
12140
- def define_command_GL_EXT_texture_array
12141
- end # define_command_GL_EXT_texture_array
12140
+ def define_ext_command_GL_EXT_texture_array
12141
+ end # define_ext_command_GL_EXT_texture_array
12142
12142
 
12143
- def define_command_GL_EXT_texture_buffer_object
12143
+ def define_ext_command_GL_EXT_texture_buffer_object
12144
12144
  GL_FUNCTIONS_ARGS_MAP[:glTexBufferEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
12145
12145
  GL_FUNCTIONS_RETVAL_MAP[:glTexBufferEXT] = Fiddle::TYPE_VOID
12146
12146
  module_eval(<<-SRC_GL_EXT_texture_buffer_object)
@@ -12149,33 +12149,33 @@ module OpenGL
12149
12149
  f.call(_target_, _internalformat_, _buffer_)
12150
12150
  end
12151
12151
  SRC_GL_EXT_texture_buffer_object
12152
- end # define_command_GL_EXT_texture_buffer_object
12152
+ end # define_ext_command_GL_EXT_texture_buffer_object
12153
12153
 
12154
- def define_command_GL_EXT_texture_compression_latc
12155
- end # define_command_GL_EXT_texture_compression_latc
12154
+ def define_ext_command_GL_EXT_texture_compression_latc
12155
+ end # define_ext_command_GL_EXT_texture_compression_latc
12156
12156
 
12157
- def define_command_GL_EXT_texture_compression_rgtc
12158
- end # define_command_GL_EXT_texture_compression_rgtc
12157
+ def define_ext_command_GL_EXT_texture_compression_rgtc
12158
+ end # define_ext_command_GL_EXT_texture_compression_rgtc
12159
12159
 
12160
- def define_command_GL_EXT_texture_compression_s3tc
12161
- end # define_command_GL_EXT_texture_compression_s3tc
12160
+ def define_ext_command_GL_EXT_texture_compression_s3tc
12161
+ end # define_ext_command_GL_EXT_texture_compression_s3tc
12162
12162
 
12163
- def define_command_GL_EXT_texture_cube_map
12164
- end # define_command_GL_EXT_texture_cube_map
12163
+ def define_ext_command_GL_EXT_texture_cube_map
12164
+ end # define_ext_command_GL_EXT_texture_cube_map
12165
12165
 
12166
- def define_command_GL_EXT_texture_env_add
12167
- end # define_command_GL_EXT_texture_env_add
12166
+ def define_ext_command_GL_EXT_texture_env_add
12167
+ end # define_ext_command_GL_EXT_texture_env_add
12168
12168
 
12169
- def define_command_GL_EXT_texture_env_combine
12170
- end # define_command_GL_EXT_texture_env_combine
12169
+ def define_ext_command_GL_EXT_texture_env_combine
12170
+ end # define_ext_command_GL_EXT_texture_env_combine
12171
12171
 
12172
- def define_command_GL_EXT_texture_env_dot3
12173
- end # define_command_GL_EXT_texture_env_dot3
12172
+ def define_ext_command_GL_EXT_texture_env_dot3
12173
+ end # define_ext_command_GL_EXT_texture_env_dot3
12174
12174
 
12175
- def define_command_GL_EXT_texture_filter_anisotropic
12176
- end # define_command_GL_EXT_texture_filter_anisotropic
12175
+ def define_ext_command_GL_EXT_texture_filter_anisotropic
12176
+ end # define_ext_command_GL_EXT_texture_filter_anisotropic
12177
12177
 
12178
- def define_command_GL_EXT_texture_integer
12178
+ def define_ext_command_GL_EXT_texture_integer
12179
12179
  GL_FUNCTIONS_ARGS_MAP[:glTexParameterIivEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
12180
12180
  GL_FUNCTIONS_RETVAL_MAP[:glTexParameterIivEXT] = Fiddle::TYPE_VOID
12181
12181
  module_eval(<<-SRC_GL_EXT_texture_integer)
@@ -12229,15 +12229,15 @@ module OpenGL
12229
12229
  f.call(_red_, _green_, _blue_, _alpha_)
12230
12230
  end
12231
12231
  SRC_GL_EXT_texture_integer
12232
- end # define_command_GL_EXT_texture_integer
12232
+ end # define_ext_command_GL_EXT_texture_integer
12233
12233
 
12234
- def define_command_GL_EXT_texture_lod_bias
12235
- end # define_command_GL_EXT_texture_lod_bias
12234
+ def define_ext_command_GL_EXT_texture_lod_bias
12235
+ end # define_ext_command_GL_EXT_texture_lod_bias
12236
12236
 
12237
- def define_command_GL_EXT_texture_mirror_clamp
12238
- end # define_command_GL_EXT_texture_mirror_clamp
12237
+ def define_ext_command_GL_EXT_texture_mirror_clamp
12238
+ end # define_ext_command_GL_EXT_texture_mirror_clamp
12239
12239
 
12240
- def define_command_GL_EXT_texture_object
12240
+ def define_ext_command_GL_EXT_texture_object
12241
12241
  GL_FUNCTIONS_ARGS_MAP[:glAreTexturesResidentEXT] = [Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, Fiddle::TYPE_VOIDP]
12242
12242
  GL_FUNCTIONS_RETVAL_MAP[:glAreTexturesResidentEXT] = -Fiddle::TYPE_CHAR
12243
12243
  module_eval(<<-SRC_GL_EXT_texture_object)
@@ -12291,9 +12291,9 @@ module OpenGL
12291
12291
  f.call(_n_, _textures_, _priorities_)
12292
12292
  end
12293
12293
  SRC_GL_EXT_texture_object
12294
- end # define_command_GL_EXT_texture_object
12294
+ end # define_ext_command_GL_EXT_texture_object
12295
12295
 
12296
- def define_command_GL_EXT_texture_perturb_normal
12296
+ def define_ext_command_GL_EXT_texture_perturb_normal
12297
12297
  GL_FUNCTIONS_ARGS_MAP[:glTextureNormalEXT] = [-Fiddle::TYPE_INT]
12298
12298
  GL_FUNCTIONS_RETVAL_MAP[:glTextureNormalEXT] = Fiddle::TYPE_VOID
12299
12299
  module_eval(<<-SRC_GL_EXT_texture_perturb_normal)
@@ -12302,24 +12302,24 @@ module OpenGL
12302
12302
  f.call(_mode_)
12303
12303
  end
12304
12304
  SRC_GL_EXT_texture_perturb_normal
12305
- end # define_command_GL_EXT_texture_perturb_normal
12305
+ end # define_ext_command_GL_EXT_texture_perturb_normal
12306
12306
 
12307
- def define_command_GL_EXT_texture_sRGB
12308
- end # define_command_GL_EXT_texture_sRGB
12307
+ def define_ext_command_GL_EXT_texture_sRGB
12308
+ end # define_ext_command_GL_EXT_texture_sRGB
12309
12309
 
12310
- def define_command_GL_EXT_texture_sRGB_decode
12311
- end # define_command_GL_EXT_texture_sRGB_decode
12310
+ def define_ext_command_GL_EXT_texture_sRGB_decode
12311
+ end # define_ext_command_GL_EXT_texture_sRGB_decode
12312
12312
 
12313
- def define_command_GL_EXT_texture_shared_exponent
12314
- end # define_command_GL_EXT_texture_shared_exponent
12313
+ def define_ext_command_GL_EXT_texture_shared_exponent
12314
+ end # define_ext_command_GL_EXT_texture_shared_exponent
12315
12315
 
12316
- def define_command_GL_EXT_texture_snorm
12317
- end # define_command_GL_EXT_texture_snorm
12316
+ def define_ext_command_GL_EXT_texture_snorm
12317
+ end # define_ext_command_GL_EXT_texture_snorm
12318
12318
 
12319
- def define_command_GL_EXT_texture_swizzle
12320
- end # define_command_GL_EXT_texture_swizzle
12319
+ def define_ext_command_GL_EXT_texture_swizzle
12320
+ end # define_ext_command_GL_EXT_texture_swizzle
12321
12321
 
12322
- def define_command_GL_EXT_timer_query
12322
+ def define_ext_command_GL_EXT_timer_query
12323
12323
  GL_FUNCTIONS_ARGS_MAP[:glGetQueryObjecti64vEXT] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
12324
12324
  GL_FUNCTIONS_RETVAL_MAP[:glGetQueryObjecti64vEXT] = Fiddle::TYPE_VOID
12325
12325
  module_eval(<<-SRC_GL_EXT_timer_query)
@@ -12337,9 +12337,9 @@ module OpenGL
12337
12337
  f.call(_id_, _pname_, _params_)
12338
12338
  end
12339
12339
  SRC_GL_EXT_timer_query
12340
- end # define_command_GL_EXT_timer_query
12340
+ end # define_ext_command_GL_EXT_timer_query
12341
12341
 
12342
- def define_command_GL_EXT_transform_feedback
12342
+ def define_ext_command_GL_EXT_transform_feedback
12343
12343
  GL_FUNCTIONS_ARGS_MAP[:glBeginTransformFeedbackEXT] = [-Fiddle::TYPE_INT]
12344
12344
  GL_FUNCTIONS_RETVAL_MAP[:glBeginTransformFeedbackEXT] = Fiddle::TYPE_VOID
12345
12345
  module_eval(<<-SRC_GL_EXT_transform_feedback)
@@ -12402,9 +12402,9 @@ module OpenGL
12402
12402
  f.call(_program_, _index_, _bufSize_, _length_, _size_, _type_, _name_)
12403
12403
  end
12404
12404
  SRC_GL_EXT_transform_feedback
12405
- end # define_command_GL_EXT_transform_feedback
12405
+ end # define_ext_command_GL_EXT_transform_feedback
12406
12406
 
12407
- def define_command_GL_EXT_vertex_array
12407
+ def define_ext_command_GL_EXT_vertex_array
12408
12408
  GL_FUNCTIONS_ARGS_MAP[:glArrayElementEXT] = [Fiddle::TYPE_INT]
12409
12409
  GL_FUNCTIONS_RETVAL_MAP[:glArrayElementEXT] = Fiddle::TYPE_VOID
12410
12410
  module_eval(<<-SRC_GL_EXT_vertex_array)
@@ -12485,12 +12485,12 @@ module OpenGL
12485
12485
  f.call(_size_, _type_, _stride_, _count_, _pointer_)
12486
12486
  end
12487
12487
  SRC_GL_EXT_vertex_array
12488
- end # define_command_GL_EXT_vertex_array
12488
+ end # define_ext_command_GL_EXT_vertex_array
12489
12489
 
12490
- def define_command_GL_EXT_vertex_array_bgra
12491
- end # define_command_GL_EXT_vertex_array_bgra
12490
+ def define_ext_command_GL_EXT_vertex_array_bgra
12491
+ end # define_ext_command_GL_EXT_vertex_array_bgra
12492
12492
 
12493
- def define_command_GL_EXT_vertex_attrib_64bit
12493
+ def define_ext_command_GL_EXT_vertex_attrib_64bit
12494
12494
  GL_FUNCTIONS_ARGS_MAP[:glVertexAttribL1dEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_DOUBLE]
12495
12495
  GL_FUNCTIONS_RETVAL_MAP[:glVertexAttribL1dEXT] = Fiddle::TYPE_VOID
12496
12496
  module_eval(<<-SRC_GL_EXT_vertex_attrib_64bit)
@@ -12580,9 +12580,9 @@ module OpenGL
12580
12580
  f.call(_index_, _pname_, _params_)
12581
12581
  end
12582
12582
  SRC_GL_EXT_vertex_attrib_64bit
12583
- end # define_command_GL_EXT_vertex_attrib_64bit
12583
+ end # define_ext_command_GL_EXT_vertex_attrib_64bit
12584
12584
 
12585
- def define_command_GL_EXT_vertex_shader
12585
+ def define_ext_command_GL_EXT_vertex_shader
12586
12586
  GL_FUNCTIONS_ARGS_MAP[:glBeginVertexShaderEXT] = []
12587
12587
  GL_FUNCTIONS_RETVAL_MAP[:glBeginVertexShaderEXT] = Fiddle::TYPE_VOID
12588
12588
  module_eval(<<-SRC_GL_EXT_vertex_shader)
@@ -12960,9 +12960,9 @@ module OpenGL
12960
12960
  f.call(_id_, _value_, _data_)
12961
12961
  end
12962
12962
  SRC_GL_EXT_vertex_shader
12963
- end # define_command_GL_EXT_vertex_shader
12963
+ end # define_ext_command_GL_EXT_vertex_shader
12964
12964
 
12965
- def define_command_GL_EXT_vertex_weighting
12965
+ def define_ext_command_GL_EXT_vertex_weighting
12966
12966
  GL_FUNCTIONS_ARGS_MAP[:glVertexWeightfEXT] = [Fiddle::TYPE_FLOAT]
12967
12967
  GL_FUNCTIONS_RETVAL_MAP[:glVertexWeightfEXT] = Fiddle::TYPE_VOID
12968
12968
  module_eval(<<-SRC_GL_EXT_vertex_weighting)
@@ -12989,9 +12989,9 @@ module OpenGL
12989
12989
  f.call(_size_, _type_, _stride_, _pointer_)
12990
12990
  end
12991
12991
  SRC_GL_EXT_vertex_weighting
12992
- end # define_command_GL_EXT_vertex_weighting
12992
+ end # define_ext_command_GL_EXT_vertex_weighting
12993
12993
 
12994
- def define_command_GL_EXT_x11_sync_object
12994
+ def define_ext_command_GL_EXT_x11_sync_object
12995
12995
  GL_FUNCTIONS_ARGS_MAP[:glImportSyncEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_PTRDIFF_T, -Fiddle::TYPE_INT]
12996
12996
  GL_FUNCTIONS_RETVAL_MAP[:glImportSyncEXT] = Fiddle::TYPE_VOIDP
12997
12997
  module_eval(<<-SRC_GL_EXT_x11_sync_object)
@@ -13000,9 +13000,9 @@ module OpenGL
13000
13000
  f.call(_external_sync_type_, _external_sync_, _flags_)
13001
13001
  end
13002
13002
  SRC_GL_EXT_x11_sync_object
13003
- end # define_command_GL_EXT_x11_sync_object
13003
+ end # define_ext_command_GL_EXT_x11_sync_object
13004
13004
 
13005
- def define_command_GL_GREMEDY_frame_terminator
13005
+ def define_ext_command_GL_GREMEDY_frame_terminator
13006
13006
  GL_FUNCTIONS_ARGS_MAP[:glFrameTerminatorGREMEDY] = []
13007
13007
  GL_FUNCTIONS_RETVAL_MAP[:glFrameTerminatorGREMEDY] = Fiddle::TYPE_VOID
13008
13008
  module_eval(<<-SRC_GL_GREMEDY_frame_terminator)
@@ -13011,9 +13011,9 @@ module OpenGL
13011
13011
  f.call()
13012
13012
  end
13013
13013
  SRC_GL_GREMEDY_frame_terminator
13014
- end # define_command_GL_GREMEDY_frame_terminator
13014
+ end # define_ext_command_GL_GREMEDY_frame_terminator
13015
13015
 
13016
- def define_command_GL_GREMEDY_string_marker
13016
+ def define_ext_command_GL_GREMEDY_string_marker
13017
13017
  GL_FUNCTIONS_ARGS_MAP[:glStringMarkerGREMEDY] = [Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
13018
13018
  GL_FUNCTIONS_RETVAL_MAP[:glStringMarkerGREMEDY] = Fiddle::TYPE_VOID
13019
13019
  module_eval(<<-SRC_GL_GREMEDY_string_marker)
@@ -13022,12 +13022,12 @@ module OpenGL
13022
13022
  f.call(_len_, _string_)
13023
13023
  end
13024
13024
  SRC_GL_GREMEDY_string_marker
13025
- end # define_command_GL_GREMEDY_string_marker
13025
+ end # define_ext_command_GL_GREMEDY_string_marker
13026
13026
 
13027
- def define_command_GL_HP_convolution_border_modes
13028
- end # define_command_GL_HP_convolution_border_modes
13027
+ def define_ext_command_GL_HP_convolution_border_modes
13028
+ end # define_ext_command_GL_HP_convolution_border_modes
13029
13029
 
13030
- def define_command_GL_HP_image_transform
13030
+ def define_ext_command_GL_HP_image_transform
13031
13031
  GL_FUNCTIONS_ARGS_MAP[:glImageTransformParameteriHP] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT]
13032
13032
  GL_FUNCTIONS_RETVAL_MAP[:glImageTransformParameteriHP] = Fiddle::TYPE_VOID
13033
13033
  module_eval(<<-SRC_GL_HP_image_transform)
@@ -13081,18 +13081,18 @@ module OpenGL
13081
13081
  f.call(_target_, _pname_, _params_)
13082
13082
  end
13083
13083
  SRC_GL_HP_image_transform
13084
- end # define_command_GL_HP_image_transform
13084
+ end # define_ext_command_GL_HP_image_transform
13085
13085
 
13086
- def define_command_GL_HP_occlusion_test
13087
- end # define_command_GL_HP_occlusion_test
13086
+ def define_ext_command_GL_HP_occlusion_test
13087
+ end # define_ext_command_GL_HP_occlusion_test
13088
13088
 
13089
- def define_command_GL_HP_texture_lighting
13090
- end # define_command_GL_HP_texture_lighting
13089
+ def define_ext_command_GL_HP_texture_lighting
13090
+ end # define_ext_command_GL_HP_texture_lighting
13091
13091
 
13092
- def define_command_GL_IBM_cull_vertex
13093
- end # define_command_GL_IBM_cull_vertex
13092
+ def define_ext_command_GL_IBM_cull_vertex
13093
+ end # define_ext_command_GL_IBM_cull_vertex
13094
13094
 
13095
- def define_command_GL_IBM_multimode_draw_arrays
13095
+ def define_ext_command_GL_IBM_multimode_draw_arrays
13096
13096
  GL_FUNCTIONS_ARGS_MAP[:glMultiModeDrawArraysIBM] = [Fiddle::TYPE_VOIDP, Fiddle::TYPE_VOIDP, Fiddle::TYPE_VOIDP, Fiddle::TYPE_INT, Fiddle::TYPE_INT]
13097
13097
  GL_FUNCTIONS_RETVAL_MAP[:glMultiModeDrawArraysIBM] = Fiddle::TYPE_VOID
13098
13098
  module_eval(<<-SRC_GL_IBM_multimode_draw_arrays)
@@ -13110,12 +13110,12 @@ module OpenGL
13110
13110
  f.call(_mode_, _count_, _type_, _indices_, _primcount_, _modestride_)
13111
13111
  end
13112
13112
  SRC_GL_IBM_multimode_draw_arrays
13113
- end # define_command_GL_IBM_multimode_draw_arrays
13113
+ end # define_ext_command_GL_IBM_multimode_draw_arrays
13114
13114
 
13115
- def define_command_GL_IBM_rasterpos_clip
13116
- end # define_command_GL_IBM_rasterpos_clip
13115
+ def define_ext_command_GL_IBM_rasterpos_clip
13116
+ end # define_ext_command_GL_IBM_rasterpos_clip
13117
13117
 
13118
- def define_command_GL_IBM_static_data
13118
+ def define_ext_command_GL_IBM_static_data
13119
13119
  GL_FUNCTIONS_ARGS_MAP[:glFlushStaticDataIBM] = [-Fiddle::TYPE_INT]
13120
13120
  GL_FUNCTIONS_RETVAL_MAP[:glFlushStaticDataIBM] = Fiddle::TYPE_VOID
13121
13121
  module_eval(<<-SRC_GL_IBM_static_data)
@@ -13124,12 +13124,12 @@ module OpenGL
13124
13124
  f.call(_target_)
13125
13125
  end
13126
13126
  SRC_GL_IBM_static_data
13127
- end # define_command_GL_IBM_static_data
13127
+ end # define_ext_command_GL_IBM_static_data
13128
13128
 
13129
- def define_command_GL_IBM_texture_mirrored_repeat
13130
- end # define_command_GL_IBM_texture_mirrored_repeat
13129
+ def define_ext_command_GL_IBM_texture_mirrored_repeat
13130
+ end # define_ext_command_GL_IBM_texture_mirrored_repeat
13131
13131
 
13132
- def define_command_GL_IBM_vertex_array_lists
13132
+ def define_ext_command_GL_IBM_vertex_array_lists
13133
13133
  GL_FUNCTIONS_ARGS_MAP[:glColorPointerListIBM] = [Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, Fiddle::TYPE_INT]
13134
13134
  GL_FUNCTIONS_RETVAL_MAP[:glColorPointerListIBM] = Fiddle::TYPE_VOID
13135
13135
  module_eval(<<-SRC_GL_IBM_vertex_array_lists)
@@ -13201,9 +13201,9 @@ module OpenGL
13201
13201
  f.call(_size_, _type_, _stride_, _pointer_, _ptrstride_)
13202
13202
  end
13203
13203
  SRC_GL_IBM_vertex_array_lists
13204
- end # define_command_GL_IBM_vertex_array_lists
13204
+ end # define_ext_command_GL_IBM_vertex_array_lists
13205
13205
 
13206
- def define_command_GL_INGR_blend_func_separate
13206
+ def define_ext_command_GL_INGR_blend_func_separate
13207
13207
  GL_FUNCTIONS_ARGS_MAP[:glBlendFuncSeparateINGR] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
13208
13208
  GL_FUNCTIONS_RETVAL_MAP[:glBlendFuncSeparateINGR] = Fiddle::TYPE_VOID
13209
13209
  module_eval(<<-SRC_GL_INGR_blend_func_separate)
@@ -13212,18 +13212,18 @@ module OpenGL
13212
13212
  f.call(_sfactorRGB_, _dfactorRGB_, _sfactorAlpha_, _dfactorAlpha_)
13213
13213
  end
13214
13214
  SRC_GL_INGR_blend_func_separate
13215
- end # define_command_GL_INGR_blend_func_separate
13215
+ end # define_ext_command_GL_INGR_blend_func_separate
13216
13216
 
13217
- def define_command_GL_INGR_color_clamp
13218
- end # define_command_GL_INGR_color_clamp
13217
+ def define_ext_command_GL_INGR_color_clamp
13218
+ end # define_ext_command_GL_INGR_color_clamp
13219
13219
 
13220
- def define_command_GL_INGR_interlace_read
13221
- end # define_command_GL_INGR_interlace_read
13220
+ def define_ext_command_GL_INGR_interlace_read
13221
+ end # define_ext_command_GL_INGR_interlace_read
13222
13222
 
13223
- def define_command_GL_INTEL_fragment_shader_ordering
13224
- end # define_command_GL_INTEL_fragment_shader_ordering
13223
+ def define_ext_command_GL_INTEL_fragment_shader_ordering
13224
+ end # define_ext_command_GL_INTEL_fragment_shader_ordering
13225
13225
 
13226
- def define_command_GL_INTEL_map_texture
13226
+ def define_ext_command_GL_INTEL_map_texture
13227
13227
  GL_FUNCTIONS_ARGS_MAP[:glSyncTextureINTEL] = [-Fiddle::TYPE_INT]
13228
13228
  GL_FUNCTIONS_RETVAL_MAP[:glSyncTextureINTEL] = Fiddle::TYPE_VOID
13229
13229
  module_eval(<<-SRC_GL_INTEL_map_texture)
@@ -13250,9 +13250,9 @@ module OpenGL
13250
13250
  f.call(_texture_, _level_, _access_, _stride_, _layout_)
13251
13251
  end
13252
13252
  SRC_GL_INTEL_map_texture
13253
- end # define_command_GL_INTEL_map_texture
13253
+ end # define_ext_command_GL_INTEL_map_texture
13254
13254
 
13255
- def define_command_GL_INTEL_parallel_arrays
13255
+ def define_ext_command_GL_INTEL_parallel_arrays
13256
13256
  GL_FUNCTIONS_ARGS_MAP[:glVertexPointervINTEL] = [Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
13257
13257
  GL_FUNCTIONS_RETVAL_MAP[:glVertexPointervINTEL] = Fiddle::TYPE_VOID
13258
13258
  module_eval(<<-SRC_GL_INTEL_parallel_arrays)
@@ -13288,9 +13288,9 @@ module OpenGL
13288
13288
  f.call(_size_, _type_, _pointer_)
13289
13289
  end
13290
13290
  SRC_GL_INTEL_parallel_arrays
13291
- end # define_command_GL_INTEL_parallel_arrays
13291
+ end # define_ext_command_GL_INTEL_parallel_arrays
13292
13292
 
13293
- def define_command_GL_INTEL_performance_query
13293
+ def define_ext_command_GL_INTEL_performance_query
13294
13294
  GL_FUNCTIONS_ARGS_MAP[:glBeginPerfQueryINTEL] = [-Fiddle::TYPE_INT]
13295
13295
  GL_FUNCTIONS_RETVAL_MAP[:glBeginPerfQueryINTEL] = Fiddle::TYPE_VOID
13296
13296
  module_eval(<<-SRC_GL_INTEL_performance_query)
@@ -13380,9 +13380,9 @@ module OpenGL
13380
13380
  f.call(_queryId_, _queryNameLength_, _queryName_, _dataSize_, _noCounters_, _noInstances_, _capsMask_)
13381
13381
  end
13382
13382
  SRC_GL_INTEL_performance_query
13383
- end # define_command_GL_INTEL_performance_query
13383
+ end # define_ext_command_GL_INTEL_performance_query
13384
13384
 
13385
- def define_command_GL_KHR_debug
13385
+ def define_ext_command_GL_KHR_debug
13386
13386
  GL_FUNCTIONS_ARGS_MAP[:glDebugMessageControl] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, -Fiddle::TYPE_CHAR]
13387
13387
  GL_FUNCTIONS_RETVAL_MAP[:glDebugMessageControl] = Fiddle::TYPE_VOID
13388
13388
  module_eval(<<-SRC_GL_KHR_debug)
@@ -13580,21 +13580,21 @@ module OpenGL
13580
13580
  f.call(_pname_, _params_)
13581
13581
  end
13582
13582
  SRC_GL_KHR_debug
13583
- end # define_command_GL_KHR_debug
13583
+ end # define_ext_command_GL_KHR_debug
13584
13584
 
13585
- def define_command_GL_KHR_texture_compression_astc_hdr
13586
- end # define_command_GL_KHR_texture_compression_astc_hdr
13585
+ def define_ext_command_GL_KHR_texture_compression_astc_hdr
13586
+ end # define_ext_command_GL_KHR_texture_compression_astc_hdr
13587
13587
 
13588
- def define_command_GL_KHR_texture_compression_astc_ldr
13589
- end # define_command_GL_KHR_texture_compression_astc_ldr
13588
+ def define_ext_command_GL_KHR_texture_compression_astc_ldr
13589
+ end # define_ext_command_GL_KHR_texture_compression_astc_ldr
13590
13590
 
13591
- def define_command_GL_MESAX_texture_stack
13592
- end # define_command_GL_MESAX_texture_stack
13591
+ def define_ext_command_GL_MESAX_texture_stack
13592
+ end # define_ext_command_GL_MESAX_texture_stack
13593
13593
 
13594
- def define_command_GL_MESA_pack_invert
13595
- end # define_command_GL_MESA_pack_invert
13594
+ def define_ext_command_GL_MESA_pack_invert
13595
+ end # define_ext_command_GL_MESA_pack_invert
13596
13596
 
13597
- def define_command_GL_MESA_resize_buffers
13597
+ def define_ext_command_GL_MESA_resize_buffers
13598
13598
  GL_FUNCTIONS_ARGS_MAP[:glResizeBuffersMESA] = []
13599
13599
  GL_FUNCTIONS_RETVAL_MAP[:glResizeBuffersMESA] = Fiddle::TYPE_VOID
13600
13600
  module_eval(<<-SRC_GL_MESA_resize_buffers)
@@ -13603,9 +13603,9 @@ module OpenGL
13603
13603
  f.call()
13604
13604
  end
13605
13605
  SRC_GL_MESA_resize_buffers
13606
- end # define_command_GL_MESA_resize_buffers
13606
+ end # define_ext_command_GL_MESA_resize_buffers
13607
13607
 
13608
- def define_command_GL_MESA_window_pos
13608
+ def define_ext_command_GL_MESA_window_pos
13609
13609
  GL_FUNCTIONS_ARGS_MAP[:glWindowPos2dMESA] = [Fiddle::TYPE_DOUBLE, Fiddle::TYPE_DOUBLE]
13610
13610
  GL_FUNCTIONS_RETVAL_MAP[:glWindowPos2dMESA] = Fiddle::TYPE_VOID
13611
13611
  module_eval(<<-SRC_GL_MESA_window_pos)
@@ -13821,12 +13821,12 @@ module OpenGL
13821
13821
  f.call(_v_)
13822
13822
  end
13823
13823
  SRC_GL_MESA_window_pos
13824
- end # define_command_GL_MESA_window_pos
13824
+ end # define_ext_command_GL_MESA_window_pos
13825
13825
 
13826
- def define_command_GL_MESA_ycbcr_texture
13827
- end # define_command_GL_MESA_ycbcr_texture
13826
+ def define_ext_command_GL_MESA_ycbcr_texture
13827
+ end # define_ext_command_GL_MESA_ycbcr_texture
13828
13828
 
13829
- def define_command_GL_NVX_conditional_render
13829
+ def define_ext_command_GL_NVX_conditional_render
13830
13830
  GL_FUNCTIONS_ARGS_MAP[:glBeginConditionalRenderNVX] = [-Fiddle::TYPE_INT]
13831
13831
  GL_FUNCTIONS_RETVAL_MAP[:glBeginConditionalRenderNVX] = Fiddle::TYPE_VOID
13832
13832
  module_eval(<<-SRC_GL_NVX_conditional_render)
@@ -13844,9 +13844,9 @@ module OpenGL
13844
13844
  f.call()
13845
13845
  end
13846
13846
  SRC_GL_NVX_conditional_render
13847
- end # define_command_GL_NVX_conditional_render
13847
+ end # define_ext_command_GL_NVX_conditional_render
13848
13848
 
13849
- def define_command_GL_NV_bindless_multi_draw_indirect
13849
+ def define_ext_command_GL_NV_bindless_multi_draw_indirect
13850
13850
  GL_FUNCTIONS_ARGS_MAP[:glMultiDrawArraysIndirectBindlessNV] = [-Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT]
13851
13851
  GL_FUNCTIONS_RETVAL_MAP[:glMultiDrawArraysIndirectBindlessNV] = Fiddle::TYPE_VOID
13852
13852
  module_eval(<<-SRC_GL_NV_bindless_multi_draw_indirect)
@@ -13864,9 +13864,9 @@ module OpenGL
13864
13864
  f.call(_mode_, _type_, _indirect_, _drawCount_, _stride_, _vertexBufferCount_)
13865
13865
  end
13866
13866
  SRC_GL_NV_bindless_multi_draw_indirect
13867
- end # define_command_GL_NV_bindless_multi_draw_indirect
13867
+ end # define_ext_command_GL_NV_bindless_multi_draw_indirect
13868
13868
 
13869
- def define_command_GL_NV_bindless_texture
13869
+ def define_ext_command_GL_NV_bindless_texture
13870
13870
  GL_FUNCTIONS_ARGS_MAP[:glGetTextureHandleNV] = [-Fiddle::TYPE_INT]
13871
13871
  GL_FUNCTIONS_RETVAL_MAP[:glGetTextureHandleNV] = -Fiddle::TYPE_LONG_LONG
13872
13872
  module_eval(<<-SRC_GL_NV_bindless_texture)
@@ -13983,9 +13983,9 @@ module OpenGL
13983
13983
  f.call(_handle_)
13984
13984
  end
13985
13985
  SRC_GL_NV_bindless_texture
13986
- end # define_command_GL_NV_bindless_texture
13986
+ end # define_ext_command_GL_NV_bindless_texture
13987
13987
 
13988
- def define_command_GL_NV_blend_equation_advanced
13988
+ def define_ext_command_GL_NV_blend_equation_advanced
13989
13989
  GL_FUNCTIONS_ARGS_MAP[:glBlendParameteriNV] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT]
13990
13990
  GL_FUNCTIONS_RETVAL_MAP[:glBlendParameteriNV] = Fiddle::TYPE_VOID
13991
13991
  module_eval(<<-SRC_GL_NV_blend_equation_advanced)
@@ -14003,18 +14003,18 @@ module OpenGL
14003
14003
  f.call()
14004
14004
  end
14005
14005
  SRC_GL_NV_blend_equation_advanced
14006
- end # define_command_GL_NV_blend_equation_advanced
14006
+ end # define_ext_command_GL_NV_blend_equation_advanced
14007
14007
 
14008
- def define_command_GL_NV_blend_equation_advanced_coherent
14009
- end # define_command_GL_NV_blend_equation_advanced_coherent
14008
+ def define_ext_command_GL_NV_blend_equation_advanced_coherent
14009
+ end # define_ext_command_GL_NV_blend_equation_advanced_coherent
14010
14010
 
14011
- def define_command_GL_NV_blend_square
14012
- end # define_command_GL_NV_blend_square
14011
+ def define_ext_command_GL_NV_blend_square
14012
+ end # define_ext_command_GL_NV_blend_square
14013
14013
 
14014
- def define_command_GL_NV_compute_program5
14015
- end # define_command_GL_NV_compute_program5
14014
+ def define_ext_command_GL_NV_compute_program5
14015
+ end # define_ext_command_GL_NV_compute_program5
14016
14016
 
14017
- def define_command_GL_NV_conditional_render
14017
+ def define_ext_command_GL_NV_conditional_render
14018
14018
  GL_FUNCTIONS_ARGS_MAP[:glBeginConditionalRenderNV] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
14019
14019
  GL_FUNCTIONS_RETVAL_MAP[:glBeginConditionalRenderNV] = Fiddle::TYPE_VOID
14020
14020
  module_eval(<<-SRC_GL_NV_conditional_render)
@@ -14032,12 +14032,12 @@ module OpenGL
14032
14032
  f.call()
14033
14033
  end
14034
14034
  SRC_GL_NV_conditional_render
14035
- end # define_command_GL_NV_conditional_render
14035
+ end # define_ext_command_GL_NV_conditional_render
14036
14036
 
14037
- def define_command_GL_NV_copy_depth_to_color
14038
- end # define_command_GL_NV_copy_depth_to_color
14037
+ def define_ext_command_GL_NV_copy_depth_to_color
14038
+ end # define_ext_command_GL_NV_copy_depth_to_color
14039
14039
 
14040
- def define_command_GL_NV_copy_image
14040
+ def define_ext_command_GL_NV_copy_image
14041
14041
  GL_FUNCTIONS_ARGS_MAP[:glCopyImageSubDataNV] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT]
14042
14042
  GL_FUNCTIONS_RETVAL_MAP[:glCopyImageSubDataNV] = Fiddle::TYPE_VOID
14043
14043
  module_eval(<<-SRC_GL_NV_copy_image)
@@ -14046,12 +14046,12 @@ module OpenGL
14046
14046
  f.call(_srcName_, _srcTarget_, _srcLevel_, _srcX_, _srcY_, _srcZ_, _dstName_, _dstTarget_, _dstLevel_, _dstX_, _dstY_, _dstZ_, _width_, _height_, _depth_)
14047
14047
  end
14048
14048
  SRC_GL_NV_copy_image
14049
- end # define_command_GL_NV_copy_image
14049
+ end # define_ext_command_GL_NV_copy_image
14050
14050
 
14051
- def define_command_GL_NV_deep_texture3D
14052
- end # define_command_GL_NV_deep_texture3D
14051
+ def define_ext_command_GL_NV_deep_texture3D
14052
+ end # define_ext_command_GL_NV_deep_texture3D
14053
14053
 
14054
- def define_command_GL_NV_depth_buffer_float
14054
+ def define_ext_command_GL_NV_depth_buffer_float
14055
14055
  GL_FUNCTIONS_ARGS_MAP[:glDepthRangedNV] = [Fiddle::TYPE_DOUBLE, Fiddle::TYPE_DOUBLE]
14056
14056
  GL_FUNCTIONS_RETVAL_MAP[:glDepthRangedNV] = Fiddle::TYPE_VOID
14057
14057
  module_eval(<<-SRC_GL_NV_depth_buffer_float)
@@ -14078,12 +14078,12 @@ module OpenGL
14078
14078
  f.call(_zmin_, _zmax_)
14079
14079
  end
14080
14080
  SRC_GL_NV_depth_buffer_float
14081
- end # define_command_GL_NV_depth_buffer_float
14081
+ end # define_ext_command_GL_NV_depth_buffer_float
14082
14082
 
14083
- def define_command_GL_NV_depth_clamp
14084
- end # define_command_GL_NV_depth_clamp
14083
+ def define_ext_command_GL_NV_depth_clamp
14084
+ end # define_ext_command_GL_NV_depth_clamp
14085
14085
 
14086
- def define_command_GL_NV_draw_texture
14086
+ def define_ext_command_GL_NV_draw_texture
14087
14087
  GL_FUNCTIONS_ARGS_MAP[:glDrawTextureNV] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT]
14088
14088
  GL_FUNCTIONS_RETVAL_MAP[:glDrawTextureNV] = Fiddle::TYPE_VOID
14089
14089
  module_eval(<<-SRC_GL_NV_draw_texture)
@@ -14092,9 +14092,9 @@ module OpenGL
14092
14092
  f.call(_texture_, _sampler_, _x0_, _y0_, _x1_, _y1_, _z_, _s0_, _t0_, _s1_, _t1_)
14093
14093
  end
14094
14094
  SRC_GL_NV_draw_texture
14095
- end # define_command_GL_NV_draw_texture
14095
+ end # define_ext_command_GL_NV_draw_texture
14096
14096
 
14097
- def define_command_GL_NV_evaluators
14097
+ def define_ext_command_GL_NV_evaluators
14098
14098
  GL_FUNCTIONS_ARGS_MAP[:glMapControlPointsNV] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_CHAR, Fiddle::TYPE_VOIDP]
14099
14099
  GL_FUNCTIONS_RETVAL_MAP[:glMapControlPointsNV] = Fiddle::TYPE_VOID
14100
14100
  module_eval(<<-SRC_GL_NV_evaluators)
@@ -14175,9 +14175,9 @@ module OpenGL
14175
14175
  f.call(_target_, _mode_)
14176
14176
  end
14177
14177
  SRC_GL_NV_evaluators
14178
- end # define_command_GL_NV_evaluators
14178
+ end # define_ext_command_GL_NV_evaluators
14179
14179
 
14180
- def define_command_GL_NV_explicit_multisample
14180
+ def define_ext_command_GL_NV_explicit_multisample
14181
14181
  GL_FUNCTIONS_ARGS_MAP[:glGetMultisamplefvNV] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
14182
14182
  GL_FUNCTIONS_RETVAL_MAP[:glGetMultisamplefvNV] = Fiddle::TYPE_VOID
14183
14183
  module_eval(<<-SRC_GL_NV_explicit_multisample)
@@ -14204,9 +14204,9 @@ module OpenGL
14204
14204
  f.call(_target_, _renderbuffer_)
14205
14205
  end
14206
14206
  SRC_GL_NV_explicit_multisample
14207
- end # define_command_GL_NV_explicit_multisample
14207
+ end # define_ext_command_GL_NV_explicit_multisample
14208
14208
 
14209
- def define_command_GL_NV_fence
14209
+ def define_ext_command_GL_NV_fence
14210
14210
  GL_FUNCTIONS_ARGS_MAP[:glDeleteFencesNV] = [Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
14211
14211
  GL_FUNCTIONS_RETVAL_MAP[:glDeleteFencesNV] = Fiddle::TYPE_VOID
14212
14212
  module_eval(<<-SRC_GL_NV_fence)
@@ -14269,15 +14269,15 @@ module OpenGL
14269
14269
  f.call(_fence_, _condition_)
14270
14270
  end
14271
14271
  SRC_GL_NV_fence
14272
- end # define_command_GL_NV_fence
14272
+ end # define_ext_command_GL_NV_fence
14273
14273
 
14274
- def define_command_GL_NV_float_buffer
14275
- end # define_command_GL_NV_float_buffer
14274
+ def define_ext_command_GL_NV_float_buffer
14275
+ end # define_ext_command_GL_NV_float_buffer
14276
14276
 
14277
- def define_command_GL_NV_fog_distance
14278
- end # define_command_GL_NV_fog_distance
14277
+ def define_ext_command_GL_NV_fog_distance
14278
+ end # define_ext_command_GL_NV_fog_distance
14279
14279
 
14280
- def define_command_GL_NV_fragment_program
14280
+ def define_ext_command_GL_NV_fragment_program
14281
14281
  GL_FUNCTIONS_ARGS_MAP[:glProgramNamedParameter4fNV] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT]
14282
14282
  GL_FUNCTIONS_RETVAL_MAP[:glProgramNamedParameter4fNV] = Fiddle::TYPE_VOID
14283
14283
  module_eval(<<-SRC_GL_NV_fragment_program)
@@ -14331,18 +14331,18 @@ module OpenGL
14331
14331
  f.call(_id_, _len_, _name_, _params_)
14332
14332
  end
14333
14333
  SRC_GL_NV_fragment_program
14334
- end # define_command_GL_NV_fragment_program
14334
+ end # define_ext_command_GL_NV_fragment_program
14335
14335
 
14336
- def define_command_GL_NV_fragment_program2
14337
- end # define_command_GL_NV_fragment_program2
14336
+ def define_ext_command_GL_NV_fragment_program2
14337
+ end # define_ext_command_GL_NV_fragment_program2
14338
14338
 
14339
- def define_command_GL_NV_fragment_program4
14340
- end # define_command_GL_NV_fragment_program4
14339
+ def define_ext_command_GL_NV_fragment_program4
14340
+ end # define_ext_command_GL_NV_fragment_program4
14341
14341
 
14342
- def define_command_GL_NV_fragment_program_option
14343
- end # define_command_GL_NV_fragment_program_option
14342
+ def define_ext_command_GL_NV_fragment_program_option
14343
+ end # define_ext_command_GL_NV_fragment_program_option
14344
14344
 
14345
- def define_command_GL_NV_framebuffer_multisample_coverage
14345
+ def define_ext_command_GL_NV_framebuffer_multisample_coverage
14346
14346
  GL_FUNCTIONS_ARGS_MAP[:glRenderbufferStorageMultisampleCoverageNV] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT]
14347
14347
  GL_FUNCTIONS_RETVAL_MAP[:glRenderbufferStorageMultisampleCoverageNV] = Fiddle::TYPE_VOID
14348
14348
  module_eval(<<-SRC_GL_NV_framebuffer_multisample_coverage)
@@ -14351,9 +14351,9 @@ module OpenGL
14351
14351
  f.call(_target_, _coverageSamples_, _colorSamples_, _internalformat_, _width_, _height_)
14352
14352
  end
14353
14353
  SRC_GL_NV_framebuffer_multisample_coverage
14354
- end # define_command_GL_NV_framebuffer_multisample_coverage
14354
+ end # define_ext_command_GL_NV_framebuffer_multisample_coverage
14355
14355
 
14356
- def define_command_GL_NV_geometry_program4
14356
+ def define_ext_command_GL_NV_geometry_program4
14357
14357
  GL_FUNCTIONS_ARGS_MAP[:glProgramVertexLimitNV] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT]
14358
14358
  GL_FUNCTIONS_RETVAL_MAP[:glProgramVertexLimitNV] = Fiddle::TYPE_VOID
14359
14359
  module_eval(<<-SRC_GL_NV_geometry_program4)
@@ -14389,12 +14389,12 @@ module OpenGL
14389
14389
  f.call(_target_, _attachment_, _texture_, _level_, _face_)
14390
14390
  end
14391
14391
  SRC_GL_NV_geometry_program4
14392
- end # define_command_GL_NV_geometry_program4
14392
+ end # define_ext_command_GL_NV_geometry_program4
14393
14393
 
14394
- def define_command_GL_NV_geometry_shader4
14395
- end # define_command_GL_NV_geometry_shader4
14394
+ def define_ext_command_GL_NV_geometry_shader4
14395
+ end # define_ext_command_GL_NV_geometry_shader4
14396
14396
 
14397
- def define_command_GL_NV_gpu_program4
14397
+ def define_ext_command_GL_NV_gpu_program4
14398
14398
  GL_FUNCTIONS_ARGS_MAP[:glProgramLocalParameterI4iNV] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT]
14399
14399
  GL_FUNCTIONS_RETVAL_MAP[:glProgramLocalParameterI4iNV] = Fiddle::TYPE_VOID
14400
14400
  module_eval(<<-SRC_GL_NV_gpu_program4)
@@ -14538,9 +14538,9 @@ module OpenGL
14538
14538
  f.call(_target_, _index_, _params_)
14539
14539
  end
14540
14540
  SRC_GL_NV_gpu_program4
14541
- end # define_command_GL_NV_gpu_program4
14541
+ end # define_ext_command_GL_NV_gpu_program4
14542
14542
 
14543
- def define_command_GL_NV_gpu_program5
14543
+ def define_ext_command_GL_NV_gpu_program5
14544
14544
  GL_FUNCTIONS_ARGS_MAP[:glProgramSubroutineParametersuivNV] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
14545
14545
  GL_FUNCTIONS_RETVAL_MAP[:glProgramSubroutineParametersuivNV] = Fiddle::TYPE_VOID
14546
14546
  module_eval(<<-SRC_GL_NV_gpu_program5)
@@ -14558,12 +14558,12 @@ module OpenGL
14558
14558
  f.call(_target_, _index_, _param_)
14559
14559
  end
14560
14560
  SRC_GL_NV_gpu_program5
14561
- end # define_command_GL_NV_gpu_program5
14561
+ end # define_ext_command_GL_NV_gpu_program5
14562
14562
 
14563
- def define_command_GL_NV_gpu_program5_mem_extended
14564
- end # define_command_GL_NV_gpu_program5_mem_extended
14563
+ def define_ext_command_GL_NV_gpu_program5_mem_extended
14564
+ end # define_ext_command_GL_NV_gpu_program5_mem_extended
14565
14565
 
14566
- def define_command_GL_NV_gpu_shader5
14566
+ def define_ext_command_GL_NV_gpu_shader5
14567
14567
  GL_FUNCTIONS_ARGS_MAP[:glUniform1i64NV] = [Fiddle::TYPE_INT, Fiddle::TYPE_LONG_LONG]
14568
14568
  GL_FUNCTIONS_RETVAL_MAP[:glUniform1i64NV] = Fiddle::TYPE_VOID
14569
14569
  module_eval(<<-SRC_GL_NV_gpu_shader5)
@@ -14860,9 +14860,9 @@ module OpenGL
14860
14860
  f.call(_program_, _location_, _count_, _value_)
14861
14861
  end
14862
14862
  SRC_GL_NV_gpu_shader5
14863
- end # define_command_GL_NV_gpu_shader5
14863
+ end # define_ext_command_GL_NV_gpu_shader5
14864
14864
 
14865
- def define_command_GL_NV_half_float
14865
+ def define_ext_command_GL_NV_half_float
14866
14866
  GL_FUNCTIONS_ARGS_MAP[:glVertex2hNV] = [-Fiddle::TYPE_SHORT, -Fiddle::TYPE_SHORT]
14867
14867
  GL_FUNCTIONS_RETVAL_MAP[:glVertex2hNV] = Fiddle::TYPE_VOID
14868
14868
  module_eval(<<-SRC_GL_NV_half_float)
@@ -15276,18 +15276,18 @@ module OpenGL
15276
15276
  f.call(_index_, _n_, _v_)
15277
15277
  end
15278
15278
  SRC_GL_NV_half_float
15279
- end # define_command_GL_NV_half_float
15279
+ end # define_ext_command_GL_NV_half_float
15280
15280
 
15281
- def define_command_GL_NV_light_max_exponent
15282
- end # define_command_GL_NV_light_max_exponent
15281
+ def define_ext_command_GL_NV_light_max_exponent
15282
+ end # define_ext_command_GL_NV_light_max_exponent
15283
15283
 
15284
- def define_command_GL_NV_multisample_coverage
15285
- end # define_command_GL_NV_multisample_coverage
15284
+ def define_ext_command_GL_NV_multisample_coverage
15285
+ end # define_ext_command_GL_NV_multisample_coverage
15286
15286
 
15287
- def define_command_GL_NV_multisample_filter_hint
15288
- end # define_command_GL_NV_multisample_filter_hint
15287
+ def define_ext_command_GL_NV_multisample_filter_hint
15288
+ end # define_ext_command_GL_NV_multisample_filter_hint
15289
15289
 
15290
- def define_command_GL_NV_occlusion_query
15290
+ def define_ext_command_GL_NV_occlusion_query
15291
15291
  GL_FUNCTIONS_ARGS_MAP[:glGenOcclusionQueriesNV] = [Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
15292
15292
  GL_FUNCTIONS_RETVAL_MAP[:glGenOcclusionQueriesNV] = Fiddle::TYPE_VOID
15293
15293
  module_eval(<<-SRC_GL_NV_occlusion_query)
@@ -15350,12 +15350,12 @@ module OpenGL
15350
15350
  f.call(_id_, _pname_, _params_)
15351
15351
  end
15352
15352
  SRC_GL_NV_occlusion_query
15353
- end # define_command_GL_NV_occlusion_query
15353
+ end # define_ext_command_GL_NV_occlusion_query
15354
15354
 
15355
- def define_command_GL_NV_packed_depth_stencil
15356
- end # define_command_GL_NV_packed_depth_stencil
15355
+ def define_ext_command_GL_NV_packed_depth_stencil
15356
+ end # define_ext_command_GL_NV_packed_depth_stencil
15357
15357
 
15358
- def define_command_GL_NV_parameter_buffer_object
15358
+ def define_ext_command_GL_NV_parameter_buffer_object
15359
15359
  GL_FUNCTIONS_ARGS_MAP[:glProgramBufferParametersfvNV] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
15360
15360
  GL_FUNCTIONS_RETVAL_MAP[:glProgramBufferParametersfvNV] = Fiddle::TYPE_VOID
15361
15361
  module_eval(<<-SRC_GL_NV_parameter_buffer_object)
@@ -15382,12 +15382,12 @@ module OpenGL
15382
15382
  f.call(_target_, _bindingIndex_, _wordIndex_, _count_, _params_)
15383
15383
  end
15384
15384
  SRC_GL_NV_parameter_buffer_object
15385
- end # define_command_GL_NV_parameter_buffer_object
15385
+ end # define_ext_command_GL_NV_parameter_buffer_object
15386
15386
 
15387
- def define_command_GL_NV_parameter_buffer_object2
15388
- end # define_command_GL_NV_parameter_buffer_object2
15387
+ def define_ext_command_GL_NV_parameter_buffer_object2
15388
+ end # define_ext_command_GL_NV_parameter_buffer_object2
15389
15389
 
15390
- def define_command_GL_NV_path_rendering
15390
+ def define_ext_command_GL_NV_path_rendering
15391
15391
  GL_FUNCTIONS_ARGS_MAP[:glGenPathsNV] = [Fiddle::TYPE_INT]
15392
15392
  GL_FUNCTIONS_RETVAL_MAP[:glGenPathsNV] = -Fiddle::TYPE_INT
15393
15393
  module_eval(<<-SRC_GL_NV_path_rendering)
@@ -15828,9 +15828,9 @@ module OpenGL
15828
15828
  f.call(_path_, _startSegment_, _numSegments_, _distance_, _x_, _y_, _tangentX_, _tangentY_)
15829
15829
  end
15830
15830
  SRC_GL_NV_path_rendering
15831
- end # define_command_GL_NV_path_rendering
15831
+ end # define_ext_command_GL_NV_path_rendering
15832
15832
 
15833
- def define_command_GL_NV_pixel_data_range
15833
+ def define_ext_command_GL_NV_pixel_data_range
15834
15834
  GL_FUNCTIONS_ARGS_MAP[:glPixelDataRangeNV] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
15835
15835
  GL_FUNCTIONS_RETVAL_MAP[:glPixelDataRangeNV] = Fiddle::TYPE_VOID
15836
15836
  module_eval(<<-SRC_GL_NV_pixel_data_range)
@@ -15848,9 +15848,9 @@ module OpenGL
15848
15848
  f.call(_target_)
15849
15849
  end
15850
15850
  SRC_GL_NV_pixel_data_range
15851
- end # define_command_GL_NV_pixel_data_range
15851
+ end # define_ext_command_GL_NV_pixel_data_range
15852
15852
 
15853
- def define_command_GL_NV_point_sprite
15853
+ def define_ext_command_GL_NV_point_sprite
15854
15854
  GL_FUNCTIONS_ARGS_MAP[:glPointParameteriNV] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT]
15855
15855
  GL_FUNCTIONS_RETVAL_MAP[:glPointParameteriNV] = Fiddle::TYPE_VOID
15856
15856
  module_eval(<<-SRC_GL_NV_point_sprite)
@@ -15868,9 +15868,9 @@ module OpenGL
15868
15868
  f.call(_pname_, _params_)
15869
15869
  end
15870
15870
  SRC_GL_NV_point_sprite
15871
- end # define_command_GL_NV_point_sprite
15871
+ end # define_ext_command_GL_NV_point_sprite
15872
15872
 
15873
- def define_command_GL_NV_present_video
15873
+ def define_ext_command_GL_NV_present_video
15874
15874
  GL_FUNCTIONS_ARGS_MAP[:glPresentFrameKeyedNV] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_LONG_LONG, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
15875
15875
  GL_FUNCTIONS_RETVAL_MAP[:glPresentFrameKeyedNV] = Fiddle::TYPE_VOID
15876
15876
  module_eval(<<-SRC_GL_NV_present_video)
@@ -15924,9 +15924,9 @@ module OpenGL
15924
15924
  f.call(_video_slot_, _pname_, _params_)
15925
15925
  end
15926
15926
  SRC_GL_NV_present_video
15927
- end # define_command_GL_NV_present_video
15927
+ end # define_ext_command_GL_NV_present_video
15928
15928
 
15929
- def define_command_GL_NV_primitive_restart
15929
+ def define_ext_command_GL_NV_primitive_restart
15930
15930
  GL_FUNCTIONS_ARGS_MAP[:glPrimitiveRestartNV] = []
15931
15931
  GL_FUNCTIONS_RETVAL_MAP[:glPrimitiveRestartNV] = Fiddle::TYPE_VOID
15932
15932
  module_eval(<<-SRC_GL_NV_primitive_restart)
@@ -15944,9 +15944,9 @@ module OpenGL
15944
15944
  f.call(_index_)
15945
15945
  end
15946
15946
  SRC_GL_NV_primitive_restart
15947
- end # define_command_GL_NV_primitive_restart
15947
+ end # define_ext_command_GL_NV_primitive_restart
15948
15948
 
15949
- def define_command_GL_NV_register_combiners
15949
+ def define_ext_command_GL_NV_register_combiners
15950
15950
  GL_FUNCTIONS_ARGS_MAP[:glCombinerParameterfvNV] = [-Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
15951
15951
  GL_FUNCTIONS_RETVAL_MAP[:glCombinerParameterfvNV] = Fiddle::TYPE_VOID
15952
15952
  module_eval(<<-SRC_GL_NV_register_combiners)
@@ -16063,9 +16063,9 @@ module OpenGL
16063
16063
  f.call(_variable_, _pname_, _params_)
16064
16064
  end
16065
16065
  SRC_GL_NV_register_combiners
16066
- end # define_command_GL_NV_register_combiners
16066
+ end # define_ext_command_GL_NV_register_combiners
16067
16067
 
16068
- def define_command_GL_NV_register_combiners2
16068
+ def define_ext_command_GL_NV_register_combiners2
16069
16069
  GL_FUNCTIONS_ARGS_MAP[:glCombinerStageParameterfvNV] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
16070
16070
  GL_FUNCTIONS_RETVAL_MAP[:glCombinerStageParameterfvNV] = Fiddle::TYPE_VOID
16071
16071
  module_eval(<<-SRC_GL_NV_register_combiners2)
@@ -16083,15 +16083,15 @@ module OpenGL
16083
16083
  f.call(_stage_, _pname_, _params_)
16084
16084
  end
16085
16085
  SRC_GL_NV_register_combiners2
16086
- end # define_command_GL_NV_register_combiners2
16086
+ end # define_ext_command_GL_NV_register_combiners2
16087
16087
 
16088
- def define_command_GL_NV_shader_atomic_counters
16089
- end # define_command_GL_NV_shader_atomic_counters
16088
+ def define_ext_command_GL_NV_shader_atomic_counters
16089
+ end # define_ext_command_GL_NV_shader_atomic_counters
16090
16090
 
16091
- def define_command_GL_NV_shader_atomic_float
16092
- end # define_command_GL_NV_shader_atomic_float
16091
+ def define_ext_command_GL_NV_shader_atomic_float
16092
+ end # define_ext_command_GL_NV_shader_atomic_float
16093
16093
 
16094
- def define_command_GL_NV_shader_buffer_load
16094
+ def define_ext_command_GL_NV_shader_buffer_load
16095
16095
  GL_FUNCTIONS_ARGS_MAP[:glMakeBufferResidentNV] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
16096
16096
  GL_FUNCTIONS_RETVAL_MAP[:glMakeBufferResidentNV] = Fiddle::TYPE_VOID
16097
16097
  module_eval(<<-SRC_GL_NV_shader_buffer_load)
@@ -16217,24 +16217,24 @@ module OpenGL
16217
16217
  f.call(_program_, _location_, _count_, _value_)
16218
16218
  end
16219
16219
  SRC_GL_NV_shader_buffer_load
16220
- end # define_command_GL_NV_shader_buffer_load
16220
+ end # define_ext_command_GL_NV_shader_buffer_load
16221
16221
 
16222
- def define_command_GL_NV_shader_buffer_store
16223
- end # define_command_GL_NV_shader_buffer_store
16222
+ def define_ext_command_GL_NV_shader_buffer_store
16223
+ end # define_ext_command_GL_NV_shader_buffer_store
16224
16224
 
16225
- def define_command_GL_NV_shader_storage_buffer_object
16226
- end # define_command_GL_NV_shader_storage_buffer_object
16225
+ def define_ext_command_GL_NV_shader_storage_buffer_object
16226
+ end # define_ext_command_GL_NV_shader_storage_buffer_object
16227
16227
 
16228
- def define_command_GL_NV_tessellation_program5
16229
- end # define_command_GL_NV_tessellation_program5
16228
+ def define_ext_command_GL_NV_tessellation_program5
16229
+ end # define_ext_command_GL_NV_tessellation_program5
16230
16230
 
16231
- def define_command_GL_NV_texgen_emboss
16232
- end # define_command_GL_NV_texgen_emboss
16231
+ def define_ext_command_GL_NV_texgen_emboss
16232
+ end # define_ext_command_GL_NV_texgen_emboss
16233
16233
 
16234
- def define_command_GL_NV_texgen_reflection
16235
- end # define_command_GL_NV_texgen_reflection
16234
+ def define_ext_command_GL_NV_texgen_reflection
16235
+ end # define_ext_command_GL_NV_texgen_reflection
16236
16236
 
16237
- def define_command_GL_NV_texture_barrier
16237
+ def define_ext_command_GL_NV_texture_barrier
16238
16238
  GL_FUNCTIONS_ARGS_MAP[:glTextureBarrierNV] = []
16239
16239
  GL_FUNCTIONS_RETVAL_MAP[:glTextureBarrierNV] = Fiddle::TYPE_VOID
16240
16240
  module_eval(<<-SRC_GL_NV_texture_barrier)
@@ -16243,18 +16243,18 @@ module OpenGL
16243
16243
  f.call()
16244
16244
  end
16245
16245
  SRC_GL_NV_texture_barrier
16246
- end # define_command_GL_NV_texture_barrier
16246
+ end # define_ext_command_GL_NV_texture_barrier
16247
16247
 
16248
- def define_command_GL_NV_texture_compression_vtc
16249
- end # define_command_GL_NV_texture_compression_vtc
16248
+ def define_ext_command_GL_NV_texture_compression_vtc
16249
+ end # define_ext_command_GL_NV_texture_compression_vtc
16250
16250
 
16251
- def define_command_GL_NV_texture_env_combine4
16252
- end # define_command_GL_NV_texture_env_combine4
16251
+ def define_ext_command_GL_NV_texture_env_combine4
16252
+ end # define_ext_command_GL_NV_texture_env_combine4
16253
16253
 
16254
- def define_command_GL_NV_texture_expand_normal
16255
- end # define_command_GL_NV_texture_expand_normal
16254
+ def define_ext_command_GL_NV_texture_expand_normal
16255
+ end # define_ext_command_GL_NV_texture_expand_normal
16256
16256
 
16257
- def define_command_GL_NV_texture_multisample
16257
+ def define_ext_command_GL_NV_texture_multisample
16258
16258
  GL_FUNCTIONS_ARGS_MAP[:glTexImage2DMultisampleCoverageNV] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_CHAR]
16259
16259
  GL_FUNCTIONS_RETVAL_MAP[:glTexImage2DMultisampleCoverageNV] = Fiddle::TYPE_VOID
16260
16260
  module_eval(<<-SRC_GL_NV_texture_multisample)
@@ -16308,21 +16308,21 @@ module OpenGL
16308
16308
  f.call(_texture_, _target_, _coverageSamples_, _colorSamples_, _internalFormat_, _width_, _height_, _depth_, _fixedSampleLocations_)
16309
16309
  end
16310
16310
  SRC_GL_NV_texture_multisample
16311
- end # define_command_GL_NV_texture_multisample
16311
+ end # define_ext_command_GL_NV_texture_multisample
16312
16312
 
16313
- def define_command_GL_NV_texture_rectangle
16314
- end # define_command_GL_NV_texture_rectangle
16313
+ def define_ext_command_GL_NV_texture_rectangle
16314
+ end # define_ext_command_GL_NV_texture_rectangle
16315
16315
 
16316
- def define_command_GL_NV_texture_shader
16317
- end # define_command_GL_NV_texture_shader
16316
+ def define_ext_command_GL_NV_texture_shader
16317
+ end # define_ext_command_GL_NV_texture_shader
16318
16318
 
16319
- def define_command_GL_NV_texture_shader2
16320
- end # define_command_GL_NV_texture_shader2
16319
+ def define_ext_command_GL_NV_texture_shader2
16320
+ end # define_ext_command_GL_NV_texture_shader2
16321
16321
 
16322
- def define_command_GL_NV_texture_shader3
16323
- end # define_command_GL_NV_texture_shader3
16322
+ def define_ext_command_GL_NV_texture_shader3
16323
+ end # define_ext_command_GL_NV_texture_shader3
16324
16324
 
16325
- def define_command_GL_NV_transform_feedback
16325
+ def define_ext_command_GL_NV_transform_feedback
16326
16326
  GL_FUNCTIONS_ARGS_MAP[:glBeginTransformFeedbackNV] = [-Fiddle::TYPE_INT]
16327
16327
  GL_FUNCTIONS_RETVAL_MAP[:glBeginTransformFeedbackNV] = Fiddle::TYPE_VOID
16328
16328
  module_eval(<<-SRC_GL_NV_transform_feedback)
@@ -16430,9 +16430,9 @@ module OpenGL
16430
16430
  f.call(_count_, _attribs_, _nbuffers_, _bufstreams_, _bufferMode_)
16431
16431
  end
16432
16432
  SRC_GL_NV_transform_feedback
16433
- end # define_command_GL_NV_transform_feedback
16433
+ end # define_ext_command_GL_NV_transform_feedback
16434
16434
 
16435
- def define_command_GL_NV_transform_feedback2
16435
+ def define_ext_command_GL_NV_transform_feedback2
16436
16436
  GL_FUNCTIONS_ARGS_MAP[:glBindTransformFeedbackNV] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
16437
16437
  GL_FUNCTIONS_RETVAL_MAP[:glBindTransformFeedbackNV] = Fiddle::TYPE_VOID
16438
16438
  module_eval(<<-SRC_GL_NV_transform_feedback2)
@@ -16495,9 +16495,9 @@ module OpenGL
16495
16495
  f.call(_mode_, _id_)
16496
16496
  end
16497
16497
  SRC_GL_NV_transform_feedback2
16498
- end # define_command_GL_NV_transform_feedback2
16498
+ end # define_ext_command_GL_NV_transform_feedback2
16499
16499
 
16500
- def define_command_GL_NV_vdpau_interop
16500
+ def define_ext_command_GL_NV_vdpau_interop
16501
16501
  GL_FUNCTIONS_ARGS_MAP[:glVDPAUInitNV] = [Fiddle::TYPE_VOIDP, Fiddle::TYPE_VOIDP]
16502
16502
  GL_FUNCTIONS_RETVAL_MAP[:glVDPAUInitNV] = Fiddle::TYPE_VOID
16503
16503
  module_eval(<<-SRC_GL_NV_vdpau_interop)
@@ -16587,9 +16587,9 @@ module OpenGL
16587
16587
  f.call(_numSurface_, _surfaces_)
16588
16588
  end
16589
16589
  SRC_GL_NV_vdpau_interop
16590
- end # define_command_GL_NV_vdpau_interop
16590
+ end # define_ext_command_GL_NV_vdpau_interop
16591
16591
 
16592
- def define_command_GL_NV_vertex_array_range
16592
+ def define_ext_command_GL_NV_vertex_array_range
16593
16593
  GL_FUNCTIONS_ARGS_MAP[:glFlushVertexArrayRangeNV] = []
16594
16594
  GL_FUNCTIONS_RETVAL_MAP[:glFlushVertexArrayRangeNV] = Fiddle::TYPE_VOID
16595
16595
  module_eval(<<-SRC_GL_NV_vertex_array_range)
@@ -16607,12 +16607,12 @@ module OpenGL
16607
16607
  f.call(_length_, _pointer_)
16608
16608
  end
16609
16609
  SRC_GL_NV_vertex_array_range
16610
- end # define_command_GL_NV_vertex_array_range
16610
+ end # define_ext_command_GL_NV_vertex_array_range
16611
16611
 
16612
- def define_command_GL_NV_vertex_array_range2
16613
- end # define_command_GL_NV_vertex_array_range2
16612
+ def define_ext_command_GL_NV_vertex_array_range2
16613
+ end # define_ext_command_GL_NV_vertex_array_range2
16614
16614
 
16615
- def define_command_GL_NV_vertex_attrib_integer_64bit
16615
+ def define_ext_command_GL_NV_vertex_attrib_integer_64bit
16616
16616
  GL_FUNCTIONS_ARGS_MAP[:glVertexAttribL1i64NV] = [-Fiddle::TYPE_INT, Fiddle::TYPE_LONG_LONG]
16617
16617
  GL_FUNCTIONS_RETVAL_MAP[:glVertexAttribL1i64NV] = Fiddle::TYPE_VOID
16618
16618
  module_eval(<<-SRC_GL_NV_vertex_attrib_integer_64bit)
@@ -16783,9 +16783,9 @@ module OpenGL
16783
16783
  f.call(_index_, _size_, _type_, _stride_)
16784
16784
  end
16785
16785
  SRC_GL_NV_vertex_attrib_integer_64bit
16786
- end # define_command_GL_NV_vertex_attrib_integer_64bit
16786
+ end # define_ext_command_GL_NV_vertex_attrib_integer_64bit
16787
16787
 
16788
- def define_command_GL_NV_vertex_buffer_unified_memory
16788
+ def define_ext_command_GL_NV_vertex_buffer_unified_memory
16789
16789
  GL_FUNCTIONS_ARGS_MAP[:glBufferAddressRangeNV] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_LONG_LONG, Fiddle::TYPE_PTRDIFF_T]
16790
16790
  GL_FUNCTIONS_RETVAL_MAP[:glBufferAddressRangeNV] = Fiddle::TYPE_VOID
16791
16791
  module_eval(<<-SRC_GL_NV_vertex_buffer_unified_memory)
@@ -16893,9 +16893,9 @@ module OpenGL
16893
16893
  f.call(_value_, _index_, _result_)
16894
16894
  end
16895
16895
  SRC_GL_NV_vertex_buffer_unified_memory
16896
- end # define_command_GL_NV_vertex_buffer_unified_memory
16896
+ end # define_ext_command_GL_NV_vertex_buffer_unified_memory
16897
16897
 
16898
- def define_command_GL_NV_vertex_program
16898
+ def define_ext_command_GL_NV_vertex_program
16899
16899
  GL_FUNCTIONS_ARGS_MAP[:glAreProgramsResidentNV] = [Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP, Fiddle::TYPE_VOIDP]
16900
16900
  GL_FUNCTIONS_RETVAL_MAP[:glAreProgramsResidentNV] = -Fiddle::TYPE_CHAR
16901
16901
  module_eval(<<-SRC_GL_NV_vertex_program)
@@ -17471,21 +17471,21 @@ module OpenGL
17471
17471
  f.call(_index_, _count_, _v_)
17472
17472
  end
17473
17473
  SRC_GL_NV_vertex_program
17474
- end # define_command_GL_NV_vertex_program
17474
+ end # define_ext_command_GL_NV_vertex_program
17475
17475
 
17476
- def define_command_GL_NV_vertex_program1_1
17477
- end # define_command_GL_NV_vertex_program1_1
17476
+ def define_ext_command_GL_NV_vertex_program1_1
17477
+ end # define_ext_command_GL_NV_vertex_program1_1
17478
17478
 
17479
- def define_command_GL_NV_vertex_program2
17480
- end # define_command_GL_NV_vertex_program2
17479
+ def define_ext_command_GL_NV_vertex_program2
17480
+ end # define_ext_command_GL_NV_vertex_program2
17481
17481
 
17482
- def define_command_GL_NV_vertex_program2_option
17483
- end # define_command_GL_NV_vertex_program2_option
17482
+ def define_ext_command_GL_NV_vertex_program2_option
17483
+ end # define_ext_command_GL_NV_vertex_program2_option
17484
17484
 
17485
- def define_command_GL_NV_vertex_program3
17486
- end # define_command_GL_NV_vertex_program3
17485
+ def define_ext_command_GL_NV_vertex_program3
17486
+ end # define_ext_command_GL_NV_vertex_program3
17487
17487
 
17488
- def define_command_GL_NV_vertex_program4
17488
+ def define_ext_command_GL_NV_vertex_program4
17489
17489
  GL_FUNCTIONS_ARGS_MAP[:glVertexAttribI1iEXT] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT]
17490
17490
  GL_FUNCTIONS_RETVAL_MAP[:glVertexAttribI1iEXT] = Fiddle::TYPE_VOID
17491
17491
  module_eval(<<-SRC_GL_NV_vertex_program4)
@@ -17692,9 +17692,9 @@ module OpenGL
17692
17692
  f.call(_index_, _pname_, _params_)
17693
17693
  end
17694
17694
  SRC_GL_NV_vertex_program4
17695
- end # define_command_GL_NV_vertex_program4
17695
+ end # define_ext_command_GL_NV_vertex_program4
17696
17696
 
17697
- def define_command_GL_NV_video_capture
17697
+ def define_ext_command_GL_NV_video_capture
17698
17698
  GL_FUNCTIONS_ARGS_MAP[:glBeginVideoCaptureNV] = [-Fiddle::TYPE_INT]
17699
17699
  GL_FUNCTIONS_RETVAL_MAP[:glBeginVideoCaptureNV] = Fiddle::TYPE_VOID
17700
17700
  module_eval(<<-SRC_GL_NV_video_capture)
@@ -17802,9 +17802,9 @@ module OpenGL
17802
17802
  f.call(_video_capture_slot_, _stream_, _pname_, _params_)
17803
17803
  end
17804
17804
  SRC_GL_NV_video_capture
17805
- end # define_command_GL_NV_video_capture
17805
+ end # define_ext_command_GL_NV_video_capture
17806
17806
 
17807
- def define_command_GL_OES_byte_coordinates
17807
+ def define_ext_command_GL_OES_byte_coordinates
17808
17808
  GL_FUNCTIONS_ARGS_MAP[:glMultiTexCoord1bOES] = [-Fiddle::TYPE_INT, Fiddle::TYPE_CHAR]
17809
17809
  GL_FUNCTIONS_RETVAL_MAP[:glMultiTexCoord1bOES] = Fiddle::TYPE_VOID
17810
17810
  module_eval(<<-SRC_GL_OES_byte_coordinates)
@@ -18002,12 +18002,12 @@ module OpenGL
18002
18002
  f.call(_coords_)
18003
18003
  end
18004
18004
  SRC_GL_OES_byte_coordinates
18005
- end # define_command_GL_OES_byte_coordinates
18005
+ end # define_ext_command_GL_OES_byte_coordinates
18006
18006
 
18007
- def define_command_GL_OES_compressed_paletted_texture
18008
- end # define_command_GL_OES_compressed_paletted_texture
18007
+ def define_ext_command_GL_OES_compressed_paletted_texture
18008
+ end # define_ext_command_GL_OES_compressed_paletted_texture
18009
18009
 
18010
- def define_command_GL_OES_fixed_point
18010
+ def define_ext_command_GL_OES_fixed_point
18011
18011
  GL_FUNCTIONS_ARGS_MAP[:glAlphaFuncxOES] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT]
18012
18012
  GL_FUNCTIONS_RETVAL_MAP[:glAlphaFuncxOES] = Fiddle::TYPE_VOID
18013
18013
  module_eval(<<-SRC_GL_OES_fixed_point)
@@ -18979,9 +18979,9 @@ module OpenGL
18979
18979
  f.call(_coords_)
18980
18980
  end
18981
18981
  SRC_GL_OES_fixed_point
18982
- end # define_command_GL_OES_fixed_point
18982
+ end # define_ext_command_GL_OES_fixed_point
18983
18983
 
18984
- def define_command_GL_OES_query_matrix
18984
+ def define_ext_command_GL_OES_query_matrix
18985
18985
  GL_FUNCTIONS_ARGS_MAP[:glQueryMatrixxOES] = [Fiddle::TYPE_VOIDP, Fiddle::TYPE_VOIDP]
18986
18986
  GL_FUNCTIONS_RETVAL_MAP[:glQueryMatrixxOES] = -Fiddle::TYPE_INT
18987
18987
  module_eval(<<-SRC_GL_OES_query_matrix)
@@ -18990,12 +18990,12 @@ module OpenGL
18990
18990
  f.call(_mantissa_, _exponent_)
18991
18991
  end
18992
18992
  SRC_GL_OES_query_matrix
18993
- end # define_command_GL_OES_query_matrix
18993
+ end # define_ext_command_GL_OES_query_matrix
18994
18994
 
18995
- def define_command_GL_OES_read_format
18996
- end # define_command_GL_OES_read_format
18995
+ def define_ext_command_GL_OES_read_format
18996
+ end # define_ext_command_GL_OES_read_format
18997
18997
 
18998
- def define_command_GL_OES_single_precision
18998
+ def define_ext_command_GL_OES_single_precision
18999
18999
  GL_FUNCTIONS_ARGS_MAP[:glClearDepthfOES] = [Fiddle::TYPE_FLOAT]
19000
19000
  GL_FUNCTIONS_RETVAL_MAP[:glClearDepthfOES] = Fiddle::TYPE_VOID
19001
19001
  module_eval(<<-SRC_GL_OES_single_precision)
@@ -19049,18 +19049,18 @@ module OpenGL
19049
19049
  f.call(_l_, _r_, _b_, _t_, _n_, _f_)
19050
19050
  end
19051
19051
  SRC_GL_OES_single_precision
19052
- end # define_command_GL_OES_single_precision
19052
+ end # define_ext_command_GL_OES_single_precision
19053
19053
 
19054
- def define_command_GL_OML_interlace
19055
- end # define_command_GL_OML_interlace
19054
+ def define_ext_command_GL_OML_interlace
19055
+ end # define_ext_command_GL_OML_interlace
19056
19056
 
19057
- def define_command_GL_OML_resample
19058
- end # define_command_GL_OML_resample
19057
+ def define_ext_command_GL_OML_resample
19058
+ end # define_ext_command_GL_OML_resample
19059
19059
 
19060
- def define_command_GL_OML_subsample
19061
- end # define_command_GL_OML_subsample
19060
+ def define_ext_command_GL_OML_subsample
19061
+ end # define_ext_command_GL_OML_subsample
19062
19062
 
19063
- def define_command_GL_PGI_misc_hints
19063
+ def define_ext_command_GL_PGI_misc_hints
19064
19064
  GL_FUNCTIONS_ARGS_MAP[:glHintPGI] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT]
19065
19065
  GL_FUNCTIONS_RETVAL_MAP[:glHintPGI] = Fiddle::TYPE_VOID
19066
19066
  module_eval(<<-SRC_GL_PGI_misc_hints)
@@ -19069,18 +19069,18 @@ module OpenGL
19069
19069
  f.call(_target_, _mode_)
19070
19070
  end
19071
19071
  SRC_GL_PGI_misc_hints
19072
- end # define_command_GL_PGI_misc_hints
19072
+ end # define_ext_command_GL_PGI_misc_hints
19073
19073
 
19074
- def define_command_GL_PGI_vertex_hints
19075
- end # define_command_GL_PGI_vertex_hints
19074
+ def define_ext_command_GL_PGI_vertex_hints
19075
+ end # define_ext_command_GL_PGI_vertex_hints
19076
19076
 
19077
- def define_command_GL_REND_screen_coordinates
19078
- end # define_command_GL_REND_screen_coordinates
19077
+ def define_ext_command_GL_REND_screen_coordinates
19078
+ end # define_ext_command_GL_REND_screen_coordinates
19079
19079
 
19080
- def define_command_GL_S3_s3tc
19081
- end # define_command_GL_S3_s3tc
19080
+ def define_ext_command_GL_S3_s3tc
19081
+ end # define_ext_command_GL_S3_s3tc
19082
19082
 
19083
- def define_command_GL_SGIS_detail_texture
19083
+ def define_ext_command_GL_SGIS_detail_texture
19084
19084
  GL_FUNCTIONS_ARGS_MAP[:glDetailTexFuncSGIS] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
19085
19085
  GL_FUNCTIONS_RETVAL_MAP[:glDetailTexFuncSGIS] = Fiddle::TYPE_VOID
19086
19086
  module_eval(<<-SRC_GL_SGIS_detail_texture)
@@ -19098,9 +19098,9 @@ module OpenGL
19098
19098
  f.call(_target_, _points_)
19099
19099
  end
19100
19100
  SRC_GL_SGIS_detail_texture
19101
- end # define_command_GL_SGIS_detail_texture
19101
+ end # define_ext_command_GL_SGIS_detail_texture
19102
19102
 
19103
- def define_command_GL_SGIS_fog_function
19103
+ def define_ext_command_GL_SGIS_fog_function
19104
19104
  GL_FUNCTIONS_ARGS_MAP[:glFogFuncSGIS] = [Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
19105
19105
  GL_FUNCTIONS_RETVAL_MAP[:glFogFuncSGIS] = Fiddle::TYPE_VOID
19106
19106
  module_eval(<<-SRC_GL_SGIS_fog_function)
@@ -19118,12 +19118,12 @@ module OpenGL
19118
19118
  f.call(_points_)
19119
19119
  end
19120
19120
  SRC_GL_SGIS_fog_function
19121
- end # define_command_GL_SGIS_fog_function
19121
+ end # define_ext_command_GL_SGIS_fog_function
19122
19122
 
19123
- def define_command_GL_SGIS_generate_mipmap
19124
- end # define_command_GL_SGIS_generate_mipmap
19123
+ def define_ext_command_GL_SGIS_generate_mipmap
19124
+ end # define_ext_command_GL_SGIS_generate_mipmap
19125
19125
 
19126
- def define_command_GL_SGIS_multisample
19126
+ def define_ext_command_GL_SGIS_multisample
19127
19127
  GL_FUNCTIONS_ARGS_MAP[:glSampleMaskSGIS] = [Fiddle::TYPE_FLOAT, -Fiddle::TYPE_CHAR]
19128
19128
  GL_FUNCTIONS_RETVAL_MAP[:glSampleMaskSGIS] = Fiddle::TYPE_VOID
19129
19129
  module_eval(<<-SRC_GL_SGIS_multisample)
@@ -19141,9 +19141,9 @@ module OpenGL
19141
19141
  f.call(_pattern_)
19142
19142
  end
19143
19143
  SRC_GL_SGIS_multisample
19144
- end # define_command_GL_SGIS_multisample
19144
+ end # define_ext_command_GL_SGIS_multisample
19145
19145
 
19146
- def define_command_GL_SGIS_pixel_texture
19146
+ def define_ext_command_GL_SGIS_pixel_texture
19147
19147
  GL_FUNCTIONS_ARGS_MAP[:glPixelTexGenParameteriSGIS] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT]
19148
19148
  GL_FUNCTIONS_RETVAL_MAP[:glPixelTexGenParameteriSGIS] = Fiddle::TYPE_VOID
19149
19149
  module_eval(<<-SRC_GL_SGIS_pixel_texture)
@@ -19197,12 +19197,12 @@ module OpenGL
19197
19197
  f.call(_pname_, _params_)
19198
19198
  end
19199
19199
  SRC_GL_SGIS_pixel_texture
19200
- end # define_command_GL_SGIS_pixel_texture
19200
+ end # define_ext_command_GL_SGIS_pixel_texture
19201
19201
 
19202
- def define_command_GL_SGIS_point_line_texgen
19203
- end # define_command_GL_SGIS_point_line_texgen
19202
+ def define_ext_command_GL_SGIS_point_line_texgen
19203
+ end # define_ext_command_GL_SGIS_point_line_texgen
19204
19204
 
19205
- def define_command_GL_SGIS_point_parameters
19205
+ def define_ext_command_GL_SGIS_point_parameters
19206
19206
  GL_FUNCTIONS_ARGS_MAP[:glPointParameterfSGIS] = [-Fiddle::TYPE_INT, Fiddle::TYPE_FLOAT]
19207
19207
  GL_FUNCTIONS_RETVAL_MAP[:glPointParameterfSGIS] = Fiddle::TYPE_VOID
19208
19208
  module_eval(<<-SRC_GL_SGIS_point_parameters)
@@ -19220,9 +19220,9 @@ module OpenGL
19220
19220
  f.call(_pname_, _params_)
19221
19221
  end
19222
19222
  SRC_GL_SGIS_point_parameters
19223
- end # define_command_GL_SGIS_point_parameters
19223
+ end # define_ext_command_GL_SGIS_point_parameters
19224
19224
 
19225
- def define_command_GL_SGIS_sharpen_texture
19225
+ def define_ext_command_GL_SGIS_sharpen_texture
19226
19226
  GL_FUNCTIONS_ARGS_MAP[:glSharpenTexFuncSGIS] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
19227
19227
  GL_FUNCTIONS_RETVAL_MAP[:glSharpenTexFuncSGIS] = Fiddle::TYPE_VOID
19228
19228
  module_eval(<<-SRC_GL_SGIS_sharpen_texture)
@@ -19240,9 +19240,9 @@ module OpenGL
19240
19240
  f.call(_target_, _points_)
19241
19241
  end
19242
19242
  SRC_GL_SGIS_sharpen_texture
19243
- end # define_command_GL_SGIS_sharpen_texture
19243
+ end # define_ext_command_GL_SGIS_sharpen_texture
19244
19244
 
19245
- def define_command_GL_SGIS_texture4D
19245
+ def define_ext_command_GL_SGIS_texture4D
19246
19246
  GL_FUNCTIONS_ARGS_MAP[:glTexImage4DSGIS] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
19247
19247
  GL_FUNCTIONS_RETVAL_MAP[:glTexImage4DSGIS] = Fiddle::TYPE_VOID
19248
19248
  module_eval(<<-SRC_GL_SGIS_texture4D)
@@ -19260,12 +19260,12 @@ module OpenGL
19260
19260
  f.call(_target_, _level_, _xoffset_, _yoffset_, _zoffset_, _woffset_, _width_, _height_, _depth_, _size4d_, _format_, _type_, _pixels_)
19261
19261
  end
19262
19262
  SRC_GL_SGIS_texture4D
19263
- end # define_command_GL_SGIS_texture4D
19263
+ end # define_ext_command_GL_SGIS_texture4D
19264
19264
 
19265
- def define_command_GL_SGIS_texture_border_clamp
19266
- end # define_command_GL_SGIS_texture_border_clamp
19265
+ def define_ext_command_GL_SGIS_texture_border_clamp
19266
+ end # define_ext_command_GL_SGIS_texture_border_clamp
19267
19267
 
19268
- def define_command_GL_SGIS_texture_color_mask
19268
+ def define_ext_command_GL_SGIS_texture_color_mask
19269
19269
  GL_FUNCTIONS_ARGS_MAP[:glTextureColorMaskSGIS] = [-Fiddle::TYPE_CHAR, -Fiddle::TYPE_CHAR, -Fiddle::TYPE_CHAR, -Fiddle::TYPE_CHAR]
19270
19270
  GL_FUNCTIONS_RETVAL_MAP[:glTextureColorMaskSGIS] = Fiddle::TYPE_VOID
19271
19271
  module_eval(<<-SRC_GL_SGIS_texture_color_mask)
@@ -19274,12 +19274,12 @@ module OpenGL
19274
19274
  f.call(_red_, _green_, _blue_, _alpha_)
19275
19275
  end
19276
19276
  SRC_GL_SGIS_texture_color_mask
19277
- end # define_command_GL_SGIS_texture_color_mask
19277
+ end # define_ext_command_GL_SGIS_texture_color_mask
19278
19278
 
19279
- def define_command_GL_SGIS_texture_edge_clamp
19280
- end # define_command_GL_SGIS_texture_edge_clamp
19279
+ def define_ext_command_GL_SGIS_texture_edge_clamp
19280
+ end # define_ext_command_GL_SGIS_texture_edge_clamp
19281
19281
 
19282
- def define_command_GL_SGIS_texture_filter4
19282
+ def define_ext_command_GL_SGIS_texture_filter4
19283
19283
  GL_FUNCTIONS_ARGS_MAP[:glGetTexFilterFuncSGIS] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
19284
19284
  GL_FUNCTIONS_RETVAL_MAP[:glGetTexFilterFuncSGIS] = Fiddle::TYPE_VOID
19285
19285
  module_eval(<<-SRC_GL_SGIS_texture_filter4)
@@ -19297,15 +19297,15 @@ module OpenGL
19297
19297
  f.call(_target_, _filter_, _n_, _weights_)
19298
19298
  end
19299
19299
  SRC_GL_SGIS_texture_filter4
19300
- end # define_command_GL_SGIS_texture_filter4
19300
+ end # define_ext_command_GL_SGIS_texture_filter4
19301
19301
 
19302
- def define_command_GL_SGIS_texture_lod
19303
- end # define_command_GL_SGIS_texture_lod
19302
+ def define_ext_command_GL_SGIS_texture_lod
19303
+ end # define_ext_command_GL_SGIS_texture_lod
19304
19304
 
19305
- def define_command_GL_SGIS_texture_select
19306
- end # define_command_GL_SGIS_texture_select
19305
+ def define_ext_command_GL_SGIS_texture_select
19306
+ end # define_ext_command_GL_SGIS_texture_select
19307
19307
 
19308
- def define_command_GL_SGIX_async
19308
+ def define_ext_command_GL_SGIX_async
19309
19309
  GL_FUNCTIONS_ARGS_MAP[:glAsyncMarkerSGIX] = [-Fiddle::TYPE_INT]
19310
19310
  GL_FUNCTIONS_RETVAL_MAP[:glAsyncMarkerSGIX] = Fiddle::TYPE_VOID
19311
19311
  module_eval(<<-SRC_GL_SGIX_async)
@@ -19359,33 +19359,33 @@ module OpenGL
19359
19359
  f.call(_marker_)
19360
19360
  end
19361
19361
  SRC_GL_SGIX_async
19362
- end # define_command_GL_SGIX_async
19362
+ end # define_ext_command_GL_SGIX_async
19363
19363
 
19364
- def define_command_GL_SGIX_async_histogram
19365
- end # define_command_GL_SGIX_async_histogram
19364
+ def define_ext_command_GL_SGIX_async_histogram
19365
+ end # define_ext_command_GL_SGIX_async_histogram
19366
19366
 
19367
- def define_command_GL_SGIX_async_pixel
19368
- end # define_command_GL_SGIX_async_pixel
19367
+ def define_ext_command_GL_SGIX_async_pixel
19368
+ end # define_ext_command_GL_SGIX_async_pixel
19369
19369
 
19370
- def define_command_GL_SGIX_blend_alpha_minmax
19371
- end # define_command_GL_SGIX_blend_alpha_minmax
19370
+ def define_ext_command_GL_SGIX_blend_alpha_minmax
19371
+ end # define_ext_command_GL_SGIX_blend_alpha_minmax
19372
19372
 
19373
- def define_command_GL_SGIX_calligraphic_fragment
19374
- end # define_command_GL_SGIX_calligraphic_fragment
19373
+ def define_ext_command_GL_SGIX_calligraphic_fragment
19374
+ end # define_ext_command_GL_SGIX_calligraphic_fragment
19375
19375
 
19376
- def define_command_GL_SGIX_clipmap
19377
- end # define_command_GL_SGIX_clipmap
19376
+ def define_ext_command_GL_SGIX_clipmap
19377
+ end # define_ext_command_GL_SGIX_clipmap
19378
19378
 
19379
- def define_command_GL_SGIX_convolution_accuracy
19380
- end # define_command_GL_SGIX_convolution_accuracy
19379
+ def define_ext_command_GL_SGIX_convolution_accuracy
19380
+ end # define_ext_command_GL_SGIX_convolution_accuracy
19381
19381
 
19382
- def define_command_GL_SGIX_depth_pass_instrument
19383
- end # define_command_GL_SGIX_depth_pass_instrument
19382
+ def define_ext_command_GL_SGIX_depth_pass_instrument
19383
+ end # define_ext_command_GL_SGIX_depth_pass_instrument
19384
19384
 
19385
- def define_command_GL_SGIX_depth_texture
19386
- end # define_command_GL_SGIX_depth_texture
19385
+ def define_ext_command_GL_SGIX_depth_texture
19386
+ end # define_ext_command_GL_SGIX_depth_texture
19387
19387
 
19388
- def define_command_GL_SGIX_flush_raster
19388
+ def define_ext_command_GL_SGIX_flush_raster
19389
19389
  GL_FUNCTIONS_ARGS_MAP[:glFlushRasterSGIX] = []
19390
19390
  GL_FUNCTIONS_RETVAL_MAP[:glFlushRasterSGIX] = Fiddle::TYPE_VOID
19391
19391
  module_eval(<<-SRC_GL_SGIX_flush_raster)
@@ -19394,12 +19394,12 @@ module OpenGL
19394
19394
  f.call()
19395
19395
  end
19396
19396
  SRC_GL_SGIX_flush_raster
19397
- end # define_command_GL_SGIX_flush_raster
19397
+ end # define_ext_command_GL_SGIX_flush_raster
19398
19398
 
19399
- def define_command_GL_SGIX_fog_offset
19400
- end # define_command_GL_SGIX_fog_offset
19399
+ def define_ext_command_GL_SGIX_fog_offset
19400
+ end # define_ext_command_GL_SGIX_fog_offset
19401
19401
 
19402
- def define_command_GL_SGIX_fragment_lighting
19402
+ def define_ext_command_GL_SGIX_fragment_lighting
19403
19403
  GL_FUNCTIONS_ARGS_MAP[:glFragmentColorMaterialSGIX] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT]
19404
19404
  GL_FUNCTIONS_RETVAL_MAP[:glFragmentColorMaterialSGIX] = Fiddle::TYPE_VOID
19405
19405
  module_eval(<<-SRC_GL_SGIX_fragment_lighting)
@@ -19561,9 +19561,9 @@ module OpenGL
19561
19561
  f.call(_pname_, _param_)
19562
19562
  end
19563
19563
  SRC_GL_SGIX_fragment_lighting
19564
- end # define_command_GL_SGIX_fragment_lighting
19564
+ end # define_ext_command_GL_SGIX_fragment_lighting
19565
19565
 
19566
- def define_command_GL_SGIX_framezoom
19566
+ def define_ext_command_GL_SGIX_framezoom
19567
19567
  GL_FUNCTIONS_ARGS_MAP[:glFrameZoomSGIX] = [Fiddle::TYPE_INT]
19568
19568
  GL_FUNCTIONS_RETVAL_MAP[:glFrameZoomSGIX] = Fiddle::TYPE_VOID
19569
19569
  module_eval(<<-SRC_GL_SGIX_framezoom)
@@ -19572,9 +19572,9 @@ module OpenGL
19572
19572
  f.call(_factor_)
19573
19573
  end
19574
19574
  SRC_GL_SGIX_framezoom
19575
- end # define_command_GL_SGIX_framezoom
19575
+ end # define_ext_command_GL_SGIX_framezoom
19576
19576
 
19577
- def define_command_GL_SGIX_igloo_interface
19577
+ def define_ext_command_GL_SGIX_igloo_interface
19578
19578
  GL_FUNCTIONS_ARGS_MAP[:glIglooInterfaceSGIX] = [-Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
19579
19579
  GL_FUNCTIONS_RETVAL_MAP[:glIglooInterfaceSGIX] = Fiddle::TYPE_VOID
19580
19580
  module_eval(<<-SRC_GL_SGIX_igloo_interface)
@@ -19583,9 +19583,9 @@ module OpenGL
19583
19583
  f.call(_pname_, _params_)
19584
19584
  end
19585
19585
  SRC_GL_SGIX_igloo_interface
19586
- end # define_command_GL_SGIX_igloo_interface
19586
+ end # define_ext_command_GL_SGIX_igloo_interface
19587
19587
 
19588
- def define_command_GL_SGIX_instruments
19588
+ def define_ext_command_GL_SGIX_instruments
19589
19589
  GL_FUNCTIONS_ARGS_MAP[:glGetInstrumentsSGIX] = []
19590
19590
  GL_FUNCTIONS_RETVAL_MAP[:glGetInstrumentsSGIX] = Fiddle::TYPE_INT
19591
19591
  module_eval(<<-SRC_GL_SGIX_instruments)
@@ -19639,15 +19639,15 @@ module OpenGL
19639
19639
  f.call(_marker_)
19640
19640
  end
19641
19641
  SRC_GL_SGIX_instruments
19642
- end # define_command_GL_SGIX_instruments
19642
+ end # define_ext_command_GL_SGIX_instruments
19643
19643
 
19644
- def define_command_GL_SGIX_interlace
19645
- end # define_command_GL_SGIX_interlace
19644
+ def define_ext_command_GL_SGIX_interlace
19645
+ end # define_ext_command_GL_SGIX_interlace
19646
19646
 
19647
- def define_command_GL_SGIX_ir_instrument1
19648
- end # define_command_GL_SGIX_ir_instrument1
19647
+ def define_ext_command_GL_SGIX_ir_instrument1
19648
+ end # define_ext_command_GL_SGIX_ir_instrument1
19649
19649
 
19650
- def define_command_GL_SGIX_list_priority
19650
+ def define_ext_command_GL_SGIX_list_priority
19651
19651
  GL_FUNCTIONS_ARGS_MAP[:glGetListParameterfvSGIX] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
19652
19652
  GL_FUNCTIONS_RETVAL_MAP[:glGetListParameterfvSGIX] = Fiddle::TYPE_VOID
19653
19653
  module_eval(<<-SRC_GL_SGIX_list_priority)
@@ -19701,9 +19701,9 @@ module OpenGL
19701
19701
  f.call(_list_, _pname_, _params_)
19702
19702
  end
19703
19703
  SRC_GL_SGIX_list_priority
19704
- end # define_command_GL_SGIX_list_priority
19704
+ end # define_ext_command_GL_SGIX_list_priority
19705
19705
 
19706
- def define_command_GL_SGIX_pixel_texture
19706
+ def define_ext_command_GL_SGIX_pixel_texture
19707
19707
  GL_FUNCTIONS_ARGS_MAP[:glPixelTexGenSGIX] = [-Fiddle::TYPE_INT]
19708
19708
  GL_FUNCTIONS_RETVAL_MAP[:glPixelTexGenSGIX] = Fiddle::TYPE_VOID
19709
19709
  module_eval(<<-SRC_GL_SGIX_pixel_texture)
@@ -19712,12 +19712,12 @@ module OpenGL
19712
19712
  f.call(_mode_)
19713
19713
  end
19714
19714
  SRC_GL_SGIX_pixel_texture
19715
- end # define_command_GL_SGIX_pixel_texture
19715
+ end # define_ext_command_GL_SGIX_pixel_texture
19716
19716
 
19717
- def define_command_GL_SGIX_pixel_tiles
19718
- end # define_command_GL_SGIX_pixel_tiles
19717
+ def define_ext_command_GL_SGIX_pixel_tiles
19718
+ end # define_ext_command_GL_SGIX_pixel_tiles
19719
19719
 
19720
- def define_command_GL_SGIX_polynomial_ffd
19720
+ def define_ext_command_GL_SGIX_polynomial_ffd
19721
19721
  GL_FUNCTIONS_ARGS_MAP[:glDeformationMap3dSGIX] = [-Fiddle::TYPE_INT, Fiddle::TYPE_DOUBLE, Fiddle::TYPE_DOUBLE, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_DOUBLE, Fiddle::TYPE_DOUBLE, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_DOUBLE, Fiddle::TYPE_DOUBLE, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
19722
19722
  GL_FUNCTIONS_RETVAL_MAP[:glDeformationMap3dSGIX] = Fiddle::TYPE_VOID
19723
19723
  module_eval(<<-SRC_GL_SGIX_polynomial_ffd)
@@ -19753,9 +19753,9 @@ module OpenGL
19753
19753
  f.call(_mask_)
19754
19754
  end
19755
19755
  SRC_GL_SGIX_polynomial_ffd
19756
- end # define_command_GL_SGIX_polynomial_ffd
19756
+ end # define_ext_command_GL_SGIX_polynomial_ffd
19757
19757
 
19758
- def define_command_GL_SGIX_reference_plane
19758
+ def define_ext_command_GL_SGIX_reference_plane
19759
19759
  GL_FUNCTIONS_ARGS_MAP[:glReferencePlaneSGIX] = [Fiddle::TYPE_VOIDP]
19760
19760
  GL_FUNCTIONS_RETVAL_MAP[:glReferencePlaneSGIX] = Fiddle::TYPE_VOID
19761
19761
  module_eval(<<-SRC_GL_SGIX_reference_plane)
@@ -19764,21 +19764,21 @@ module OpenGL
19764
19764
  f.call(_equation_)
19765
19765
  end
19766
19766
  SRC_GL_SGIX_reference_plane
19767
- end # define_command_GL_SGIX_reference_plane
19767
+ end # define_ext_command_GL_SGIX_reference_plane
19768
19768
 
19769
- def define_command_GL_SGIX_resample
19770
- end # define_command_GL_SGIX_resample
19769
+ def define_ext_command_GL_SGIX_resample
19770
+ end # define_ext_command_GL_SGIX_resample
19771
19771
 
19772
- def define_command_GL_SGIX_scalebias_hint
19773
- end # define_command_GL_SGIX_scalebias_hint
19772
+ def define_ext_command_GL_SGIX_scalebias_hint
19773
+ end # define_ext_command_GL_SGIX_scalebias_hint
19774
19774
 
19775
- def define_command_GL_SGIX_shadow
19776
- end # define_command_GL_SGIX_shadow
19775
+ def define_ext_command_GL_SGIX_shadow
19776
+ end # define_ext_command_GL_SGIX_shadow
19777
19777
 
19778
- def define_command_GL_SGIX_shadow_ambient
19779
- end # define_command_GL_SGIX_shadow_ambient
19778
+ def define_ext_command_GL_SGIX_shadow_ambient
19779
+ end # define_ext_command_GL_SGIX_shadow_ambient
19780
19780
 
19781
- def define_command_GL_SGIX_sprite
19781
+ def define_ext_command_GL_SGIX_sprite
19782
19782
  GL_FUNCTIONS_ARGS_MAP[:glSpriteParameterfSGIX] = [-Fiddle::TYPE_INT, Fiddle::TYPE_FLOAT]
19783
19783
  GL_FUNCTIONS_RETVAL_MAP[:glSpriteParameterfSGIX] = Fiddle::TYPE_VOID
19784
19784
  module_eval(<<-SRC_GL_SGIX_sprite)
@@ -19814,12 +19814,12 @@ module OpenGL
19814
19814
  f.call(_pname_, _params_)
19815
19815
  end
19816
19816
  SRC_GL_SGIX_sprite
19817
- end # define_command_GL_SGIX_sprite
19817
+ end # define_ext_command_GL_SGIX_sprite
19818
19818
 
19819
- def define_command_GL_SGIX_subsample
19820
- end # define_command_GL_SGIX_subsample
19819
+ def define_ext_command_GL_SGIX_subsample
19820
+ end # define_ext_command_GL_SGIX_subsample
19821
19821
 
19822
- def define_command_GL_SGIX_tag_sample_buffer
19822
+ def define_ext_command_GL_SGIX_tag_sample_buffer
19823
19823
  GL_FUNCTIONS_ARGS_MAP[:glTagSampleBufferSGIX] = []
19824
19824
  GL_FUNCTIONS_RETVAL_MAP[:glTagSampleBufferSGIX] = Fiddle::TYPE_VOID
19825
19825
  module_eval(<<-SRC_GL_SGIX_tag_sample_buffer)
@@ -19828,39 +19828,39 @@ module OpenGL
19828
19828
  f.call()
19829
19829
  end
19830
19830
  SRC_GL_SGIX_tag_sample_buffer
19831
- end # define_command_GL_SGIX_tag_sample_buffer
19831
+ end # define_ext_command_GL_SGIX_tag_sample_buffer
19832
19832
 
19833
- def define_command_GL_SGIX_texture_add_env
19834
- end # define_command_GL_SGIX_texture_add_env
19833
+ def define_ext_command_GL_SGIX_texture_add_env
19834
+ end # define_ext_command_GL_SGIX_texture_add_env
19835
19835
 
19836
- def define_command_GL_SGIX_texture_coordinate_clamp
19837
- end # define_command_GL_SGIX_texture_coordinate_clamp
19836
+ def define_ext_command_GL_SGIX_texture_coordinate_clamp
19837
+ end # define_ext_command_GL_SGIX_texture_coordinate_clamp
19838
19838
 
19839
- def define_command_GL_SGIX_texture_lod_bias
19840
- end # define_command_GL_SGIX_texture_lod_bias
19839
+ def define_ext_command_GL_SGIX_texture_lod_bias
19840
+ end # define_ext_command_GL_SGIX_texture_lod_bias
19841
19841
 
19842
- def define_command_GL_SGIX_texture_multi_buffer
19843
- end # define_command_GL_SGIX_texture_multi_buffer
19842
+ def define_ext_command_GL_SGIX_texture_multi_buffer
19843
+ end # define_ext_command_GL_SGIX_texture_multi_buffer
19844
19844
 
19845
- def define_command_GL_SGIX_texture_scale_bias
19846
- end # define_command_GL_SGIX_texture_scale_bias
19845
+ def define_ext_command_GL_SGIX_texture_scale_bias
19846
+ end # define_ext_command_GL_SGIX_texture_scale_bias
19847
19847
 
19848
- def define_command_GL_SGIX_vertex_preclip
19849
- end # define_command_GL_SGIX_vertex_preclip
19848
+ def define_ext_command_GL_SGIX_vertex_preclip
19849
+ end # define_ext_command_GL_SGIX_vertex_preclip
19850
19850
 
19851
- def define_command_GL_SGIX_ycrcb
19852
- end # define_command_GL_SGIX_ycrcb
19851
+ def define_ext_command_GL_SGIX_ycrcb
19852
+ end # define_ext_command_GL_SGIX_ycrcb
19853
19853
 
19854
- def define_command_GL_SGIX_ycrcb_subsample
19855
- end # define_command_GL_SGIX_ycrcb_subsample
19854
+ def define_ext_command_GL_SGIX_ycrcb_subsample
19855
+ end # define_ext_command_GL_SGIX_ycrcb_subsample
19856
19856
 
19857
- def define_command_GL_SGIX_ycrcba
19858
- end # define_command_GL_SGIX_ycrcba
19857
+ def define_ext_command_GL_SGIX_ycrcba
19858
+ end # define_ext_command_GL_SGIX_ycrcba
19859
19859
 
19860
- def define_command_GL_SGI_color_matrix
19861
- end # define_command_GL_SGI_color_matrix
19860
+ def define_ext_command_GL_SGI_color_matrix
19861
+ end # define_ext_command_GL_SGI_color_matrix
19862
19862
 
19863
- def define_command_GL_SGI_color_table
19863
+ def define_ext_command_GL_SGI_color_table
19864
19864
  GL_FUNCTIONS_ARGS_MAP[:glColorTableSGI] = [-Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_INT, -Fiddle::TYPE_INT, -Fiddle::TYPE_INT, Fiddle::TYPE_VOIDP]
19865
19865
  GL_FUNCTIONS_RETVAL_MAP[:glColorTableSGI] = Fiddle::TYPE_VOID
19866
19866
  module_eval(<<-SRC_GL_SGI_color_table)
@@ -19923,12 +19923,12 @@ module OpenGL
19923
19923
  f.call(_target_, _pname_, _params_)
19924
19924
  end
19925
19925
  SRC_GL_SGI_color_table
19926
- end # define_command_GL_SGI_color_table
19926
+ end # define_ext_command_GL_SGI_color_table
19927
19927
 
19928
- def define_command_GL_SGI_texture_color_table
19929
- end # define_command_GL_SGI_texture_color_table
19928
+ def define_ext_command_GL_SGI_texture_color_table
19929
+ end # define_ext_command_GL_SGI_texture_color_table
19930
19930
 
19931
- def define_command_GL_SUNX_constant_data
19931
+ def define_ext_command_GL_SUNX_constant_data
19932
19932
  GL_FUNCTIONS_ARGS_MAP[:glFinishTextureSUNX] = []
19933
19933
  GL_FUNCTIONS_RETVAL_MAP[:glFinishTextureSUNX] = Fiddle::TYPE_VOID
19934
19934
  module_eval(<<-SRC_GL_SUNX_constant_data)
@@ -19937,12 +19937,12 @@ module OpenGL
19937
19937
  f.call()
19938
19938
  end
19939
19939
  SRC_GL_SUNX_constant_data
19940
- end # define_command_GL_SUNX_constant_data
19940
+ end # define_ext_command_GL_SUNX_constant_data
19941
19941
 
19942
- def define_command_GL_SUN_convolution_border_modes
19943
- end # define_command_GL_SUN_convolution_border_modes
19942
+ def define_ext_command_GL_SUN_convolution_border_modes
19943
+ end # define_ext_command_GL_SUN_convolution_border_modes
19944
19944
 
19945
- def define_command_GL_SUN_global_alpha
19945
+ def define_ext_command_GL_SUN_global_alpha
19946
19946
  GL_FUNCTIONS_ARGS_MAP[:glGlobalAlphaFactorbSUN] = [Fiddle::TYPE_CHAR]
19947
19947
  GL_FUNCTIONS_RETVAL_MAP[:glGlobalAlphaFactorbSUN] = Fiddle::TYPE_VOID
19948
19948
  module_eval(<<-SRC_GL_SUN_global_alpha)
@@ -20014,9 +20014,9 @@ module OpenGL
20014
20014
  f.call(_factor_)
20015
20015
  end
20016
20016
  SRC_GL_SUN_global_alpha
20017
- end # define_command_GL_SUN_global_alpha
20017
+ end # define_ext_command_GL_SUN_global_alpha
20018
20018
 
20019
- def define_command_GL_SUN_mesh_array
20019
+ def define_ext_command_GL_SUN_mesh_array
20020
20020
  GL_FUNCTIONS_ARGS_MAP[:glDrawMeshArraysSUN] = [-Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT, Fiddle::TYPE_INT]
20021
20021
  GL_FUNCTIONS_RETVAL_MAP[:glDrawMeshArraysSUN] = Fiddle::TYPE_VOID
20022
20022
  module_eval(<<-SRC_GL_SUN_mesh_array)
@@ -20025,12 +20025,12 @@ module OpenGL
20025
20025
  f.call(_mode_, _first_, _count_, _width_)
20026
20026
  end
20027
20027
  SRC_GL_SUN_mesh_array
20028
- end # define_command_GL_SUN_mesh_array
20028
+ end # define_ext_command_GL_SUN_mesh_array
20029
20029
 
20030
- def define_command_GL_SUN_slice_accum
20031
- end # define_command_GL_SUN_slice_accum
20030
+ def define_ext_command_GL_SUN_slice_accum
20031
+ end # define_ext_command_GL_SUN_slice_accum
20032
20032
 
20033
- def define_command_GL_SUN_triangle_list
20033
+ def define_ext_command_GL_SUN_triangle_list
20034
20034
  GL_FUNCTIONS_ARGS_MAP[:glReplacementCodeuiSUN] = [-Fiddle::TYPE_INT]
20035
20035
  GL_FUNCTIONS_RETVAL_MAP[:glReplacementCodeuiSUN] = Fiddle::TYPE_VOID
20036
20036
  module_eval(<<-SRC_GL_SUN_triangle_list)
@@ -20093,9 +20093,9 @@ module OpenGL
20093
20093
  f.call(_type_, _stride_, _pointer_)
20094
20094
  end
20095
20095
  SRC_GL_SUN_triangle_list
20096
- end # define_command_GL_SUN_triangle_list
20096
+ end # define_ext_command_GL_SUN_triangle_list
20097
20097
 
20098
- def define_command_GL_SUN_vertex
20098
+ def define_ext_command_GL_SUN_vertex
20099
20099
  GL_FUNCTIONS_ARGS_MAP[:glColor4ubVertex2fSUN] = [-Fiddle::TYPE_CHAR, -Fiddle::TYPE_CHAR, -Fiddle::TYPE_CHAR, -Fiddle::TYPE_CHAR, Fiddle::TYPE_FLOAT, Fiddle::TYPE_FLOAT]
20100
20100
  GL_FUNCTIONS_RETVAL_MAP[:glColor4ubVertex2fSUN] = Fiddle::TYPE_VOID
20101
20101
  module_eval(<<-SRC_GL_SUN_vertex)
@@ -20455,12 +20455,12 @@ module OpenGL
20455
20455
  f.call(_rc_, _tc_, _c_, _n_, _v_)
20456
20456
  end
20457
20457
  SRC_GL_SUN_vertex
20458
- end # define_command_GL_SUN_vertex
20458
+ end # define_ext_command_GL_SUN_vertex
20459
20459
 
20460
- def define_command_GL_WIN_phong_shading
20461
- end # define_command_GL_WIN_phong_shading
20460
+ def define_ext_command_GL_WIN_phong_shading
20461
+ end # define_ext_command_GL_WIN_phong_shading
20462
20462
 
20463
- def define_command_GL_WIN_specular_fog
20464
- end # define_command_GL_WIN_specular_fog
20463
+ def define_ext_command_GL_WIN_specular_fog
20464
+ end # define_ext_command_GL_WIN_specular_fog
20465
20465
 
20466
20466
  end