fake-bpy-module 20250604__py3-none-any.whl → 20250606__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 (284) hide show
  1. _bpy_internal/addons/cli/__init__.pyi +1 -1
  2. _bpy_internal/extensions/junction_module/__init__.pyi +7 -7
  3. _bpy_internal/extensions/stale_file_manager/__init__.pyi +8 -8
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +3 -3
  5. _bpy_internal/freedesktop/__init__.pyi +16 -16
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +4 -4
  7. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -1
  8. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -1
  9. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  10. addon_utils/__init__.pyi +12 -12
  11. animsys_refactor/__init__.pyi +6 -6
  12. aud/__init__.pyi +11 -11
  13. bgl/__init__.pyi +272 -252
  14. bl_app_override/__init__.pyi +3 -3
  15. bl_app_override/helpers/__init__.pyi +2 -2
  16. bl_app_template_utils/__init__.pyi +4 -4
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
  18. bl_i18n_utils/bl_extract_messages/__init__.pyi +18 -16
  19. bl_i18n_utils/merge_po/__init__.pyi +1 -1
  20. bl_i18n_utils/settings/__init__.pyi +6 -6
  21. bl_i18n_utils/utils/__init__.pyi +48 -46
  22. bl_i18n_utils/utils_cli/__init__.pyi +6 -6
  23. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -1
  24. bl_i18n_utils/utils_rtl/__init__.pyi +2 -2
  25. bl_keymap_utils/io/__init__.pyi +9 -9
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -1
  28. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  29. bl_keymap_utils/versioning/__init__.pyi +1 -1
  30. bl_operators/__init__.pyi +2 -2
  31. bl_operators/add_mesh_torus/__init__.pyi +6 -6
  32. bl_operators/anim/__init__.pyi +24 -24
  33. bl_operators/assets/__init__.pyi +9 -9
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +11 -9
  35. bl_operators/bone_selection_sets/__init__.pyi +18 -18
  36. bl_operators/clip/__init__.pyi +26 -26
  37. bl_operators/connect_to_output/__init__.pyi +17 -15
  38. bl_operators/console/__init__.pyi +10 -10
  39. bl_operators/constraint/__init__.pyi +8 -8
  40. bl_operators/file/__init__.pyi +6 -6
  41. bl_operators/freestyle/__init__.pyi +9 -9
  42. bl_operators/geometry_nodes/__init__.pyi +24 -24
  43. bl_operators/grease_pencil/__init__.pyi +2 -2
  44. bl_operators/image/__init__.pyi +7 -7
  45. bl_operators/image_as_planes/__init__.pyi +32 -32
  46. bl_operators/mesh/__init__.pyi +7 -7
  47. bl_operators/node/__init__.pyi +31 -31
  48. bl_operators/node_editor/node_functions/__init__.pyi +9 -9
  49. bl_operators/object/__init__.pyi +31 -31
  50. bl_operators/object_align/__init__.pyi +5 -5
  51. bl_operators/object_quick_effects/__init__.pyi +9 -9
  52. bl_operators/object_randomize_transform/__init__.pyi +3 -3
  53. bl_operators/presets/__init__.pyi +18 -18
  54. bl_operators/rigidbody/__init__.pyi +7 -7
  55. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -2
  56. bl_operators/sequencer/__init__.pyi +19 -19
  57. bl_operators/spreadsheet/__init__.pyi +4 -4
  58. bl_operators/userpref/__init__.pyi +42 -42
  59. bl_operators/uvcalc_follow_active/__init__.pyi +5 -5
  60. bl_operators/uvcalc_lightmap/__init__.pyi +8 -8
  61. bl_operators/uvcalc_transform/__init__.pyi +20 -20
  62. bl_operators/vertexpaint_dirt/__init__.pyi +4 -4
  63. bl_operators/view3d/__init__.pyi +21 -19
  64. bl_operators/wm/__init__.pyi +88 -88
  65. bl_operators/world/__init__.pyi +2 -2
  66. bl_previews_utils/bl_previews_render/__init__.pyi +9 -7
  67. bl_rna_utils/data_path/__init__.pyi +2 -2
  68. bl_text_utils/external_editor/__init__.pyi +1 -1
  69. bl_ui/__init__.pyi +10 -10
  70. bl_ui/anim/__init__.pyi +2 -2
  71. bl_ui/asset_shelf/__init__.pyi +2 -2
  72. bl_ui/generic_ui_list/__init__.pyi +6 -6
  73. bl_ui/node_add_menu/__init__.pyi +15 -13
  74. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  75. bl_ui/node_add_menu_geometry/__init__.pyi +54 -54
  76. bl_ui/node_add_menu_shader/__init__.pyi +16 -16
  77. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  78. bl_ui/properties_animviz/__init__.pyi +2 -2
  79. bl_ui/properties_collection/__init__.pyi +10 -8
  80. bl_ui/properties_constraint/__init__.pyi +125 -125
  81. bl_ui/properties_data_armature/__init__.pyi +22 -22
  82. bl_ui/properties_data_bone/__init__.pyi +20 -20
  83. bl_ui/properties_data_camera/__init__.pyi +19 -19
  84. bl_ui/properties_data_curve/__init__.pyi +23 -23
  85. bl_ui/properties_data_curves/__init__.pyi +9 -9
  86. bl_ui/properties_data_empty/__init__.pyi +4 -4
  87. bl_ui/properties_data_grease_pencil/__init__.pyi +25 -25
  88. bl_ui/properties_data_lattice/__init__.pyi +4 -4
  89. bl_ui/properties_data_light/__init__.pyi +14 -14
  90. bl_ui/properties_data_lightprobe/__init__.pyi +18 -18
  91. bl_ui/properties_data_mesh/__init__.pyi +26 -26
  92. bl_ui/properties_data_metaball/__init__.pyi +6 -6
  93. bl_ui/properties_data_modifier/__init__.pyi +12 -12
  94. bl_ui/properties_data_pointcloud/__init__.pyi +8 -8
  95. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  96. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  97. bl_ui/properties_data_volume/__init__.pyi +9 -9
  98. bl_ui/properties_freestyle/__init__.pyi +51 -51
  99. bl_ui/properties_grease_pencil_common/__init__.pyi +30 -30
  100. bl_ui/properties_mask_common/__init__.pyi +24 -24
  101. bl_ui/properties_material/__init__.pyi +27 -27
  102. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  103. bl_ui/properties_object/__init__.pyi +29 -29
  104. bl_ui/properties_output/__init__.pyi +29 -29
  105. bl_ui/properties_paint_common/__init__.pyi +59 -49
  106. bl_ui/properties_particle/__init__.pyi +101 -101
  107. bl_ui/properties_physics_cloth/__init__.pyi +20 -20
  108. bl_ui/properties_physics_common/__init__.pyi +8 -8
  109. bl_ui/properties_physics_dynamicpaint/__init__.pyi +57 -57
  110. bl_ui/properties_physics_field/__init__.pyi +23 -23
  111. bl_ui/properties_physics_fluid/__init__.pyi +76 -76
  112. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -3
  113. bl_ui/properties_physics_rigidbody/__init__.pyi +18 -18
  114. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +29 -29
  115. bl_ui/properties_physics_softbody/__init__.pyi +21 -21
  116. bl_ui/properties_render/__init__.pyi +81 -81
  117. bl_ui/properties_scene/__init__.pyi +22 -22
  118. bl_ui/properties_texture/__init__.pyi +39 -39
  119. bl_ui/properties_view_layer/__init__.pyi +12 -12
  120. bl_ui/properties_workspace/__init__.pyi +5 -5
  121. bl_ui/properties_world/__init__.pyi +18 -18
  122. bl_ui/space_clip/__init__.pyi +81 -81
  123. bl_ui/space_console/__init__.pyi +6 -6
  124. bl_ui/space_dopesheet/__init__.pyi +32 -32
  125. bl_ui/space_filebrowser/__init__.pyi +45 -45
  126. bl_ui/space_graph/__init__.pyi +21 -21
  127. bl_ui/space_image/__init__.pyi +73 -73
  128. bl_ui/space_info/__init__.pyi +6 -6
  129. bl_ui/space_nla/__init__.pyi +18 -18
  130. bl_ui/space_node/__init__.pyi +42 -42
  131. bl_ui/space_outliner/__init__.pyi +21 -21
  132. bl_ui/space_properties/__init__.pyi +6 -6
  133. bl_ui/space_sequencer/__init__.pyi +133 -133
  134. bl_ui/space_spreadsheet/__init__.pyi +4 -4
  135. bl_ui/space_statusbar/__init__.pyi +1 -1
  136. bl_ui/space_text/__init__.pyi +17 -17
  137. bl_ui/space_time/__init__.pyi +12 -12
  138. bl_ui/space_toolsystem_common/__init__.pyi +28 -26
  139. bl_ui/space_toolsystem_toolbar/__init__.pyi +36 -36
  140. bl_ui/space_topbar/__init__.pyi +32 -32
  141. bl_ui/space_userpref/__init__.pyi +132 -132
  142. bl_ui/space_view3d/__init__.pyi +297 -297
  143. bl_ui/space_view3d_toolbar/__init__.pyi +148 -149
  144. bl_ui/utils/__init__.pyi +5 -5
  145. bl_ui_utils/layout/__init__.pyi +1 -1
  146. blend_render_info/__init__.pyi +2 -2
  147. blf/__init__.pyi +15 -15
  148. bmesh/__init__.pyi +1 -1
  149. bmesh/ops/__init__.pyi +366 -357
  150. bmesh/types/__init__.pyi +59 -57
  151. bmesh/utils/__init__.pyi +2 -2
  152. bpy/app/__init__.pyi +3 -3
  153. bpy/app/icons/__init__.pyi +1 -1
  154. bpy/app/timers/__init__.pyi +2 -2
  155. bpy/app/translations/__init__.pyi +9 -9
  156. bpy/msgbus/__init__.pyi +3 -3
  157. bpy/ops/action/__init__.pyi +62 -38
  158. bpy/ops/anim/__init__.pyi +63 -61
  159. bpy/ops/armature/__init__.pyi +58 -48
  160. bpy/ops/asset/__init__.pyi +31 -17
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -13
  163. bpy/ops/buttons/__init__.pyi +14 -6
  164. bpy/ops/cachefile/__init__.pyi +9 -5
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -92
  167. bpy/ops/cloth/__init__.pyi +1 -1
  168. bpy/ops/collection/__init__.pyi +11 -9
  169. bpy/ops/console/__init__.pyi +37 -21
  170. bpy/ops/constraint/__init__.pyi +20 -18
  171. bpy/ops/curve/__init__.pyi +81 -51
  172. bpy/ops/curves/__init__.pyi +50 -30
  173. bpy/ops/cycles/__init__.pyi +3 -3
  174. bpy/ops/dpaint/__init__.pyi +5 -5
  175. bpy/ops/ed/__init__.pyi +19 -13
  176. bpy/ops/export_anim/__init__.pyi +1 -1
  177. bpy/ops/export_scene/__init__.pyi +2 -2
  178. bpy/ops/extensions/__init__.pyi +38 -32
  179. bpy/ops/file/__init__.pyi +72 -40
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -23
  182. bpy/ops/geometry/__init__.pyi +10 -10
  183. bpy/ops/gizmogroup/__init__.pyi +4 -2
  184. bpy/ops/gpencil/__init__.pyi +12 -8
  185. bpy/ops/graph/__init__.pyi +81 -65
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -49
  188. bpy/ops/import_anim/__init__.pyi +1 -1
  189. bpy/ops/import_curve/__init__.pyi +1 -1
  190. bpy/ops/import_scene/__init__.pyi +2 -2
  191. bpy/ops/info/__init__.pyi +13 -7
  192. bpy/ops/lattice/__init__.pyi +14 -8
  193. bpy/ops/marker/__init__.pyi +13 -11
  194. bpy/ops/mask/__init__.pyi +59 -39
  195. bpy/ops/material/__init__.pyi +3 -3
  196. bpy/ops/mball/__init__.pyi +8 -8
  197. bpy/ops/mesh/__init__.pyi +182 -164
  198. bpy/ops/nla/__init__.pyi +65 -39
  199. bpy/ops/node/__init__.pyi +181 -147
  200. bpy/ops/object/__init__.pyi +262 -242
  201. bpy/ops/outliner/__init__.pyi +98 -72
  202. bpy/ops/paint/__init__.pyi +58 -54
  203. bpy/ops/paintcurve/__init__.pyi +12 -8
  204. bpy/ops/palette/__init__.pyi +11 -7
  205. bpy/ops/particle/__init__.pyi +58 -36
  206. bpy/ops/pointcloud/__init__.pyi +13 -7
  207. bpy/ops/pose/__init__.pyi +65 -51
  208. bpy/ops/poselib/__init__.pyi +17 -11
  209. bpy/ops/preferences/__init__.pyi +41 -35
  210. bpy/ops/ptcache/__init__.pyi +13 -7
  211. bpy/ops/render/__init__.pyi +17 -13
  212. bpy/ops/rigidbody/__init__.pyi +19 -13
  213. bpy/ops/scene/__init__.pyi +39 -37
  214. bpy/ops/screen/__init__.pyi +59 -39
  215. bpy/ops/script/__init__.pyi +5 -3
  216. bpy/ops/sculpt/__init__.pyi +44 -40
  217. bpy/ops/sculpt_curves/__init__.pyi +4 -4
  218. bpy/ops/sequencer/__init__.pyi +142 -100
  219. bpy/ops/sound/__init__.pyi +7 -7
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -43
  223. bpy/ops/text_editor/__init__.pyi +1 -1
  224. bpy/ops/texture/__init__.pyi +8 -4
  225. bpy/ops/transform/__init__.pyi +29 -27
  226. bpy/ops/ui/__init__.pyi +42 -34
  227. bpy/ops/uilist/__init__.pyi +3 -3
  228. bpy/ops/uv/__init__.pyi +59 -49
  229. bpy/ops/view2d/__init__.pyi +14 -14
  230. bpy/ops/view3d/__init__.pyi +87 -67
  231. bpy/ops/wm/__init__.pyi +138 -116
  232. bpy/ops/workspace/__init__.pyi +11 -7
  233. bpy/ops/world/__init__.pyi +2 -2
  234. bpy/props/__init__.pyi +16 -13
  235. bpy/types/__init__.pyi +1206 -1157
  236. bpy/utils/__init__.pyi +23 -23
  237. bpy/utils/previews/__init__.pyi +3 -3
  238. bpy_extras/anim_utils/__init__.pyi +7 -7
  239. bpy_extras/bmesh_utils/__init__.pyi +1 -1
  240. bpy_extras/id_map_utils/__init__.pyi +3 -3
  241. bpy_extras/io_utils/__init__.pyi +14 -12
  242. bpy_extras/keyconfig_utils/__init__.pyi +3 -3
  243. bpy_extras/mesh_utils/__init__.pyi +2 -2
  244. bpy_extras/node_shader_utils/__init__.pyi +63 -63
  245. bpy_extras/node_utils/__init__.pyi +3 -3
  246. bpy_extras/object_utils/__init__.pyi +4 -4
  247. bpy_extras/wm_utils/progress_report/__init__.pyi +10 -10
  248. bpy_types/__init__.pyi +4 -4
  249. console_python/__init__.pyi +7 -7
  250. console_shell/__init__.pyi +5 -5
  251. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250606.dist-info/RECORD +367 -0
  253. freestyle/chainingiterators/__init__.pyi +35 -33
  254. freestyle/functions/__init__.pyi +55 -55
  255. freestyle/predicates/__init__.pyi +8 -8
  256. freestyle/shaders/__init__.pyi +79 -75
  257. freestyle/types/__init__.pyi +146 -142
  258. freestyle/utils/ContextFunctions/__init__.pyi +3 -1
  259. freestyle/utils/__init__.pyi +25 -25
  260. gpu/matrix/__init__.pyi +14 -14
  261. gpu/select/__init__.pyi +1 -1
  262. gpu/shader/__init__.pyi +1 -1
  263. gpu/state/__init__.pyi +19 -19
  264. gpu/types/__init__.pyi +50 -44
  265. gpu_extras/presets/__init__.pyi +2 -2
  266. graphviz_export/__init__.pyi +2 -2
  267. idprop/types/__init__.pyi +9 -9
  268. imbuf/__init__.pyi +3 -1
  269. imbuf/types/__init__.pyi +3 -3
  270. keyingsets_builtins/__init__.pyi +26 -26
  271. keyingsets_utils/__init__.pyi +14 -14
  272. mathutils/__init__.pyi +61 -53
  273. mathutils/bvhtree/__init__.pyi +4 -4
  274. mathutils/kdtree/__init__.pyi +3 -3
  275. mathutils/noise/__init__.pyi +1 -1
  276. nodeitems_builtins/__init__.pyi +4 -4
  277. nodeitems_utils/__init__.pyi +9 -9
  278. rna_info/__init__.pyi +25 -25
  279. rna_keymap_ui/__init__.pyi +6 -6
  280. rna_prop_ui/__init__.pyi +12 -12
  281. rna_xml/__init__.pyi +6 -6
  282. fake_bpy_module-20250604.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/top_level.txt +0 -0
