fake-bpy-module 20240915__py3-none-any.whl → 20240916__py3-none-any.whl

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.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +2 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +2 -36
  158. bl_ui/space_topbar/__init__.pyi +2 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +2 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +927 -31353
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240916.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +4 -50
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +2 -42
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240915.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/top_level.txt +0 -0
bgl/__init__.pyi CHANGED
@@ -28,8 +28,8 @@ import typing
28
28
  import collections.abc
29
29
  import typing_extensions
30
30
 
31
- GenericType1 = typing.TypeVar("GenericType1")
32
- GenericType2 = typing.TypeVar("GenericType2")
31
+ _GenericType1 = typing.TypeVar("_GenericType1")
32
+ _GenericType2 = typing.TypeVar("_GenericType2")
33
33
 
34
34
  class Buffer:
35
35
  """The Buffer object is simply a block of memory that is delineated and initialized by the
@@ -46,7 +46,6 @@ class Buffer:
46
46
 
47
47
  def to_list(self):
48
48
  """The contents of the Buffer as a python list."""
49
- ...
50
49
 
51
50
  def __init__(self, type: int, dimensions, template=None):
52
51
  """This will create a new Buffer object for use with other bgl OpenGL commands.
@@ -68,7 +67,6 @@ class Buffer:
68
67
  the Buffer. If a template is not passed in all fields will be initialized to 0.
69
68
  :return: The newly created buffer as a PyObject.
70
69
  """
71
- ...
72
70
 
73
71
  def glActiveTexture(texture: int):
74
72
  """Select active texture unit.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glActiveTexture.xhtml>`__
@@ -77,8 +75,6 @@ def glActiveTexture(texture: int):
77
75
  :type texture: int
78
76
  """
79
77
 
80
- ...
81
-
82
78
  def glAttachShader(program: int, shader: int):
83
79
  """Attaches a shader object to a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glAttachShader.xhtml>`__
84
80
 
@@ -88,8 +84,6 @@ def glAttachShader(program: int, shader: int):
88
84
  :type shader: int
89
85
  """
90
86
 
91
- ...
92
-
93
87
  def glBeginQuery(p0: int, p1: int):
94
88
  """
95
89
 
@@ -97,8 +91,6 @@ def glBeginQuery(p0: int, p1: int):
97
91
  :type p1: int
98
92
  """
99
93
 
100
- ...
101
-
102
94
  def glBindAttribLocation(p0: int, p1: int, p2: str):
103
95
  """
104
96
 
@@ -107,8 +99,6 @@ def glBindAttribLocation(p0: int, p1: int, p2: str):
107
99
  :type p2: str
108
100
  """
109
101
 
110
- ...
111
-
112
102
  def glBindBuffer(p0: int, p1: int):
113
103
  """
114
104
 
@@ -116,8 +106,6 @@ def glBindBuffer(p0: int, p1: int):
116
106
  :type p1: int
117
107
  """
118
108
 
119
- ...
120
-
121
109
  def glBindBufferBase(p0: int, p1: int, p2: int):
122
110
  """
123
111
 
@@ -126,8 +114,6 @@ def glBindBufferBase(p0: int, p1: int, p2: int):
126
114
  :type p2: int
127
115
  """
128
116
 
129
- ...
130
-
131
117
  def glBindBufferRange(p0: int, p1: int, p2: int, p3: int, p4: int):
132
118
  """
133
119
 
@@ -138,8 +124,6 @@ def glBindBufferRange(p0: int, p1: int, p2: int, p3: int, p4: int):
138
124
  :type p4: int
139
125
  """
140
126
 
141
- ...
142
-
143
127
  def glBindFramebuffer(p0: int, p1: int):
144
128
  """
145
129
 
@@ -147,8 +131,6 @@ def glBindFramebuffer(p0: int, p1: int):
147
131
  :type p1: int
148
132
  """
149
133
 
150
- ...
151
-
152
134
  def glBindRenderbuffer(p0: int, p1: int):
153
135
  """
154
136
 
@@ -156,8 +138,6 @@ def glBindRenderbuffer(p0: int, p1: int):
156
138
  :type p1: int
157
139
  """
158
140
 
159
- ...
160
-
161
141
  def glBindTexture(target: set[str], texture: int):
162
142
  """Bind a named texture to a texturing target`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glBindTexture.xhtml>`__
163
143
 
@@ -167,16 +147,12 @@ def glBindTexture(target: set[str], texture: int):
167
147
  :type texture: int
168
148
  """
169
149
 
170
- ...
171
-
172
150
  def glBindVertexArray(p0: int):
173
151
  """
174
152
 
175
153
  :type p0: int
176
154
  """
177
155
 
178
- ...
179
-
180
156
  def glBlendColor(p0: float, p1: float, p2: float, p3: float):
181
157
  """
182
158
 
@@ -186,16 +162,12 @@ def glBlendColor(p0: float, p1: float, p2: float, p3: float):
186
162
  :type p3: float
187
163
  """
188
164
 
189
- ...
190
-
191
165
  def glBlendEquation(p0: int):
192
166
  """
193
167
 
194
168
  :type p0: int
195
169
  """
196
170
 
197
- ...
198
-
199
171
  def glBlendEquationSeparate(p0: int, p1: int):
200
172
  """
201
173
 
@@ -203,8 +175,6 @@ def glBlendEquationSeparate(p0: int, p1: int):
203
175
  :type p1: int
204
176
  """
205
177
 
206
- ...
207
-
208
178
  def glBlendFunc(sfactor: set[str], dfactor: set[str]):
209
179
  """Specify pixel arithmetic`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glBlendFunc.xhtml>`__
210
180
 
@@ -216,8 +186,6 @@ def glBlendFunc(sfactor: set[str], dfactor: set[str]):
216
186
  :type dfactor: set[str]
217
187
  """
218
188
 
219
- ...
220
-
221
189
  def glBlitFramebuffer(
222
190
  p0: int,
223
191
  p1: int,
@@ -244,8 +212,6 @@ def glBlitFramebuffer(
244
212
  :type p9: int
245
213
  """
246
214
 
247
- ...
248
-
249
215
  def glBufferData(p0: int, p1: int, p2: typing.Any, p3: int):
250
216
  """
251
217
 
@@ -255,8 +221,6 @@ def glBufferData(p0: int, p1: int, p2: typing.Any, p3: int):
255
221
  :type p3: int
256
222
  """
257
223
 
258
- ...
259
-
260
224
  def glBufferSubData(p0: int, p1: int, p2: int, p3: typing.Any):
261
225
  """
262
226
 
@@ -266,8 +230,6 @@ def glBufferSubData(p0: int, p1: int, p2: int, p3: typing.Any):
266
230
  :type p3: typing.Any
267
231
  """
268
232
 
269
- ...
270
-
271
233
  def glCheckFramebufferStatus(p0: int) -> int:
272
234
  """
273
235
 
@@ -275,16 +237,12 @@ def glCheckFramebufferStatus(p0: int) -> int:
275
237
  :rtype: int
276
238
  """
277
239
 
278
- ...
279
-
280
240
  def glClear(mask):
281
241
  """Clear buffers to preset values`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClear.xhtml>`__
282
242
 
283
243
  :param mask: Bitwise OR of masks that indicate the buffers to be cleared.
284
244
  """
285
245
 
286
- ...
287
-
288
246
  def glClearColor(red: float, green, blue, alpha):
289
247
  """Specify clear values for the color buffers`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClearColor.xhtml>`__
290
248
 
@@ -293,8 +251,6 @@ def glClearColor(red: float, green, blue, alpha):
293
251
  :type red: float
294
252
  """
295
253
 
296
- ...
297
-
298
254
  def glClearDepth(depth: int):
299
255
  """Specify the clear value for the depth buffer`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClearDepth.xhtml>`__
300
256
 
@@ -303,8 +259,6 @@ def glClearDepth(depth: int):
303
259
  :type depth: int
304
260
  """
305
261
 
306
- ...
307
-
308
262
  def glClearStencil(s: int):
309
263
  """Specify the clear value for the stencil buffer`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClearStencil.xhtml>`__
310
264
 
@@ -312,8 +266,6 @@ def glClearStencil(s: int):
312
266
  :type s: int
313
267
  """
314
268
 
315
- ...
316
-
317
269
  def glClipPlane(plane: set[str], equation: Buffer):
318
270
  """Specify a plane against which all geometry is clipped`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClipPlane.xhtml>`__
319
271
 
@@ -324,8 +276,6 @@ def glClipPlane(plane: set[str], equation: Buffer):
324
276
  :type equation: Buffer
325
277
  """
326
278
 
327
- ...
328
-
329
279
  def glColorMask(red: int, green, blue, alpha):
330
280
  """Enable and disable writing of frame buffer color components`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glColorMask.xhtml>`__
331
281
 
@@ -335,8 +285,6 @@ def glColorMask(red: int, green, blue, alpha):
335
285
  :type red: int
336
286
  """
337
287
 
338
- ...
339
-
340
288
  def glCompileShader(shader: int):
341
289
  """Compiles a shader object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glCompileShader.xhtml>`__
342
290
 
@@ -344,8 +292,6 @@ def glCompileShader(shader: int):
344
292
  :type shader: int
345
293
  """
346
294
 
347
- ...
348
-
349
295
  def glCompressedTexImage1D(
350
296
  p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: typing.Any
351
297
  ):