bgl/__init__.pyi CHANGED
@@ -42,10 +42,10 @@ class Buffer:
42
42
  dimensions: typing.Any
43
43
  """ The number of dimensions of the Buffer."""
44
44
 
45
- def to_list(self):
45
+ def to_list(self) -> None:
46
46
  """The contents of the Buffer as a python list."""
47
47
 
48
- def __init__(self, type: int, dimensions, template=None):
48
+ def __init__(self, type: int, dimensions, template=None) -> None:
49
49
  """This will create a new Buffer object for use with other bgl OpenGL commands.
50
50
  Only the type of argument to store in the buffer and the dimensions of the buffer
51
51
  are necessary. Buffers are zeroed by default unless a template is supplied, in
@@ -66,14 +66,14 @@ class Buffer:
66
66
  :return: The newly created buffer as a PyObject.
67
67
  """
68
68
 
69
- def glActiveTexture(texture: int):
69
+ def glActiveTexture(texture: int) -> None:
70
70
  """Select active texture unit.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glActiveTexture.xhtml>`__
71
71
 
72
72
  :param texture: Constant in GL_TEXTURE0 0 - 8
73
73
  :type texture: int
74
74
  """
75
75
 
76
- def glAttachShader(program: int, shader: int):
76
+ def glAttachShader(program: int, shader: int) -> None:
77
77
  """Attaches a shader object to a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glAttachShader.xhtml>`__
78
78
 
79
79
  :param program: Specifies the program object to which a shader object will be attached.
@@ -82,14 +82,14 @@ def glAttachShader(program: int, shader: int):
82
82
  :type shader: int
83
83
  """
84
84
 
85
- def glBeginQuery(p0: int, p1: int):
85
+ def glBeginQuery(p0: int, p1: int) -> None:
86
86
  """
87
87
 
88
88
  :type p0: int
89
89
  :type p1: int
90
90
  """
91
91
 
92
- def glBindAttribLocation(p0: int, p1: int, p2: str):
92
+ def glBindAttribLocation(p0: int, p1: int, p2: str) -> None:
93
93
  """
94
94
 
95
95
  :type p0: int
@@ -97,14 +97,14 @@ def glBindAttribLocation(p0: int, p1: int, p2: str):
97
97
  :type p2: str
98
98
  """
99
99
 
100
- def glBindBuffer(p0: int, p1: int):
100
+ def glBindBuffer(p0: int, p1: int) -> None:
101
101
  """
102
102
 
103
103
  :type p0: int
104
104
  :type p1: int
105
105
  """
106
106
 
107
- def glBindBufferBase(p0: int, p1: int, p2: int):
107
+ def glBindBufferBase(p0: int, p1: int, p2: int) -> None:
108
108
  """
109
109
 
110
110
  :type p0: int
@@ -112,7 +112,7 @@ def glBindBufferBase(p0: int, p1: int, p2: int):
112
112
  :type p2: int
113
113
  """
114
114
 
115
- def glBindBufferRange(p0: int, p1: int, p2: int, p3: int, p4: int):
115
+ def glBindBufferRange(p0: int, p1: int, p2: int, p3: int, p4: int) -> None:
116
116
  """
117
117
 
118
118
  :type p0: int
@@ -122,21 +122,21 @@ def glBindBufferRange(p0: int, p1: int, p2: int, p3: int, p4: int):
122
122
  :type p4: int
123
123
  """
124
124
 
125
- def glBindFramebuffer(p0: int, p1: int):
125
+ def glBindFramebuffer(p0: int, p1: int) -> None:
126
126
  """
127
127
 
128
128
  :type p0: int
129
129
  :type p1: int
130
130
  """
131
131
 
132
- def glBindRenderbuffer(p0: int, p1: int):
132
+ def glBindRenderbuffer(p0: int, p1: int) -> None:
133
133
  """
134
134
 
135
135
  :type p0: int
136
136
  :type p1: int
137
137
  """
138
138
 
139
- def glBindTexture(target: set[str], texture: int):
139
+ def glBindTexture(target: set[str], texture: int) -> None:
140
140
  """Bind a named texture to a texturing target`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glBindTexture.xhtml>`__
141
141
 
142
142
  :param target: Specifies the target to which the texture is bound.
@@ -145,13 +145,13 @@ def glBindTexture(target: set[str], texture: int):
145
145
  :type texture: int
146
146
  """
147
147
 
148
- def glBindVertexArray(p0: int):
148
+ def glBindVertexArray(p0: int) -> None:
149
149
  """
150
150
 
151
151
  :type p0: int
152
152
  """
153
153
 
154
- def glBlendColor(p0: float, p1: float, p2: float, p3: float):
154
+ def glBlendColor(p0: float, p1: float, p2: float, p3: float) -> None:
155
155
  """
156
156
 
157
157
  :type p0: float
@@ -160,20 +160,20 @@ def glBlendColor(p0: float, p1: float, p2: float, p3: float):
160
160
  :type p3: float
161
161
  """
162
162
 
163
- def glBlendEquation(p0: int):
163
+ def glBlendEquation(p0: int) -> None:
164
164
  """
165
165
 
166
166
  :type p0: int
167
167
  """
168
168
 
169
- def glBlendEquationSeparate(p0: int, p1: int):
169
+ def glBlendEquationSeparate(p0: int, p1: int) -> None:
170
170
  """
171
171
 
172
172
  :type p0: int
173
173
  :type p1: int
174
174
  """
175
175
 
176
- def glBlendFunc(sfactor: set[str], dfactor: set[str]):
176
+ def glBlendFunc(sfactor: set[str], dfactor: set[str]) -> None:
177
177
  """Specify pixel arithmetic`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glBlendFunc.xhtml>`__
178
178
 
179
179
  :param sfactor: Specifies how the red, green, blue, and alpha source blending factors are
@@ -195,7 +195,7 @@ def glBlitFramebuffer(
195
195
  p7: int,
196
196
  p8: int,
197
197
  p9: int,
198
- ):
198
+ ) -> None:
199
199
  """
200
200
 
201
201
  :type p0: int
@@ -210,7 +210,7 @@ def glBlitFramebuffer(
210
210
  :type p9: int
211
211
  """
212
212
 
213
- def glBufferData(p0: int, p1: int, p2: typing.Any, p3: int):
213
+ def glBufferData(p0: int, p1: int, p2: typing.Any, p3: int) -> None:
214
214
  """
215
215
 
216
216
  :type p0: int
@@ -219,7 +219,7 @@ def glBufferData(p0: int, p1: int, p2: typing.Any, p3: int):
219
219
  :type p3: int
220
220
  """
221
221
 
222
- def glBufferSubData(p0: int, p1: int, p2: int, p3: typing.Any):
222
+ def glBufferSubData(p0: int, p1: int, p2: int, p3: typing.Any) -> None:
223
223
  """
224
224
 
225
225
  :type p0: int
@@ -235,13 +235,13 @@ def glCheckFramebufferStatus(p0: int) -> int:
235
235
  :rtype: int
236
236
  """
237
237
 
238
- def glClear(mask):
238
+ def glClear(mask) -> None:
239
239
  """Clear buffers to preset values`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClear.xhtml>`__
240
240
 
241
241
  :param mask: Bitwise OR of masks that indicate the buffers to be cleared.
242
242
  """
243
243
 
244
- def glClearColor(red: float, green, blue, alpha):
244
+ def glClearColor(red: float, green, blue, alpha) -> None:
245
245
  """Specify clear values for the color buffers`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClearColor.xhtml>`__
246
246
 
247
247
  :param red: Specify the red, green, blue, and alpha values used when the
@@ -249,7 +249,7 @@ def glClearColor(red: float, green, blue, alpha):
249
249
  :type red: float
250
250
  """
251
251
 
252
- def glClearDepth(depth: int):
252
+ def glClearDepth(depth: int) -> None:
253
253
  """Specify the clear value for the depth buffer`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClearDepth.xhtml>`__
254
254
 
255
255
  :param depth: Specifies the depth value used when the depth buffer is cleared.
@@ -257,14 +257,14 @@ def glClearDepth(depth: int):
257
257
  :type depth: int
258
258
  """
259
259
 
260
- def glClearStencil(s: int):
260
+ def glClearStencil(s: int) -> None:
261
261
  """Specify the clear value for the stencil buffer`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClearStencil.xhtml>`__
262
262
 
263
263
  :param s: Specifies the index used when the stencil buffer is cleared. The initial value is 0.
264
264
  :type s: int
265
265
  """
266
266
 
267
- def glClipPlane(plane: set[str], equation: Buffer):
267
+ def glClipPlane(plane: set[str], equation: Buffer) -> None:
268
268
  """Specify a plane against which all geometry is clipped`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClipPlane.xhtml>`__
269
269
 
270
270
  :param plane: Specifies which clipping plane is being positioned.
@@ -274,7 +274,7 @@ def glClipPlane(plane: set[str], equation: Buffer):
274
274
  :type equation: Buffer
275
275
  """
276
276
 
277
- def glColorMask(red: int, green, blue, alpha):
277
+ def glColorMask(red: int, green, blue, alpha) -> None:
278
278
  """Enable and disable writing of frame buffer color components`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glColorMask.xhtml>`__
279
279
 
280
280
  :param red: Specify whether red, green, blue, and alpha can or cannot be
@@ -283,7 +283,7 @@ def glColorMask(red: int, green, blue, alpha):
283
283
  :type red: int
284
284
  """
285
285
 
286
- def glCompileShader(shader: int):
286
+ def glCompileShader(shader: int) -> None:
287
287
  """Compiles a shader object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glCompileShader.xhtml>`__
288
288
 
289
289
  :param shader: Specifies the shader object to be compiled.
@@ -292,7 +292,7 @@ def glCompileShader(shader: int):
292
292
 
293
293
  def glCompressedTexImage1D(
294
294
  p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: typing.Any
295
- ):
295
+ ) -> None:
296
296
  """
297
297
 
298
298
  :type p0: int
@@ -306,7 +306,7 @@ def glCompressedTexImage1D(
306
306
 
307
307
  def glCompressedTexImage2D(
308
308
  p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int, p7: typing.Any
309
- ):
309
+ ) -> None:
310
310
  """
311
311
 
312
312
  :type p0: int
@@ -329,7 +329,7 @@ def glCompressedTexImage3D(
329
329
  p6: int,
330
330
  p7: int,
331
331
  p8: typing.Any,
332
- ):
332
+ ) -> None:
333
333
  """
334
334
 
335
335
  :type p0: int
@@ -345,7 +345,7 @@ def glCompressedTexImage3D(
345
345
 
346
346
  def glCompressedTexSubImage1D(
347
347
  p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: typing.Any
348
- ):
348
+ ) -> None:
349
349
  """
350
350
 
351
351
  :type p0: int
@@ -367,7 +367,7 @@ def glCompressedTexSubImage2D(
367
367
  p6: int,
368
368
  p7: int,
369
369
  p8: typing.Any,
370
- ):
370
+ ) -> None:
371
371
  """
372
372
 
373
373
  :type p0: int
@@ -381,7 +381,9 @@ def glCompressedTexSubImage2D(
381
381
  :type p8: typing.Any
382
382
  """
383
383
 
384
- def glCopyTexImage1D(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int):
384
+ def glCopyTexImage1D(
385
+ p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int
386
+ ) -> None:
385
387
  """
386
388
 
387
389
  :type p0: int
@@ -402,7 +404,7 @@ def glCopyTexImage2D(
402
404
  width: int,
403
405
  height: int,
404
406
  border: int,
405
- ):
407
+ ) -> None:
406
408
  """Copy pixels into a 2D texture image`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glCopyTexImage2D.xhtml>`__
407
409
 
408
410
  :param target: Specifies the target texture.
@@ -428,7 +430,7 @@ def glCopyTexImage2D(
428
430
  :type border: int
429
431
  """
430
432
 
431
- def glCopyTexSubImage1D(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int):
433
+ def glCopyTexSubImage1D(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int) -> None:
432
434
  """
433
435
 
434
436
  :type p0: int
@@ -441,7 +443,7 @@ def glCopyTexSubImage1D(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int):
441
443
 
442
444
  def glCopyTexSubImage2D(
443
445
  p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int, p7: int
444
- ):
446
+ ) -> None:
445
447
  """
446
448
 
447
449
  :type p0: int
@@ -456,7 +458,7 @@ def glCopyTexSubImage2D(
456
458
 
457
459
  def glCopyTexSubImage3D(
458
460
  p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int, p7: int, p8: int
459
- ):
461
+ ) -> None:
460
462
  """
461
463
 
462
464
  :type p0: int
@@ -485,56 +487,56 @@ def glCreateShader(shaderType: GL_GEOMETRY_SHADER | typing.Any) -> int:
485
487
  :rtype: int
486
488
  """
487
489
 
488
- def glCullFace(mode: set[str]):
490
+ def glCullFace(mode: set[str]) -> None:
489
491
  """Specify whether front- or back-facing facets can be culled`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glCullFace.xhtml>`__
490
492
 
491
493
  :param mode: Specifies whether front- or back-facing facets are candidates for culling.
492
494
  :type mode: set[str]
493
495
  """
494
496
 
495
- def glDeleteBuffers(p0: int, p1: int):
497
+ def glDeleteBuffers(p0: int, p1: int) -> None:
496
498
  """
497
499
 
498
500
  :type p0: int
499
501
  :type p1: int
500
502
  """
501
503
 
502
- def glDeleteFramebuffers(p0: int, p1: int):
504
+ def glDeleteFramebuffers(p0: int, p1: int) -> None:
503
505
  """
504
506
 
505
507
  :type p0: int
506
508
  :type p1: int
507
509
  """
508
510
 
509
- def glDeleteProgram(program: int):
511
+ def glDeleteProgram(program: int) -> None:
510
512
  """Deletes a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDeleteProgram.xhtml>`__
511
513
 
512
514
  :param program: Specifies the program object to be deleted.
513
515
  :type program: int
514
516
  """
515
517
 
516
- def glDeleteQueries(p0: int, p1: int):
518
+ def glDeleteQueries(p0: int, p1: int) -> None:
517
519
  """
518
520
 
519
521
  :type p0: int
520
522
  :type p1: int
521
523
  """
522
524
 
523
- def glDeleteRenderbuffers(p0: int, p1: int):
525
+ def glDeleteRenderbuffers(p0: int, p1: int) -> None:
524
526
  """
525
527
 
526
528
  :type p0: int
527
529
  :type p1: int
528
530
  """
529
531
 
530
- def glDeleteShader(shader: int):
532
+ def glDeleteShader(shader: int) -> None:
531
533
  """Deletes a shader object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDeleteShader.xhtml>`__
532
534
 
533
535
  :param shader: Specifies the shader object to be deleted.
534
536
  :type shader: int
535
537
  """
536
538
 
537
- def glDeleteTextures(n: int, textures: Buffer):
539
+ def glDeleteTextures(n: int, textures: Buffer) -> None:
538
540
  """Delete named textures`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDeleteTextures.xhtml>`__
539
541
 
540
542
  :param n: Specifies the number of textures to be deleted
@@ -543,21 +545,21 @@ def glDeleteTextures(n: int, textures: Buffer):
543
545
  :type textures: Buffer
544
546
  """
545
547
 
546
- def glDeleteVertexArrays(p0: int, p1: int):
548
+ def glDeleteVertexArrays(p0: int, p1: int) -> None:
547
549
  """
548
550
 
549
551
  :type p0: int
550
552
  :type p1: int
551
553
  """
552
554
 
553
- def glDepthFunc(func: set[str]):
555
+ def glDepthFunc(func: set[str]) -> None:
554
556
  """Specify the value used for depth buffer comparisons`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDepthFunc.xhtml>`__
555
557
 
556
558
  :param func: Specifies the depth comparison function.
557
559
  :type func: set[str]
558
560
  """
559
561
 
560
- def glDepthMask(flag: int):
562
+ def glDepthMask(flag: int) -> None:
561
563
  """Enable or disable writing into the depth buffer`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDepthMask.xhtml>`__
562
564
 
563
565
  :param flag: Specifies whether the depth buffer is enabled for writing. If flag is GL_FALSE,
@@ -566,7 +568,7 @@ def glDepthMask(flag: int):
566
568
  :type flag: int
567
569
  """
568
570
 
569
- def glDepthRange(zNear: int, zFar: int):
571
+ def glDepthRange(zNear: int, zFar: int) -> None:
570
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>`__
571
573
 
572
574
  :param zNear: Specifies the mapping of the near clipping plane to window coordinates.
@@ -577,7 +579,7 @@ def glDepthRange(zNear: int, zFar: int):
577
579
  :type zFar: int
578
580
  """
579
581
 
580
- def glDetachShader(program: int, shader: int):
582
+ def glDetachShader(program: int, shader: int) -> None:
581
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>`__
582
584
 
583
585
  :param program: Specifies the program object from which to detach the shader object.
@@ -586,20 +588,20 @@ def glDetachShader(program: int, shader: int):
586
588
  :type shader: int
587
589
  """
588
590
 
589
- def glDisable(cap: set[str]):
591
+ def glDisable(cap: set[str]) -> None:
590
592
  """Disable server-side GL capabilities`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEnable.xhtml>`__
591
593
 
592
594
  :param cap: Specifies a symbolic constant indicating a GL capability.
593
595
  :type cap: set[str]
594
596
  """
595
597
 
596
- def glDisableVertexAttribArray(p0: int):
598
+ def glDisableVertexAttribArray(p0: int) -> None:
597
599
  """
598
600
 
599
601
  :type p0: int
600
602
  """
601
603
 
602
- def glDrawArrays(p0: int, p1: int, p2: int):
604
+ def glDrawArrays(p0: int, p1: int, p2: int) -> None:
603
605
  """
604
606
 
605
607
  :type p0: int
@@ -607,21 +609,21 @@ def glDrawArrays(p0: int, p1: int, p2: int):
607
609
  :type p2: int
608
610
  """
609
611
 
610
- def glDrawBuffer(mode: set[str]):
612
+ def glDrawBuffer(mode: set[str]) -> None:
611
613
  """Specify which color buffers are to be drawn into`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDrawBuffer.xhtml>`__
612
614
 
613
615
  :param mode: Specifies up to four color buffers to be drawn into.
614
616
  :type mode: set[str]
615
617
  """
616
618
 
617
- def glDrawBuffers(p0: int, p1: int):
619
+ def glDrawBuffers(p0: int, p1: int) -> None:
618
620
  """
619
621
 
620
622
  :type p0: int
621
623
  :type p1: int
622
624
  """
623
625
 
624
- def glDrawElements(p0: int, p1: int, p2: int, p3: typing.Any):
626
+ def glDrawElements(p0: int, p1: int, p2: int, p3: typing.Any) -> None:
625
627
  """
626
628
 
627
629
  :type p0: int
@@ -630,7 +632,9 @@ def glDrawElements(p0: int, p1: int, p2: int, p3: typing.Any):
630
632
  :type p3: typing.Any
631
633
  """
632
634
 
633
- def glDrawRangeElements(p0: int, p1: int, p2: int, p3: int, p4: int, p5: typing.Any):
635
+ def glDrawRangeElements(
636
+ p0: int, p1: int, p2: int, p3: int, p4: int, p5: typing.Any
637
+ ) -> None:
634
638
  """
635
639
 
636
640
  :type p0: int
@@ -641,32 +645,32 @@ def glDrawRangeElements(p0: int, p1: int, p2: int, p3: int, p4: int, p5: typing.
641
645
  :type p5: typing.Any
642
646
  """
643
647
 
644
- def glEdgeFlag(flag):
648
+ def glEdgeFlag(flag) -> None:
645
649
  """B{glEdgeFlag, glEdgeFlagv}Flag edges as either boundary or non-boundary`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEdgeFlag.xhtml>`__
646
650
 
647
651
  :param flag: Specifies the current edge flag value.The initial value is GL_TRUE.
648
652
  """
649
653
 
650
- def glEnable(cap: set[str]):
654
+ def glEnable(cap: set[str]) -> None:
651
655
  """Enable server-side GL capabilities`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEnable.xhtml>`__
652
656
 
653
657
  :param cap: Specifies a symbolic constant indicating a GL capability.
654
658
  :type cap: set[str]
655
659
  """
656
660
 
657
- def glEnableVertexAttribArray(p0: int):
661
+ def glEnableVertexAttribArray(p0: int) -> None:
658
662
  """
659
663
 
660
664
  :type p0: int
661
665
  """
662
666
 
663
- def glEndQuery(p0: int):
667
+ def glEndQuery(p0: int) -> None:
664
668
  """
665
669
 
666
670
  :type p0: int
667
671
  """
668
672
 
669
- def glEvalCoord(u: typing.Any, v: typing.Any):
673
+ def glEvalCoord(u: typing.Any, v: typing.Any) -> None:
670
674
  """B{glEvalCoord1d, glEvalCoord1f, glEvalCoord2d, glEvalCoord2f, glEvalCoord1dv, glEvalCoord1fv,
671
675
  glEvalCoord2dv, glEvalCoord2fv}Evaluate enabled one- and two-dimensional maps`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEvalCoord.xhtml>`__
672
676
 
@@ -680,7 +684,7 @@ def glEvalCoord(u: typing.Any, v: typing.Any):
680
684
  :type v: typing.Any
681
685
  """
682
686
 
683
- def glEvalMesh(mode: set[str], i1: int, i2):
687
+ def glEvalMesh(mode: set[str], i1: int, i2) -> None:
684
688
  """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>`__
685
689
 
686
690
  :param mode: In glEvalMesh1, specifies whether to compute a one-dimensional
@@ -690,7 +694,7 @@ def glEvalMesh(mode: set[str], i1: int, i2):
690
694
  :type i1: int
691
695
  """
692
696
 
693
- def glEvalPoint(i: int, j):
697
+ def glEvalPoint(i: int, j) -> None:
694
698
  """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>`__
695
699
 
696
700
  :param i: Specifies the integer value for grid domain variable i.
@@ -698,7 +702,7 @@ def glEvalPoint(i: int, j):
698
702
  :param j: Specifies the integer value for grid domain variable j (glEvalPoint2 only).
699
703
  """
700
704
 
701
- def glFeedbackBuffer(size: int, type: set[str], buffer: Buffer):
705
+ def glFeedbackBuffer(size: int, type: set[str], buffer: Buffer) -> None:
702
706
  """Controls feedback mode`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFeedbackBuffer.xhtml>`__
703
707
 
704
708
  :param size: Specifies the maximum number of values that can be written into buffer.
@@ -710,13 +714,13 @@ def glFeedbackBuffer(size: int, type: set[str], buffer: Buffer):
710
714
  :type buffer: Buffer
711
715
  """
712
716
 
713
- def glFinish():
717
+ def glFinish() -> None:
714
718
  """Block until all GL execution is complete`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFinish.xhtml>`__"""
715
719
 
716
- def glFlush():
720
+ def glFlush() -> None:
717
721
  """Force Execution of GL commands in finite time`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFlush.xhtml>`__"""
718
722
 
719
- def glFog(pname: set[str], param: typing.Any):
723
+ def glFog(pname: set[str], param: typing.Any) -> None:
720
724
  """B{glFogf, glFogi, glFogfv, glFogiv}Specify fog parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFog.xhtml>`__
721
725
 
722
726
  :param pname: Specifies a single-valued fog parameter. If the function prototype
@@ -728,7 +732,7 @@ def glFog(pname: set[str], param: typing.Any):
728
732
  :type param: typing.Any
729
733
  """
730
734
 
731
- def glFramebufferRenderbuffer(p0: int, p1: int, p2: int, p3: int):
735
+ def glFramebufferRenderbuffer(p0: int, p1: int, p2: int, p3: int) -> None:
732
736
  """
733
737
 
734
738
  :type p0: int
@@ -737,7 +741,7 @@ def glFramebufferRenderbuffer(p0: int, p1: int, p2: int, p3: int):
737
741
  :type p3: int
738
742
  """
739
743
 
740
- def glFramebufferTexture(p0: int, p1: int, p2: int, p3: int):
744
+ def glFramebufferTexture(p0: int, p1: int, p2: int, p3: int) -> None:
741
745
  """
742
746
 
743
747
  :type p0: int
@@ -746,42 +750,42 @@ def glFramebufferTexture(p0: int, p1: int, p2: int, p3: int):
746
750
  :type p3: int
747
751
  """
748
752
 
749
- def glFrontFace(mode: set[str]):
753
+ def glFrontFace(mode: set[str]) -> None:
750
754
  """Define front- and back-facing polygons`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFrontFace.xhtml>`__
751
755
 
752
756
  :param mode: Specifies the orientation of front-facing polygons.
753
757
  :type mode: set[str]
754
758
  """
755
759
 
756
- def glGenBuffers(p0: int, p1: int):
760
+ def glGenBuffers(p0: int, p1: int) -> None:
757
761
  """
758
762
 
759
763
  :type p0: int
760
764
  :type p1: int
761
765
  """
762
766
 
763
- def glGenFramebuffers(p0: int, p1: int):
767
+ def glGenFramebuffers(p0: int, p1: int) -> None:
764
768
  """
765
769
 
766
770
  :type p0: int
767
771
  :type p1: int
768
772
  """
769
773
 
770
- def glGenQueries(p0: int, p1: int):
774
+ def glGenQueries(p0: int, p1: int) -> None:
771
775
  """
772
776
 
773
777
  :type p0: int
774
778
  :type p1: int
775
779
  """
776
780
 
777
- def glGenRenderbuffers(p0: int, p1: int):
781
+ def glGenRenderbuffers(p0: int, p1: int) -> None:
778
782
  """
779
783
 
780
784
  :type p0: int
781
785
  :type p1: int
782
786
  """
783
787
 
784
- def glGenTextures(n: int, textures: Buffer):
788
+ def glGenTextures(n: int, textures: Buffer) -> None:
785
789
  """Generate texture names`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGenTextures.xhtml>`__
786
790
 
787
791
  :param n: Specifies the number of textures name to be generated.
@@ -790,14 +794,14 @@ def glGenTextures(n: int, textures: Buffer):
790
794
  :type textures: Buffer
791
795
  """
792
796
 
793
- def glGenVertexArrays(p0: int, p1: int):
797
+ def glGenVertexArrays(p0: int, p1: int) -> None:
794
798
  """
795
799
 
796
800
  :type p0: int
797
801
  :type p1: int
798
802
  """
799
803
 
800
- def glGet(pname: set[str], param: typing.Any):
804
+ def glGet(pname: set[str], param: typing.Any) -> None:
801
805
  """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>`__
802
806
 
803
807
  :param pname: Specifies the parameter value to be returned.
@@ -806,7 +810,9 @@ def glGet(pname: set[str], param: typing.Any):
806
810
  :type param: typing.Any
807
811
  """
808
812
 
809
- def glGetActiveAttrib(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int):
813
+ def glGetActiveAttrib(
814
+ p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int
815
+ ) -> None:
810
816
  """
811
817
 
812
818
  :type p0: int
@@ -818,7 +824,9 @@ def glGetActiveAttrib(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6:
818
824
  :type p6: int
819
825
  """
820
826
 
821
- def glGetActiveUniform(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int):
827
+ def glGetActiveUniform(
828
+ p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int
829
+ ) -> None:
822
830
  """
823
831
 
824
832
  :type p0: int
@@ -830,7 +838,7 @@ def glGetActiveUniform(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6:
830
838
  :type p6: int
831
839
  """
832
840
 
833
- def glGetActiveUniformBlockName(p0: int, p1: int, p2: int, p3: int, p4: int):
841
+ def glGetActiveUniformBlockName(p0: int, p1: int, p2: int, p3: int, p4: int) -> None:
834
842
  """
835
843
 
836
844
  :type p0: int
@@ -840,7 +848,7 @@ def glGetActiveUniformBlockName(p0: int, p1: int, p2: int, p3: int, p4: int):
840
848
  :type p4: int
841
849
  """
842
850
 
843
- def glGetActiveUniformBlockiv(p0: int, p1: int, p2: int, p3: int):
851
+ def glGetActiveUniformBlockiv(p0: int, p1: int, p2: int, p3: int) -> None:
844
852
  """
845
853
 
846
854
  :type p0: int
@@ -849,7 +857,7 @@ def glGetActiveUniformBlockiv(p0: int, p1: int, p2: int, p3: int):
849
857
  :type p3: int
850
858
  """
851
859
 
852
- def glGetActiveUniformName(p0: int, p1: int, p2: int, p3: int, p4: int):
860
+ def glGetActiveUniformName(p0: int, p1: int, p2: int, p3: int, p4: int) -> None:
853
861
  """
854
862
 
855
863
  :type p0: int
@@ -859,7 +867,7 @@ def glGetActiveUniformName(p0: int, p1: int, p2: int, p3: int, p4: int):
859
867
  :type p4: int
860
868
  """
861
869
 
862
- def glGetActiveUniformsiv(p0: int, p1: int, p2: int, p3: int, p4: int):
870
+ def glGetActiveUniformsiv(p0: int, p1: int, p2: int, p3: int, p4: int) -> None:
863
871
  """
864
872
 
865
873
  :type p0: int
@@ -869,7 +877,9 @@ def glGetActiveUniformsiv(p0: int, p1: int, p2: int, p3: int, p4: int):
869
877
  :type p4: int
870
878
  """
871
879
 
872
- def glGetAttachedShaders(program: int, maxCount: int, count: Buffer, shaders: Buffer):
880
+ def glGetAttachedShaders(
881
+ program: int, maxCount: int, count: Buffer, shaders: Buffer
882
+ ) -> None:
873
883
  """Returns the handles of the shader objects attached to a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetAttachedShaders.xhtml>`__
874
884
 
875
885
  :param program: Specifies the program object to be queried.
@@ -890,14 +900,14 @@ def glGetAttribLocation(p0: int, p1: str) -> int:
890
900
  :rtype: int
891
901
  """
892
902
 
893
- def glGetBooleanv(p0: int, p1: bool):
903
+ def glGetBooleanv(p0: int, p1: bool) -> None:
894
904
  """
895
905
 
896
906
  :type p0: int
897
907
  :type p1: bool
898
908
  """
899
909
 
900
- def glGetBufferParameteri64v(p0: int, p1: int, p2: int):
910
+ def glGetBufferParameteri64v(p0: int, p1: int, p2: int) -> None:
901
911
  """
902
912
 
903
913
  :type p0: int
@@ -905,7 +915,7 @@ def glGetBufferParameteri64v(p0: int, p1: int, p2: int):
905
915
  :type p2: int
906
916
  """
907
917
 
908
- def glGetBufferParameteriv(p0: int, p1: int, p2: int):
918
+ def glGetBufferParameteriv(p0: int, p1: int, p2: int) -> None:
909
919
  """
910
920
 
911
921
  :type p0: int
@@ -913,7 +923,7 @@ def glGetBufferParameteriv(p0: int, p1: int, p2: int):
913
923
  :type p2: int
914
924
  """
915
925
 
916
- def glGetBufferPointerv(p0: int, p1: int, p2: typing.Any):
926
+ def glGetBufferPointerv(p0: int, p1: int, p2: typing.Any) -> None:
917
927
  """
918
928
 
919
929
  :type p0: int
@@ -921,7 +931,7 @@ def glGetBufferPointerv(p0: int, p1: int, p2: typing.Any):
921
931
  :type p2: typing.Any
922
932
  """
923
933
 
924
- def glGetBufferSubData(p0: int, p1: int, p2: int, p3: typing.Any):
934
+ def glGetBufferSubData(p0: int, p1: int, p2: int, p3: typing.Any) -> None:
925
935
  """
926
936
 
927
937
  :type p0: int
@@ -930,7 +940,7 @@ def glGetBufferSubData(p0: int, p1: int, p2: int, p3: typing.Any):
930
940
  :type p3: typing.Any
931
941
  """
932
942
 
933
- def glGetCompressedTexImage(p0: int, p1: int, p2: typing.Any):
943
+ def glGetCompressedTexImage(p0: int, p1: int, p2: typing.Any) -> None:
934
944
  """
935
945
 
936
946
  :type p0: int
@@ -938,31 +948,31 @@ def glGetCompressedTexImage(p0: int, p1: int, p2: typing.Any):
938
948
  :type p2: typing.Any
939
949
  """
940
950
 
941
- def glGetDoublev(p0: int, p1: float):
951
+ def glGetDoublev(p0: int, p1: float) -> None:
942
952
  """
943
953
 
944
954
  :type p0: int
945
955
  :type p1: float
946
956
  """
947
957
 
948
- def glGetError():
958
+ def glGetError() -> None:
949
959
  """Return error information`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetError.xhtml>`__"""
950
960
 
951
- def glGetFloatv(p0: int, p1: float):
961
+ def glGetFloatv(p0: int, p1: float) -> None:
952
962
  """
953
963
 
954
964
  :type p0: int
955
965
  :type p1: float
956
966
  """
957
967
 
958
- def glGetIntegerv(p0: int, p1: int):
968
+ def glGetIntegerv(p0: int, p1: int) -> None:
959
969
  """
960
970
 
961
971
  :type p0: int
962
972
  :type p1: int
963
973
  """
964
974
 
965
- def glGetLight(light: set[str], pname: set[str], params: Buffer):
975
+ def glGetLight(light: set[str], pname: set[str], params: Buffer) -> None:
966
976
  """B{glGetLightfv and glGetLightiv}Return light source parameter values`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetLight.xhtml>`__
967
977
 
968
978
  :param light: Specifies a light source. The number of possible lights depends on the
@@ -975,7 +985,7 @@ def glGetLight(light: set[str], pname: set[str], params: Buffer):
975
985
  :type params: Buffer
976
986
  """
977
987
 
978
- def glGetMap(target: set[str], query: set[str], v: Buffer):
988
+ def glGetMap(target: set[str], query: set[str], v: Buffer) -> None:
979
989
  """B{glGetMapdv, glGetMapfv, glGetMapiv}Return evaluator parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetMap.xhtml>`__
980
990
 
981
991
  :param target: Specifies the symbolic name of a map.
@@ -986,7 +996,7 @@ def glGetMap(target: set[str], query: set[str], v: Buffer):
986
996
  :type v: Buffer
987
997
  """
988
998
 
989
- def glGetMaterial(face: set[str], pname: set[str], params: Buffer):
999
+ def glGetMaterial(face: set[str], pname: set[str], params: Buffer) -> None:
990
1000
  """B{glGetMaterialfv, glGetMaterialiv}Return material parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetMaterial.xhtml>`__
991
1001
 
992
1002
  :param face: Specifies which of the two materials is being queried.
@@ -998,7 +1008,7 @@ def glGetMaterial(face: set[str], pname: set[str], params: Buffer):
998
1008
  :type params: Buffer
999
1009
  """
1000
1010
 
1001
- def glGetMultisamplefv(p0: int, p1: int, p2: float):
1011
+ def glGetMultisamplefv(p0: int, p1: int, p2: float) -> None:
1002
1012
  """
1003
1013
 
1004
1014
  :type p0: int
@@ -1006,7 +1016,7 @@ def glGetMultisamplefv(p0: int, p1: int, p2: float):
1006
1016
  :type p2: float
1007
1017
  """
1008
1018
 
1009
- def glGetPixelMap(map: set[str], values: Buffer):
1019
+ def glGetPixelMap(map: set[str], values: Buffer) -> None:
1010
1020
  """B{glGetPixelMapfv, glGetPixelMapuiv, glGetPixelMapusv}Return the specified pixel map`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetPixelMap.xhtml>`__
1011
1021
 
1012
1022
  :param map: Specifies the name of the pixel map to return.
@@ -1015,7 +1025,9 @@ def glGetPixelMap(map: set[str], values: Buffer):
1015
1025
  :type values: Buffer
1016
1026
  """
1017
1027
 
1018
- def glGetProgramInfoLog(program: int, maxLength: int, length: Buffer, infoLog: Buffer):
1028
+ def glGetProgramInfoLog(
1029
+ program: int, maxLength: int, length: Buffer, infoLog: Buffer
1030
+ ) -> None:
1019
1031
  """Returns the information log for a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetProgramInfoLog.xhtml>`__
1020
1032
 
1021
1033
  :param program: Specifies the program object whose information log is to be queried.
@@ -1028,7 +1040,7 @@ def glGetProgramInfoLog(program: int, maxLength: int, length: Buffer, infoLog: B
1028
1040
  :type infoLog: Buffer
1029
1041
  """
1030
1042
 
1031
- def glGetProgramiv(program: int, pname: int, params: Buffer):
1043
+ def glGetProgramiv(program: int, pname: int, params: Buffer) -> None:
1032
1044
  """Returns a parameter from a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetProgram.xhtml>`__
1033
1045
 
1034
1046
  :param program: Specifies the program object to be queried.
@@ -1039,7 +1051,7 @@ def glGetProgramiv(program: int, pname: int, params: Buffer):
1039
1051
  :type params: Buffer
1040
1052
  """
1041
1053
 
1042
- def glGetQueryObjectiv(p0: int, p1: int, p2: int):
1054
+ def glGetQueryObjectiv(p0: int, p1: int, p2: int) -> None:
1043
1055
  """
1044
1056
 
1045
1057
  :type p0: int
@@ -1047,7 +1059,7 @@ def glGetQueryObjectiv(p0: int, p1: int, p2: int):
1047
1059
  :type p2: int
1048
1060
  """
1049
1061
 
1050
- def glGetQueryObjectuiv(p0: int, p1: int, p2: int):
1062
+ def glGetQueryObjectuiv(p0: int, p1: int, p2: int) -> None:
1051
1063
  """
1052
1064
 
1053
1065
  :type p0: int
@@ -1055,7 +1067,7 @@ def glGetQueryObjectuiv(p0: int, p1: int, p2: int):
1055
1067
  :type p2: int
1056
1068
  """
1057
1069
 
1058
- def glGetQueryiv(p0: int, p1: int, p2: int):
1070
+ def glGetQueryiv(p0: int, p1: int, p2: int) -> None:
1059
1071
  """
1060
1072
 
1061
1073
  :type p0: int
@@ -1063,7 +1075,9 @@ def glGetQueryiv(p0: int, p1: int, p2: int):
1063
1075
  :type p2: int
1064
1076
  """
1065
1077
 
1066
- def glGetShaderInfoLog(program, maxLength: int, length: Buffer, infoLog: Buffer):
1078
+ def glGetShaderInfoLog(
1079
+ program, maxLength: int, length: Buffer, infoLog: Buffer
1080
+ ) -> None:
1067
1081
  """Returns the information log for a shader object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetShaderInfoLog.xhtml>`__
1068
1082
 
1069
1083
  :param maxLength: Specifies the size of the character buffer for storing the returned information log.
@@ -1074,7 +1088,9 @@ def glGetShaderInfoLog(program, maxLength: int, length: Buffer, infoLog: Buffer)
1074
1088
  :type infoLog: Buffer
1075
1089
  """
1076
1090
 
1077
- def glGetShaderSource(shader: int, bufSize: int, length: Buffer, source: Buffer):
1091
+ def glGetShaderSource(
1092
+ shader: int, bufSize: int, length: Buffer, source: Buffer
1093
+ ) -> None:
1078
1094
  """Returns the source code string from a shader object`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetShaderSource.xhtml>`__
1079
1095
 
1080
1096
  :param shader: Specifies the shader object to be queried.
@@ -1087,7 +1103,7 @@ def glGetShaderSource(shader: int, bufSize: int, length: Buffer, source: Buffer)
1087
1103
  :type source: Buffer
1088
1104
  """
1089
1105
 
1090
- def glGetShaderiv(p0: int, p1: int, p2: int):
1106
+ def glGetShaderiv(p0: int, p1: int, p2: int) -> None:
1091
1107
  """
1092
1108
 
1093
1109
  :type p0: int
@@ -1095,7 +1111,7 @@ def glGetShaderiv(p0: int, p1: int, p2: int):
1095
1111
  :type p2: int
1096
1112
  """
1097
1113
 
1098
- def glGetString(name: set[str]):
1114
+ def glGetString(name: set[str]) -> None:
1099
1115
  """Return a string describing the current GL connection`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetString.xhtml>`__
1100
1116
 
1101
1117
  :param name: Specifies a symbolic constant.
@@ -1110,7 +1126,7 @@ def glGetStringi(p0: int, p1: int) -> str:
1110
1126
  :rtype: str
1111
1127
  """
1112
1128
 
1113
- def glGetTexEnv(target: set[str], pname: set[str], params: Buffer):
1129
+ def glGetTexEnv(target: set[str], pname: set[str], params: Buffer) -> None:
1114
1130
  """B{glGetTexEnvfv, glGetTexEnviv}Return texture environment parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexEnv.xhtml>`__
1115
1131
 
1116
1132
  :param target: Specifies a texture environment. Must be GL_TEXTURE_ENV.
@@ -1121,7 +1137,7 @@ def glGetTexEnv(target: set[str], pname: set[str], params: Buffer):
1121
1137
  :type params: Buffer
1122
1138
  """
1123
1139
 
1124
- def glGetTexGen(coord: set[str], pname: set[str], params: Buffer):
1140
+ def glGetTexGen(coord: set[str], pname: set[str], params: Buffer) -> None:
1125
1141
  """B{glGetTexGendv, glGetTexGenfv, glGetTexGeniv}Return texture coordinate generation parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexGen.xhtml>`__
1126
1142
 
1127
1143
  :param coord: Specifies a texture coordinate.
@@ -1134,7 +1150,7 @@ def glGetTexGen(coord: set[str], pname: set[str], params: Buffer):
1134
1150
 
1135
1151
  def glGetTexImage(
1136
1152
  target: set[str], level: int, format: set[str], type: set[str], pixels: Buffer
1137
- ):
1153
+ ) -> None:
1138
1154
  """Return a texture image`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexImage.xhtml>`__
1139
1155
 
1140
1156
  :param target: Specifies which texture is to be obtained.
@@ -1153,7 +1169,7 @@ def glGetTexImage(
1153
1169
 
1154
1170
  def glGetTexLevelParameter(
1155
1171
  target: set[str], level: int, pname: set[str], params: Buffer
1156
- ):
1172
+ ) -> None:
1157
1173
  """B{glGetTexLevelParameterfv, glGetTexLevelParameteriv}return texture parameter values for a specific level of detail`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexLevelParameter.xhtml>`__
1158
1174
 
1159
1175
  :param target: Specifies the symbolic name of the target texture.
@@ -1167,7 +1183,7 @@ def glGetTexLevelParameter(
1167
1183
  :type params: Buffer
1168
1184
  """
1169
1185
 
1170
- def glGetTexLevelParameterfv(p0: int, p1: int, p2: int, p3: float):
1186
+ def glGetTexLevelParameterfv(p0: int, p1: int, p2: int, p3: float) -> None:
1171
1187
  """
1172
1188
 
1173
1189
  :type p0: int
@@ -1176,7 +1192,7 @@ def glGetTexLevelParameterfv(p0: int, p1: int, p2: int, p3: float):
1176
1192
  :type p3: float
1177
1193
  """
1178
1194
 
1179
- def glGetTexLevelParameteriv(p0: int, p1: int, p2: int, p3: int):
1195
+ def glGetTexLevelParameteriv(p0: int, p1: int, p2: int, p3: int) -> None:
1180
1196
  """
1181
1197
 
1182
1198
  :type p0: int
@@ -1185,7 +1201,7 @@ def glGetTexLevelParameteriv(p0: int, p1: int, p2: int, p3: int):
1185
1201
  :type p3: int
1186
1202
  """
1187
1203
 
1188
- def glGetTexParameter(target: set[str], pname: set[str], params: Buffer):
1204
+ def glGetTexParameter(target: set[str], pname: set[str], params: Buffer) -> None:
1189
1205
  """B{glGetTexParameterfv, glGetTexParameteriv}Return texture parameter values`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexParameter.xhtml>`__
1190
1206
 
1191
1207
  :param target: Specifies the symbolic name of the target texture.
@@ -1196,7 +1212,7 @@ def glGetTexParameter(target: set[str], pname: set[str], params: Buffer):
1196
1212
  :type params: Buffer
1197
1213
  """
1198
1214
 
1199
- def glGetTexParameterfv(p0: int, p1: int, p2: float):
1215
+ def glGetTexParameterfv(p0: int, p1: int, p2: float) -> None:
1200
1216
  """
1201
1217
 
1202
1218
  :type p0: int
@@ -1204,7 +1220,7 @@ def glGetTexParameterfv(p0: int, p1: int, p2: float):
1204
1220
  :type p2: float
1205
1221
  """
1206
1222
 
1207
- def glGetTexParameteriv(p0: int, p1: int, p2: int):
1223
+ def glGetTexParameteriv(p0: int, p1: int, p2: int) -> None:
1208
1224
  """
1209
1225
 
1210
1226
  :type p0: int
@@ -1220,7 +1236,7 @@ def glGetUniformBlockIndex(p0: int, p1: str) -> int:
1220
1236
  :rtype: int
1221
1237
  """
1222
1238
 
1223
- def glGetUniformIndices(p0: int, p1: int, p2: int, p3: int):
1239
+ def glGetUniformIndices(p0: int, p1: int, p2: int, p3: int) -> None:
1224
1240
  """
1225
1241
 
1226
1242
  :type p0: int
@@ -1237,7 +1253,7 @@ def glGetUniformLocation(p0: int, p1: str) -> int:
1237
1253
  :rtype: int
1238
1254
  """
1239
1255
 
1240
- def glGetUniformfv(p0: int, p1: int, p2: float):
1256
+ def glGetUniformfv(p0: int, p1: int, p2: float) -> None:
1241
1257
  """
1242
1258
 
1243
1259
  :type p0: int
@@ -1245,7 +1261,7 @@ def glGetUniformfv(p0: int, p1: int, p2: float):
1245
1261
  :type p2: float
1246
1262
  """
1247
1263
 
1248
- def glGetUniformiv(p0: int, p1: int, p2: int):
1264
+ def glGetUniformiv(p0: int, p1: int, p2: int) -> None:
1249
1265
  """
1250
1266
 
1251
1267
  :type p0: int
@@ -1253,7 +1269,7 @@ def glGetUniformiv(p0: int, p1: int, p2: int):
1253
1269
  :type p2: int
1254
1270
  """
1255
1271
 
1256
- def glGetVertexAttribPointerv(p0: int, p1: int, p2: typing.Any):
1272
+ def glGetVertexAttribPointerv(p0: int, p1: int, p2: typing.Any) -> None:
1257
1273
  """
1258
1274
 
1259
1275
  :type p0: int
@@ -1261,7 +1277,7 @@ def glGetVertexAttribPointerv(p0: int, p1: int, p2: typing.Any):
1261
1277
  :type p2: typing.Any
1262
1278
  """
1263
1279
 
1264
- def glGetVertexAttribdv(p0: int, p1: int, p2: float):
1280
+ def glGetVertexAttribdv(p0: int, p1: int, p2: float) -> None:
1265
1281
  """
1266
1282
 
1267
1283
  :type p0: int
@@ -1269,7 +1285,7 @@ def glGetVertexAttribdv(p0: int, p1: int, p2: float):
1269
1285
  :type p2: float
1270
1286
  """
1271
1287
 
1272
- def glGetVertexAttribfv(p0: int, p1: int, p2: float):
1288
+ def glGetVertexAttribfv(p0: int, p1: int, p2: float) -> None:
1273
1289
  """
1274
1290
 
1275
1291
  :type p0: int
@@ -1277,7 +1293,7 @@ def glGetVertexAttribfv(p0: int, p1: int, p2: float):
1277
1293
  :type p2: float
1278
1294
  """
1279
1295
 
1280
- def glGetVertexAttribiv(p0: int, p1: int, p2: int):
1296
+ def glGetVertexAttribiv(p0: int, p1: int, p2: int) -> None:
1281
1297
  """
1282
1298
 
1283
1299
  :type p0: int
@@ -1285,7 +1301,7 @@ def glGetVertexAttribiv(p0: int, p1: int, p2: int):
1285
1301
  :type p2: int
1286
1302
  """
1287
1303
 
1288
- def glHint(target: set[str], mode: set[str]):
1304
+ def glHint(target: set[str], mode: set[str]) -> None:
1289
1305
  """Specify implementation-specific hints`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glHint.xhtml>`__
1290
1306
 
1291
1307
  :param target: Specifies a symbolic constant indicating the behavior to be
@@ -1302,14 +1318,14 @@ def glIsBuffer(p0: int) -> bool:
1302
1318
  :rtype: bool
1303
1319
  """
1304
1320
 
1305
- def glIsEnabled(cap: set[str]):
1321
+ def glIsEnabled(cap: set[str]) -> None:
1306
1322
  """Test whether a capability is enabled`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glIsEnabled.xhtml>`__
1307
1323
 
1308
1324
  :param cap: Specifies a constant representing a GL capability.
1309
1325
  :type cap: set[str]
1310
1326
  """
1311
1327
 
1312
- def glIsProgram(program: int):
1328
+ def glIsProgram(program: int) -> None:
1313
1329
  """Determines if a name corresponds to a program object`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glIsProgram.xhtml>`__
1314
1330
 
1315
1331
  :param program: Specifies a potential program object.
@@ -1323,14 +1339,14 @@ def glIsQuery(p0: int) -> bool:
1323
1339
  :rtype: bool
1324
1340
  """
1325
1341
 
1326
- def glIsShader(shader: int):
1342
+ def glIsShader(shader: int) -> None:
1327
1343
  """Determines if a name corresponds to a shader object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glIsShader.xhtml>`__
1328
1344
 
1329
1345
  :param shader: Specifies a potential shader object.
1330
1346
  :type shader: int
1331
1347
  """
1332
1348
 
1333
- def glIsTexture(texture: int):
1349
+ def glIsTexture(texture: int) -> None:
1334
1350
  """Determine if a name corresponds to a texture`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glIsTexture.xhtml>`__
1335
1351
 
1336
1352
  :param texture: Specifies a value that may be the name of a texture.
@@ -1344,7 +1360,7 @@ def glIsVertexArray(p0: int) -> bool:
1344
1360
  :rtype: bool
1345
1361
  """
1346
1362
 
1347
- def glLight(light: set[str], pname: set[str], param: typing.Any):
1363
+ def glLight(light: set[str], pname: set[str], param: typing.Any) -> None:
1348
1364
  """B{glLightf,glLighti, glLightfv, glLightiv}Set the light source parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLight.xhtml>`__
1349
1365
 
1350
1366
  :param light: Specifies a light. The number of lights depends on the implementation,
@@ -1359,7 +1375,7 @@ def glLight(light: set[str], pname: set[str], param: typing.Any):
1359
1375
  :type param: typing.Any
1360
1376
  """
1361
1377
 
1362
- def glLightModel(pname: set[str], param: typing.Any):
1378
+ def glLightModel(pname: set[str], param: typing.Any) -> None:
1363
1379
  """B{glLightModelf, glLightModeli, glLightModelfv, glLightModeliv}Set the lighting model parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLightModel.xhtml>`__
1364
1380
 
1365
1381
  :param pname: Specifies a single-value light model parameter.
@@ -1369,21 +1385,21 @@ def glLightModel(pname: set[str], param: typing.Any):
1369
1385
  :type param: typing.Any
1370
1386
  """
1371
1387
 
1372
- def glLineWidth(width: float):
1388
+ def glLineWidth(width: float) -> None:
1373
1389
  """Specify the width of rasterized lines.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLineWidth.xhtml>`__
1374
1390
 
1375
1391
  :param width: Specifies the width of rasterized lines. The initial value is 1.
1376
1392
  :type width: float
1377
1393
  """
1378
1394
 
1379
- def glLinkProgram(program: int):
1395
+ def glLinkProgram(program: int) -> None:
1380
1396
  """Links a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLinkProgram.xhtml>`__
1381
1397
 
1382
1398
  :param program: Specifies the handle of the program object to be linked.
1383
1399
  :type program: int
1384
1400
  """
1385
1401
 
1386
- def glLoadMatrix(m: Buffer):
1402
+ def glLoadMatrix(m: Buffer) -> None:
1387
1403
  """B{glLoadMatrixd, glLoadMatixf}Replace the current matrix with the specified matrix`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLoadMatrix.xhtml>`__
1388
1404
 
1389
1405
  :param m: Specifies a pointer to 16 consecutive values, which are used as the elements
@@ -1391,7 +1407,7 @@ def glLoadMatrix(m: Buffer):
1391
1407
  :type m: Buffer
1392
1408
  """
1393
1409
 
1394
- def glLogicOp(opcode: set[str]):
1410
+ def glLogicOp(opcode: set[str]) -> None:
1395
1411
  """Specify a logical pixel operation for color index rendering`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLogicOp.xhtml>`__
1396
1412
 
1397
1413
  :param opcode: Specifies a symbolic constant that selects a logical operation.
@@ -1400,7 +1416,7 @@ def glLogicOp(opcode: set[str]):
1400
1416
 
1401
1417
  def glMap1(
1402
1418
  target: set[str], u1: typing.Any, u2, stride: int, order: int, points: Buffer
1403
- ):
1419
+ ) -> None:
1404
1420
  """B{glMap1d, glMap1f}Define a one-dimensional evaluator`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMap1.xhtml>`__
1405
1421
 
1406
1422
  :param target: Specifies the kind of values that are generated by the evaluator.
@@ -1431,7 +1447,7 @@ def glMap2(
1431
1447
  vstride: int,
1432
1448
  vorder: int,
1433
1449
  points: Buffer,
1434
- ):
1450
+ ) -> None:
1435
1451
  """B{glMap2d, glMap2f}Define a two-dimensional evaluator`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMap2.xhtml>`__
1436
1452
 
1437
1453
  :param target: Specifies the kind of values that are generated by the evaluator.
@@ -1467,14 +1483,14 @@ def glMap2(
1467
1483
  :type points: Buffer
1468
1484
  """