@@ -360,8 +306,6 @@ def glCompressedTexImage1D(
360
306
  :type p6: typing.Any
361
307
  """
362
308
 
363
- ...
364
-
365
309
  def glCompressedTexImage2D(
366
310
  p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int, p7: typing.Any
367
311
  ):
@@ -377,8 +321,6 @@ def glCompressedTexImage2D(
377
321
  :type p7: typing.Any
378
322
  """
379
323
 
380
- ...
381
-
382
324
  def glCompressedTexImage3D(
383
325
  p0: int,
384
326
  p1: int,
@@ -403,8 +345,6 @@ def glCompressedTexImage3D(
403
345
  :type p8: typing.Any
404
346
  """
405
347
 
406
- ...
407
-
408
348
  def glCompressedTexSubImage1D(
409
349
  p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: typing.Any
410
350
  ):
@@ -419,8 +359,6 @@ def glCompressedTexSubImage1D(
419
359
  :type p6: typing.Any
420
360
  """
421
361
 
422
- ...
423
-
424
362
  def glCompressedTexSubImage2D(
425
363
  p0: int,
426
364
  p1: int,
@@ -445,8 +383,6 @@ def glCompressedTexSubImage2D(
445
383
  :type p8: typing.Any
446
384
  """
447
385
 
448
- ...
449
-
450
386
  def glCopyTexImage1D(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int):
451
387
  """
452
388
 
@@ -459,8 +395,6 @@ def glCopyTexImage1D(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: i
459
395
  :type p6: int
460
396
  """
461
397
 
462
- ...
463
-
464
398
  def glCopyTexImage2D(
465
399
  target: set[str],
466
400
  level: int,
@@ -496,8 +430,6 @@ def glCopyTexImage2D(
496
430
  :type border: int
497
431
  """
498
432
 
499
- ...
500
-
501
433
  def glCopyTexSubImage1D(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int):
502
434
  """
503
435
 
@@ -509,8 +441,6 @@ def glCopyTexSubImage1D(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int):
509
441
  :type p5: int
510
442
  """
511
443
 
512
- ...
513
-
514
444
  def glCopyTexSubImage2D(
515
445
  p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int, p7: int
516
446
  ):
@@ -526,8 +456,6 @@ def glCopyTexSubImage2D(
526
456
  :type p7: int
527
457
  """
528
458
 
529
- ...
530
-
531
459
  def glCopyTexSubImage3D(
532
460
  p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int, p7: int, p8: int
533
461
  ):
@@ -544,8 +472,6 @@ def glCopyTexSubImage3D(
544
472
  :type p8: int
545
473
  """
546
474
 
547
- ...
548
-
549
475
  def glCreateProgram() -> int:
550
476
  """Creates a program object`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glCreateProgram.xhtml>`__
551
477
 
@@ -553,8 +479,6 @@ def glCreateProgram() -> int:
553
479
  :rtype: int
554
480
  """
555
481
 
556
- ...
557
-
558
482
  def glCreateShader(shaderType: GL_GEOMETRY_SHADER) -> int:
559
483
  """Creates a shader object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glCreateShader.xhtml>`__
560
484
 
@@ -563,8 +487,6 @@ def glCreateShader(shaderType: GL_GEOMETRY_SHADER) -> int:
563
487
  :rtype: int
564
488
  """
565
489
 
566
- ...
567
-
568
490
  def glCullFace(mode: set[str]):
569
491
  """Specify whether front- or back-facing facets can be culled`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glCullFace.xhtml>`__
570
492
 
@@ -572,8 +494,6 @@ def glCullFace(mode: set[str]):
572
494
  :type mode: set[str]
573
495
  """
574
496
 
575
- ...
576
-
577
497
  def glDeleteBuffers(p0: int, p1: int):
578
498
  """
579
499
 
@@ -581,8 +501,6 @@ def glDeleteBuffers(p0: int, p1: int):
581
501
  :type p1: int
582
502
  """
583
503
 
584
- ...
585
-
586
504
  def glDeleteFramebuffers(p0: int, p1: int):
587
505
  """
588
506
 
@@ -590,8 +508,6 @@ def glDeleteFramebuffers(p0: int, p1: int):
590
508
  :type p1: int
591
509
  """
592
510
 
593
- ...
594
-
595
511
  def glDeleteProgram(program: int):
596
512
  """Deletes a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDeleteProgram.xhtml>`__
597
513
 
@@ -599,8 +515,6 @@ def glDeleteProgram(program: int):
599
515
  :type program: int
600
516
  """
601
517
 
602
- ...
603
-
604
518
  def glDeleteQueries(p0: int, p1: int):
605
519
  """
606
520
 
@@ -608,8 +522,6 @@ def glDeleteQueries(p0: int, p1: int):
608
522
  :type p1: int
609
523
  """
610
524
 
611
- ...
612
-
613
525
  def glDeleteRenderbuffers(p0: int, p1: int):
614
526
  """
615
527
 
@@ -617,8 +529,6 @@ def glDeleteRenderbuffers(p0: int, p1: int):
617
529
  :type p1: int
618
530
  """
619
531
 
620
- ...
621
-
622
532
  def glDeleteShader(shader: int):
623
533
  """Deletes a shader object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDeleteShader.xhtml>`__
624
534
 
@@ -626,8 +536,6 @@ def glDeleteShader(shader: int):
626
536
  :type shader: int
627
537
  """
628
538
 
629
- ...
630
-
631
539
  def glDeleteTextures(n: int, textures: Buffer):
632
540
  """Delete named textures`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDeleteTextures.xhtml>`__
633
541
 
@@ -637,8 +545,6 @@ def glDeleteTextures(n: int, textures: Buffer):
637
545
  :type textures: Buffer
638
546
  """
639
547
 
640
- ...
641
-
642
548
  def glDeleteVertexArrays(p0: int, p1: int):
643
549
  """
644
550
 
@@ -646,8 +552,6 @@ def glDeleteVertexArrays(p0: int, p1: int):
646
552
  :type p1: int
647
553
  """
648
554
 
649
- ...
650
-
651
555
  def glDepthFunc(func: set[str]):
652
556
  """Specify the value used for depth buffer comparisons`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDepthFunc.xhtml>`__
653
557
 
@@ -655,8 +559,6 @@ def glDepthFunc(func: set[str]):
655
559
  :type func: set[str]
656
560
  """
657
561
 
658
- ...
659
-
660
562
  def glDepthMask(flag: int):
661
563
  """Enable or disable writing into the depth buffer`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDepthMask.xhtml>`__
662
564
 
@@ -666,8 +568,6 @@ def glDepthMask(flag: int):
666
568
  :type flag: int
667
569
  """
668
570
 
669
- ...
670
-
671
571
  def glDepthRange(zNear: int, zFar: int):
672
572
  """Specify mapping of depth values from normalized device coordinates to window coordinates`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDepthRange.xhtml>`__
673
573
 
@@ -679,8 +579,6 @@ def glDepthRange(zNear: int, zFar: int):
679
579
  :type zFar: int
680
580
  """
681
581
 
682
- ...
683
-
684
582
  def glDetachShader(program: int, shader: int):
685
583
  """Detaches a shader object from a program object to which it is attached.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDetachShader.xhtml>`__
686
584
 
@@ -690,8 +588,6 @@ def glDetachShader(program: int, shader: int):
690
588
  :type shader: int
691
589
  """
692
590
 
693
- ...
694
-
695
591
  def glDisable(cap: set[str]):
696
592
  """Disable server-side GL capabilities`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEnable.xhtml>`__
697
593
 
@@ -699,16 +595,12 @@ def glDisable(cap: set[str]):
699
595
  :type cap: set[str]
700
596
  """
701
597
 
702
- ...
703
-
704
598
  def glDisableVertexAttribArray(p0: int):
705
599
  """
706
600
 
707
601
  :type p0: int
708
602
  """
709
603
 
710
- ...
711
-
712
604
  def glDrawArrays(p0: int, p1: int, p2: int):
713
605
  """
714
606
 
@@ -717,8 +609,6 @@ def glDrawArrays(p0: int, p1: int, p2: int):
717
609
  :type p2: int
718
610
  """
719
611
 
720
- ...
721
-
722
612
  def glDrawBuffer(mode: set[str]):
723
613
  """Specify which color buffers are to be drawn into`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDrawBuffer.xhtml>`__
724
614
 
@@ -726,8 +616,6 @@ def glDrawBuffer(mode: set[str]):
726
616
  :type mode: set[str]
727
617
  """
728
618
 
729
- ...
730
-
731
619
  def glDrawBuffers(p0: int, p1: int):
732
620
  """
733
621
 
@@ -735,8 +623,6 @@ def glDrawBuffers(p0: int, p1: int):
735
623
  :type p1: int
736
624
  """
737
625
 
738
- ...
739
-
740
626
  def glDrawElements(p0: int, p1: int, p2: int, p3: typing.Any):
741
627
  """
742
628
 
@@ -746,8 +632,6 @@ def glDrawElements(p0: int, p1: int, p2: int, p3: typing.Any):
746
632
  :type p3: typing.Any
747
633
  """
748
634
 
749
- ...
750
-
751
635
  def glDrawRangeElements(p0: int, p1: int, p2: int, p3: int, p4: int, p5: typing.Any):
752
636
  """
753
637
 
@@ -759,16 +643,12 @@ def glDrawRangeElements(p0: int, p1: int, p2: int, p3: int, p4: int, p5: typing.
759
643
  :type p5: typing.Any
760
644
  """
761
645
 
762
- ...
763
-
764
646
  def glEdgeFlag(flag):
765
647
  """B{glEdgeFlag, glEdgeFlagv}Flag edges as either boundary or non-boundary`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEdgeFlag.xhtml>`__
766
648
 
767
649
  :param flag: Specifies the current edge flag value.The initial value is GL_TRUE.
768
650
  """
769
651
 
770
- ...
771
-
772
652
  def glEnable(cap: set[str]):
773
653
  """Enable server-side GL capabilities`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEnable.xhtml>`__
774
654
 
@@ -776,24 +656,18 @@ def glEnable(cap: set[str]):
776
656
  :type cap: set[str]
777
657
  """
778
658
 
779
- ...
780
-
781
659
  def glEnableVertexAttribArray(p0: int):
782
660
  """
783
661
 
784
662
  :type p0: int
785
663
  """
786
664
 
787
- ...
788
-
789
665
  def glEndQuery(p0: int):
790
666
  """
791
667
 
792
668
  :type p0: int
793
669
  """
794
670
 
795
- ...
796
-
797
671
  def glEvalCoord(u: typing.Any, v: typing.Any):
798
672
  """B{glEvalCoord1d, glEvalCoord1f, glEvalCoord2d, glEvalCoord2f, glEvalCoord1dv, glEvalCoord1fv,
799
673
  glEvalCoord2dv, glEvalCoord2fv}Evaluate enabled one- and two-dimensional maps`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEvalCoord.xhtml>`__
@@ -808,8 +682,6 @@ def glEvalCoord(u: typing.Any, v: typing.Any):
808
682
  :type v: typing.Any
809
683
  """
810
684
 
811
- ...
812
-
813
685
  def glEvalMesh(mode: set[str], i1: int, i2):
814
686
  """B{glEvalMesh1 or glEvalMesh2}Compute a one- or two-dimensional grid of points or lines`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEvalMesh.xhtml>`__
815
687
 
@@ -820,8 +692,6 @@ def glEvalMesh(mode: set[str], i1: int, i2):
820
692
  :type i1: int
821
693
  """
822
694
 
823
- ...
824
-
825
695
  def glEvalPoint(i: int, j):
826
696
  """B{glEvalPoint1 and glEvalPoint2}Generate and evaluate a single point in a mesh`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEvalPoint.xhtml>`__
827
697
 
@@ -830,8 +700,6 @@ def glEvalPoint(i: int, j):
830
700
  :param j: Specifies the integer value for grid domain variable j (glEvalPoint2 only).
831
701
  """
832
702
 
833
- ...
834
-
835
703
  def glFeedbackBuffer(size: int, type: set[str], buffer: Buffer):
836
704
  """Controls feedback mode`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFeedbackBuffer.xhtml>`__
837
705
 
@@ -844,18 +712,12 @@ def glFeedbackBuffer(size: int, type: set[str], buffer: Buffer):
844
712
  :type buffer: Buffer
845
713
  """
846
714
 
847
- ...
848
-
849
715
  def glFinish():
850
716
  """Block until all GL execution is complete`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFinish.xhtml>`__"""
851
717
 
852
- ...
853
-
854
718
  def glFlush():
855
719
  """Force Execution of GL commands in finite time`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFlush.xhtml>`__"""
856
720
 
857
- ...
858
-
859
721
  def glFog(pname: set[str], param: typing.Any):
860
722
  """B{glFogf, glFogi, glFogfv, glFogiv}Specify fog parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFog.xhtml>`__
861
723
 
@@ -868,8 +730,6 @@ def glFog(pname: set[str], param: typing.Any):
868
730
  :type param: typing.Any
869
731
  """
870
732
 
871
- ...
872
-
873
733
  def glFramebufferRenderbuffer(p0: int, p1: int, p2: int, p3: int):
874
734
  """
875
735
 
@@ -879,8 +739,6 @@ def glFramebufferRenderbuffer(p0: int, p1: int, p2: int, p3: int):
879
739
  :type p3: int
880
740
  """
881
741
 
882
- ...
883
-
884
742
  def glFramebufferTexture(p0: int, p1: int, p2: int, p3: int):
885
743
  """
886
744
 
@@ -890,8 +748,6 @@ def glFramebufferTexture(p0: int, p1: int, p2: int, p3: int):
890
748
  :type p3: int
891
749
  """
892
750
 
893
- ...
894
-
895
751
  def glFrontFace(mode: set[str]):
896
752
  """Define front- and back-facing polygons`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFrontFace.xhtml>`__
897
753
 
@@ -899,8 +755,6 @@ def glFrontFace(mode: set[str]):
899
755
  :type mode: set[str]
900
756
  """
901
757
 
902
- ...
903
-
904
758
  def glGenBuffers(p0: int, p1: int):
905
759
  """
906
760
 
@@ -908,8 +762,6 @@ def glGenBuffers(p0: int, p1: int):
908
762
  :type p1: int
909
763
  """
910
764
 
911
- ...
912
-
913
765
  def glGenFramebuffers(p0: int, p1: int):
914
766
  """
915
767
 
@@ -917,8 +769,6 @@ def glGenFramebuffers(p0: int, p1: int):
917
769
  :type p1: int
918
770
  """
919
771
 
920
- ...
921
-
922
772
  def glGenQueries(p0: int, p1: int):
923
773
  """
924
774
 
@@ -926,8 +776,6 @@ def glGenQueries(p0: int, p1: int):
926
776
  :type p1: int
927
777
  """
928
778
 
929
- ...
930
-
931
779
  def glGenRenderbuffers(p0: int, p1: int):
932
780
  """
933
781
 
@@ -935,8 +783,6 @@ def glGenRenderbuffers(p0: int, p1: int):
935
783
  :type p1: int
936
784
  """
937
785
 
938
- ...
939
-
940
786
  def glGenTextures(n: int, textures: Buffer):
941
787
  """Generate texture names`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGenTextures.xhtml>`__
942
788
 
@@ -946,8 +792,6 @@ def glGenTextures(n: int, textures: Buffer):
946
792
  :type textures: Buffer
947
793
  """
948
794
 
949
- ...
950
-
951
795
  def glGenVertexArrays(p0: int, p1: int):
952
796
  """
953
797
 
@@ -955,8 +799,6 @@ def glGenVertexArrays(p0: int, p1: int):
955
799
  :type p1: int
956
800
  """
957
801
 
958
- ...
959
-
960
802
  def glGet(pname: set[str], param: typing.Any):
961
803
  """B{glGetBooleanv, glGetfloatv, glGetFloatv, glGetIntegerv}Return the value or values of a selected parameter`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGet.xhtml>`__
962
804
 
@@ -966,8 +808,6 @@ def glGet(pname: set[str], param: typing.Any):
966
808
  :type param: typing.Any
967
809
  """
968
810
 
969
- ...
970
-
971
811
  def glGetActiveAttrib(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int):
972
812
  """
973
813
 
@@ -980,8 +820,6 @@ def glGetActiveAttrib(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6:
980
820
  :type p6: int
981
821
  """
982
822
 
983
- ...
984
-
985
823
  def glGetActiveUniform(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int):
986
824
  """
987
825
 
@@ -994,8 +832,6 @@ def glGetActiveUniform(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6:
994
832
  :type p6: int
995
833
  """
996
834
 
997
- ...
998
-
999
835
  def glGetActiveUniformBlockName(p0: int, p1: int, p2: int, p3: int, p4: int):
1000
836
  """
1001
837
 
@@ -1006,8 +842,6 @@ def glGetActiveUniformBlockName(p0: int, p1: int, p2: int, p3: int, p4: int):
1006
842
  :type p4: int
1007
843
  """
1008
844
 
1009
- ...
1010
-
1011
845
  def glGetActiveUniformBlockiv(p0: int, p1: int, p2: int, p3: int):
1012
846
  """
1013
847
 
@@ -1017,8 +851,6 @@ def glGetActiveUniformBlockiv(p0: int, p1: int, p2: int, p3: int):
1017
851
  :type p3: int
1018
852
  """
1019
853
 
1020
- ...
1021
-
1022
854
  def glGetActiveUniformName(p0: int, p1: int, p2: int, p3: int, p4: int):
1023
855
  """
1024
856
 
@@ -1029,8 +861,6 @@ def glGetActiveUniformName(p0: int, p1: int, p2: int, p3: int, p4: int):
1029
861
  :type p4: int
1030
862
  """
1031
863
 
1032
- ...
1033
-
1034
864
  def glGetActiveUniformsiv(p0: int, p1: int, p2: int, p3: int, p4: int):
1035
865
  """
1036
866
 
@@ -1041,8 +871,6 @@ def glGetActiveUniformsiv(p0: int, p1: int, p2: int, p3: int, p4: int):
1041
871
  :type p4: int
1042
872
  """
1043
873
 
1044
- ...
1045
-
1046
874
  def glGetAttachedShaders(program: int, maxCount: int, count: Buffer, shaders: Buffer):
1047
875
  """Returns the handles of the shader objects attached to a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetAttachedShaders.xhtml>`__
1048
876
 
@@ -1056,8 +884,6 @@ def glGetAttachedShaders(program: int, maxCount: int, count: Buffer, shaders: Bu
1056
884
  :type shaders: Buffer
1057
885
  """
1058
886
 
1059
- ...
1060
-
1061
887
  def glGetAttribLocation(p0: int, p1: str) -> int:
1062
888
  """
1063
889
 
@@ -1066,8 +892,6 @@ def glGetAttribLocation(p0: int, p1: str) -> int:
1066
892
  :rtype: int
1067
893
  """
1068
894
 
1069
- ...
1070
-
1071
895
  def glGetBooleanv(p0: int, p1: bool):
1072
896
  """
1073
897
 
@@ -1075,8 +899,6 @@ def glGetBooleanv(p0: int, p1: bool):
1075
899
  :type p1: bool
1076
900
  """
1077
901
 
1078
- ...
1079
-
1080
902
  def glGetBufferParameteri64v(p0: int, p1: int, p2: int):
1081
903
  """
1082
904
 
@@ -1085,8 +907,6 @@ def glGetBufferParameteri64v(p0: int, p1: int, p2: int):
1085
907
  :type p2: int
1086
908
  """
1087
909
 
1088
- ...
1089
-
1090
910
  def glGetBufferParameteriv(p0: int, p1: int, p2: int):
1091
911
  """
1092
912
 
@@ -1095,8 +915,6 @@ def glGetBufferParameteriv(p0: int, p1: int, p2: int):
1095
915
  :type p2: int
1096
916
  """
1097
917
 
1098
- ...
1099
-
1100
918
  def glGetBufferPointerv(p0: int, p1: int, p2: typing.Any):
1101
919
  """
1102
920
 
@@ -1105,8 +923,6 @@ def glGetBufferPointerv(p0: int, p1: int, p2: typing.Any):
1105
923
  :type p2: typing.Any
1106
924
  """
1107
925
 
1108
- ...
1109
-
1110
926
  def glGetBufferSubData(p0: int, p1: int, p2: int, p3: typing.Any):
1111
927
  """
1112
928
 
@@ -1116,8 +932,6 @@ def glGetBufferSubData(p0: int, p1: int, p2: int, p3: typing.Any):
1116
932
  :type p3: typing.Any
1117
933
  """
1118
934
 
1119
- ...
1120
-
1121
935
  def glGetCompressedTexImage(p0: int, p1: int, p2: typing.Any):
1122
936
  """
1123
937
 
@@ -1126,8 +940,6 @@ def glGetCompressedTexImage(p0: int, p1: int, p2: typing.Any):
1126
940
  :type p2: typing.Any
1127
941
  """
1128
942
 
1129
- ...
1130
-
1131
943
  def glGetDoublev(p0: int, p1: float):
1132
944
  """
1133
945
 
@@ -1135,13 +947,9 @@ def glGetDoublev(p0: int, p1: float):
1135
947
  :type p1: float
1136
948
  """
1137
949
 
1138
- ...
1139
-
1140
950
  def glGetError():
1141
951
  """Return error information`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetError.xhtml>`__"""
1142
952
 
1143
- ...
1144
-
1145
953
  def glGetFloatv(p0: int, p1: float):
1146
954
  """
1147
955
 
@@ -1149,8 +957,6 @@ def glGetFloatv(p0: int, p1: float):
1149
957
  :type p1: float
1150
958
  """
1151
959
 
1152
- ...
1153
-
1154
960
  def glGetIntegerv(p0: int, p1: int):
1155
961
  """
1156
962
 
@@ -1158,8 +964,6 @@ def glGetIntegerv(p0: int, p1: int):
1158
964
  :type p1: int
1159
965
  """
1160
966
 
1161
- ...
1162
-
1163
967
  def glGetLight(light: set[str], pname: set[str], params: Buffer):
1164
968
  """B{glGetLightfv and glGetLightiv}Return light source parameter values`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetLight.xhtml>`__
1165
969
 
@@ -1173,8 +977,6 @@ def glGetLight(light: set[str], pname: set[str], params: Buffer):
1173
977
  :type params: Buffer
1174
978
  """
1175
979
 
1176
- ...
1177
-
1178
980
  def glGetMap(target: set[str], query: set[str], v: Buffer):
1179
981
  """B{glGetMapdv, glGetMapfv, glGetMapiv}Return evaluator parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetMap.xhtml>`__
1180
982
 
@@ -1186,8 +988,6 @@ def glGetMap(target: set[str], query: set[str], v: Buffer):
1186
988
  :type v: Buffer
1187
989
  """
1188
990
 
1189
- ...
1190
-
1191
991
  def glGetMaterial(face: set[str], pname: set[str], params: Buffer):
1192
992
  """B{glGetMaterialfv, glGetMaterialiv}Return material parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetMaterial.xhtml>`__
1193
993
 
@@ -1200,8 +1000,6 @@ def glGetMaterial(face: set[str], pname: set[str], params: Buffer):
1200
1000
  :type params: Buffer
1201
1001
  """
1202
1002
 
1203
- ...
1204
-
1205
1003
  def glGetMultisamplefv(p0: int, p1: int, p2: float):
1206
1004
  """
1207
1005
 
@@ -1210,8 +1008,6 @@ def glGetMultisamplefv(p0: int, p1: int, p2: float):
1210
1008
  :type p2: float
1211
1009
  """
1212
1010
 
1213
- ...
1214
-
1215
1011
  def glGetPixelMap(map: set[str], values: Buffer):
1216
1012
  """B{glGetPixelMapfv, glGetPixelMapuiv, glGetPixelMapusv}Return the specified pixel map`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetPixelMap.xhtml>`__
1217
1013
 
@@ -1221,8 +1017,6 @@ def glGetPixelMap(map: set[str], values: Buffer):
1221
1017
  :type values: Buffer
1222
1018
  """
1223
1019
 
1224
- ...
1225
-
1226
1020
  def glGetProgramInfoLog(program: int, maxLength: int, length: Buffer, infoLog: Buffer):
1227
1021
  """Returns the information log for a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetProgramInfoLog.xhtml>`__
1228
1022
 
@@ -1236,8 +1030,6 @@ def glGetProgramInfoLog(program: int, maxLength: int, length: Buffer, infoLog: B
1236
1030
  :type infoLog: Buffer
1237
1031
  """
1238
1032
 
1239
- ...
1240
-
1241
1033
  def glGetProgramiv(program: int, pname: int, params: Buffer):
1242
1034
  """Returns a parameter from a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetProgram.xhtml>`__
1243
1035
 
@@ -1249,8 +1041,6 @@ def glGetProgramiv(program: int, pname: int, params: Buffer):
1249
1041
  :type params: Buffer
1250
1042
  """
1251
1043
 
1252
- ...
1253
-
1254
1044
  def glGetQueryObjectiv(p0: int, p1: int, p2: int):
1255
1045
  """
1256
1046
 
@@ -1259,8 +1049,6 @@ def glGetQueryObjectiv(p0: int, p1: int, p2: int):
1259
1049
  :type p2: int
1260
1050
  """
1261
1051
 
1262
- ...
1263
-
1264
1052
  def glGetQueryObjectuiv(p0: int, p1: int, p2: int):
1265
1053
  """
1266
1054
 
@@ -1269,8 +1057,6 @@ def glGetQueryObjectuiv(p0: int, p1: int, p2: int):
1269
1057
  :type p2: int
1270
1058
  """
1271
1059
 
1272
- ...
1273
-
1274
1060
  def glGetQueryiv(p0: int, p1: int, p2: int):
1275
1061
  """
1276
1062
 
@@ -1279,8 +1065,6 @@ def glGetQueryiv(p0: int, p1: int, p2: int):
1279
1065
  :type p2: int
1280
1066
  """
1281
1067
 
1282
- ...
1283
-
1284
1068
  def glGetShaderInfoLog(program, maxLength: int, length: Buffer, infoLog: Buffer):
1285
1069
  """Returns the information log for a shader object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetShaderInfoLog.xhtml>`__
1286
1070
 
@@ -1292,8 +1076,6 @@ def glGetShaderInfoLog(program, maxLength: int, length: Buffer, infoLog: Buffer)
1292
1076
  :type infoLog: Buffer
1293
1077
  """
1294
1078
 
1295
- ...
1296
-
1297
1079
  def glGetShaderSource(shader: int, bufSize: int, length: Buffer, source: Buffer):
1298
1080
  """Returns the source code string from a shader object`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetShaderSource.xhtml>`__
1299
1081
 
@@ -1307,8 +1089,6 @@ def glGetShaderSource(shader: int, bufSize: int, length: Buffer, source: Buffer)
1307
1089
  :type source: Buffer
1308
1090
  """
1309
1091
 
1310
- ...
1311
-
1312
1092
  def glGetShaderiv(p0: int, p1: int, p2: int):
1313
1093
  """
1314
1094
 
@@ -1317,8 +1097,6 @@ def glGetShaderiv(p0: int, p1: int, p2: int):
1317
1097
  :type p2: int
1318
1098
  """
1319
1099
 
1320
- ...
1321
-
1322
1100
  def glGetString(name: set[str]):
1323
1101
  """Return a string describing the current GL connection`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetString.xhtml>`__
1324
1102
 
@@ -1326,8 +1104,6 @@ def glGetString(name: set[str]):
1326
1104
  :type name: set[str]
1327
1105
  """
1328
1106
 
1329
- ...
1330
-
1331
1107
  def glGetStringi(p0: int, p1: int) -> str:
1332
1108
  """
1333
1109
 
@@ -1336,8 +1112,6 @@ def glGetStringi(p0: int, p1: int) -> str:
1336
1112
  :rtype: str
1337
1113
  """
1338
1114
 
1339
- ...
1340
-
1341
1115
  def glGetTexEnv(target: set[str], pname: set[str], params: Buffer):
1342
1116
  """B{glGetTexEnvfv, glGetTexEnviv}Return texture environment parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexEnv.xhtml>`__
1343
1117
 
@@ -1349,8 +1123,6 @@ def glGetTexEnv(target: set[str], pname: set[str], params: Buffer):
1349
1123
  :type params: Buffer
1350
1124
  """
1351
1125
 
1352
- ...
1353
-
1354
1126
  def glGetTexGen(coord: set[str], pname: set[str], params: Buffer):
1355
1127
  """B{glGetTexGendv, glGetTexGenfv, glGetTexGeniv}Return texture coordinate generation parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexGen.xhtml>`__
1356
1128
 
@@ -1362,8 +1134,6 @@ def glGetTexGen(coord: set[str], pname: set[str], params: Buffer):
1362
1134
  :type params: Buffer
1363
1135
  """
1364
1136
 
1365
- ...
1366
-
1367
1137
  def glGetTexImage(
1368
1138
  target: set[str], level: int, format: set[str], type: set[str], pixels: Buffer
1369
1139
  ):
@@ -1383,8 +1153,6 @@ def glGetTexImage(
1383
1153
  :type pixels: Buffer
1384
1154
  """
1385
1155
 
1386
- ...
1387
-
1388
1156
  def glGetTexLevelParameter(
1389
1157
  target: set[str], level: int, pname: set[str], params: Buffer
1390
1158
  ):
@@ -1401,8 +1169,6 @@ def glGetTexLevelParameter(
1401
1169
  :type params: Buffer
1402
1170
  """
1403
1171
 
1404
- ...
1405
-
1406
1172
  def glGetTexLevelParameterfv(p0: int, p1: int, p2: int, p3: float):
1407
1173
  """
1408
1174
 
@@ -1412,8 +1178,6 @@ def glGetTexLevelParameterfv(p0: int, p1: int, p2: int, p3: float):
1412
1178
  :type p3: float
1413
1179
  """
1414
1180
 
1415
- ...
1416
-
1417
1181
  def glGetTexLevelParameteriv(p0: int, p1: int, p2: int, p3: int):
1418
1182
  """
1419
1183
 
@@ -1423,8 +1187,6 @@ def glGetTexLevelParameteriv(p0: int, p1: int, p2: int, p3: int):
1423
1187
  :type p3: int
1424
1188
  """
1425
1189
 
1426
- ...
1427
-
1428
1190
  def glGetTexParameter(target: set[str], pname: set[str], params: Buffer):
1429
1191
  """B{glGetTexParameterfv, glGetTexParameteriv}Return texture parameter values`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexParameter.xhtml>`__
1430
1192
 
@@ -1436,8 +1198,6 @@ def glGetTexParameter(target: set[str], pname: set[str], params: Buffer):
1436
1198
  :type params: Buffer
1437
1199
  """
1438
1200
 
1439
- ...
1440
-
1441
1201
  def glGetTexParameterfv(p0: int, p1: int, p2: float):
1442
1202
  """
1443
1203
 
@@ -1446,8 +1206,6 @@ def glGetTexParameterfv(p0: int, p1: int, p2: float):
1446
1206
  :type p2: float
1447
1207
  """
1448
1208
 
1449
- ...
1450
-
1451
1209
  def glGetTexParameteriv(p0: int, p1: int, p2: int):
1452
1210
  """
1453
1211
 
@@ -1456,8 +1214,6 @@ def glGetTexParameteriv(p0: int, p1: int, p2: int):
1456
1214
  :type p2: int
1457
1215
  """
1458
1216
 
1459
- ...
1460
-
1461
1217
  def glGetUniformBlockIndex(p0: int, p1: str) -> int:
1462
1218
  """
1463
1219
 
@@ -1466,8 +1222,6 @@ def glGetUniformBlockIndex(p0: int, p1: str) -> int:
1466
1222
  :rtype: int
1467
1223
  """
1468
1224
 
1469
- ...
1470
-
1471
1225
  def glGetUniformIndices(p0: int, p1: int, p2: int, p3: int):
1472
1226
  """
1473
1227
 
@@ -1477,8 +1231,6 @@ def glGetUniformIndices(p0: int, p1: int, p2: int, p3: int):
1477
1231
  :type p3: int
1478
1232
  """
1479
1233
 
1480
- ...
1481
-
1482
1234
  def glGetUniformLocation(p0: int, p1: str) -> int:
1483
1235
  """
1484
1236
 
@@ -1487,8 +1239,6 @@ def glGetUniformLocation(p0: int, p1: str) -> int:
1487
1239
  :rtype: int
1488
1240
  """
1489
1241
 
1490
- ...
1491
-
1492
1242
  def glGetUniformfv(p0: int, p1: int, p2: float):
1493
1243
  """
1494
1244
 
@@ -1497,8 +1247,6 @@ def glGetUniformfv(p0: int, p1: int, p2: float):
1497
1247
  :type p2: float
1498
1248
  """
1499
1249
 
1500
- ...
1501
-
1502
1250
  def glGetUniformiv(p0: int, p1: int, p2: int):
1503
1251
  """
1504
1252
 
@@ -1507,8 +1255,6 @@ def glGetUniformiv(p0: int, p1: int, p2: int):
1507
1255
  :type p2: int
1508
1256
  """
1509
1257
 
1510
- ...
1511
-
1512
1258
  def glGetVertexAttribPointerv(p0: int, p1: int, p2: typing.Any):
1513
1259
  """
1514
1260
 
@@ -1517,8 +1263,6 @@ def glGetVertexAttribPointerv(p0: int, p1: int, p2: typing.Any):
1517
1263
  :type p2: typing.Any
1518
1264
  """
1519
1265
 
1520
- ...
1521
-
1522
1266
  def glGetVertexAttribdv(p0: int, p1: int, p2: float):
1523
1267
  """
1524
1268
 
@@ -1527,8 +1271,6 @@ def glGetVertexAttribdv(p0: int, p1: int, p2: float):
1527
1271
  :type p2: float
1528
1272
  """
1529
1273
 
1530
- ...
1531
-
1532
1274
  def glGetVertexAttribfv(p0: int, p1: int, p2: float):
1533
1275
  """
1534
1276
 
@@ -1537,8 +1279,6 @@ def glGetVertexAttribfv(p0: int, p1: int, p2: float):
1537
1279
  :type p2: float
1538
1280
  """
1539
1281
 
1540
- ...
1541
-
1542
1282
  def glGetVertexAttribiv(p0: int, p1: int, p2: int):
1543
1283
  """
1544
1284
 
@@ -1547,8 +1287,6 @@ def glGetVertexAttribiv(p0: int, p1: int, p2: int):
1547
1287
  :type p2: int
1548
1288
  """
1549
1289
 
1550
- ...
1551
-
1552
1290
  def glHint(target: set[str], mode: set[str]):
1553
1291
  """Specify implementation-specific hints`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glHint.xhtml>`__
1554
1292
 
@@ -1559,8 +1297,6 @@ def glHint(target: set[str], mode: set[str]):
1559
1297
  :type mode: set[str]
1560
1298
  """
1561
1299
 
1562
- ...
1563
-
1564
1300
  def glIsBuffer(p0: int) -> bool:
1565
1301
  """
1566
1302
 
@@ -1568,8 +1304,6 @@ def glIsBuffer(p0: int) -> bool:
1568
1304
  :rtype: bool
1569
1305
  """
1570
1306
 
1571
- ...
1572
-
1573
1307
  def glIsEnabled(cap: set[str]):
1574
1308
  """Test whether a capability is enabled`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glIsEnabled.xhtml>`__
1575
1309
 
@@ -1577,8 +1311,6 @@ def glIsEnabled(cap: set[str]):
1577
1311
  :type cap: set[str]
1578
1312
  """
1579
1313
 
1580
- ...
1581
-
1582
1314
  def glIsProgram(program: int):
1583
1315
  """Determines if a name corresponds to a program object`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glIsProgram.xhtml>`__
1584
1316
 
@@ -1586,8 +1318,6 @@ def glIsProgram(program: int):
1586
1318
  :type program: int
1587
1319
  """
1588
1320
 
1589
- ...
1590
-
1591
1321
  def glIsQuery(p0: int) -> bool:
1592
1322
  """
1593
1323
 
@@ -1595,8 +1325,6 @@ def glIsQuery(p0: int) -> bool:
1595
1325
  :rtype: bool
1596
1326
  """
1597
1327
 
1598
- ...
1599
-
1600
1328
  def glIsShader(shader: int):
1601
1329
  """Determines if a name corresponds to a shader object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glIsShader.xhtml>`__
1602
1330
 
@@ -1604,8 +1332,6 @@ def glIsShader(shader: int):
1604
1332
  :type shader: int
1605
1333
  """
1606
1334
 
1607
- ...
1608
-
1609
1335
  def glIsTexture(texture: int):
1610
1336
  """Determine if a name corresponds to a texture`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glIsTexture.xhtml>`__
1611
1337
 
@@ -1613,8 +1339,6 @@ def glIsTexture(texture: int):
1613
1339
  :type texture: int
1614
1340
  """
1615
1341
 
1616
- ...
1617
-
1618
1342
  def glIsVertexArray(p0: int) -> bool:
1619
1343
  """
1620
1344
 
@@ -1622,8 +1346,6 @@ def glIsVertexArray(p0: int) -> bool:
1622
1346
  :rtype: bool
1623
1347
  """
1624
1348
 
1625
- ...
1626
-
1627
1349
  def glLight(light: set[str], pname: set[str], param: typing.Any):
1628
1350
  """B{glLightf,glLighti, glLightfv, glLightiv}Set the light source parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLight.xhtml>`__
1629
1351
 
@@ -1639,8 +1361,6 @@ def glLight(light: set[str], pname: set[str], param: typing.Any):
1639
1361
  :type param: typing.Any
1640
1362
  """
1641
1363
 
1642
- ...
1643
-
1644
1364
  def glLightModel(pname: set[str], param: typing.Any):
1645
1365
  """B{glLightModelf, glLightModeli, glLightModelfv, glLightModeliv}Set the lighting model parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLightModel.xhtml>`__
1646
1366
 
@@ -1651,8 +1371,6 @@ def glLightModel(pname: set[str], param: typing.Any):
1651
1371
  :type param: typing.Any
1652
1372
  """
1653
1373
 
1654
- ...
1655
-
1656
1374
  def glLineWidth(width: float):
1657
1375
  """Specify the width of rasterized lines.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLineWidth.xhtml>`__
1658
1376
 
@@ -1660,8 +1378,6 @@ def glLineWidth(width: float):
1660
1378
  :type width: float
1661
1379
  """
1662
1380
 
1663
- ...
1664
-
1665
1381
  def glLinkProgram(program: int):
1666
1382
  """Links a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLinkProgram.xhtml>`__
1667
1383
 
@@ -1669,8 +1385,6 @@ def glLinkProgram(program: int):
1669
1385
  :type program: int
1670
1386
  """
1671
1387
 
1672
- ...
1673
-
1674
1388
  def glLoadMatrix(m: Buffer):
1675
1389
  """B{glLoadMatrixd, glLoadMatixf}Replace the current matrix with the specified matrix`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLoadMatrix.xhtml>`__
1676
1390
 
@@ -1679,8 +1393,6 @@ def glLoadMatrix(m: Buffer):
1679
1393
  :type m: Buffer
1680
1394
  """
1681
1395
 
1682
- ...
1683
-
1684
1396
  def glLogicOp(opcode: set[str]):
1685
1397
  """Specify a logical pixel operation for color index rendering`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLogicOp.xhtml>`__
1686
1398
 
@@ -1688,8 +1400,6 @@ def glLogicOp(opcode: set[str]):
1688
1400
  :type opcode: set[str]
1689
1401
  """
1690
1402
 
1691
- ...
1692
-
1693
1403
  def glMap1(
1694
1404
  target: set[str], u1: typing.Any, u2, stride: int, order: int, points: Buffer
1695
1405
  ):
@@ -1712,8 +1422,6 @@ def glMap1(
1712
1422
  :type points: Buffer
1713
1423
  """
1714
1424
 
1715
- ...
1716
-
1717
1425
  def glMap2(
1718
1426
  target: set[str],
1719
1427
  u1: typing.Any,
@@ -1761,8 +1469,6 @@ def glMap2(
1761
1469
  :type points: Buffer
1762
1470
  """
1763
1471
 
1764
- ...
1765
-
1766
1472
  def glMapBuffer(p0: int, p1: int):
1767
1473
  """
1768
1474
 
@@ -1770,8 +1476,6 @@ def glMapBuffer(p0: int, p1: int):
1770
1476
  :type p1: int
1771
1477
  """
1772
1478
 
1773
- ...
1774
-
1775
1479
  def glMapGrid(un: int, u1: typing.Any, u2, vn: int, v1: typing.Any, v2):
1776
1480
  """B{glMapGrid1d, glMapGrid1f, glMapGrid2d, glMapGrid2f}Define a one- or two-dimensional mesh`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMapGrid.xhtml>`__
1777
1481
 
@@ -1788,8 +1492,6 @@ def glMapGrid(un: int, u1: typing.Any, u2, vn: int, v1: typing.Any, v2):
1788
1492
  :type v1: typing.Any
1789
1493
  """
1790
1494
 
1791
- ...
1792
-
1793
1495
  def glMaterial(face: set[str], pname: set[str], params: int):
1794
1496
  """Specify material parameters for the lighting model.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMaterial.xhtml>`__
1795
1497
 
@@ -1804,8 +1506,6 @@ def glMaterial(face: set[str], pname: set[str], params: int):
1804
1506
  :type params: int
1805
1507
  """
1806
1508
 
1807
- ...
1808
-
1809
1509
  def glMultMatrix(m: Buffer):
1810
1510
  """B{glMultMatrixd, glMultMatrixf}Multiply the current matrix with the specified matrix`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMultMatrix.xhtml>`__
1811
1511
 
@@ -1814,8 +1514,6 @@ def glMultMatrix(m: Buffer):
1814
1514
  :type m: Buffer
1815
1515
  """
1816
1516
 
1817
- ...
1818
-
1819
1517
  def glNormal3(nx: typing.Any, ny, nz, v: Buffer):
1820
1518
  """B{Normal3b, Normal3bv, Normal3d, Normal3dv, Normal3f, Normal3fv, Normal3i, Normal3iv,
1821
1519
  Normal3s, Normal3sv}Set the current normal vector`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glNormal.xhtml>`__
@@ -1828,8 +1526,6 @@ def glNormal3(nx: typing.Any, ny, nz, v: Buffer):
1828
1526
  :type v: Buffer
1829
1527
  """
1830
1528
 
1831
- ...
1832
-
1833
1529
  def glPixelMap(map: set[str], mapsize: int, values: Buffer):
1834
1530
  """B{glPixelMapfv, glPixelMapuiv, glPixelMapusv}Set up pixel transfer maps`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPixelMap.xhtml>`__
1835
1531
 
@@ -1841,8 +1537,6 @@ def glPixelMap(map: set[str], mapsize: int, values: Buffer):
1841
1537
  :type values: Buffer
1842
1538
  """
1843
1539
 
1844
- ...
1845
-
1846
1540
  def glPixelStore(pname: set[str], param: typing.Any):
1847
1541
  """B{glPixelStoref, glPixelStorei}Set pixel storage modes`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPixelStore.xhtml>`__
1848
1542
 
@@ -1854,8 +1548,6 @@ def glPixelStore(pname: set[str], param: typing.Any):
1854
1548
  :type param: typing.Any
1855
1549
  """
1856
1550
 
1857
- ...
1858
-
1859
1551
  def glPixelStoref(p0: int, p1: float):
1860
1552
  """
1861
1553
 
@@ -1863,8 +1555,6 @@ def glPixelStoref(p0: int, p1: float):
1863
1555
  :type p1: float
1864
1556
  """
1865
1557
 
1866
- ...
1867
-
1868
1558
  def glPixelStorei(p0: int, p1: int):
1869
1559
  """
1870
1560
 
@@ -1872,8 +1562,6 @@ def glPixelStorei(p0: int, p1: int):
1872
1562
  :type p1: int
1873
1563
  """
1874
1564
 
1875
- ...
1876
-
1877
1565
  def glPixelTransfer(pname: set[str], param: typing.Any):
1878
1566
  """B{glPixelTransferf, glPixelTransferi}Set pixel transfer modes`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPixelTransfer.xhtml>`__
1879
1567
 
@@ -1883,8 +1571,6 @@ def glPixelTransfer(pname: set[str], param: typing.Any):
1883
1571
  :type param: typing.Any
1884
1572
  """
1885
1573
 
1886
- ...
1887
-
1888
1574
  def glPointSize(size: float):
1889
1575
  """Specify the diameter of rasterized points`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPointSize.xhtml>`__
1890
1576
 
@@ -1892,8 +1578,6 @@ def glPointSize(size: float):
1892
1578
  :type size: float
1893
1579
  """
1894
1580
 
1895
- ...
1896
-
1897
1581
  def glPolygonMode(face: set[str], mode: set[str]):
1898
1582
  """Select a polygon rasterization mode`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPolygonMode.xhtml>`__
1899
1583
 
@@ -1906,8 +1590,6 @@ def glPolygonMode(face: set[str], mode: set[str]):
1906
1590
  :type mode: set[str]
1907
1591
  """
1908
1592
 
1909
- ...
1910
-
1911
1593
  def glPolygonOffset(factor: float, units: float):
1912
1594
  """Set the scale and units used to calculate depth values`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPolygonOffset.xhtml>`__
1913
1595
 
@@ -1919,8 +1601,6 @@ def glPolygonOffset(factor: float, units: float):
1919
1601
  :type units: float
1920
1602
  """
1921
1603
 
1922
- ...
1923
-
1924
1604
  def glRasterPos(x: typing.Any, y, z, w):
1925
1605
  """B{glRasterPos2d, glRasterPos2f, glRasterPos2i, glRasterPos2s, glRasterPos3d,
1926
1606
  glRasterPos3f, glRasterPos3i, glRasterPos3s, glRasterPos4d, glRasterPos4f,
@@ -1934,8 +1614,6 @@ def glRasterPos(x: typing.Any, y, z, w):
1934
1614
  :type x: typing.Any
1935
1615
  """
1936
1616
 
1937
- ...
1938
-
1939
1617
  def glReadBuffer(mode: set[str]):
1940
1618
  """Select a color buffer source for pixels.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glReadBuffer.xhtml>`__
1941
1619
 
@@ -1943,8 +1621,6 @@ def glReadBuffer(mode: set[str]):
1943
1621
  :type mode: set[str]
1944
1622
  """
1945
1623
 
1946
- ...
1947
-
1948
1624
  def glReadPixels(
1949
1625
  x: int, y, width: int, height, format: set[str], type: set[str], pixels: Buffer
1950
1626
  ):
@@ -1965,8 +1641,6 @@ def glReadPixels(
1965
1641
  :type pixels: Buffer
1966
1642
  """
1967
1643
 
1968
- ...
1969
-
1970
1644
  def glRect(x1: typing.Any, y1, x2: typing.Any, y2, v1: typing.Any, v2):
1971
1645
  """B{glRectd, glRectf, glRecti, glRects, glRectdv, glRectfv, glRectiv, glRectsv}Draw a rectangle`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glRect.xhtml>`__
1972
1646
 
@@ -1979,8 +1653,6 @@ def glRect(x1: typing.Any, y1, x2: typing.Any, y2, v1: typing.Any, v2):
1979
1653
  :type v1: typing.Any
1980
1654
  """
1981
1655
 
1982
- ...
1983
-
1984
1656
  def glRenderbufferStorage(p0: int, p1: int, p2: int, p3: int):
1985
1657
  """
1986
1658
 
@@ -1990,8 +1662,6 @@ def glRenderbufferStorage(p0: int, p1: int, p2: int, p3: int):
1990
1662
  :type p3: int
1991
1663
  """
1992
1664
 
1993
- ...
1994
-
1995
1665
  def glRotate(angle: typing.Any, x: typing.Any, y, z):
1996
1666
  """B{glRotated, glRotatef}Multiply the current matrix by a rotation matrix`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glRotate.xhtml>`__
1997
1667
 
@@ -2001,8 +1671,6 @@ def glRotate(angle: typing.Any, x: typing.Any, y, z):
2001
1671
  :type x: typing.Any
2002
1672
  """
2003
1673
 
2004
- ...
2005
-
2006
1674
  def glSampleCoverage(p0: float, p1: bool):
2007
1675
  """
2008
1676
 
@@ -2010,8 +1678,6 @@ def glSampleCoverage(p0: float, p1: bool):
2010
1678
  :type p1: bool
2011
1679
  """
2012
1680
 
2013
- ...
2014
-
2015
1681
  def glSampleMaski(p0: int, p1: int):
2016
1682
  """
2017
1683
 
@@ -2019,8 +1685,6 @@ def glSampleMaski(p0: int, p1: int):
2019
1685
  :type p1: int
2020
1686
  """
2021
1687
 
2022
- ...
2023
-
2024
1688
  def glScale(x: typing.Any, y, z):
2025
1689
  """B{glScaled, glScalef}Multiply the current matrix by a general scaling matrix`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glScale.xhtml>`__
2026
1690
 
@@ -2028,8 +1692,6 @@ def glScale(x: typing.Any, y, z):
2028
1692
  :type x: typing.Any
2029
1693
  """
2030
1694
 
2031
- ...
2032
-
2033
1695
  def glScissor(x: int, y, width: int, height):
2034
1696
  """Define the scissor box`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glScissor.xhtml>`__
2035
1697
 
@@ -2041,8 +1703,6 @@ def glScissor(x: int, y, width: int, height):
2041
1703
  :type width: int
2042
1704
  """
2043
1705
 
2044
- ...
2045
-
2046
1706
  def glShaderSource(shader: int, shader_string: str):
2047
1707
  """Replaces the source code in a shader object.`OpenGL Docs <https://www.opengl.org/sdk/docs/man/html/glShaderSource.xhtml>`__
2048
1708
 
@@ -2052,8 +1712,6 @@ def glShaderSource(shader: int, shader_string: str):
2052
1712
  :type shader_string: str
2053
1713
  """
2054
1714
 
2055
- ...
2056
-
2057
1715
  def glStencilFunc(func: set[str], ref: int, mask: int):
2058
1716
  """Set function and reference value for stencil testing`OpenGL Docs <https://www.opengl.org/sdk/docs/man/docbook4/xhtml/glStencilFunc.xhtml>`__
2059
1717
 
@@ -2068,8 +1726,6 @@ def glStencilFunc(func: set[str], ref: int, mask: int):
2068
1726
  :type mask: int
2069
1727
  """
2070
1728
 
2071
- ...
2072
-
2073
1729
  def glStencilFuncSeparate(p0: int, p1: int, p2: int, p3: int):
2074
1730
  """
2075
1731
 
@@ -2079,8 +1735,6 @@ def glStencilFuncSeparate(p0: int, p1: int, p2: int, p3: int):
2079
1735
  :type p3: int
2080
1736
  """
2081
1737
 
2082
- ...
2083
-
2084
1738
  def glStencilMask(mask: int):
2085
1739
  """Control the writing of individual bits in the stencil planes`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glStencilMask.xhtml>`__
2086
1740
 
@@ -2089,8 +1743,6 @@ def glStencilMask(mask: int):
2089
1743
  :type mask: int
2090
1744
  """
2091
1745
 
2092
- ...
2093
-
2094
1746
  def glStencilMaskSeparate(p0: int, p1: int):
2095
1747
  """
2096
1748
 
@@ -2098,8 +1750,6 @@ def glStencilMaskSeparate(p0: int, p1: int):
2098
1750
  :type p1: int
2099
1751
  """
2100
1752
 
2101
- ...
2102
-
2103
1753
  def glStencilOp(fail: set[str], zfail: set[str], zpass: set[str]):
2104
1754
  """Set stencil test actions`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glStencilOp.xhtml>`__
2105
1755
 
@@ -2118,8 +1768,6 @@ def glStencilOp(fail: set[str], zfail: set[str], zpass: set[str]):
2118
1768
  :type zpass: set[str]
2119
1769
  """
2120
1770
 
2121
- ...
2122
-
2123
1771
  def glStencilOpSeparate(p0: int, p1: int, p2: int, p3: int):
2124
1772
  """
2125
1773
 
@@ -2129,8 +1777,6 @@ def glStencilOpSeparate(p0: int, p1: int, p2: int, p3: int):
2129
1777
  :type p3: int
2130
1778
  """
2131
1779
 
2132
- ...
2133
-
2134
1780
  def glTexCoord(s: typing.Any, t, r, q, v: Buffer):
2135
1781
  """B{glTexCoord1d, glTexCoord1f, glTexCoord1i, glTexCoord1s, glTexCoord2d, glTexCoord2f,
2136
1782
  glTexCoord2i, glTexCoord2s, glTexCoord3d, glTexCoord3f, glTexCoord3i, glTexCoord3s,
@@ -2147,8 +1793,6 @@ def glTexCoord(s: typing.Any, t, r, q, v: Buffer):
2147
1793
  :type v: Buffer
2148
1794
  """
2149
1795
 
2150
- ...
2151
-
2152
1796
  def glTexEnv(target: set[str], pname: set[str], param: typing.Any):
2153
1797
  """B{glTextEnvf, glTextEnvi, glTextEnvfv, glTextEnviv}Set texture environment parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexEnv.xhtml>`__
2154
1798
 
@@ -2163,8 +1807,6 @@ def glTexEnv(target: set[str], pname: set[str], param: typing.Any):
2163
1807
  :type param: typing.Any
2164
1808
  """
2165
1809
 
2166
- ...
2167
-
2168
1810
  def glTexGen(coord: set[str], pname: set[str], param: typing.Any):
2169
1811
  """B{glTexGend, glTexGenf, glTexGeni, glTexGendv, glTexGenfv, glTexGeniv}Control the generation of texture coordinates`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexGen.xhtml>`__
2170
1812
 
@@ -2180,8 +1822,6 @@ def glTexGen(coord: set[str], pname: set[str], param: typing.Any):
2180
1822
  :type param: typing.Any
2181
1823
  """
2182
1824
 
2183
- ...
2184
-
2185
1825
  def glTexImage1D(
2186
1826
  target: set[str],
2187
1827
  level: int,
@@ -2215,8 +1855,6 @@ def glTexImage1D(
2215
1855
  :type pixels: Buffer
2216
1856
  """
2217
1857
 
2218
- ...
2219
-
2220
1858
  def glTexImage2D(
2221
1859
  target: set[str],
2222
1860
  level: int,
@@ -2255,8 +1893,6 @@ def glTexImage2D(
2255
1893
  :type pixels: Buffer
2256
1894
  """
2257
1895
 
2258
- ...
2259
-
2260
1896
  def glTexImage2DMultisample(p0: int, p1: int, p2: int, p3: int, p4: int, p5: bool):
2261
1897
  """
2262
1898
 
@@ -2268,8 +1904,6 @@ def glTexImage2DMultisample(p0: int, p1: int, p2: int, p3: int, p4: int, p5: boo
2268
1904
  :type p5: bool
2269
1905
  """
2270
1906
 
2271
- ...
2272
-
2273
1907
  def glTexImage3D(
2274
1908
  p0: int,
2275
1909
  p1: int,
@@ -2296,8 +1930,6 @@ def glTexImage3D(
2296
1930
  :type p9: typing.Any
2297
1931
  """
2298
1932
 
2299
- ...
2300
-
2301
1933
  def glTexImage3DMultisample(
2302
1934
  p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: bool
2303
1935
  ):
@@ -2312,8 +1944,6 @@ def glTexImage3DMultisample(
2312
1944
  :type p6: bool
2313
1945
  """
2314
1946
 
2315
- ...
2316
-
2317
1947
  def glTexParameter(target: set[str], pname: set[str], param: typing.Any):
2318
1948
  """B{glTexParameterf, glTexParameteri, glTexParameterfv, glTexParameteriv}Set texture parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexParameter.xhtml>`__
2319
1949
 
@@ -2326,8 +1956,6 @@ def glTexParameter(target: set[str], pname: set[str], param: typing.Any):
2326
1956
  :type param: typing.Any
2327
1957
  """
2328
1958
 
2329
- ...
2330
-
2331
1959
  def glTexParameterf(p0: int, p1: int, p2: float):
2332
1960
  """
2333
1961
 
@@ -2336,8 +1964,6 @@ def glTexParameterf(p0: int, p1: int, p2: float):
2336
1964
  :type p2: float
2337
1965
  """
2338
1966
 
2339
- ...
2340
-
2341
1967
  def glTexParameterfv(p0: int, p1: int, p2: float):
2342
1968
  """
2343
1969
 
@@ -2346,8 +1972,6 @@ def glTexParameterfv(p0: int, p1: int, p2: float):
2346
1972
  :type p2: float
2347
1973
  """
2348
1974
 
2349
- ...
2350
-
2351
1975
  def glTexParameteri(p0: int, p1: int, p2: int):
2352
1976
  """
2353
1977
 
@@ -2356,8 +1980,6 @@ def glTexParameteri(p0: int, p1: int, p2: int):
2356
1980
  :type p2: int
2357
1981
  """
2358
1982
 
2359
- ...
2360
-
2361
1983
  def glTexParameteriv(p0: int, p1: int, p2: int):
2362
1984
  """
2363
1985
 
@@ -2366,8 +1988,6 @@ def glTexParameteriv(p0: int, p1: int, p2: int):
2366
1988
  :type p2: int
2367
1989
  """
2368
1990
 
2369
- ...
2370
-
2371
1991
  def glTexSubImage1D(
2372
1992
  p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: typing.Any
2373
1993
  ):
@@ -2382,8 +2002,6 @@ def glTexSubImage1D(
2382
2002
  :type p6: typing.Any
2383
2003
  """
2384
2004
 
2385
- ...
2386
-
2387
2005
  def glTexSubImage2D(
2388
2006
  p0: int,
2389
2007
  p1: int,
@@ -2408,8 +2026,6 @@ def glTexSubImage2D(
2408
2026
  :type p8: typing.Any
2409
2027
  """
2410
2028
 
2411
- ...
2412
-
2413
2029
  def glTexSubImage3D(
2414
2030
  p0: int,
2415
2031
  p1: int,
@@ -2438,8 +2054,6 @@ def glTexSubImage3D(
2438
2054
  :type p10: typing.Any
2439
2055
  """
2440
2056
 
2441
- ...
2442
-
2443
2057
  def glTranslate(x: typing.Any, y, z):
2444
2058
  """B{glTranslatef, glTranslated}Multiply the current matrix by a translation matrix`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTranslate.xhtml>`__
2445
2059
 
@@ -2447,8 +2061,6 @@ def glTranslate(x: typing.Any, y, z):
2447
2061
  :type x: typing.Any
2448
2062
  """
2449
2063
 
2450
- ...
2451
-
2452
2064
  def glUniform1f(p0: int, p1: float):
2453
2065
  """
2454
2066
 
@@ -2456,8 +2068,6 @@ def glUniform1f(p0: int, p1: float):
2456
2068
  :type p1: float
2457
2069
  """
2458
2070
 
2459
- ...
2460
-
2461
2071
  def glUniform1fv(p0: int, p1: int, p2: float):
2462
2072
  """
2463
2073
 
@@ -2466,8 +2076,6 @@ def glUniform1fv(p0: int, p1: int, p2: float):
2466
2076
  :type p2: float
2467
2077
  """
2468
2078
 
2469
- ...
2470
-
2471
2079
  def glUniform1i(p0: int, p1: int):
2472
2080
  """
2473
2081
 
@@ -2475,8 +2083,6 @@ def glUniform1i(p0: int, p1: int):
2475
2083
  :type p1: int
2476
2084
  """
2477
2085
 
2478
- ...
2479
-
2480
2086
  def glUniform1iv(p0: int, p1: int, p2: int):
2481
2087
  """
2482
2088
 
@@ -2485,8 +2091,6 @@ def glUniform1iv(p0: int, p1: int, p2: int):
2485
2091
  :type p2: int
2486
2092
  """
2487
2093
 
2488
- ...
2489
-
2490
2094
  def glUniform2f(p0: int, p1: float, p2: float):
2491
2095
  """
2492
2096
 
@@ -2495,8 +2099,6 @@ def glUniform2f(p0: int, p1: float, p2: float):
2495
2099
  :type p2: float
2496
2100
  """
2497
2101
 
2498
- ...
2499
-
2500
2102
  def glUniform2fv(p0: int, p1: int, p2: float):
2501
2103
  """
2502
2104
 
@@ -2505,8 +2107,6 @@ def glUniform2fv(p0: int, p1: int, p2: float):
2505
2107
  :type p2: float
2506
2108
  """
2507
2109
 
2508
- ...
2509
-
2510
2110
  def glUniform2i(p0: int, p1: int, p2: int):
2511
2111
  """
2512
2112
 
@@ -2515,8 +2115,6 @@ def glUniform2i(p0: int, p1: int, p2: int):
2515
2115
  :type p2: int
2516
2116
  """
2517
2117
 
2518
- ...
2519
-
2520
2118
  def glUniform2iv(p0: int, p1: int, p2: int):
2521
2119
  """
2522
2120
 
@@ -2525,8 +2123,6 @@ def glUniform2iv(p0: int, p1: int, p2: int):
2525
2123
  :type p2: int
2526
2124
  """
2527
2125
 
2528
- ...
2529
-
2530
2126
  def glUniform3f(p0: int, p1: float, p2: float, p3: float):
2531
2127
  """
2532
2128
 
@@ -2536,8 +2132,6 @@ def glUniform3f(p0: int, p1: float, p2: float, p3: float):
2536
2132
  :type p3: float
2537
2133
  """
2538
2134
 
2539
- ...
2540
-
2541
2135
  def glUniform3fv(p0: int, p1: int, p2: float):
2542
2136
  """
2543
2137
 
@@ -2546,8 +2140,6 @@ def glUniform3fv(p0: int, p1: int, p2: float):
2546
2140
  :type p2: float
2547
2141
  """
2548
2142
 
2549
- ...
2550
-
2551
2143
  def glUniform3i(p0: int, p1: int, p2: int, p3: int):
2552
2144
  """
2553
2145
 
@@ -2557,8 +2149,6 @@ def glUniform3i(p0: int, p1: int, p2: int, p3: int):
2557
2149
  :type p3: int
2558
2150
  """
2559
2151
 
2560
- ...
2561
-
2562
2152
  def glUniform3iv(p0: int, p1: int, p2: int):
2563
2153
  """
2564
2154
 
@@ -2567,8 +2157,6 @@ def glUniform3iv(p0: int, p1: int, p2: int):
2567
2157
  :type p2: int
2568
2158
  """
2569
2159
 
2570
- ...
2571
-
2572
2160
  def glUniform4f(p0: int, p1: float, p2: float, p3: float, p4: float):
2573
2161
  """
2574
2162
 
@@ -2579,8 +2167,6 @@ def glUniform4f(p0: int, p1: float, p2: float, p3: float, p4: float):
2579
2167
  :type p4: float
2580
2168
  """
2581
2169
 
2582
- ...
2583
-
2584
2170
  def glUniform4fv(p0: int, p1: int, p2: float):
2585
2171
  """
2586
2172
 
@@ -2589,8 +2175,6 @@ def glUniform4fv(p0: int, p1: int, p2: float):
2589
2175
  :type p2: float
2590
2176
  """
2591
2177
 
2592
- ...
2593
-
2594
2178
  def glUniform4i(p0: int, p1: int, p2: int, p3: int, p4: int):
2595
2179
  """
2596
2180
 
@@ -2601,8 +2185,6 @@ def glUniform4i(p0: int, p1: int, p2: int, p3: int, p4: int):
2601
2185
  :type p4: int
2602
2186
  """
2603
2187
 
2604
- ...
2605
-
2606
2188
  def glUniform4iv(p0: int, p1: int, p2: int):
2607
2189
  """
2608
2190
 
@@ -2611,8 +2193,6 @@ def glUniform4iv(p0: int, p1: int, p2: int):
2611
2193
  :type p2: int
2612
2194
  """
2613
2195
 
2614
- ...
2615
-
2616
2196
  def glUniformBlockBinding(p0: int, p1: int, p2: int):
2617
2197
  """
2618
2198
 
@@ -2621,8 +2201,6 @@ def glUniformBlockBinding(p0: int, p1: int, p2: int):
2621
2201
  :type p2: int
2622
2202
  """
2623
2203
 
2624
- ...
2625
-
2626
2204
  def glUniformMatrix2fv(p0: int, p1: int, p2: bool, p3: float):
2627
2205
  """
2628
2206
 
@@ -2632,8 +2210,6 @@ def glUniformMatrix2fv(p0: int, p1: int, p2: bool, p3: float):
2632
2210
  :type p3: float
2633
2211
  """
2634
2212
 
2635
- ...
2636
-
2637
2213
  def glUniformMatrix2x3fv(p0: int, p1: int, p2: bool, p3: float):
2638
2214
  """
2639
2215
 
@@ -2643,8 +2219,6 @@ def glUniformMatrix2x3fv(p0: int, p1: int, p2: bool, p3: float):
2643
2219
  :type p3: float
2644
2220
  """
2645
2221
 
2646
- ...
2647
-
2648
2222
  def glUniformMatrix2x4fv(p0: int, p1: int, p2: bool, p3: float):
2649
2223
  """
2650
2224
 
@@ -2654,8 +2228,6 @@ def glUniformMatrix2x4fv(p0: int, p1: int, p2: bool, p3: float):
2654
2228
  :type p3: float
2655
2229
  """
2656
2230
 
2657
- ...
2658
-
2659
2231
  def glUniformMatrix3fv(p0: int, p1: int, p2: bool, p3: float):
2660
2232
  """
2661
2233
 
@@ -2665,8 +2237,6 @@ def glUniformMatrix3fv(p0: int, p1: int, p2: bool, p3: float):
2665
2237
  :type p3: float
2666
2238
  """
2667
2239
 
2668
- ...
2669
-
2670
2240
  def glUniformMatrix3x2fv(p0: int, p1: int, p2: bool, p3: float):
2671
2241
  """
2672
2242
 
@@ -2676,8 +2246,6 @@ def glUniformMatrix3x2fv(p0: int, p1: int, p2: bool, p3: float):
2676
2246
  :type p3: float
2677
2247
  """
2678
2248
 
2679
- ...
2680
-
2681
2249
  def glUniformMatrix3x4fv(p0: int, p1: int, p2: bool, p3: float):
2682
2250
  """
2683
2251
 
@@ -2687,8 +2255,6 @@ def glUniformMatrix3x4fv(p0: int, p1: int, p2: bool, p3: float):
2687
2255
  :type p3: float
2688
2256
  """
2689
2257
 
2690
- ...
2691
-
2692
2258
  def glUniformMatrix4fv(p0: int, p1: int, p2: bool, p3: float):
2693
2259
  """
2694
2260
 
@@ -2698,8 +2264,6 @@ def glUniformMatrix4fv(p0: int, p1: int, p2: bool, p3: float):
2698
2264
  :type p3: float
2699
2265
  """
2700
2266
 
2701
- ...
2702
-
2703
2267
  def glUniformMatrix4x2fv(p0: int, p1: int, p2: bool, p3: float):
2704
2268
  """
2705
2269
 
@@ -2709,8 +2273,6 @@ def glUniformMatrix4x2fv(p0: int, p1: int, p2: bool, p3: float):
2709
2273
  :type p3: float
2710
2274
  """
2711
2275
 
2712
- ...
2713
-
2714
2276
  def glUniformMatrix4x3fv(p0: int, p1: int, p2: bool, p3: float):
2715
2277
  """
2716
2278
 
@@ -2720,8 +2282,6 @@ def glUniformMatrix4x3fv(p0: int, p1: int, p2: bool, p3: float):
2720
2282
  :type p3: float
2721
2283
  """
2722
2284
 
2723
- ...
2724
-
2725
2285
  def glUnmapBuffer(p0: int) -> bool:
2726
2286
  """
2727
2287
 
@@ -2729,8 +2289,6 @@ def glUnmapBuffer(p0: int) -> bool:
2729
2289
  :rtype: bool
2730
2290
  """
2731
2291
 
2732
- ...
2733
-
2734
2292
  def glUseProgram(program: int):
2735
2293
  """Installs a program object as part of current rendering state`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glUseProgram.xhtml>`__
2736
2294
 
@@ -2738,8 +2296,6 @@ def glUseProgram(program: int):
2738
2296
  :type program: int
2739
2297
  """
2740
2298
 
2741
- ...
2742
-
2743
2299
  def glValidateProgram(program: int):
2744
2300
  """Validates a program object`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glValidateProgram.xhtml>`__
2745
2301
 
@@ -2747,8 +2303,6 @@ def glValidateProgram(program: int):
2747
2303
  :type program: int
2748
2304
  """
2749
2305
 
2750
- ...
2751
-
2752
2306
  def glVertexAttrib1d(p0: int, p1: float):
2753
2307
  """
2754
2308
 
@@ -2756,8 +2310,6 @@ def glVertexAttrib1d(p0: int, p1: float):
2756
2310
  :type p1: float
2757
2311
  """
2758
2312
 
2759
- ...
2760
-
2761
2313
  def glVertexAttrib1dv(p0: int, p1: float):
2762
2314
  """
2763
2315
 
@@ -2765,8 +2317,6 @@ def glVertexAttrib1dv(p0: int, p1: float):
2765
2317
  :type p1: float
2766
2318
  """
2767
2319
 
2768
- ...
2769
-
2770
2320
  def glVertexAttrib1f(p0: int, p1: float):
2771
2321
  """
2772
2322
 
@@ -2774,8 +2324,6 @@ def glVertexAttrib1f(p0: int, p1: float):
2774
2324
  :type p1: float
2775
2325
  """
2776
2326
 
2777
- ...
2778
-
2779
2327
  def glVertexAttrib1fv(p0: int, p1: float):
2780
2328
  """
2781
2329
 
@@ -2783,8 +2331,6 @@ def glVertexAttrib1fv(p0: int, p1: float):
2783
2331
  :type p1: float
2784
2332
  """
2785
2333
 
2786
- ...
2787
-
2788
2334
  def glVertexAttrib1s(p0: int, p1: int):
2789
2335
  """
2790
2336
 
@@ -2792,8 +2338,6 @@ def glVertexAttrib1s(p0: int, p1: int):
2792
2338
  :type p1: int
2793
2339
  """
2794
2340
 
2795
- ...
2796
-
2797
2341
  def glVertexAttrib1sv(p0: int, p1: int):
2798
2342
  """
2799
2343
 
@@ -2801,8 +2345,6 @@ def glVertexAttrib1sv(p0: int, p1: int):
2801
2345
  :type p1: int
2802
2346
  """
2803
2347
 
2804
- ...
2805
-
2806
2348
  def glVertexAttrib2d(p0: int, p1: float, p2: float):
2807
2349
  """
2808
2350
 
@@ -2811,8 +2353,6 @@ def glVertexAttrib2d(p0: int, p1: float, p2: float):
2811
2353
  :type p2: float
2812
2354
  """
2813
2355
 
2814
- ...
2815
-
2816
2356
  def glVertexAttrib2dv(p0: int, p1: float):
2817
2357
  """
2818
2358
 
@@ -2820,8 +2360,6 @@ def glVertexAttrib2dv(p0: int, p1: float):
2820
2360
  :type p1: float
2821
2361
  """
2822
2362
 
2823
- ...
2824
-
2825
2363
  def glVertexAttrib2f(p0: int, p1: float, p2: float):
2826
2364
  """
2827
2365
 
@@ -2830,8 +2368,6 @@ def glVertexAttrib2f(p0: int, p1: float, p2: float):
2830
2368
  :type p2: float
2831
2369
  """
2832
2370
 
2833
- ...
2834
-
2835
2371
  def glVertexAttrib2fv(p0: int, p1: float):
2836
2372
  """
2837
2373
 
@@ -2839,8 +2375,6 @@ def glVertexAttrib2fv(p0: int, p1: float):
2839
2375
  :type p1: float
2840
2376
  """
2841
2377
 
2842
- ...
2843
-
2844
2378
  def glVertexAttrib2s(p0: int, p1: int, p2: int):
2845
2379
  """
2846
2380
 
@@ -2849,8 +2383,6 @@ def glVertexAttrib2s(p0: int, p1: int, p2: int):
2849
2383
  :type p2: int
2850
2384
  """
2851
2385
 
2852
- ...
2853
-
2854
2386
  def glVertexAttrib2sv(p0: int, p1: int):
2855
2387
  """
2856
2388
 
@@ -2858,8 +2390,6 @@ def glVertexAttrib2sv(p0: int, p1: int):
2858
2390
  :type p1: int
2859
2391
  """
2860
2392
 
2861
- ...
2862
-
2863
2393
  def glVertexAttrib3d(p0: int, p1: float, p2: float, p3: float):
2864
2394
  """
2865
2395
 
@@ -2869,8 +2399,6 @@ def glVertexAttrib3d(p0: int, p1: float, p2: float, p3: float):
2869
2399
  :type p3: float
2870
2400
  """
2871
2401
 
2872
- ...
2873
-
2874
2402
  def glVertexAttrib3dv(p0: int, p1: float):
2875
2403
  """
2876
2404
 
@@ -2878,8 +2406,6 @@ def glVertexAttrib3dv(p0: int, p1: float):
2878
2406
  :type p1: float
2879
2407
  """
2880
2408
 
2881
- ...
2882
-
2883
2409
  def glVertexAttrib3f(p0: int, p1: float, p2: float, p3: float):
2884
2410
  """
2885
2411
 
@@ -2889,8 +2415,6 @@ def glVertexAttrib3f(p0: int, p1: float, p2: float, p3: float):
2889
2415
  :type p3: float
2890
2416
  """
2891
2417
 
2892
- ...
2893
-
2894
2418
  def glVertexAttrib3fv(p0: int, p1: float):
2895
2419
  """
2896
2420
 
@@ -2898,8 +2422,6 @@ def glVertexAttrib3fv(p0: int, p1: float):
2898
2422
  :type p1: float
2899
2423
  """
2900
2424
 
2901
- ...
2902
-
2903
2425
  def glVertexAttrib3s(p0: int, p1: int, p2: int, p3: int):
2904
2426
  """
2905
2427
 
@@ -2909,8 +2431,6 @@ def glVertexAttrib3s(p0: int, p1: int, p2: int, p3: int):
2909
2431
  :type p3: int
2910
2432
  """
2911
2433
 
2912
- ...
2913
-
2914
2434
  def glVertexAttrib3sv(p0: int, p1: int):
2915
2435
  """
2916
2436
 
@@ -2918,8 +2438,6 @@ def glVertexAttrib3sv(p0: int, p1: int):
2918
2438
  :type p1: int
2919
2439
  """
2920
2440
 
2921
- ...
2922
-
2923
2441
  def glVertexAttrib4Nbv(p0: int, p1: int):
2924
2442
  """
2925
2443
 
@@ -2927,8 +2445,6 @@ def glVertexAttrib4Nbv(p0: int, p1: int):
2927
2445
  :type p1: int
2928
2446
  """
2929
2447
 
2930
- ...
2931
-
2932
2448
  def glVertexAttrib4Niv(p0: int, p1: int):
2933
2449
  """
2934
2450
 
@@ -2936,8 +2452,6 @@ def glVertexAttrib4Niv(p0: int, p1: int):
2936
2452
  :type p1: int
2937
2453
  """
2938
2454
 
2939
- ...
2940
-
2941
2455
  def glVertexAttrib4Nsv(p0: int, p1: int):
2942
2456
  """
2943
2457
 
@@ -2945,8 +2459,6 @@ def glVertexAttrib4Nsv(p0: int, p1: int):
2945
2459
  :type p1: int
2946
2460
  """
2947
2461
 
2948
- ...
2949
-
2950
2462
  def glVertexAttrib4Nub(p0: int, p1: int, p2: int, p3: int, p4: int):
2951
2463
  """
2952
2464
 
@@ -2957,8 +2469,6 @@ def glVertexAttrib4Nub(p0: int, p1: int, p2: int, p3: int, p4: int):
2957
2469
  :type p4: int
2958
2470
  """
2959
2471
 
2960
- ...
2961
-
2962
2472
  def glVertexAttrib4Nubv(p0: int, p1: int):
2963
2473
  """
2964
2474
 
@@ -2966,8 +2476,6 @@ def glVertexAttrib4Nubv(p0: int, p1: int):
2966
2476
  :type p1: int
2967
2477
  """
2968
2478
 
2969
- ...
2970
-
2971
2479
  def glVertexAttrib4Nuiv(p0: int, p1: int):
2972
2480
  """
2973
2481
 
@@ -2975,8 +2483,6 @@ def glVertexAttrib4Nuiv(p0: int, p1: int):
2975
2483
  :type p1: int
2976
2484
  """
2977
2485
 
2978
- ...
2979
-
2980
2486
  def glVertexAttrib4Nusv(p0: int, p1: int):
2981
2487
  """
2982
2488
 
@@ -2984,8 +2490,6 @@ def glVertexAttrib4Nusv(p0: int, p1: int):
2984
2490
  :type p1: int
2985
2491
  """
2986
2492
 
2987
- ...
2988
-
2989
2493
  def glVertexAttrib4bv(p0: int, p1: int):
2990
2494
  """
2991
2495
 
@@ -2993,8 +2497,6 @@ def glVertexAttrib4bv(p0: int, p1: int):
2993
2497
  :type p1: int
2994
2498
  """
2995
2499
 
2996
- ...
2997
-
2998
2500
  def glVertexAttrib4d(p0: int, p1: float, p2: float, p3: float, p4: float):
2999
2501
  """
3000
2502
 
@@ -3005,8 +2507,6 @@ def glVertexAttrib4d(p0: int, p1: float, p2: float, p3: float, p4: float):
3005
2507
  :type p4: float
3006
2508
  """
3007
2509
 
3008
- ...
3009
-
3010
2510
  def glVertexAttrib4dv(p0: int, p1: float):
3011
2511
  """
3012
2512
 
@@ -3014,8 +2514,6 @@ def glVertexAttrib4dv(p0: int, p1: float):
3014
2514
  :type p1: float
3015
2515
  """
3016
2516
 
3017
- ...
3018
-
3019
2517
  def glVertexAttrib4f(p0: int, p1: float, p2: float, p3: float, p4: float):
3020
2518
  """
3021
2519
 
@@ -3026,8 +2524,6 @@ def glVertexAttrib4f(p0: int, p1: float, p2: float, p3: float, p4: float):
3026
2524
  :type p4: float
3027
2525
  """
3028
2526
 
3029
- ...
3030
-
3031
2527
  def glVertexAttrib4fv(p0: int, p1: float):
3032
2528
  """
3033
2529
 
@@ -3035,8 +2531,6 @@ def glVertexAttrib4fv(p0: int, p1: float):
3035
2531
  :type p1: float
3036
2532
  """
3037
2533
 
3038
- ...
3039
-
3040
2534
  def glVertexAttrib4iv(p0: int, p1: int):
3041
2535
  """
3042
2536
 
@@ -3044,8 +2538,6 @@ def glVertexAttrib4iv(p0: int, p1: int):
3044
2538
  :type p1: int
3045
2539
  """
3046
2540
 
3047
- ...
3048
-
3049
2541
  def glVertexAttrib4s(p0: int, p1: int, p2: int, p3: int, p4: int):
3050
2542
  """
3051
2543
 
@@ -3056,8 +2548,6 @@ def glVertexAttrib4s(p0: int, p1: int, p2: int, p3: int, p4: int):
3056
2548
  :type p4: int
3057
2549
  """
3058
2550
 
3059
- ...
3060
-
3061
2551
  def glVertexAttrib4sv(p0: int, p1: int):
3062
2552
  """
3063
2553
 
@@ -3065,8 +2555,6 @@ def glVertexAttrib4sv(p0: int, p1: int):
3065
2555
  :type p1: int
3066
2556
  """
3067
2557
 
3068
- ...
3069
-
3070
2558
  def glVertexAttrib4ubv(p0: int, p1: int):
3071
2559
  """
3072
2560
 
@@ -3074,8 +2562,6 @@ def glVertexAttrib4ubv(p0: int, p1: int):
3074
2562
  :type p1: int
3075
2563
  """
3076
2564
 
3077
- ...
3078
-
3079
2565
  def glVertexAttrib4uiv(p0: int, p1: int):
3080
2566
  """
3081
2567
 
@@ -3083,8 +2569,6 @@ def glVertexAttrib4uiv(p0: int, p1: int):
3083
2569
  :type p1: int
3084
2570
  """
3085
2571
 
3086
- ...
3087
-
3088
2572
  def glVertexAttrib4usv(p0: int, p1: int):
3089
2573
  """
3090
2574
 
@@ -3092,8 +2576,6 @@ def glVertexAttrib4usv(p0: int, p1: int):
3092
2576
  :type p1: int
3093
2577
  """
3094
2578
 
3095
- ...
3096
-
3097
2579
  def glVertexAttribIPointer(p0: int, p1: int, p2: int, p3: int, p4: typing.Any):
3098
2580
  """
3099
2581
 
@@ -3104,8 +2586,6 @@ def glVertexAttribIPointer(p0: int, p1: int, p2: int, p3: int, p4: typing.Any):
3104
2586
  :type p4: typing.Any
3105
2587
  """
3106
2588
 
3107
- ...
3108
-
3109
2589
  def glVertexAttribPointer(p0: int, p1: int, p2: int, p3: bool, p4: int, p5: typing.Any):
3110
2590
  """
3111
2591
 
@@ -3117,8 +2597,6 @@ def glVertexAttribPointer(p0: int, p1: int, p2: int, p3: bool, p4: int, p5: typi
3117
2597
  :type p5: typing.Any
3118
2598
  """
3119
2599
 
3120
- ...
3121
-
3122
2600
  def glViewport(x: int, y, width: int, height):
3123
2601
  """Set the viewport`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glViewport.xhtml>`__
3124
2602
 
@@ -3131,8 +2609,6 @@ def glViewport(x: int, y, width: int, height):
3131
2609
  :type width: int
3132
2610
  """
3133
2611
 
3134
- ...
3135
-
3136
2612
  GL_ACTIVE_ATTRIBUTES: float
3137
2613
 
3138
2614
  GL_ACTIVE_ATTRIBUTE_MAX_LENGTH: float