1469
1485
 
1470
- def glMapBuffer(p0: int, p1: int):
1486
+ def glMapBuffer(p0: int, p1: int) -> None:
1471
1487
  """
1472
1488
 
1473
1489
  :type p0: int
1474
1490
  :type p1: int
1475
1491
  """
1476
1492
 
1477
- def glMapGrid(un: int, u1: typing.Any, u2, vn: int, v1: typing.Any, v2):
1493
+ def glMapGrid(un: int, u1: typing.Any, u2, vn: int, v1: typing.Any, v2) -> None:
1478
1494
  """B{glMapGrid1d, glMapGrid1f, glMapGrid2d, glMapGrid2f}Define a one- or two-dimensional mesh`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMapGrid.xhtml>`__
1479
1495
 
1480
1496
  :param un: Specifies the number of partitions in the grid range interval
@@ -1490,7 +1506,7 @@ def glMapGrid(un: int, u1: typing.Any, u2, vn: int, v1: typing.Any, v2):
1490
1506
  :type v1: typing.Any
1491
1507
  """
1492
1508
 
1493
- def glMaterial(face: set[str], pname: set[str], params: int):
1509
+ def glMaterial(face: set[str], pname: set[str], params: int) -> None:
1494
1510
  """Specify material parameters for the lighting model.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMaterial.xhtml>`__
1495
1511
 
1496
1512
  :param face: Specifies which face or faces are being updated. Must be one of:
@@ -1504,7 +1520,7 @@ def glMaterial(face: set[str], pname: set[str], params: int):
1504
1520
  :type params: int
1505
1521
  """
1506
1522
 
1507
- def glMultMatrix(m: Buffer):
1523
+ def glMultMatrix(m: Buffer) -> None:
1508
1524
  """B{glMultMatrixd, glMultMatrixf}Multiply the current matrix with the specified matrix`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMultMatrix.xhtml>`__
1509
1525
 
1510
1526
  :param m: Points to 16 consecutive values that are used as the elements of a 4x4 column
@@ -1512,7 +1528,7 @@ def glMultMatrix(m: Buffer):
1512
1528
  :type m: Buffer
1513
1529
  """
1514
1530
 
1515
- def glNormal3(nx: typing.Any, ny, nz, v: Buffer):
1531
+ def glNormal3(nx: typing.Any, ny, nz, v: Buffer) -> None:
1516
1532
  """B{Normal3b, Normal3bv, Normal3d, Normal3dv, Normal3f, Normal3fv, Normal3i, Normal3iv,
1517
1533
  Normal3s, Normal3sv}Set the current normal vector`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glNormal.xhtml>`__
1518
1534
 
@@ -1524,7 +1540,7 @@ def glNormal3(nx: typing.Any, ny, nz, v: Buffer):
1524
1540
  :type v: Buffer
1525
1541
  """
1526
1542
 
1527
- def glPixelMap(map: set[str], mapsize: int, values: Buffer):
1543
+ def glPixelMap(map: set[str], mapsize: int, values: Buffer) -> None:
1528
1544
  """B{glPixelMapfv, glPixelMapuiv, glPixelMapusv}Set up pixel transfer maps`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPixelMap.xhtml>`__
1529
1545
 
1530
1546
  :param map: Specifies a symbolic map name.
@@ -1535,7 +1551,7 @@ def glPixelMap(map: set[str], mapsize: int, values: Buffer):
1535
1551
  :type values: Buffer
1536
1552
  """
1537
1553
 
1538
- def glPixelStore(pname: set[str], param: typing.Any):
1554
+ def glPixelStore(pname: set[str], param: typing.Any) -> None:
1539
1555
  """B{glPixelStoref, glPixelStorei}Set pixel storage modes`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPixelStore.xhtml>`__
1540
1556
 
1541
1557
  :param pname: Specifies the symbolic name of the parameter to be set.
@@ -1546,21 +1562,21 @@ def glPixelStore(pname: set[str], param: typing.Any):
1546
1562
  :type param: typing.Any
1547
1563
  """
1548
1564
 
1549
- def glPixelStoref(p0: int, p1: float):
1565
+ def glPixelStoref(p0: int, p1: float) -> None:
1550
1566
  """
1551
1567
 
1552
1568
  :type p0: int
1553
1569
  :type p1: float
1554
1570
  """
1555
1571
 
1556
- def glPixelStorei(p0: int, p1: int):
1572
+ def glPixelStorei(p0: int, p1: int) -> None:
1557
1573
  """
1558
1574
 
1559
1575
  :type p0: int
1560
1576
  :type p1: int
1561
1577
  """
1562
1578
 
1563
- def glPixelTransfer(pname: set[str], param: typing.Any):
1579
+ def glPixelTransfer(pname: set[str], param: typing.Any) -> None:
1564
1580
  """B{glPixelTransferf, glPixelTransferi}Set pixel transfer modes`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPixelTransfer.xhtml>`__
1565
1581
 
1566
1582
  :param pname: Specifies the symbolic name of the pixel transfer parameter to be set.
@@ -1569,14 +1585,14 @@ def glPixelTransfer(pname: set[str], param: typing.Any):
1569
1585
  :type param: typing.Any
1570
1586
  """
1571
1587
 
1572
- def glPointSize(size: float):
1588
+ def glPointSize(size: float) -> None:
1573
1589
  """Specify the diameter of rasterized points`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPointSize.xhtml>`__
1574
1590
 
1575
1591
  :param size: Specifies the diameter of rasterized points. The initial value is 1.
1576
1592
  :type size: float
1577
1593
  """
1578
1594
 
1579
- def glPolygonMode(face: set[str], mode: set[str]):
1595
+ def glPolygonMode(face: set[str], mode: set[str]) -> None:
1580
1596
  """Select a polygon rasterization mode`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPolygonMode.xhtml>`__
1581
1597
 
1582
1598
  :param face: Specifies the polygons that mode applies to.
@@ -1588,7 +1604,7 @@ def glPolygonMode(face: set[str], mode: set[str]):
1588
1604
  :type mode: set[str]
1589
1605
  """
1590
1606
 
1591
- def glPolygonOffset(factor: float, units: float):
1607
+ def glPolygonOffset(factor: float, units: float) -> None:
1592
1608
  """Set the scale and units used to calculate depth values`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPolygonOffset.xhtml>`__
1593
1609
 
1594
1610
  :param factor: Specifies a scale factor that is used to create a variable depth
@@ -1599,7 +1615,7 @@ def glPolygonOffset(factor: float, units: float):
1599
1615
  :type units: float
1600
1616
  """
1601
1617
 
1602
- def glRasterPos(x: typing.Any, y, z, w):
1618
+ def glRasterPos(x: typing.Any, y, z, w) -> None:
1603
1619
  """B{glRasterPos2d, glRasterPos2f, glRasterPos2i, glRasterPos2s, glRasterPos3d,
1604
1620
  glRasterPos3f, glRasterPos3i, glRasterPos3s, glRasterPos4d, glRasterPos4f,
1605
1621
  glRasterPos4i, glRasterPos4s, glRasterPos2dv, glRasterPos2fv, glRasterPos2iv,
@@ -1612,7 +1628,7 @@ def glRasterPos(x: typing.Any, y, z, w):
1612
1628
  :type x: typing.Any
1613
1629
  """
1614
1630
 
1615
- def glReadBuffer(mode: set[str]):
1631
+ def glReadBuffer(mode: set[str]) -> None:
1616
1632
  """Select a color buffer source for pixels.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glReadBuffer.xhtml>`__
1617
1633
 
1618
1634
  :param mode: Specifies a color buffer.
@@ -1621,7 +1637,7 @@ def glReadBuffer(mode: set[str]):
1621
1637
 
1622
1638
  def glReadPixels(
1623
1639
  x: int, y, width: int, height, format: set[str], type: set[str], pixels: Buffer
1624
- ):
1640
+ ) -> None:
1625
1641
  """Read a block of pixels from the frame buffer`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glReadPixels.xhtml>`__
1626
1642
 
1627
1643
  :param x: Specify the window coordinates of the first pixel that is read
@@ -1639,7 +1655,7 @@ def glReadPixels(
1639
1655
  :type pixels: Buffer
1640
1656
  """
1641
1657
 
1642
- def glRect(x1: typing.Any, y1, x2: typing.Any, y2, v1: typing.Any, v2):
1658
+ def glRect(x1: typing.Any, y1, x2: typing.Any, y2, v1: typing.Any, v2) -> None:
1643
1659
  """B{glRectd, glRectf, glRecti, glRects, glRectdv, glRectfv, glRectiv, glRectsv}Draw a rectangle`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glRect.xhtml>`__
1644
1660
 
1645
1661
  :param x1: Specify one vertex of a rectangle
@@ -1651,7 +1667,7 @@ def glRect(x1: typing.Any, y1, x2: typing.Any, y2, v1: typing.Any, v2):
1651
1667
  :type v1: typing.Any
1652
1668
  """
1653
1669
 
1654
- def glRenderbufferStorage(p0: int, p1: int, p2: int, p3: int):
1670
+ def glRenderbufferStorage(p0: int, p1: int, p2: int, p3: int) -> None:
1655
1671
  """
1656
1672
 
1657
1673
  :type p0: int
@@ -1660,7 +1676,7 @@ def glRenderbufferStorage(p0: int, p1: int, p2: int, p3: int):
1660
1676
  :type p3: int
1661
1677
  """
1662
1678
 
1663
- def glRotate(angle: typing.Any, x: typing.Any, y, z):
1679
+ def glRotate(angle: typing.Any, x: typing.Any, y, z) -> None:
1664
1680
  """B{glRotated, glRotatef}Multiply the current matrix by a rotation matrix`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glRotate.xhtml>`__
1665
1681
 
1666
1682
  :param angle: Specifies the angle of rotation in degrees.
@@ -1669,28 +1685,28 @@ def glRotate(angle: typing.Any, x: typing.Any, y, z):
1669
1685
  :type x: typing.Any
1670
1686
  """
1671
1687
 
1672
- def glSampleCoverage(p0: float, p1: bool):
1688
+ def glSampleCoverage(p0: float, p1: bool) -> None:
1673
1689
  """
1674
1690
 
1675
1691
  :type p0: float
1676
1692
  :type p1: bool
1677
1693
  """
1678
1694
 
1679
- def glSampleMaski(p0: int, p1: int):
1695
+ def glSampleMaski(p0: int, p1: int) -> None:
1680
1696
  """
1681
1697
 
1682
1698
  :type p0: int
1683
1699
  :type p1: int
1684
1700
  """
1685
1701
 
1686
- def glScale(x: typing.Any, y, z):
1702
+ def glScale(x: typing.Any, y, z) -> None:
1687
1703
  """B{glScaled, glScalef}Multiply the current matrix by a general scaling matrix`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glScale.xhtml>`__
1688
1704
 
1689
1705
  :param x: Specify scale factors along the x, y, and z axes, respectively.
1690
1706
  :type x: typing.Any
1691
1707
  """
1692
1708
 
1693
- def glScissor(x: int, y, width: int, height):
1709
+ def glScissor(x: int, y, width: int, height) -> None:
1694
1710
  """Define the scissor box`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glScissor.xhtml>`__
1695
1711
 
1696
1712
  :param x: Specify the lower left corner of the scissor box. Initially (0, 0).
@@ -1701,7 +1717,7 @@ def glScissor(x: int, y, width: int, height):
1701
1717
  :type width: int
1702
1718
  """
1703
1719
 
1704
- def glShaderSource(shader: int, shader_string: str):
1720
+ def glShaderSource(shader: int, shader_string: str) -> None:
1705
1721
  """Replaces the source code in a shader object.`OpenGL Docs <https://www.opengl.org/sdk/docs/man/html/glShaderSource.xhtml>`__
1706
1722
 
1707
1723
  :param shader: Specifies the handle of the shader object whose source code is to be replaced.
@@ -1710,7 +1726,7 @@ def glShaderSource(shader: int, shader_string: str):
1710
1726
  :type shader_string: str
1711
1727
  """
1712
1728
 
1713
- def glStencilFunc(func: set[str], ref: int, mask: int):
1729
+ def glStencilFunc(func: set[str], ref: int, mask: int) -> None:
1714
1730
  """Set function and reference value for stencil testing`OpenGL Docs <https://www.opengl.org/sdk/docs/man/docbook4/xhtml/glStencilFunc.xhtml>`__
1715
1731
 
1716
1732
  :param func: Specifies the test function.
@@ -1724,7 +1740,7 @@ def glStencilFunc(func: set[str], ref: int, mask: int):
1724
1740
  :type mask: int
1725
1741
  """
1726
1742
 
1727
- def glStencilFuncSeparate(p0: int, p1: int, p2: int, p3: int):
1743
+ def glStencilFuncSeparate(p0: int, p1: int, p2: int, p3: int) -> None:
1728
1744
  """
1729
1745
 
1730
1746
  :type p0: int
@@ -1733,7 +1749,7 @@ def glStencilFuncSeparate(p0: int, p1: int, p2: int, p3: int):
1733
1749
  :type p3: int
1734
1750
  """
1735
1751
 
1736
- def glStencilMask(mask: int):
1752
+ def glStencilMask(mask: int) -> None:
1737
1753
  """Control the writing of individual bits in the stencil planes`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glStencilMask.xhtml>`__
1738
1754
 
1739
1755
  :param mask: Specifies a bit mask to enable and disable writing of individual bits
@@ -1741,14 +1757,14 @@ def glStencilMask(mask: int):
1741
1757
  :type mask: int
1742
1758
  """
1743
1759
 
1744
- def glStencilMaskSeparate(p0: int, p1: int):
1760
+ def glStencilMaskSeparate(p0: int, p1: int) -> None:
1745
1761
  """
1746
1762
 
1747
1763
  :type p0: int
1748
1764
  :type p1: int
1749
1765
  """
1750
1766
 
1751
- def glStencilOp(fail: set[str], zfail: set[str], zpass: set[str]):
1767
+ def glStencilOp(fail: set[str], zfail: set[str], zpass: set[str]) -> None:
1752
1768
  """Set stencil test actions`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glStencilOp.xhtml>`__
1753
1769
 
1754
1770
  :param fail: Specifies the action to take when the stencil test fails.
@@ -1766,7 +1782,7 @@ def glStencilOp(fail: set[str], zfail: set[str], zpass: set[str]):
1766
1782
  :type zpass: set[str]
1767
1783
  """
1768
1784
 
1769
- def glStencilOpSeparate(p0: int, p1: int, p2: int, p3: int):
1785
+ def glStencilOpSeparate(p0: int, p1: int, p2: int, p3: int) -> None:
1770
1786
  """
1771
1787
 
1772
1788
  :type p0: int
@@ -1775,7 +1791,7 @@ def glStencilOpSeparate(p0: int, p1: int, p2: int, p3: int):
1775
1791
  :type p3: int
1776
1792
  """
1777
1793
 
1778
- def glTexCoord(s: typing.Any, t, r, q, v: Buffer):
1794
+ def glTexCoord(s: typing.Any, t, r, q, v: Buffer) -> None:
1779
1795
  """B{glTexCoord1d, glTexCoord1f, glTexCoord1i, glTexCoord1s, glTexCoord2d, glTexCoord2f,
1780
1796
  glTexCoord2i, glTexCoord2s, glTexCoord3d, glTexCoord3f, glTexCoord3i, glTexCoord3s,
1781
1797
  glTexCoord4d, glTexCoord4f, glTexCoord4i, glTexCoord4s, glTexCoord1dv, glTexCoord1fv,
@@ -1791,7 +1807,7 @@ def glTexCoord(s: typing.Any, t, r, q, v: Buffer):
1791
1807
  :type v: Buffer
1792
1808
  """
1793
1809
 
1794
- def glTexEnv(target: set[str], pname: set[str], param: typing.Any):
1810
+ def glTexEnv(target: set[str], pname: set[str], param: typing.Any) -> None:
1795
1811
  """B{glTextEnvf, glTextEnvi, glTextEnvfv, glTextEnviv}Set texture environment parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexEnv.xhtml>`__
1796
1812
 
1797
1813
  :param target: Specifies a texture environment. Must be GL_TEXTURE_ENV.
@@ -1805,7 +1821,7 @@ def glTexEnv(target: set[str], pname: set[str], param: typing.Any):
1805
1821
  :type param: typing.Any
1806
1822
  """
1807
1823
 
1808
- def glTexGen(coord: set[str], pname: set[str], param: typing.Any):
1824
+ def glTexGen(coord: set[str], pname: set[str], param: typing.Any) -> None:
1809
1825
  """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>`__
1810
1826
 
1811
1827
  :param coord: Specifies a texture coordinate.
@@ -1829,7 +1845,7 @@ def glTexImage1D(
1829
1845
  format: set[str],
1830
1846
  type: set[str],
1831
1847
  pixels: Buffer,
1832
- ):
1848
+ ) -> None:
1833
1849
  """Specify a one-dimensional texture image`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexImage1D.xhtml>`__
1834
1850
 
1835
1851
  :param target: Specifies the target texture.
@@ -1863,7 +1879,7 @@ def glTexImage2D(
1863
1879
  format: set[str],
1864
1880
  type: set[str],
1865
1881
  pixels: Buffer,
1866
- ):
1882
+ ) -> None:
1867
1883
  """Specify a two-dimensional texture image`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexImage2D.xhtml>`__
1868
1884
 
1869
1885
  :param target: Specifies the target texture.
@@ -1891,7 +1907,9 @@ def glTexImage2D(
1891
1907
  :type pixels: Buffer
1892
1908
  """
1893
1909
 
1894
- def glTexImage2DMultisample(p0: int, p1: int, p2: int, p3: int, p4: int, p5: bool):
1910
+ def glTexImage2DMultisample(
1911
+ p0: int, p1: int, p2: int, p3: int, p4: int, p5: bool
1912
+ ) -> None:
1895
1913
  """
1896
1914
 
1897
1915
  :type p0: int
@@ -1913,7 +1931,7 @@ def glTexImage3D(
1913
1931
  p7: int,
1914
1932
  p8: int,
1915
1933
  p9: typing.Any,
1916
- ):
1934
+ ) -> None:
1917
1935
  """
1918
1936
 
1919
1937
  :type p0: int
@@ -1930,7 +1948,7 @@ def glTexImage3D(
1930
1948
 
1931
1949
  def glTexImage3DMultisample(
1932
1950
  p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: bool
1933
- ):
1951
+ ) -> None:
1934
1952
  """
1935
1953
 
1936
1954
  :type p0: int
@@ -1942,7 +1960,7 @@ def glTexImage3DMultisample(
1942
1960
  :type p6: bool
1943
1961
  """
1944
1962
 
1945
- def glTexParameter(target: set[str], pname: set[str], param: typing.Any):
1963
+ def glTexParameter(target: set[str], pname: set[str], param: typing.Any) -> None:
1946
1964
  """B{glTexParameterf, glTexParameteri, glTexParameterfv, glTexParameteriv}Set texture parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexParameter.xhtml>`__
1947
1965
 
1948
1966
  :param target: Specifies the target texture.
@@ -1954,7 +1972,7 @@ def glTexParameter(target: set[str], pname: set[str], param: typing.Any):
1954
1972
  :type param: typing.Any
1955
1973
  """
1956
1974
 
1957
- def glTexParameterf(p0: int, p1: int, p2: float):
1975
+ def glTexParameterf(p0: int, p1: int, p2: float) -> None:
1958
1976
  """
1959
1977
 
1960
1978
  :type p0: int
@@ -1962,7 +1980,7 @@ def glTexParameterf(p0: int, p1: int, p2: float):
1962
1980
  :type p2: float
1963
1981
  """
1964
1982
 
1965
- def glTexParameterfv(p0: int, p1: int, p2: float):
1983
+ def glTexParameterfv(p0: int, p1: int, p2: float) -> None:
1966
1984
  """
1967
1985
 
1968
1986
  :type p0: int
@@ -1970,7 +1988,7 @@ def glTexParameterfv(p0: int, p1: int, p2: float):
1970
1988
  :type p2: float
1971
1989
  """
1972
1990
 
1973
- def glTexParameteri(p0: int, p1: int, p2: int):
1991
+ def glTexParameteri(p0: int, p1: int, p2: int) -> None:
1974
1992
  """
1975
1993
 
1976
1994
  :type p0: int
@@ -1978,7 +1996,7 @@ def glTexParameteri(p0: int, p1: int, p2: int):
1978
1996
  :type p2: int
1979
1997
  """
1980
1998
 
1981
- def glTexParameteriv(p0: int, p1: int, p2: int):
1999
+ def glTexParameteriv(p0: int, p1: int, p2: int) -> None:
1982
2000
  """
1983
2001
 
1984
2002
  :type p0: int
@@ -1988,7 +2006,7 @@ def glTexParameteriv(p0: int, p1: int, p2: int):
1988
2006
 
1989
2007
  def glTexSubImage1D(
1990
2008
  p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: typing.Any
1991
- ):
2009
+ ) -> None:
1992
2010
  """
1993
2011
 
1994
2012
  :type p0: int
@@ -2010,7 +2028,7 @@ def glTexSubImage2D(
2010
2028
  p6: int,
2011
2029
  p7: int,
2012
2030
  p8: typing.Any,
2013
- ):
2031
+ ) -> None:
2014
2032
  """
2015
2033
 
2016
2034
  :type p0: int
@@ -2036,7 +2054,7 @@ def glTexSubImage3D(
2036
2054
  p8: int,
2037
2055
  p9: int,
2038
2056
  p10: typing.Any,
2039
- ):
2057
+ ) -> None:
2040
2058
  """
2041
2059
 
2042
2060
  :type p0: int
@@ -2052,21 +2070,21 @@ def glTexSubImage3D(
2052
2070
  :type p10: typing.Any
2053
2071
  """
2054
2072
 
2055
- def glTranslate(x: typing.Any, y, z):
2073
+ def glTranslate(x: typing.Any, y, z) -> None:
2056
2074
  """B{glTranslatef, glTranslated}Multiply the current matrix by a translation matrix`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTranslate.xhtml>`__
2057
2075
 
2058
2076
  :param x: Specify the x, y, and z coordinates of a translation vector.
2059
2077
  :type x: typing.Any
2060
2078
  """
2061
2079
 
2062
- def glUniform1f(p0: int, p1: float):
2080
+ def glUniform1f(p0: int, p1: float) -> None:
2063
2081
  """
2064
2082
 
2065
2083
  :type p0: int
2066
2084
  :type p1: float
2067
2085
  """
2068
2086
 
2069
- def glUniform1fv(p0: int, p1: int, p2: float):
2087
+ def glUniform1fv(p0: int, p1: int, p2: float) -> None:
2070
2088
  """
2071
2089
 
2072
2090
  :type p0: int
@@ -2074,14 +2092,14 @@ def glUniform1fv(p0: int, p1: int, p2: float):
2074
2092
  :type p2: float
2075
2093
  """
2076
2094
 
2077
- def glUniform1i(p0: int, p1: int):
2095
+ def glUniform1i(p0: int, p1: int) -> None:
2078
2096
  """
2079
2097
 
2080
2098
  :type p0: int
2081
2099
  :type p1: int
2082
2100
  """
2083
2101
 
2084
- def glUniform1iv(p0: int, p1: int, p2: int):
2102
+ def glUniform1iv(p0: int, p1: int, p2: int) -> None:
2085
2103
  """
2086
2104
 
2087
2105
  :type p0: int
@@ -2089,7 +2107,7 @@ def glUniform1iv(p0: int, p1: int, p2: int):
2089
2107
  :type p2: int
2090
2108
  """
2091
2109
 
2092
- def glUniform2f(p0: int, p1: float, p2: float):
2110
+ def glUniform2f(p0: int, p1: float, p2: float) -> None:
2093
2111
  """
2094
2112
 
2095
2113
  :type p0: int
@@ -2097,7 +2115,7 @@ def glUniform2f(p0: int, p1: float, p2: float):
2097
2115
  :type p2: float
2098
2116
  """
2099
2117
 
2100
- def glUniform2fv(p0: int, p1: int, p2: float):
2118
+ def glUniform2fv(p0: int, p1: int, p2: float) -> None:
2101
2119
  """
2102
2120
 
2103
2121
  :type p0: int
@@ -2105,7 +2123,7 @@ def glUniform2fv(p0: int, p1: int, p2: float):
2105
2123
  :type p2: float
2106
2124
  """
2107
2125
 
2108
- def glUniform2i(p0: int, p1: int, p2: int):
2126
+ def glUniform2i(p0: int, p1: int, p2: int) -> None:
2109
2127
  """
2110
2128
 
2111
2129
  :type p0: int
@@ -2113,7 +2131,7 @@ def glUniform2i(p0: int, p1: int, p2: int):
2113
2131
  :type p2: int
2114
2132
  """
2115
2133
 
2116
- def glUniform2iv(p0: int, p1: int, p2: int):
2134
+ def glUniform2iv(p0: int, p1: int, p2: int) -> None:
2117
2135
  """
2118
2136
 
2119
2137
  :type p0: int
@@ -2121,7 +2139,7 @@ def glUniform2iv(p0: int, p1: int, p2: int):
2121
2139
  :type p2: int
2122
2140
  """
2123
2141
 
2124
- def glUniform3f(p0: int, p1: float, p2: float, p3: float):
2142
+ def glUniform3f(p0: int, p1: float, p2: float, p3: float) -> None:
2125
2143
  """
2126
2144
 
2127
2145
  :type p0: int
@@ -2130,7 +2148,7 @@ def glUniform3f(p0: int, p1: float, p2: float, p3: float):
2130
2148
  :type p3: float
2131
2149
  """
2132
2150
 
2133
- def glUniform3fv(p0: int, p1: int, p2: float):
2151
+ def glUniform3fv(p0: int, p1: int, p2: float) -> None:
2134
2152
  """
2135
2153
 
2136
2154
  :type p0: int
@@ -2138,7 +2156,7 @@ def glUniform3fv(p0: int, p1: int, p2: float):
2138
2156
  :type p2: float
2139
2157
  """
2140
2158
 
2141
- def glUniform3i(p0: int, p1: int, p2: int, p3: int):
2159
+ def glUniform3i(p0: int, p1: int, p2: int, p3: int) -> None:
2142
2160
  """
2143
2161
 
2144
2162
  :type p0: int
@@ -2147,7 +2165,7 @@ def glUniform3i(p0: int, p1: int, p2: int, p3: int):
2147
2165
  :type p3: int
2148
2166
  """
2149
2167
 
2150
- def glUniform3iv(p0: int, p1: int, p2: int):
2168
+ def glUniform3iv(p0: int, p1: int, p2: int) -> None:
2151
2169
  """
2152
2170
 
2153
2171
  :type p0: int
@@ -2155,7 +2173,7 @@ def glUniform3iv(p0: int, p1: int, p2: int):
2155
2173
  :type p2: int
2156
2174
  """
2157
2175
 
2158
- def glUniform4f(p0: int, p1: float, p2: float, p3: float, p4: float):
2176
+ def glUniform4f(p0: int, p1: float, p2: float, p3: float, p4: float) -> None:
2159
2177
  """
2160
2178
 
2161
2179
  :type p0: int
@@ -2165,7 +2183,7 @@ def glUniform4f(p0: int, p1: float, p2: float, p3: float, p4: float):
2165
2183
  :type p4: float
2166
2184
  """
2167
2185
 
2168
- def glUniform4fv(p0: int, p1: int, p2: float):
2186
+ def glUniform4fv(p0: int, p1: int, p2: float) -> None:
2169
2187
  """
2170
2188
 
2171
2189
  :type p0: int
@@ -2173,7 +2191,7 @@ def glUniform4fv(p0: int, p1: int, p2: float):
2173
2191
  :type p2: float
2174
2192
  """
2175
2193
 
2176
- def glUniform4i(p0: int, p1: int, p2: int, p3: int, p4: int):
2194
+ def glUniform4i(p0: int, p1: int, p2: int, p3: int, p4: int) -> None:
2177
2195
  """
2178
2196
 
2179
2197
  :type p0: int
@@ -2183,7 +2201,7 @@ def glUniform4i(p0: int, p1: int, p2: int, p3: int, p4: int):
2183
2201
  :type p4: int
2184
2202
  """
2185
2203
 
2186
- def glUniform4iv(p0: int, p1: int, p2: int):
2204
+ def glUniform4iv(p0: int, p1: int, p2: int) -> None:
2187
2205
  """
2188
2206
 
2189
2207
  :type p0: int
@@ -2191,7 +2209,7 @@ def glUniform4iv(p0: int, p1: int, p2: int):
2191
2209
  :type p2: int
2192
2210
  """
2193
2211
 
2194
- def glUniformBlockBinding(p0: int, p1: int, p2: int):
2212
+ def glUniformBlockBinding(p0: int, p1: int, p2: int) -> None:
2195
2213
  """
2196
2214
 
2197
2215
  :type p0: int
@@ -2199,7 +2217,7 @@ def glUniformBlockBinding(p0: int, p1: int, p2: int):
2199
2217
  :type p2: int
2200
2218
  """
2201
2219
 
2202
- def glUniformMatrix2fv(p0: int, p1: int, p2: bool, p3: float):
2220
+ def glUniformMatrix2fv(p0: int, p1: int, p2: bool, p3: float) -> None:
2203
2221
  """
2204
2222
 
2205
2223
  :type p0: int
@@ -2208,7 +2226,7 @@ def glUniformMatrix2fv(p0: int, p1: int, p2: bool, p3: float):
2208
2226
  :type p3: float
2209
2227
  """
2210
2228
 
2211
- def glUniformMatrix2x3fv(p0: int, p1: int, p2: bool, p3: float):
2229
+ def glUniformMatrix2x3fv(p0: int, p1: int, p2: bool, p3: float) -> None:
2212
2230
  """
2213
2231
 
2214
2232
  :type p0: int
@@ -2217,7 +2235,7 @@ def glUniformMatrix2x3fv(p0: int, p1: int, p2: bool, p3: float):
2217
2235
  :type p3: float
2218
2236
  """
2219
2237
 
2220
- def glUniformMatrix2x4fv(p0: int, p1: int, p2: bool, p3: float):
2238
+ def glUniformMatrix2x4fv(p0: int, p1: int, p2: bool, p3: float) -> None:
2221
2239
  """
2222
2240
 
2223
2241
  :type p0: int
@@ -2226,7 +2244,7 @@ def glUniformMatrix2x4fv(p0: int, p1: int, p2: bool, p3: float):
2226
2244
  :type p3: float
2227
2245
  """
2228
2246
 
2229
- def glUniformMatrix3fv(p0: int, p1: int, p2: bool, p3: float):
2247
+ def glUniformMatrix3fv(p0: int, p1: int, p2: bool, p3: float) -> None:
2230
2248
  """
2231
2249
 
2232
2250
  :type p0: int
@@ -2235,7 +2253,7 @@ def glUniformMatrix3fv(p0: int, p1: int, p2: bool, p3: float):
2235
2253
  :type p3: float
2236
2254
  """
2237
2255
 
2238
- def glUniformMatrix3x2fv(p0: int, p1: int, p2: bool, p3: float):
2256
+ def glUniformMatrix3x2fv(p0: int, p1: int, p2: bool, p3: float) -> None:
2239
2257
  """
2240
2258
 
2241
2259
  :type p0: int
@@ -2244,7 +2262,7 @@ def glUniformMatrix3x2fv(p0: int, p1: int, p2: bool, p3: float):
2244
2262
  :type p3: float
2245
2263
  """
2246
2264
 
2247
- def glUniformMatrix3x4fv(p0: int, p1: int, p2: bool, p3: float):
2265
+ def glUniformMatrix3x4fv(p0: int, p1: int, p2: bool, p3: float) -> None:
2248
2266
  """
2249
2267
 
2250
2268
  :type p0: int
@@ -2253,7 +2271,7 @@ def glUniformMatrix3x4fv(p0: int, p1: int, p2: bool, p3: float):
2253
2271
  :type p3: float
2254
2272
  """
2255
2273
 
2256
- def glUniformMatrix4fv(p0: int, p1: int, p2: bool, p3: float):
2274
+ def glUniformMatrix4fv(p0: int, p1: int, p2: bool, p3: float) -> None:
2257
2275
  """
2258
2276
 
2259
2277
  :type p0: int
@@ -2262,7 +2280,7 @@ def glUniformMatrix4fv(p0: int, p1: int, p2: bool, p3: float):
2262
2280
  :type p3: float
2263
2281
  """
2264
2282
 
2265
- def glUniformMatrix4x2fv(p0: int, p1: int, p2: bool, p3: float):
2283
+ def glUniformMatrix4x2fv(p0: int, p1: int, p2: bool, p3: float) -> None:
2266
2284
  """
2267
2285
 
2268
2286
  :type p0: int
@@ -2271,7 +2289,7 @@ def glUniformMatrix4x2fv(p0: int, p1: int, p2: bool, p3: float):
2271
2289
  :type p3: float
2272
2290
  """
2273
2291
 
2274
- def glUniformMatrix4x3fv(p0: int, p1: int, p2: bool, p3: float):
2292
+ def glUniformMatrix4x3fv(p0: int, p1: int, p2: bool, p3: float) -> None:
2275
2293
  """
2276
2294
 
2277
2295
  :type p0: int
@@ -2287,63 +2305,63 @@ def glUnmapBuffer(p0: int) -> bool:
2287
2305
  :rtype: bool
2288
2306
  """
2289
2307
 
2290
- def glUseProgram(program: int):
2308
+ def glUseProgram(program: int) -> None:
2291
2309
  """Installs a program object as part of current rendering state`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glUseProgram.xhtml>`__
2292
2310
 
2293
2311
  :param program: Specifies the handle of the program object whose executables are to be used as part of current rendering state.
2294
2312
  :type program: int
2295
2313
  """
2296
2314
 
2297
- def glValidateProgram(program: int):
2315
+ def glValidateProgram(program: int) -> None:
2298
2316
  """Validates a program object`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glValidateProgram.xhtml>`__
2299
2317
 
2300
2318
  :param program: Specifies the handle of the program object to be validated.
2301
2319
  :type program: int
2302
2320
  """
2303
2321
 
2304
- def glVertexAttrib1d(p0: int, p1: float):
2322
+ def glVertexAttrib1d(p0: int, p1: float) -> None:
2305
2323
  """
2306
2324
 
2307
2325
  :type p0: int
2308
2326
  :type p1: float
2309
2327
  """
2310
2328
 
2311
- def glVertexAttrib1dv(p0: int, p1: float):
2329
+ def glVertexAttrib1dv(p0: int, p1: float) -> None:
2312
2330
  """
2313
2331
 
2314
2332
  :type p0: int
2315
2333
  :type p1: float
2316
2334
  """
2317
2335
 
2318
- def glVertexAttrib1f(p0: int, p1: float):
2336
+ def glVertexAttrib1f(p0: int, p1: float) -> None:
2319
2337
  """
2320
2338
 
2321
2339
  :type p0: int
2322
2340
  :type p1: float
2323
2341
  """
2324
2342
 
2325
- def glVertexAttrib1fv(p0: int, p1: float):
2343
+ def glVertexAttrib1fv(p0: int, p1: float) -> None:
2326
2344
  """
2327
2345
 
2328
2346
  :type p0: int
2329
2347
  :type p1: float
2330
2348
  """
2331
2349
 
2332
- def glVertexAttrib1s(p0: int, p1: int):
2350
+ def glVertexAttrib1s(p0: int, p1: int) -> None:
2333
2351
  """
2334
2352
 
2335
2353
  :type p0: int
2336
2354
  :type p1: int
2337
2355
  """
2338
2356
 
2339
- def glVertexAttrib1sv(p0: int, p1: int):
2357
+ def glVertexAttrib1sv(p0: int, p1: int) -> None:
2340
2358
  """
2341
2359
 
2342
2360
  :type p0: int
2343
2361
  :type p1: int
2344
2362
  """
2345
2363
 
2346
- def glVertexAttrib2d(p0: int, p1: float, p2: float):
2364
+ def glVertexAttrib2d(p0: int, p1: float, p2: float) -> None:
2347
2365
  """
2348
2366
 
2349
2367
  :type p0: int
@@ -2351,14 +2369,14 @@ def glVertexAttrib2d(p0: int, p1: float, p2: float):
2351
2369
  :type p2: float
2352
2370
  """
2353
2371
 
2354
- def glVertexAttrib2dv(p0: int, p1: float):
2372
+ def glVertexAttrib2dv(p0: int, p1: float) -> None:
2355
2373
  """
2356
2374
 
2357
2375
  :type p0: int
2358
2376
  :type p1: float
2359
2377
  """
2360
2378
 
2361
- def glVertexAttrib2f(p0: int, p1: float, p2: float):
2379
+ def glVertexAttrib2f(p0: int, p1: float, p2: float) -> None:
2362
2380
  """
2363
2381
 
2364
2382
  :type p0: int
@@ -2366,14 +2384,14 @@ def glVertexAttrib2f(p0: int, p1: float, p2: float):
2366
2384
  :type p2: float
2367
2385
  """
2368
2386
 
2369
- def glVertexAttrib2fv(p0: int, p1: float):
2387
+ def glVertexAttrib2fv(p0: int, p1: float) -> None:
2370
2388
  """
2371
2389
 
2372
2390
  :type p0: int
2373
2391
  :type p1: float
2374
2392
  """
2375
2393
 
2376
- def glVertexAttrib2s(p0: int, p1: int, p2: int):
2394
+ def glVertexAttrib2s(p0: int, p1: int, p2: int) -> None:
2377
2395
  """
2378
2396
 
2379
2397
  :type p0: int
@@ -2381,14 +2399,14 @@ def glVertexAttrib2s(p0: int, p1: int, p2: int):
2381
2399
  :type p2: int
2382
2400
  """
2383
2401
 
2384
- def glVertexAttrib2sv(p0: int, p1: int):
2402
+ def glVertexAttrib2sv(p0: int, p1: int) -> None:
2385
2403
  """
2386
2404
 
2387
2405
  :type p0: int
2388
2406
  :type p1: int
2389
2407
  """
2390
2408
 
2391
- def glVertexAttrib3d(p0: int, p1: float, p2: float, p3: float):
2409
+ def glVertexAttrib3d(p0: int, p1: float, p2: float, p3: float) -> None:
2392
2410
  """
2393
2411
 
2394
2412
  :type p0: int
@@ -2397,14 +2415,14 @@ def glVertexAttrib3d(p0: int, p1: float, p2: float, p3: float):
2397
2415
  :type p3: float
2398
2416
  """
2399
2417
 
2400
- def glVertexAttrib3dv(p0: int, p1: float):
2418
+ def glVertexAttrib3dv(p0: int, p1: float) -> None:
2401
2419
  """
2402
2420
 
2403
2421
  :type p0: int
2404
2422
  :type p1: float
2405
2423
  """
2406
2424
 
2407
- def glVertexAttrib3f(p0: int, p1: float, p2: float, p3: float):
2425
+ def glVertexAttrib3f(p0: int, p1: float, p2: float, p3: float) -> None:
2408
2426
  """
2409
2427
 
2410
2428
  :type p0: int
@@ -2413,14 +2431,14 @@ def glVertexAttrib3f(p0: int, p1: float, p2: float, p3: float):
2413
2431
  :type p3: float
2414
2432
  """
2415
2433
 
2416
- def glVertexAttrib3fv(p0: int, p1: float):
2434
+ def glVertexAttrib3fv(p0: int, p1: float) -> None:
2417
2435
  """
2418
2436
 
2419
2437
  :type p0: int
2420
2438
  :type p1: float
2421
2439
  """
2422
2440
 
2423
- def glVertexAttrib3s(p0: int, p1: int, p2: int, p3: int):
2441
+ def glVertexAttrib3s(p0: int, p1: int, p2: int, p3: int) -> None:
2424
2442
  """
2425
2443
 
2426
2444
  :type p0: int
@@ -2429,35 +2447,35 @@ def glVertexAttrib3s(p0: int, p1: int, p2: int, p3: int):
2429
2447
  :type p3: int
2430
2448
  """
2431
2449
 
2432
- def glVertexAttrib3sv(p0: int, p1: int):
2450
+ def glVertexAttrib3sv(p0: int, p1: int) -> None:
2433
2451
  """
2434
2452
 
2435
2453
  :type p0: int
2436
2454
  :type p1: int
2437
2455
  """
2438
2456
 
2439
- def glVertexAttrib4Nbv(p0: int, p1: int):
2457
+ def glVertexAttrib4Nbv(p0: int, p1: int) -> None:
2440
2458
  """
2441
2459
 
2442
2460
  :type p0: int
2443
2461
  :type p1: int
2444
2462
  """
2445
2463
 
2446
- def glVertexAttrib4Niv(p0: int, p1: int):
2464
+ def glVertexAttrib4Niv(p0: int, p1: int) -> None:
2447
2465
  """
2448
2466
 
2449
2467
  :type p0: int
2450
2468
  :type p1: int
2451
2469
  """
2452
2470
 
2453
- def glVertexAttrib4Nsv(p0: int, p1: int):
2471
+ def glVertexAttrib4Nsv(p0: int, p1: int) -> None:
2454
2472
  """
2455
2473
 
2456
2474
  :type p0: int
2457
2475
  :type p1: int
2458
2476
  """
2459
2477
 
2460
- def glVertexAttrib4Nub(p0: int, p1: int, p2: int, p3: int, p4: int):
2478
+ def glVertexAttrib4Nub(p0: int, p1: int, p2: int, p3: int, p4: int) -> None:
2461
2479
  """
2462
2480
 
2463
2481
  :type p0: int
@@ -2467,35 +2485,35 @@ def glVertexAttrib4Nub(p0: int, p1: int, p2: int, p3: int, p4: int):
2467
2485
  :type p4: int
2468
2486
  """
2469
2487
 
2470
- def glVertexAttrib4Nubv(p0: int, p1: int):
2488
+ def glVertexAttrib4Nubv(p0: int, p1: int) -> None:
2471
2489
  """
2472
2490
 
2473
2491
  :type p0: int
2474
2492
  :type p1: int
2475
2493
  """
2476
2494
 
2477
- def glVertexAttrib4Nuiv(p0: int, p1: int):
2495
+ def glVertexAttrib4Nuiv(p0: int, p1: int) -> None:
2478
2496
  """
2479
2497
 
2480
2498
  :type p0: int
2481
2499
  :type p1: int
2482
2500
  """
2483
2501
 
2484
- def glVertexAttrib4Nusv(p0: int, p1: int):
2502
+ def glVertexAttrib4Nusv(p0: int, p1: int) -> None:
2485
2503
  """
2486
2504
 
2487
2505
  :type p0: int
2488
2506
  :type p1: int
2489
2507
  """
2490
2508
 
2491
- def glVertexAttrib4bv(p0: int, p1: int):
2509
+ def glVertexAttrib4bv(p0: int, p1: int) -> None:
2492
2510
  """
2493
2511
 
2494
2512
  :type p0: int
2495
2513
  :type p1: int
2496
2514
  """
2497
2515
 
2498
- def glVertexAttrib4d(p0: int, p1: float, p2: float, p3: float, p4: float):
2516
+ def glVertexAttrib4d(p0: int, p1: float, p2: float, p3: float, p4: float) -> None:
2499
2517
  """
2500
2518
 
2501
2519
  :type p0: int
@@ -2505,14 +2523,14 @@ def glVertexAttrib4d(p0: int, p1: float, p2: float, p3: float, p4: float):
2505
2523
  :type p4: float
2506
2524
  """
2507
2525
 
2508
- def glVertexAttrib4dv(p0: int, p1: float):
2526
+ def glVertexAttrib4dv(p0: int, p1: float) -> None:
2509
2527
  """
2510
2528
 
2511
2529
  :type p0: int
2512
2530
  :type p1: float
2513
2531
  """
2514
2532
 
2515
- def glVertexAttrib4f(p0: int, p1: float, p2: float, p3: float, p4: float):
2533
+ def glVertexAttrib4f(p0: int, p1: float, p2: float, p3: float, p4: float) -> None:
2516
2534
  """
2517
2535
 
2518
2536
  :type p0: int
@@ -2522,21 +2540,21 @@ def glVertexAttrib4f(p0: int, p1: float, p2: float, p3: float, p4: float):
2522
2540
  :type p4: float
2523
2541
  """
2524
2542
 
2525
- def glVertexAttrib4fv(p0: int, p1: float):
2543
+ def glVertexAttrib4fv(p0: int, p1: float) -> None:
2526
2544
  """
2527
2545
 
2528
2546
  :type p0: int
2529
2547
  :type p1: float
2530
2548
  """
2531
2549
 
2532
- def glVertexAttrib4iv(p0: int, p1: int):
2550
+ def glVertexAttrib4iv(p0: int, p1: int) -> None:
2533
2551
  """
2534
2552
 
2535
2553
  :type p0: int
2536
2554
  :type p1: int
2537
2555
  """
2538
2556
 
2539
- def glVertexAttrib4s(p0: int, p1: int, p2: int, p3: int, p4: int):
2557
+ def glVertexAttrib4s(p0: int, p1: int, p2: int, p3: int, p4: int) -> None:
2540
2558
  """
2541
2559
 
2542
2560
  :type p0: int
@@ -2546,35 +2564,35 @@ def glVertexAttrib4s(p0: int, p1: int, p2: int, p3: int, p4: int):
2546
2564
  :type p4: int
2547
2565
  """
2548
2566
 
2549
- def glVertexAttrib4sv(p0: int, p1: int):
2567
+ def glVertexAttrib4sv(p0: int, p1: int) -> None:
2550
2568
  """
2551
2569
 
2552
2570
  :type p0: int
2553
2571
  :type p1: int
2554
2572
  """
2555
2573
 
2556
- def glVertexAttrib4ubv(p0: int, p1: int):
2574
+ def glVertexAttrib4ubv(p0: int, p1: int) -> None:
2557
2575
  """
2558
2576
 
2559
2577
  :type p0: int
2560
2578
  :type p1: int
2561
2579
  """
2562
2580
 
2563
- def glVertexAttrib4uiv(p0: int, p1: int):
2581
+ def glVertexAttrib4uiv(p0: int, p1: int) -> None:
2564
2582
  """
2565
2583
 
2566
2584
  :type p0: int
2567
2585
  :type p1: int
2568
2586
  """
2569
2587
 
2570
- def glVertexAttrib4usv(p0: int, p1: int):
2588
+ def glVertexAttrib4usv(p0: int, p1: int) -> None:
2571
2589
  """
2572
2590
 
2573
2591
  :type p0: int
2574
2592
  :type p1: int
2575
2593
  """
2576
2594
 
2577
- def glVertexAttribIPointer(p0: int, p1: int, p2: int, p3: int, p4: typing.Any):
2595
+ def glVertexAttribIPointer(p0: int, p1: int, p2: int, p3: int, p4: typing.Any) -> None:
2578
2596
  """
2579
2597
 
2580
2598
  :type p0: int
@@ -2584,7 +2602,9 @@ def glVertexAttribIPointer(p0: int, p1: int, p2: int, p3: int, p4: typing.Any):
2584
2602
  :type p4: typing.Any
2585
2603
  """
2586
2604
 
2587
- def glVertexAttribPointer(p0: int, p1: int, p2: int, p3: bool, p4: int, p5: typing.Any):
2605
+ def glVertexAttribPointer(
2606
+ p0: int, p1: int, p2: int, p3: bool, p4: int, p5: typing.Any
2607
+ ) -> None:
2588
2608
  """
2589
2609
 
2590
2610
  :type p0: int
@@ -2595,7 +2615,7 @@ def glVertexAttribPointer(p0: int, p1: int, p2: int, p3: bool, p4: int, p5: typi
2595
2615
  :type p5: typing.Any
2596
2616
  """
2597
2617
 
2598
- def glViewport(x: int, y, width: int, height):
2618
+ def glViewport(x: int, y, width: int, height) -> None:
2599
2619
  """Set the viewport`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glViewport.xhtml>`__
2600
2620
 
2601
2621
  :param x: Specify the lower left corner of the viewport rectangle,