fake-bpy-module 20240516__py3-none-any.whl → 20240518__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 (549) hide show
  1. _bpy_internal/freedesktop/__init__.pyi +17 -84
  2. addon_utils/__init__.pyi +44 -38
  3. animsys_refactor/__init__.pyi +7 -27
  4. aud/__init__.pyi +8 -11
  5. bgl/__init__.pyi +121 -1812
  6. bl_app_override/__init__.pyi +8 -19
  7. bl_app_override/helpers/__init__.pyi +5 -23
  8. bl_app_template_utils/__init__.pyi +5 -17
  9. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +48 -10
  10. bl_console_utils/autocomplete/complete_import/__init__.pyi +27 -6
  11. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +40 -8
  12. bl_console_utils/autocomplete/intellisense/__init__.pyi +31 -4
  13. bl_i18n_utils/bl_extract_messages/__init__.pyi +16 -67
  14. bl_i18n_utils/merge_po/__init__.pyi +1 -4
  15. bl_i18n_utils/settings/__init__.pyi +6 -24
  16. bl_i18n_utils/utils/__init__.pyi +93 -122
  17. bl_i18n_utils/utils_cli/__init__.pyi +6 -29
  18. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
  19. bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
  20. bl_keymap_utils/io/__init__.pyi +9 -40
  21. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
  22. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
  23. bl_keymap_utils/platform_helpers/__init__.pyi +2 -6
  24. bl_keymap_utils/versioning/__init__.pyi +1 -4
  25. bl_operators/__init__.pyi +2 -9
  26. bl_operators/add_mesh_torus/__init__.pyi +128 -59
  27. bl_operators/anim/__init__.pyi +1001 -398
  28. bl_operators/assets/__init__.pyi +376 -152
  29. bl_operators/bmesh/find_adjacent/__init__.pyi +10 -37
  30. bl_operators/clip/__init__.pyi +1264 -532
  31. bl_operators/console/__init__.pyi +626 -242
  32. bl_operators/constraint/__init__.pyi +502 -201
  33. bl_operators/file/__init__.pyi +376 -150
  34. bl_operators/freestyle/__init__.pyi +501 -200
  35. bl_operators/geometry_nodes/__init__.pyi +514 -266
  36. bl_operators/image/__init__.pyi +621 -251
  37. bl_operators/mesh/__init__.pyi +376 -150
  38. bl_operators/node/__init__.pyi +1253 -516
  39. bl_operators/object/__init__.pyi +1879 -755
  40. bl_operators/object_align/__init__.pyi +129 -64
  41. bl_operators/object_quick_effects/__init__.pyi +504 -213
  42. bl_operators/object_randomize_transform/__init__.pyi +129 -54
  43. bl_operators/presets/__init__.pyi +3072 -1403
  44. bl_operators/rigidbody/__init__.pyi +376 -150
  45. bl_operators/screen_play_rendered_anim/__init__.pyi +127 -54
  46. bl_operators/sequencer/__init__.pyi +1010 -434
  47. bl_operators/spreadsheet/__init__.pyi +126 -50
  48. bl_operators/userpref/__init__.pyi +3253 -1267
  49. bl_operators/uvcalc_follow_active/__init__.pyi +128 -59
  50. bl_operators/uvcalc_lightmap/__init__.pyi +139 -80
  51. bl_operators/uvcalc_transform/__init__.pyi +297 -159
  52. bl_operators/vertexpaint_dirt/__init__.pyi +128 -59
  53. bl_operators/view3d/__init__.pyi +868 -342
  54. bl_operators/wm/__init__.pyi +5795 -2388
  55. bl_operators/world/__init__.pyi +126 -50
  56. bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
  57. bl_rna_utils/data_path/__init__.pyi +8 -4
  58. bl_text_utils/external_editor/__init__.pyi +1 -4
  59. bl_ui/__init__.pyi +366 -269
  60. bl_ui/anim/__init__.pyi +164 -74
  61. bl_ui/asset_shelf/__init__.pyi +129 -56
  62. bl_ui/generic_ui_list/__init__.pyi +412 -163
  63. bl_ui/node_add_menu/__init__.pyi +171 -94
  64. bl_ui/node_add_menu_compositor/__init__.pyi +2918 -1353
  65. bl_ui/node_add_menu_geometry/__init__.pyi +7789 -3616
  66. bl_ui/node_add_menu_shader/__init__.pyi +1630 -790
  67. bl_ui/node_add_menu_texture/__init__.pyi +1459 -675
  68. bl_ui/properties_animviz/__init__.pyi +2 -16
  69. bl_ui/properties_collection/__init__.pyi +807 -379
  70. bl_ui/properties_constraint/__init__.pyi +10292 -4941
  71. bl_ui/properties_data_armature/__init__.pyi +1615 -753
  72. bl_ui/properties_data_bone/__init__.pyi +1284 -608
  73. bl_ui/properties_data_camera/__init__.pyi +1854 -927
  74. bl_ui/properties_data_curve/__init__.pyi +1927 -937
  75. bl_ui/properties_data_curves/__init__.pyi +806 -375
  76. bl_ui/properties_data_empty/__init__.pyi +257 -125
  77. bl_ui/properties_data_gpencil/__init__.pyi +2376 -1130
  78. bl_ui/properties_data_grease_pencil/__init__.pyi +1898 -894
  79. bl_ui/properties_data_lattice/__init__.pyi +388 -188
  80. bl_ui/properties_data_light/__init__.pyi +1540 -756
  81. bl_ui/properties_data_lightprobe/__init__.pyi +1666 -810
  82. bl_ui/properties_data_mesh/__init__.pyi +2707 -1235
  83. bl_ui/properties_data_metaball/__init__.pyi +644 -308
  84. bl_ui/properties_data_modifier/__init__.pyi +1353 -671
  85. bl_ui/properties_data_pointcloud/__init__.pyi +679 -316
  86. bl_ui/properties_data_shaderfx/__init__.pyi +129 -67
  87. bl_ui/properties_data_speaker/__init__.pyi +644 -316
  88. bl_ui/properties_data_volume/__init__.pyi +1028 -484
  89. bl_ui/properties_freestyle/__init__.pyi +3112 -1619
  90. bl_ui/properties_grease_pencil_common/__init__.pyi +2454 -1123
  91. bl_ui/properties_mask_common/__init__.pyi +1102 -523
  92. bl_ui/properties_material/__init__.pyi +2089 -1009
  93. bl_ui/properties_material_gpencil/__init__.pyi +1348 -635
  94. bl_ui/properties_object/__init__.pyi +1832 -873
  95. bl_ui/properties_output/__init__.pyi +2405 -1173
  96. bl_ui/properties_paint_common/__init__.pyi +416 -386
  97. bl_ui/properties_particle/__init__.pyi +6740 -3346
  98. bl_ui/properties_physics_cloth/__init__.pyi +1822 -907
  99. bl_ui/properties_physics_common/__init__.pyi +135 -98
  100. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2817 -1391
  101. bl_ui/properties_physics_field/__init__.pyi +1282 -627
  102. bl_ui/properties_physics_fluid/__init__.pyi +3614 -1794
  103. bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -60
  104. bl_ui/properties_physics_rigidbody/__init__.pyi +1026 -515
  105. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1665 -811
  106. bl_ui/properties_physics_softbody/__init__.pyi +1922 -967
  107. bl_ui/properties_render/__init__.pyi +6843 -3367
  108. bl_ui/properties_scene/__init__.pyi +1924 -913
  109. bl_ui/properties_texture/__init__.pyi +3371 -1667
  110. bl_ui/properties_view_layer/__init__.pyi +2344 -1107
  111. bl_ui/properties_workspace/__init__.pyi +516 -244
  112. bl_ui/properties_world/__init__.pyi +1284 -630
  113. bl_ui/space_clip/__init__.pyi +10172 -4695
  114. bl_ui/space_console/__init__.pyi +940 -423
  115. bl_ui/space_dopesheet/__init__.pyi +4325 -2013
  116. bl_ui/space_filebrowser/__init__.pyi +4172 -1903
  117. bl_ui/space_graph/__init__.pyi +3107 -1394
  118. bl_ui/space_image/__init__.pyi +9764 -4614
  119. bl_ui/space_info/__init__.pyi +939 -421
  120. bl_ui/space_nla/__init__.pyi +2623 -1183
  121. bl_ui/space_node/__init__.pyi +3995 -1840
  122. bl_ui/space_outliner/__init__.pyi +2203 -991
  123. bl_ui/space_properties/__init__.pyi +386 -165
  124. bl_ui/space_sequencer/__init__.pyi +10809 -4978
  125. bl_ui/space_spreadsheet/__init__.pyi +130 -53
  126. bl_ui/space_statusbar/__init__.pyi +129 -52
  127. bl_ui/space_text/__init__.pyi +2457 -1100
  128. bl_ui/space_time/__init__.pyi +1034 -481
  129. bl_ui/space_toolsystem_common/__init__.pyi +56 -211
  130. bl_ui/space_toolsystem_toolbar/__init__.pyi +153 -882
  131. bl_ui/space_topbar/__init__.pyi +3982 -1805
  132. bl_ui/space_userpref/__init__.pyi +11383 -5290
  133. bl_ui/space_view3d/__init__.pyi +40873 -18532
  134. bl_ui/space_view3d_toolbar/__init__.pyi +12570 -6502
  135. bl_ui/temp_anim_layers/__init__.pyi +130 -62
  136. bl_ui/utils/__init__.pyi +28 -27
  137. bl_ui_utils/bug_report_url/__init__.pyi +1 -4
  138. bl_ui_utils/layout/__init__.pyi +1 -1
  139. blend_render_info/__init__.pyi +3 -10
  140. blf/__init__.pyi +4 -4
  141. bmesh/geometry/__init__.pyi +2 -3
  142. bmesh/ops/__init__.pyi +372 -419
  143. bmesh/types/__init__.pyi +39 -56
  144. bmesh/utils/__init__.pyi +10 -13
  145. bpy/app/__init__.pyi +4 -4
  146. bpy/app/handlers/__init__.pyi +36 -36
  147. bpy/app/icons/__init__.pyi +8 -8
  148. bpy/app/timers/__init__.pyi +10 -10
  149. bpy/app/translations/__init__.pyi +20 -22
  150. bpy/msgbus/__init__.pyi +2 -4
  151. bpy/ops/action/__init__.pyi +316 -394
  152. bpy/ops/anim/__init__.pyi +442 -548
  153. bpy/ops/armature/__init__.pyi +374 -470
  154. bpy/ops/asset/__init__.pyi +152 -184
  155. bpy/ops/bl_pkg/__init__.pyi +221 -272
  156. bpy/ops/boid/__init__.pyi +50 -66
  157. bpy/ops/brush/__init__.pyi +72 -90
  158. bpy/ops/buttons/__init__.pyi +132 -144
  159. bpy/ops/cachefile/__init__.pyi +128 -138
  160. bpy/ops/camera/__init__.pyi +26 -30
  161. bpy/ops/clip/__init__.pyi +777 -964
  162. bpy/ops/cloth/__init__.pyi +12 -14
  163. bpy/ops/collection/__init__.pyi +68 -86
  164. bpy/ops/console/__init__.pyi +158 -200
  165. bpy/ops/constraint/__init__.pyi +178 -214
  166. bpy/ops/curve/__init__.pyi +473 -576
  167. bpy/ops/curves/__init__.pyi +247 -302
  168. bpy/ops/cycles/__init__.pyi +28 -34
  169. bpy/ops/dpaint/__init__.pyi +34 -44
  170. bpy/ops/ed/__init__.pyi +126 -150
  171. bpy/ops/export_anim/__init__.pyi +22 -24
  172. bpy/ops/export_scene/__init__.pyi +302 -336
  173. bpy/ops/file/__init__.pyi +352 -432
  174. bpy/ops/fluid/__init__.pyi +90 -118
  175. bpy/ops/font/__init__.pyi +258 -304
  176. bpy/ops/geometry/__init__.pyi +100 -120
  177. bpy/ops/gizmogroup/__init__.pyi +22 -26
  178. bpy/ops/gpencil/__init__.pyi +1469 -1778
  179. bpy/ops/graph/__init__.pyi +644 -776
  180. bpy/ops/grease_pencil/__init__.pyi +597 -748
  181. bpy/ops/image/__init__.pyi +648 -744
  182. bpy/ops/import_anim/__init__.pyi +30 -32
  183. bpy/ops/import_curve/__init__.pyi +10 -12
  184. bpy/ops/import_scene/__init__.pyi +88 -96
  185. bpy/ops/info/__init__.pyi +60 -74
  186. bpy/ops/lattice/__init__.pyi +64 -80
  187. bpy/ops/marker/__init__.pyi +108 -130
  188. bpy/ops/mask/__init__.pyi +322 -402
  189. bpy/ops/material/__init__.pyi +18 -24
  190. bpy/ops/mball/__init__.pyi +70 -86
  191. bpy/ops/mesh/__init__.pyi +1986 -2322
  192. bpy/ops/nla/__init__.pyi +333 -411
  193. bpy/ops/node/__init__.pyi +886 -1100
  194. bpy/ops/object/__init__.pyi +2585 -3078
  195. bpy/ops/outliner/__init__.pyi +498 -636
  196. bpy/ops/paint/__init__.pyi +565 -680
  197. bpy/ops/paintcurve/__init__.pyi +64 -80
  198. bpy/ops/palette/__init__.pyi +50 -64
  199. bpy/ops/particle/__init__.pyi +267 -340
  200. bpy/ops/pose/__init__.pyi +336 -414
  201. bpy/ops/poselib/__init__.pyi +72 -90
  202. bpy/ops/preferences/__init__.pyi +386 -463
  203. bpy/ops/ptcache/__init__.pyi +46 -60
  204. bpy/ops/render/__init__.pyi +130 -154
  205. bpy/ops/rigidbody/__init__.pyi +102 -128
  206. bpy/ops/scene/__init__.pyi +280 -358
  207. bpy/ops/screen/__init__.pyi +382 -460
  208. bpy/ops/script/__init__.pyi +24 -30
  209. bpy/ops/sculpt/__init__.pyi +458 -532
  210. bpy/ops/sculpt_curves/__init__.pyi +41 -50
  211. bpy/ops/sequencer/__init__.pyi +1066 -1244
  212. bpy/ops/sound/__init__.pyi +216 -230
  213. bpy/ops/spreadsheet/__init__.pyi +30 -38
  214. bpy/ops/surface/__init__.pyi +108 -120
  215. bpy/ops/text/__init__.pyi +390 -476
  216. bpy/ops/text_editor/__init__.pyi +12 -14
  217. bpy/ops/texture/__init__.pyi +26 -34
  218. bpy/ops/transform/__init__.pyi +792 -878
  219. bpy/ops/ui/__init__.pyi +228 -294
  220. bpy/ops/uilist/__init__.pyi +32 -38
  221. bpy/ops/uv/__init__.pyi +602 -704
  222. bpy/ops/view2d/__init__.pyi +156 -184
  223. bpy/ops/view3d/__init__.pyi +582 -718
  224. bpy/ops/wm/__init__.pyi +2683 -2928
  225. bpy/ops/workspace/__init__.pyi +46 -60
  226. bpy/ops/world/__init__.pyi +12 -16
  227. bpy/path/__init__.pyi +179 -75
  228. bpy/props/__init__.pyi +261 -263
  229. bpy/types/__init__.pyi +17058 -26311
  230. bpy/utils/__init__.pyi +247 -179
  231. bpy/utils/previews/__init__.pyi +58 -28
  232. bpy/utils/units/__init__.pyi +20 -20
  233. bpy_extras/anim_utils/__init__.pyi +68 -29
  234. bpy_extras/asset_utils/__init__.pyi +0 -10
  235. bpy_extras/bmesh_utils/__init__.pyi +9 -6
  236. bpy_extras/extensions/junction_module/__init__.pyi +6 -8
  237. bpy_extras/id_map_utils/__init__.pyi +3 -3
  238. bpy_extras/image_utils/__init__.pyi +44 -11
  239. bpy_extras/io_utils/__init__.pyi +116 -41
  240. bpy_extras/keyconfig_utils/__init__.pyi +4 -11
  241. bpy_extras/mesh_utils/__init__.pyi +71 -19
  242. bpy_extras/node_shader_utils/__init__.pyi +52 -288
  243. bpy_extras/node_utils/__init__.pyi +10 -10
  244. bpy_extras/object_utils/__init__.pyi +71 -14
  245. bpy_extras/view3d_utils/__init__.pyi +80 -10
  246. bpy_extras/wm_utils/progress_report/__init__.pyi +15 -38
  247. bpy_restrict_state/__init__.pyi +1 -14
  248. bpy_types/__init__.pyi +4203 -1605
  249. console_python/__init__.pyi +12 -37
  250. console_shell/__init__.pyi +5 -24
  251. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20240518.dist-info/RECORD +353 -0
  253. freestyle/chainingiterators/__init__.pyi +14 -44
  254. freestyle/functions/__init__.pyi +7 -33
  255. freestyle/predicates/__init__.pyi +44 -217
  256. freestyle/shaders/__init__.pyi +2 -12
  257. freestyle/types/__init__.pyi +84 -96
  258. freestyle/utils/ContextFunctions/__init__.pyi +2 -2
  259. freestyle/utils/__init__.pyi +6 -18
  260. gpu/matrix/__init__.pyi +6 -8
  261. gpu/state/__init__.pyi +2 -2
  262. gpu/types/__init__.pyi +12 -12
  263. gpu_extras/presets/__init__.pyi +2 -5
  264. graphviz_export/__init__.pyi +4 -9
  265. idprop/types/__init__.pyi +8 -35
  266. imbuf/__init__.pyi +4 -4
  267. imbuf/types/__init__.pyi +0 -2
  268. keyingsets_builtins/__init__.pyi +2692 -997
  269. keyingsets_utils/__init__.pyi +14 -69
  270. mathutils/__init__.pyi +194 -238
  271. mathutils/bvhtree/__init__.pyi +4 -6
  272. mathutils/geometry/__init__.pyi +153 -155
  273. mathutils/kdtree/__init__.pyi +8 -12
  274. mathutils/noise/__init__.pyi +26 -26
  275. nodeitems_builtins/__init__.pyi +5 -30
  276. nodeitems_utils/__init__.pyi +8 -45
  277. rna_info/__init__.pyi +39 -215
  278. rna_keymap_ui/__init__.pyi +6 -29
  279. rna_prop_ui/__init__.pyi +24 -62
  280. rna_xml/__init__.pyi +16 -39
  281. sys_info/__init__.pyi +1 -4
  282. _bpy_internal/freedesktop/py.typed +0 -0
  283. bl_app_override/helpers/py.typed +0 -0
  284. bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
  285. bl_console_utils/autocomplete/complete_import/py.typed +0 -0
  286. bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
  287. bl_console_utils/autocomplete/intellisense/py.typed +0 -0
  288. bl_console_utils/autocomplete/py.typed +0 -0
  289. bl_i18n_utils/bl_extract_messages/py.typed +0 -0
  290. bl_i18n_utils/merge_po/py.typed +0 -0
  291. bl_i18n_utils/settings/py.typed +0 -0
  292. bl_i18n_utils/utils/py.typed +0 -0
  293. bl_i18n_utils/utils_cli/py.typed +0 -0
  294. bl_i18n_utils/utils_languages_menu/py.typed +0 -0
  295. bl_i18n_utils/utils_rtl/py.typed +0 -0
  296. bl_keymap_utils/io/py.typed +0 -0
  297. bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
  298. bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
  299. bl_keymap_utils/platform_helpers/py.typed +0 -0
  300. bl_keymap_utils/versioning/py.typed +0 -0
  301. bl_operators/add_mesh_torus/py.typed +0 -0
  302. bl_operators/anim/py.typed +0 -0
  303. bl_operators/assets/py.typed +0 -0
  304. bl_operators/bmesh/find_adjacent/py.typed +0 -0
  305. bl_operators/bmesh/py.typed +0 -0
  306. bl_operators/clip/py.typed +0 -0
  307. bl_operators/console/py.typed +0 -0
  308. bl_operators/constraint/py.typed +0 -0
  309. bl_operators/file/py.typed +0 -0
  310. bl_operators/freestyle/py.typed +0 -0
  311. bl_operators/geometry_nodes/py.typed +0 -0
  312. bl_operators/image/py.typed +0 -0
  313. bl_operators/mesh/py.typed +0 -0
  314. bl_operators/node/py.typed +0 -0
  315. bl_operators/object/py.typed +0 -0
  316. bl_operators/object_align/py.typed +0 -0
  317. bl_operators/object_quick_effects/py.typed +0 -0
  318. bl_operators/object_randomize_transform/py.typed +0 -0
  319. bl_operators/presets/py.typed +0 -0
  320. bl_operators/rigidbody/py.typed +0 -0
  321. bl_operators/screen_play_rendered_anim/py.typed +0 -0
  322. bl_operators/sequencer/py.typed +0 -0
  323. bl_operators/spreadsheet/py.typed +0 -0
  324. bl_operators/userpref/py.typed +0 -0
  325. bl_operators/uvcalc_follow_active/py.typed +0 -0
  326. bl_operators/uvcalc_lightmap/py.typed +0 -0
  327. bl_operators/uvcalc_transform/py.typed +0 -0
  328. bl_operators/vertexpaint_dirt/py.typed +0 -0
  329. bl_operators/view3d/py.typed +0 -0
  330. bl_operators/wm/py.typed +0 -0
  331. bl_operators/world/py.typed +0 -0
  332. bl_previews_utils/bl_previews_render/py.typed +0 -0
  333. bl_rna_utils/data_path/py.typed +0 -0
  334. bl_text_utils/external_editor/py.typed +0 -0
  335. bl_ui/anim/py.typed +0 -0
  336. bl_ui/asset_shelf/py.typed +0 -0
  337. bl_ui/generic_ui_list/py.typed +0 -0
  338. bl_ui/node_add_menu/py.typed +0 -0
  339. bl_ui/node_add_menu_compositor/py.typed +0 -0
  340. bl_ui/node_add_menu_geometry/py.typed +0 -0
  341. bl_ui/node_add_menu_shader/py.typed +0 -0
  342. bl_ui/node_add_menu_texture/py.typed +0 -0
  343. bl_ui/properties_animviz/py.typed +0 -0
  344. bl_ui/properties_collection/py.typed +0 -0
  345. bl_ui/properties_constraint/py.typed +0 -0
  346. bl_ui/properties_data_armature/py.typed +0 -0
  347. bl_ui/properties_data_bone/py.typed +0 -0
  348. bl_ui/properties_data_camera/py.typed +0 -0
  349. bl_ui/properties_data_curve/py.typed +0 -0
  350. bl_ui/properties_data_curves/py.typed +0 -0
  351. bl_ui/properties_data_empty/py.typed +0 -0
  352. bl_ui/properties_data_gpencil/py.typed +0 -0
  353. bl_ui/properties_data_grease_pencil/py.typed +0 -0
  354. bl_ui/properties_data_lattice/py.typed +0 -0
  355. bl_ui/properties_data_light/py.typed +0 -0
  356. bl_ui/properties_data_lightprobe/py.typed +0 -0
  357. bl_ui/properties_data_mesh/py.typed +0 -0
  358. bl_ui/properties_data_metaball/py.typed +0 -0
  359. bl_ui/properties_data_modifier/py.typed +0 -0
  360. bl_ui/properties_data_pointcloud/py.typed +0 -0
  361. bl_ui/properties_data_shaderfx/py.typed +0 -0
  362. bl_ui/properties_data_speaker/py.typed +0 -0
  363. bl_ui/properties_data_volume/py.typed +0 -0
  364. bl_ui/properties_freestyle/py.typed +0 -0
  365. bl_ui/properties_grease_pencil_common/py.typed +0 -0
  366. bl_ui/properties_mask_common/py.typed +0 -0
  367. bl_ui/properties_material/py.typed +0 -0
  368. bl_ui/properties_material_gpencil/py.typed +0 -0
  369. bl_ui/properties_object/py.typed +0 -0
  370. bl_ui/properties_output/py.typed +0 -0
  371. bl_ui/properties_paint_common/py.typed +0 -0
  372. bl_ui/properties_particle/py.typed +0 -0
  373. bl_ui/properties_physics_cloth/py.typed +0 -0
  374. bl_ui/properties_physics_common/py.typed +0 -0
  375. bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
  376. bl_ui/properties_physics_field/py.typed +0 -0
  377. bl_ui/properties_physics_fluid/py.typed +0 -0
  378. bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
  379. bl_ui/properties_physics_rigidbody/py.typed +0 -0
  380. bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
  381. bl_ui/properties_physics_softbody/py.typed +0 -0
  382. bl_ui/properties_render/py.typed +0 -0
  383. bl_ui/properties_scene/py.typed +0 -0
  384. bl_ui/properties_texture/py.typed +0 -0
  385. bl_ui/properties_view_layer/py.typed +0 -0
  386. bl_ui/properties_workspace/py.typed +0 -0
  387. bl_ui/properties_world/py.typed +0 -0
  388. bl_ui/space_clip/py.typed +0 -0
  389. bl_ui/space_console/py.typed +0 -0
  390. bl_ui/space_dopesheet/py.typed +0 -0
  391. bl_ui/space_filebrowser/py.typed +0 -0
  392. bl_ui/space_graph/py.typed +0 -0
  393. bl_ui/space_image/py.typed +0 -0
  394. bl_ui/space_info/py.typed +0 -0
  395. bl_ui/space_nla/py.typed +0 -0
  396. bl_ui/space_node/py.typed +0 -0
  397. bl_ui/space_outliner/py.typed +0 -0
  398. bl_ui/space_properties/py.typed +0 -0
  399. bl_ui/space_sequencer/py.typed +0 -0
  400. bl_ui/space_spreadsheet/py.typed +0 -0
  401. bl_ui/space_statusbar/py.typed +0 -0
  402. bl_ui/space_text/py.typed +0 -0
  403. bl_ui/space_time/py.typed +0 -0
  404. bl_ui/space_toolsystem_common/py.typed +0 -0
  405. bl_ui/space_toolsystem_toolbar/py.typed +0 -0
  406. bl_ui/space_topbar/py.typed +0 -0
  407. bl_ui/space_userpref/py.typed +0 -0
  408. bl_ui/space_view3d/py.typed +0 -0
  409. bl_ui/space_view3d_toolbar/py.typed +0 -0
  410. bl_ui/temp_anim_layers/py.typed +0 -0
  411. bl_ui/utils/py.typed +0 -0
  412. bl_ui_utils/bug_report_url/py.typed +0 -0
  413. bl_ui_utils/layout/py.typed +0 -0
  414. bmesh/geometry/py.typed +0 -0
  415. bmesh/ops/py.typed +0 -0
  416. bmesh/types/py.typed +0 -0
  417. bmesh/utils/py.typed +0 -0
  418. bpy/app/handlers/py.typed +0 -0
  419. bpy/app/icons/py.typed +0 -0
  420. bpy/app/py.typed +0 -0
  421. bpy/app/timers/py.typed +0 -0
  422. bpy/app/translations/py.typed +0 -0
  423. bpy/msgbus/py.typed +0 -0
  424. bpy/ops/action/py.typed +0 -0
  425. bpy/ops/anim/py.typed +0 -0
  426. bpy/ops/armature/py.typed +0 -0
  427. bpy/ops/asset/py.typed +0 -0
  428. bpy/ops/bl_pkg/py.typed +0 -0
  429. bpy/ops/boid/py.typed +0 -0
  430. bpy/ops/brush/py.typed +0 -0
  431. bpy/ops/buttons/py.typed +0 -0
  432. bpy/ops/cachefile/py.typed +0 -0
  433. bpy/ops/camera/py.typed +0 -0
  434. bpy/ops/clip/py.typed +0 -0
  435. bpy/ops/cloth/py.typed +0 -0
  436. bpy/ops/collection/py.typed +0 -0
  437. bpy/ops/console/py.typed +0 -0
  438. bpy/ops/constraint/py.typed +0 -0
  439. bpy/ops/curve/py.typed +0 -0
  440. bpy/ops/curves/py.typed +0 -0
  441. bpy/ops/cycles/py.typed +0 -0
  442. bpy/ops/dpaint/py.typed +0 -0
  443. bpy/ops/ed/py.typed +0 -0
  444. bpy/ops/export_anim/py.typed +0 -0
  445. bpy/ops/export_scene/py.typed +0 -0
  446. bpy/ops/file/py.typed +0 -0
  447. bpy/ops/fluid/py.typed +0 -0
  448. bpy/ops/font/py.typed +0 -0
  449. bpy/ops/geometry/py.typed +0 -0
  450. bpy/ops/gizmogroup/py.typed +0 -0
  451. bpy/ops/gpencil/py.typed +0 -0
  452. bpy/ops/graph/py.typed +0 -0
  453. bpy/ops/grease_pencil/py.typed +0 -0
  454. bpy/ops/image/py.typed +0 -0
  455. bpy/ops/import_anim/py.typed +0 -0
  456. bpy/ops/import_curve/py.typed +0 -0
  457. bpy/ops/import_scene/py.typed +0 -0
  458. bpy/ops/info/py.typed +0 -0
  459. bpy/ops/lattice/py.typed +0 -0
  460. bpy/ops/marker/py.typed +0 -0
  461. bpy/ops/mask/py.typed +0 -0
  462. bpy/ops/material/py.typed +0 -0
  463. bpy/ops/mball/py.typed +0 -0
  464. bpy/ops/mesh/py.typed +0 -0
  465. bpy/ops/nla/py.typed +0 -0
  466. bpy/ops/node/py.typed +0 -0
  467. bpy/ops/object/py.typed +0 -0
  468. bpy/ops/outliner/py.typed +0 -0
  469. bpy/ops/paint/py.typed +0 -0
  470. bpy/ops/paintcurve/py.typed +0 -0
  471. bpy/ops/palette/py.typed +0 -0
  472. bpy/ops/particle/py.typed +0 -0
  473. bpy/ops/pose/py.typed +0 -0
  474. bpy/ops/poselib/py.typed +0 -0
  475. bpy/ops/preferences/py.typed +0 -0
  476. bpy/ops/ptcache/py.typed +0 -0
  477. bpy/ops/py.typed +0 -0
  478. bpy/ops/render/py.typed +0 -0
  479. bpy/ops/rigidbody/py.typed +0 -0
  480. bpy/ops/scene/py.typed +0 -0
  481. bpy/ops/screen/py.typed +0 -0
  482. bpy/ops/script/py.typed +0 -0
  483. bpy/ops/sculpt/py.typed +0 -0
  484. bpy/ops/sculpt_curves/py.typed +0 -0
  485. bpy/ops/sequencer/py.typed +0 -0
  486. bpy/ops/sound/py.typed +0 -0
  487. bpy/ops/spreadsheet/py.typed +0 -0
  488. bpy/ops/surface/py.typed +0 -0
  489. bpy/ops/text/py.typed +0 -0
  490. bpy/ops/text_editor/py.typed +0 -0
  491. bpy/ops/texture/py.typed +0 -0
  492. bpy/ops/transform/py.typed +0 -0
  493. bpy/ops/ui/py.typed +0 -0
  494. bpy/ops/uilist/py.typed +0 -0
  495. bpy/ops/uv/py.typed +0 -0
  496. bpy/ops/view2d/py.typed +0 -0
  497. bpy/ops/view3d/py.typed +0 -0
  498. bpy/ops/wm/py.typed +0 -0
  499. bpy/ops/workspace/py.typed +0 -0
  500. bpy/ops/world/py.typed +0 -0
  501. bpy/path/py.typed +0 -0
  502. bpy/props/py.typed +0 -0
  503. bpy/types/py.typed +0 -0
  504. bpy/utils/previews/py.typed +0 -0
  505. bpy/utils/py.typed +0 -0
  506. bpy/utils/units/py.typed +0 -0
  507. bpy_extras/anim_utils/py.typed +0 -0
  508. bpy_extras/asset_utils/py.typed +0 -0
  509. bpy_extras/bmesh_utils/py.typed +0 -0
  510. bpy_extras/extensions/junction_module/py.typed +0 -0
  511. bpy_extras/extensions/py.typed +0 -0
  512. bpy_extras/id_map_utils/py.typed +0 -0
  513. bpy_extras/image_utils/py.typed +0 -0
  514. bpy_extras/io_utils/py.typed +0 -0
  515. bpy_extras/keyconfig_utils/py.typed +0 -0
  516. bpy_extras/mesh_utils/py.typed +0 -0
  517. bpy_extras/node_shader_utils/py.typed +0 -0
  518. bpy_extras/node_utils/py.typed +0 -0
  519. bpy_extras/object_utils/py.typed +0 -0
  520. bpy_extras/view3d_utils/py.typed +0 -0
  521. bpy_extras/wm_utils/progress_report/py.typed +0 -0
  522. bpy_extras/wm_utils/py.typed +0 -0
  523. fake_bpy_module-20240516.dist-info/RECORD +0 -618
  524. freestyle/chainingiterators/py.typed +0 -0
  525. freestyle/functions/py.typed +0 -0
  526. freestyle/predicates/py.typed +0 -0
  527. freestyle/shaders/py.typed +0 -0
  528. freestyle/types/py.typed +0 -0
  529. freestyle/utils/ContextFunctions/py.typed +0 -0
  530. freestyle/utils/py.typed +0 -0
  531. gpu/capabilities/py.typed +0 -0
  532. gpu/matrix/py.typed +0 -0
  533. gpu/platform/py.typed +0 -0
  534. gpu/select/py.typed +0 -0
  535. gpu/shader/py.typed +0 -0
  536. gpu/state/py.typed +0 -0
  537. gpu/texture/py.typed +0 -0
  538. gpu/types/py.typed +0 -0
  539. gpu_extras/batch/py.typed +0 -0
  540. gpu_extras/presets/py.typed +0 -0
  541. idprop/types/py.typed +0 -0
  542. imbuf/types/py.typed +0 -0
  543. mathutils/bvhtree/py.typed +0 -0
  544. mathutils/geometry/py.typed +0 -0
  545. mathutils/interpolate/py.typed +0 -0
  546. mathutils/kdtree/py.typed +0 -0
  547. mathutils/noise/py.typed +0 -0
  548. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
  549. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
bgl/__init__.pyi CHANGED
@@ -172,11 +172,11 @@ def glBindRenderbuffer(p0: int, p1: int):
172
172
 
173
173
  ...
174
174
 
175
- def glBindTexture(target: typing.Union[typing.Set[str], typing.Set[int]], texture: int):
175
+ def glBindTexture(target: set[str] | set[int], texture: int):
176
176
  """Bind a named texture to a texturing target`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glBindTexture.xhtml>`__
177
177
 
178
178
  :param target: Specifies the target to which the texture is bound.
179
- :type target: typing.Union[typing.Set[str], typing.Set[int]]
179
+ :type target: set[str] | set[int]
180
180
  :param texture: Specifies the name of a texture.
181
181
  :type texture: int
182
182
  """
@@ -228,18 +228,15 @@ def glBlendEquationSeparate(p0: int, p1: int):
228
228
 
229
229
  ...
230
230
 
231
- def glBlendFunc(
232
- sfactor: typing.Union[typing.Set[str], typing.Set[int]],
233
- dfactor: typing.Union[typing.Set[str], typing.Set[int]],
234
- ):
231
+ def glBlendFunc(sfactor: set[str] | set[int], dfactor: set[str] | set[int]):
235
232
  """Specify pixel arithmetic`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glBlendFunc.xhtml>`__
236
233
 
237
234
  :param sfactor: Specifies how the red, green, blue, and alpha source blending factors are
238
235
  computed.
239
- :type sfactor: typing.Union[typing.Set[str], typing.Set[int]]
236
+ :type sfactor: set[str] | set[int]
240
237
  :param dfactor: Specifies how the red, green, blue, and alpha destination
241
238
  blending factors are computed.
242
- :type dfactor: typing.Union[typing.Set[str], typing.Set[int]]
239
+ :type dfactor: set[str] | set[int]
243
240
  """
244
241
 
245
242
  ...
@@ -384,13 +381,11 @@ def glClearStencil(p0: int):
384
381
 
385
382
  ...
386
383
 
387
- def glClipPlane(
388
- plane: typing.Union[typing.Set[str], typing.Set[int]], equation: Buffer
389
- ):
384
+ def glClipPlane(plane: set[str] | set[int], equation: Buffer):
390
385
  """Specify a plane against which all geometry is clipped`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClipPlane.xhtml>`__
391
386
 
392
387
  :param plane: Specifies which clipping plane is being positioned.
393
- :type plane: typing.Union[typing.Set[str], typing.Set[int]]
388
+ :type plane: set[str] | set[int]
394
389
  :param equation: Specifies the address of an array of four double- precision
395
390
  floating-point values. These values are interpreted as a plane equation.
396
391
  :type equation: Buffer
@@ -553,7 +548,7 @@ def glCopyTexImage1D(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: i
553
548
  ...
554
549
 
555
550
  def glCopyTexImage2D(
556
- target: typing.Union[typing.Set[str], typing.Set[int]],
551
+ target: set[str] | set[int],
557
552
  level: int,
558
553
  internalformat: int,
559
554
  x: int,
@@ -565,7 +560,7 @@ def glCopyTexImage2D(
565
560
  """Copy pixels into a 2D texture image`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glCopyTexImage2D.xhtml>`__
566
561
 
567
562
  :param target: Specifies the target texture.
568
- :type target: typing.Union[typing.Set[str], typing.Set[int]]
563
+ :type target: set[str] | set[int]
569
564
  :param level: Specifies the level-of-detail number. Level 0 is the base image level.
570
565
  Level n is the nth mipmap reduction image.
571
566
  :type level: int
@@ -675,7 +670,6 @@ def glCreateProgram(p0: typing.Any) -> int:
675
670
  def glCreateShader(shaderType: GL_GEOMETRY_SHADER) -> int:
676
671
  """Creates a shader object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glCreateShader.xhtml>`__
677
672
 
678
- :param shaderType:
679
673
  :type shaderType: GL_GEOMETRY_SHADER
680
674
  :return: 0 if an error occurs.
681
675
  :rtype: int
@@ -692,11 +686,11 @@ def glCreateShader(p0: int) -> int:
692
686
 
693
687
  ...
694
688
 
695
- def glCullFace(mode: typing.Union[typing.Set[str], typing.Set[int]]):
689
+ def glCullFace(mode: set[str] | set[int]):
696
690
  """Specify whether front- or back-facing facets can be culled`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glCullFace.xhtml>`__
697
691
 
698
692
  :param mode: Specifies whether front- or back-facing facets are candidates for culling.
699
- :type mode: typing.Union[typing.Set[str], typing.Set[int]]
693
+ :type mode: set[str] | set[int]
700
694
  """
701
695
 
702
696
  ...
@@ -808,11 +802,11 @@ def glDeleteVertexArrays(p0: int, p1: int):
808
802
 
809
803
  ...
810
804
 
811
- def glDepthFunc(func: typing.Union[typing.Set[str], typing.Set[int]]):
805
+ def glDepthFunc(func: set[str] | set[int]):
812
806
  """Specify the value used for depth buffer comparisons`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDepthFunc.xhtml>`__
813
807
 
814
808
  :param func: Specifies the depth comparison function.
815
- :type func: typing.Union[typing.Set[str], typing.Set[int]]
809
+ :type func: set[str] | set[int]
816
810
  """
817
811
 
818
812
  ...
@@ -886,11 +880,11 @@ def glDetachShader(p0: int, p1: int):
886
880
 
887
881
  ...
888
882
 
889
- def glDisable(cap: typing.Union[typing.Set[str], typing.Set[int]]):
883
+ def glDisable(cap: set[str] | set[int]):
890
884
  """Disable server-side GL capabilities`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEnable.xhtml>`__
891
885
 
892
886
  :param cap: Specifies a symbolic constant indicating a GL capability.
893
- :type cap: typing.Union[typing.Set[str], typing.Set[int]]
887
+ :type cap: set[str] | set[int]
894
888
  """
895
889
 
896
890
  ...
@@ -921,11 +915,11 @@ def glDrawArrays(p0: int, p1: int, p2: int):
921
915
 
922
916
  ...
923
917
 
924
- def glDrawBuffer(mode: typing.Union[typing.Set[str], typing.Set[int]]):
918
+ def glDrawBuffer(mode: set[str] | set[int]):
925
919
  """Specify which color buffers are to be drawn into`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDrawBuffer.xhtml>`__
926
920
 
927
921
  :param mode: Specifies up to four color buffers to be drawn into.
928
- :type mode: typing.Union[typing.Set[str], typing.Set[int]]
922
+ :type mode: set[str] | set[int]
929
923
  """
930
924
 
931
925
  ...
@@ -979,11 +973,11 @@ def glEdgeFlag(flag):
979
973
 
980
974
  ...
981
975
 
982
- def glEnable(cap: typing.Union[typing.Set[str], typing.Set[int]]):
976
+ def glEnable(cap: set[str] | set[int]):
983
977
  """Enable server-side GL capabilities`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEnable.xhtml>`__
984
978
 
985
979
  :param cap: Specifies a symbolic constant indicating a GL capability.
986
- :type cap: typing.Union[typing.Set[str], typing.Set[int]]
980
+ :type cap: set[str] | set[int]
987
981
  """
988
982
 
989
983
  ...
@@ -1028,12 +1022,12 @@ def glEvalCoord(u: typing.Any, v: typing.Any):
1028
1022
 
1029
1023
  ...
1030
1024
 
1031
- def glEvalMesh(mode: typing.Union[typing.Set[str], typing.Set[int]], i1: int, i2):
1025
+ def glEvalMesh(mode: set[str] | set[int], i1: int, i2):
1032
1026
  """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>`__
1033
1027
 
1034
1028
  :param mode: In glEvalMesh1, specifies whether to compute a one-dimensional
1035
1029
  mesh of points or lines.
1036
- :type mode: typing.Union[typing.Set[str], typing.Set[int]]
1030
+ :type mode: set[str] | set[int]
1037
1031
  :param i1: Specify the first and last integer values for the grid domain variable i.
1038
1032
  :type i1: int
1039
1033
  """
@@ -1050,16 +1044,14 @@ def glEvalPoint(i: int, j):
1050
1044
 
1051
1045
  ...
1052
1046
 
1053
- def glFeedbackBuffer(
1054
- size: int, type: typing.Union[typing.Set[str], typing.Set[int]], buffer: Buffer
1055
- ):
1047
+ def glFeedbackBuffer(size: int, type: set[str] | set[int], buffer: Buffer):
1056
1048
  """Controls feedback mode`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFeedbackBuffer.xhtml>`__
1057
1049
 
1058
1050
  :param size: Specifies the maximum number of values that can be written into buffer.
1059
1051
  :type size: int
1060
1052
  :param type: Specifies a symbolic constant that describes the information that
1061
1053
  will be returned for each vertex.
1062
- :type type: typing.Union[typing.Set[str], typing.Set[int]]
1054
+ :type type: set[str] | set[int]
1063
1055
  :param buffer: Returns the feedback data.
1064
1056
  :type buffer: Buffer
1065
1057
  """
@@ -1092,12 +1084,12 @@ def glFlush(p0: typing.Any):
1092
1084
 
1093
1085
  ...
1094
1086
 
1095
- def glFog(pname: typing.Union[typing.Set[str], typing.Set[int]], param: typing.Any):
1087
+ def glFog(pname: set[str] | set[int], param: typing.Any):
1096
1088
  """B{glFogf, glFogi, glFogfv, glFogiv}Specify fog parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFog.xhtml>`__
1097
1089
 
1098
1090
  :param pname: Specifies a single-valued fog parameter. If the function prototype
1099
1091
  ends in 'v' specifies a fog parameter.
1100
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
1092
+ :type pname: set[str] | set[int]
1101
1093
  :param param: Specifies the value or values to be assigned to pname. GL_FOG_COLOR
1102
1094
  requires an array of four values. All other parameters accept an array containing
1103
1095
  only a single value.
@@ -1128,11 +1120,11 @@ def glFramebufferTexture(p0: int, p1: int, p2: int, p3: int):
1128
1120
 
1129
1121
  ...
1130
1122
 
1131
- def glFrontFace(mode: typing.Union[typing.Set[str], typing.Set[int]]):
1123
+ def glFrontFace(mode: set[str] | set[int]):
1132
1124
  """Define front- and back-facing polygons`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFrontFace.xhtml>`__
1133
1125
 
1134
1126
  :param mode: Specifies the orientation of front-facing polygons.
1135
- :type mode: typing.Union[typing.Set[str], typing.Set[int]]
1127
+ :type mode: set[str] | set[int]
1136
1128
  """
1137
1129
 
1138
1130
  ...
@@ -1210,11 +1202,11 @@ def glGenVertexArrays(p0: int, p1: int):
1210
1202
 
1211
1203
  ...
1212
1204
 
1213
- def glGet(pname: typing.Union[typing.Set[str], typing.Set[int]], param: typing.Any):
1205
+ def glGet(pname: set[str] | set[int], param: typing.Any):
1214
1206
  """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>`__
1215
1207
 
1216
1208
  :param pname: Specifies the parameter value to be returned.
1217
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
1209
+ :type pname: set[str] | set[int]
1218
1210
  :param param: Returns the value or values of the specified parameter.
1219
1211
  :type param: typing.Any
1220
1212
  """
@@ -1433,36 +1425,28 @@ def glGetIntegerv(p0: int, p1: int):
1433
1425
 
1434
1426
  ...
1435
1427
 
1436
- def glGetLight(
1437
- light: typing.Union[typing.Set[str], typing.Set[int]],
1438
- pname: typing.Union[typing.Set[str], typing.Set[int]],
1439
- params: Buffer,
1440
- ):
1428
+ def glGetLight(light: set[str] | set[int], pname: set[str] | set[int], params: Buffer):
1441
1429
  """B{glGetLightfv and glGetLightiv}Return light source parameter values`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetLight.xhtml>`__
1442
1430
 
1443
1431
  :param light: Specifies a light source. The number of possible lights depends on the
1444
1432
  implementation, but at least eight lights are supported. They are identified by symbolic
1445
1433
  names of the form GL_LIGHTi where 0 < i < GL_MAX_LIGHTS.
1446
- :type light: typing.Union[typing.Set[str], typing.Set[int]]
1434
+ :type light: set[str] | set[int]
1447
1435
  :param pname: Specifies a light source parameter for light.
1448
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
1436
+ :type pname: set[str] | set[int]
1449
1437
  :param params: Returns the requested data.
1450
1438
  :type params: Buffer
1451
1439
  """
1452
1440
 
1453
1441
  ...
1454
1442
 
1455
- def glGetMap(
1456
- target: typing.Union[typing.Set[str], typing.Set[int]],
1457
- query: typing.Union[typing.Set[str], typing.Set[int]],
1458
- v: Buffer,
1459
- ):
1443
+ def glGetMap(target: set[str] | set[int], query: set[str] | set[int], v: Buffer):
1460
1444
  """B{glGetMapdv, glGetMapfv, glGetMapiv}Return evaluator parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetMap.xhtml>`__
1461
1445
 
1462
1446
  :param target: Specifies the symbolic name of a map.
1463
- :type target: typing.Union[typing.Set[str], typing.Set[int]]
1447
+ :type target: set[str] | set[int]
1464
1448
  :param query: Specifies which parameter to return.
1465
- :type query: typing.Union[typing.Set[str], typing.Set[int]]
1449
+ :type query: set[str] | set[int]
1466
1450
  :param v: Returns the requested data.
1467
1451
  :type v: Buffer
1468
1452
  """
@@ -1470,17 +1454,15 @@ def glGetMap(
1470
1454
  ...
1471
1455
 
1472
1456
  def glGetMaterial(
1473
- face: typing.Union[typing.Set[str], typing.Set[int]],
1474
- pname: typing.Union[typing.Set[str], typing.Set[int]],
1475
- params: Buffer,
1457
+ face: set[str] | set[int], pname: set[str] | set[int], params: Buffer
1476
1458
  ):
1477
1459
  """B{glGetMaterialfv, glGetMaterialiv}Return material parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetMaterial.xhtml>`__
1478
1460
 
1479
1461
  :param face: Specifies which of the two materials is being queried.
1480
1462
  representing the front and back materials, respectively.
1481
- :type face: typing.Union[typing.Set[str], typing.Set[int]]
1463
+ :type face: set[str] | set[int]
1482
1464
  :param pname: Specifies the material parameter to return.
1483
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
1465
+ :type pname: set[str] | set[int]
1484
1466
  :param params: Returns the requested data.
1485
1467
  :type params: Buffer
1486
1468
  """
@@ -1497,11 +1479,11 @@ def glGetMultisamplefv(p0: int, p1: int, p2: float):
1497
1479
 
1498
1480
  ...
1499
1481
 
1500
- def glGetPixelMap(map: typing.Union[typing.Set[str], typing.Set[int]], values: Buffer):
1482
+ def glGetPixelMap(map: set[str] | set[int], values: Buffer):
1501
1483
  """B{glGetPixelMapfv, glGetPixelMapuiv, glGetPixelMapusv}Return the specified pixel map`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetPixelMap.xhtml>`__
1502
1484
 
1503
1485
  :param map: Specifies the name of the pixel map to return.
1504
- :type map: typing.Union[typing.Set[str], typing.Set[int]]
1486
+ :type map: set[str] | set[int]
1505
1487
  :param values: Returns the pixel map contents.
1506
1488
  :type values: Buffer
1507
1489
  """
@@ -1647,11 +1629,11 @@ def glGetShaderiv(p0: int, p1: int, p2: int):
1647
1629
 
1648
1630
  ...
1649
1631
 
1650
- def glGetString(name: typing.Union[typing.Set[str], typing.Set[int]]):
1632
+ def glGetString(name: set[str] | set[int]):
1651
1633
  """Return a string describing the current GL connection`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetString.xhtml>`__
1652
1634
 
1653
1635
  :param name: Specifies a symbolic constant.
1654
- :type name: typing.Union[typing.Set[str], typing.Set[int]]
1636
+ :type name: set[str] | set[int]
1655
1637
  """
1656
1638
 
1657
1639
  ...
@@ -1676,33 +1658,27 @@ def glGetStringi(p0: int, p1: int) -> str:
1676
1658
  ...
1677
1659
 
1678
1660
  def glGetTexEnv(
1679
- target: typing.Union[typing.Set[str], typing.Set[int]],
1680
- pname: typing.Union[typing.Set[str], typing.Set[int]],
1681
- params: Buffer,
1661
+ target: set[str] | set[int], pname: set[str] | set[int], params: Buffer
1682
1662
  ):
1683
1663
  """B{glGetTexEnvfv, glGetTexEnviv}Return texture environment parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexEnv.xhtml>`__
1684
1664
 
1685
1665
  :param target: Specifies a texture environment. Must be GL_TEXTURE_ENV.
1686
- :type target: typing.Union[typing.Set[str], typing.Set[int]]
1666
+ :type target: set[str] | set[int]
1687
1667
  :param pname: Specifies the symbolic name of a texture environment parameter.
1688
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
1668
+ :type pname: set[str] | set[int]
1689
1669
  :param params: Returns the requested data.
1690
1670
  :type params: Buffer
1691
1671
  """
1692
1672
 
1693
1673
  ...
1694
1674
 
1695
- def glGetTexGen(
1696
- coord: typing.Union[typing.Set[str], typing.Set[int]],
1697
- pname: typing.Union[typing.Set[str], typing.Set[int]],
1698
- params: Buffer,
1699
- ):
1675
+ def glGetTexGen(coord: set[str] | set[int], pname: set[str] | set[int], params: Buffer):
1700
1676
  """B{glGetTexGendv, glGetTexGenfv, glGetTexGeniv}Return texture coordinate generation parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexGen.xhtml>`__
1701
1677
 
1702
1678
  :param coord: Specifies a texture coordinate.
1703
- :type coord: typing.Union[typing.Set[str], typing.Set[int]]
1679
+ :type coord: set[str] | set[int]
1704
1680
  :param pname: Specifies the symbolic name of the value(s) to be returned.
1705
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
1681
+ :type pname: set[str] | set[int]
1706
1682
  :param params: Returns the requested data.
1707
1683
  :type params: Buffer
1708
1684
  """
@@ -1710,23 +1686,23 @@ def glGetTexGen(
1710
1686
  ...
1711
1687
 
1712
1688
  def glGetTexImage(
1713
- target: typing.Union[typing.Set[str], typing.Set[int]],
1689
+ target: set[str] | set[int],
1714
1690
  level: int,
1715
- format: typing.Union[typing.Set[str], typing.Set[int]],
1716
- type: typing.Union[typing.Set[str], typing.Set[int]],
1691
+ format: set[str] | set[int],
1692
+ type: set[str] | set[int],
1717
1693
  pixels: Buffer,
1718
1694
  ):
1719
1695
  """Return a texture image`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexImage.xhtml>`__
1720
1696
 
1721
1697
  :param target: Specifies which texture is to be obtained.
1722
- :type target: typing.Union[typing.Set[str], typing.Set[int]]
1698
+ :type target: set[str] | set[int]
1723
1699
  :param level: Specifies the level-of-detail number of the desired image.
1724
1700
  Level 0 is the base image level. Level n is the nth mipmap reduction image.
1725
1701
  :type level: int
1726
1702
  :param format: Specifies a pixel format for the returned data.
1727
- :type format: typing.Union[typing.Set[str], typing.Set[int]]
1703
+ :type format: set[str] | set[int]
1728
1704
  :param type: Specifies a pixel type for the returned data.
1729
- :type type: typing.Union[typing.Set[str], typing.Set[int]]
1705
+ :type type: set[str] | set[int]
1730
1706
  :param pixels: Returns the texture image. Should be a pointer to an array of the
1731
1707
  type specified by type
1732
1708
  :type pixels: Buffer
@@ -1747,20 +1723,17 @@ def glGetTexImage(p0: int, p1: int, p2: int, p3: int, p4: typing.Any):
1747
1723
  ...
1748
1724
 
1749
1725
  def glGetTexLevelParameter(
1750
- target: typing.Union[typing.Set[str], typing.Set[int]],
1751
- level: int,
1752
- pname: typing.Union[typing.Set[str], typing.Set[int]],
1753
- params: Buffer,
1726
+ target: set[str] | set[int], level: int, pname: set[str] | set[int], params: Buffer
1754
1727
  ):
1755
1728
  """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>`__
1756
1729
 
1757
1730
  :param target: Specifies the symbolic name of the target texture.
1758
- :type target: typing.Union[typing.Set[str], typing.Set[int]]
1731
+ :type target: set[str] | set[int]
1759
1732
  :param level: Specifies the level-of-detail number of the desired image.
1760
1733
  Level 0 is the base image level. Level n is the nth mipmap reduction image.
1761
1734
  :type level: int
1762
1735
  :param pname: Specifies the symbolic name of a texture parameter.
1763
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
1736
+ :type pname: set[str] | set[int]
1764
1737
  :param params: Returns the requested data.
1765
1738
  :type params: Buffer
1766
1739
  """
@@ -1790,16 +1763,14 @@ def glGetTexLevelParameteriv(p0: int, p1: int, p2: int, p3: int):
1790
1763
  ...
1791
1764
 
1792
1765
  def glGetTexParameter(
1793
- target: typing.Union[typing.Set[str], typing.Set[int]],
1794
- pname: typing.Union[typing.Set[str], typing.Set[int]],
1795
- params: Buffer,
1766
+ target: set[str] | set[int], pname: set[str] | set[int], params: Buffer
1796
1767
  ):
1797
1768
  """B{glGetTexParameterfv, glGetTexParameteriv}Return texture parameter values`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexParameter.xhtml>`__
1798
1769
 
1799
1770
  :param target: Specifies the symbolic name of the target texture.
1800
- :type target: typing.Union[typing.Set[str], typing.Set[int]]
1771
+ :type target: set[str] | set[int]
1801
1772
  :param pname: Specifies the symbolic name the target texture.
1802
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
1773
+ :type pname: set[str] | set[int]
1803
1774
  :param params: Returns the texture parameters.
1804
1775
  :type params: Buffer
1805
1776
  """
@@ -1917,17 +1888,14 @@ def glGetVertexAttribiv(p0: int, p1: int, p2: int):
1917
1888
 
1918
1889
  ...
1919
1890
 
1920
- def glHint(
1921
- target: typing.Union[typing.Set[str], typing.Set[int]],
1922
- mode: typing.Union[typing.Set[str], typing.Set[int]],
1923
- ):
1891
+ def glHint(target: set[str] | set[int], mode: set[str] | set[int]):
1924
1892
  """Specify implementation-specific hints`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glHint.xhtml>`__
1925
1893
 
1926
1894
  :param target: Specifies a symbolic constant indicating the behavior to be
1927
1895
  controlled.
1928
- :type target: typing.Union[typing.Set[str], typing.Set[int]]
1896
+ :type target: set[str] | set[int]
1929
1897
  :param mode: Specifies a symbolic constant indicating the desired behavior.
1930
- :type mode: typing.Union[typing.Set[str], typing.Set[int]]
1898
+ :type mode: set[str] | set[int]
1931
1899
  """
1932
1900
 
1933
1901
  ...
@@ -1950,11 +1918,11 @@ def glIsBuffer(p0: int) -> bool:
1950
1918
 
1951
1919
  ...
1952
1920
 
1953
- def glIsEnabled(cap: typing.Union[typing.Set[str], typing.Set[int]]):
1921
+ def glIsEnabled(cap: set[str] | set[int]):
1954
1922
  """Test whether a capability is enabled`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glIsEnabled.xhtml>`__
1955
1923
 
1956
1924
  :param cap: Specifies a constant representing a GL capability.
1957
- :type cap: typing.Union[typing.Set[str], typing.Set[int]]
1925
+ :type cap: set[str] | set[int]
1958
1926
  """
1959
1927
 
1960
1928
  ...
@@ -2040,19 +2008,15 @@ def glIsVertexArray(p0: int) -> bool:
2040
2008
 
2041
2009
  ...
2042
2010
 
2043
- def glLight(
2044
- light: typing.Union[typing.Set[str], typing.Set[int]],
2045
- pname: typing.Union[typing.Set[str], typing.Set[int]],
2046
- param: typing.Any,
2047
- ):
2011
+ def glLight(light: set[str] | set[int], pname: set[str] | set[int], param: typing.Any):
2048
2012
  """B{glLightf,glLighti, glLightfv, glLightiv}Set the light source parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLight.xhtml>`__
2049
2013
 
2050
2014
  :param light: Specifies a light. The number of lights depends on the implementation,
2051
2015
  but at least eight lights are supported. They are identified by symbolic names of the
2052
2016
  form GL_LIGHTi where 0 < i < GL_MAX_LIGHTS.
2053
- :type light: typing.Union[typing.Set[str], typing.Set[int]]
2017
+ :type light: set[str] | set[int]
2054
2018
  :param pname: Specifies a single-valued light source parameter for light.
2055
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
2019
+ :type pname: set[str] | set[int]
2056
2020
  :param param: Specifies the value that parameter pname of light source light will be set to.
2057
2021
  If function prototype ends in 'v' specifies a pointer to the value or values that
2058
2022
  parameter pname of light source light will be set to.
@@ -2061,13 +2025,11 @@ def glLight(
2061
2025
 
2062
2026
  ...
2063
2027
 
2064
- def glLightModel(
2065
- pname: typing.Union[typing.Set[str], typing.Set[int]], param: typing.Any
2066
- ):
2028
+ def glLightModel(pname: set[str] | set[int], param: typing.Any):
2067
2029
  """B{glLightModelf, glLightModeli, glLightModelfv, glLightModeliv}Set the lighting model parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLightModel.xhtml>`__
2068
2030
 
2069
2031
  :param pname: Specifies a single-value light model parameter.
2070
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
2032
+ :type pname: set[str] | set[int]
2071
2033
  :param param: Specifies the value that param will be set to. If function prototype ends in 'v'
2072
2034
  specifies a pointer to the value or values that param will be set to.
2073
2035
  :type param: typing.Any
@@ -2119,11 +2081,11 @@ def glLoadMatrix(m: Buffer):
2119
2081
 
2120
2082
  ...
2121
2083
 
2122
- def glLogicOp(opcode: typing.Union[typing.Set[str], typing.Set[int]]):
2084
+ def glLogicOp(opcode: set[str] | set[int]):
2123
2085
  """Specify a logical pixel operation for color index rendering`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLogicOp.xhtml>`__
2124
2086
 
2125
2087
  :param opcode: Specifies a symbolic constant that selects a logical operation.
2126
- :type opcode: typing.Union[typing.Set[str], typing.Set[int]]
2088
+ :type opcode: set[str] | set[int]
2127
2089
  """
2128
2090
 
2129
2091
  ...
@@ -2137,7 +2099,7 @@ def glLogicOp(p0: int):
2137
2099
  ...
2138
2100
 
2139
2101
  def glMap1(
2140
- target: typing.Union[typing.Set[str], typing.Set[int]],
2102
+ target: set[str] | set[int],
2141
2103
  u1: typing.Any,
2142
2104
  u2,
2143
2105
  stride: int,
@@ -2147,7 +2109,7 @@ def glMap1(
2147
2109
  """B{glMap1d, glMap1f}Define a one-dimensional evaluator`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMap1.xhtml>`__
2148
2110
 
2149
2111
  :param target: Specifies the kind of values that are generated by the evaluator.
2150
- :type target: typing.Union[typing.Set[str], typing.Set[int]]
2112
+ :type target: set[str] | set[int]
2151
2113
  :param u1: Specify a linear mapping of u, as presented to glEvalCoord1, to ^, t
2152
2114
  he variable that is evaluated by the equations specified by this command.
2153
2115
  :type u1: typing.Any
@@ -2166,7 +2128,7 @@ def glMap1(
2166
2128
  ...
2167
2129
 
2168
2130
  def glMap2(
2169
- target: typing.Union[typing.Set[str], typing.Set[int]],
2131
+ target: set[str] | set[int],
2170
2132
  u1: typing.Any,
2171
2133
  u2,
2172
2134
  ustride: int,
@@ -2180,7 +2142,7 @@ def glMap2(
2180
2142
  """B{glMap2d, glMap2f}Define a two-dimensional evaluator`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMap2.xhtml>`__
2181
2143
 
2182
2144
  :param target: Specifies the kind of values that are generated by the evaluator.
2183
- :type target: typing.Union[typing.Set[str], typing.Set[int]]
2145
+ :type target: set[str] | set[int]
2184
2146
  :param u1: Specify a linear mapping of u, as presented to glEvalCoord2, to ^, t
2185
2147
  he variable that is evaluated by the equations specified by this command. Initially
2186
2148
  u1 is 0 and u2 is 1.
@@ -2241,18 +2203,14 @@ def glMapGrid(un: int, u1: typing.Any, u2, vn: int, v1: typing.Any, v2):
2241
2203
 
2242
2204
  ...
2243
2205
 
2244
- def glMaterial(
2245
- face: typing.Union[typing.Set[str], typing.Set[int]],
2246
- pname: typing.Union[typing.Set[str], typing.Set[int]],
2247
- params: int,
2248
- ):
2206
+ def glMaterial(face: set[str] | set[int], pname: set[str] | set[int], params: int):
2249
2207
  """Specify material parameters for the lighting model.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMaterial.xhtml>`__
2250
2208
 
2251
2209
  :param face: Specifies which face or faces are being updated. Must be one of:
2252
- :type face: typing.Union[typing.Set[str], typing.Set[int]]
2210
+ :type face: set[str] | set[int]
2253
2211
  :param pname: Specifies the single-valued material parameter of the face
2254
2212
  or faces that is being updated. Must be GL_SHININESS.
2255
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
2213
+ :type pname: set[str] | set[int]
2256
2214
  :param params: Specifies the value that parameter GL_SHININESS will be set to.
2257
2215
  If function prototype ends in 'v' specifies a pointer to the value or values that
2258
2216
  pname will be set to.
@@ -2285,13 +2243,11 @@ def glNormal3(nx: typing.Any, ny, nz, v: Buffer):
2285
2243
 
2286
2244
  ...
2287
2245
 
2288
- def glPixelMap(
2289
- map: typing.Union[typing.Set[str], typing.Set[int]], mapsize: int, values: Buffer
2290
- ):
2246
+ def glPixelMap(map: set[str] | set[int], mapsize: int, values: Buffer):
2291
2247
  """B{glPixelMapfv, glPixelMapuiv, glPixelMapusv}Set up pixel transfer maps`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPixelMap.xhtml>`__
2292
2248
 
2293
2249
  :param map: Specifies a symbolic map name.
2294
- :type map: typing.Union[typing.Set[str], typing.Set[int]]
2250
+ :type map: set[str] | set[int]
2295
2251
  :param mapsize: Specifies the size of the map being defined.
2296
2252
  :type mapsize: int
2297
2253
  :param values: Specifies an array of mapsize values.
@@ -2300,15 +2256,13 @@ def glPixelMap(
2300
2256
 
2301
2257
  ...
2302
2258
 
2303
- def glPixelStore(
2304
- pname: typing.Union[typing.Set[str], typing.Set[int]], param: typing.Any
2305
- ):
2259
+ def glPixelStore(pname: set[str] | set[int], param: typing.Any):
2306
2260
  """B{glPixelStoref, glPixelStorei}Set pixel storage modes`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPixelStore.xhtml>`__
2307
2261
 
2308
2262
  :param pname: Specifies the symbolic name of the parameter to be set.
2309
2263
  Six values affect the packing of pixel data into memory.
2310
2264
  Six more affect the unpacking of pixel data from memory.
2311
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
2265
+ :type pname: set[str] | set[int]
2312
2266
  :param param: Specifies the value that pname is set to.
2313
2267
  :type param: typing.Any
2314
2268
  """
@@ -2333,13 +2287,11 @@ def glPixelStorei(p0: int, p1: int):
2333
2287
 
2334
2288
  ...
2335
2289
 
2336
- def glPixelTransfer(
2337
- pname: typing.Union[typing.Set[str], typing.Set[int]], param: typing.Any
2338
- ):
2290
+ def glPixelTransfer(pname: set[str] | set[int], param: typing.Any):
2339
2291
  """B{glPixelTransferf, glPixelTransferi}Set pixel transfer modes`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPixelTransfer.xhtml>`__
2340
2292
 
2341
2293
  :param pname: Specifies the symbolic name of the pixel transfer parameter to be set.
2342
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
2294
+ :type pname: set[str] | set[int]
2343
2295
  :param param: Specifies the value that pname is set to.
2344
2296
  :type param: typing.Any
2345
2297
  """
@@ -2363,19 +2315,16 @@ def glPointSize(p0: float):
2363
2315
 
2364
2316
  ...
2365
2317
 
2366
- def glPolygonMode(
2367
- face: typing.Union[typing.Set[str], typing.Set[int]],
2368
- mode: typing.Union[typing.Set[str], typing.Set[int]],
2369
- ):
2318
+ def glPolygonMode(face: set[str] | set[int], mode: set[str] | set[int]):
2370
2319
  """Select a polygon rasterization mode`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPolygonMode.xhtml>`__
2371
2320
 
2372
2321
  :param face: Specifies the polygons that mode applies to.
2373
2322
  Must be GL_FRONT for front-facing polygons, GL_BACK for back- facing
2374
2323
  polygons, or GL_FRONT_AND_BACK for front- and back-facing polygons.
2375
- :type face: typing.Union[typing.Set[str], typing.Set[int]]
2324
+ :type face: set[str] | set[int]
2376
2325
  :param mode: Specifies how polygons will be rasterized.
2377
2326
  The initial value is GL_FILL for both front- and back- facing polygons.
2378
- :type mode: typing.Union[typing.Set[str], typing.Set[int]]
2327
+ :type mode: set[str] | set[int]
2379
2328
  """
2380
2329
 
2381
2330
  ...
@@ -2426,11 +2375,11 @@ def glRasterPos(x: typing.Any, y, z, w):
2426
2375
 
2427
2376
  ...
2428
2377
 
2429
- def glReadBuffer(mode: typing.Union[typing.Set[str], typing.Set[int]]):
2378
+ def glReadBuffer(mode: set[str] | set[int]):
2430
2379
  """Select a color buffer source for pixels.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glReadBuffer.xhtml>`__
2431
2380
 
2432
2381
  :param mode: Specifies a color buffer.
2433
- :type mode: typing.Union[typing.Set[str], typing.Set[int]]
2382
+ :type mode: set[str] | set[int]
2434
2383
  """
2435
2384
 
2436
2385
  ...
@@ -2448,8 +2397,8 @@ def glReadPixels(
2448
2397
  y,
2449
2398
  width: int,
2450
2399
  height,
2451
- format: typing.Union[typing.Set[str], typing.Set[int]],
2452
- type: typing.Union[typing.Set[str], typing.Set[int]],
2400
+ format: set[str] | set[int],
2401
+ type: set[str] | set[int],
2453
2402
  pixels: Buffer,
2454
2403
  ):
2455
2404
  """Read a block of pixels from the frame buffer`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glReadPixels.xhtml>`__
@@ -2462,9 +2411,9 @@ def glReadPixels(
2462
2411
  height of one correspond to a single pixel.
2463
2412
  :type width: int
2464
2413
  :param format: Specifies the format of the pixel data.
2465
- :type format: typing.Union[typing.Set[str], typing.Set[int]]
2414
+ :type format: set[str] | set[int]
2466
2415
  :param type: Specifies the data type of the pixel data.
2467
- :type type: typing.Union[typing.Set[str], typing.Set[int]]
2416
+ :type type: set[str] | set[int]
2468
2417
  :param pixels: Returns the pixel data.
2469
2418
  :type pixels: Buffer
2470
2419
  """
@@ -2583,13 +2532,11 @@ def glShaderSource(shader: int, shader_string: str):
2583
2532
 
2584
2533
  ...
2585
2534
 
2586
- def glStencilFunc(
2587
- func: typing.Union[typing.Set[str], typing.Set[int]], ref: int, mask: int
2588
- ):
2535
+ def glStencilFunc(func: set[str] | set[int], ref: int, mask: int):
2589
2536
  """Set function and reference value for stencil testing`OpenGL Docs <https://www.opengl.org/sdk/docs/man/docbook4/xhtml/glStencilFunc.xhtml>`__
2590
2537
 
2591
2538
  :param func: Specifies the test function.
2592
- :type func: typing.Union[typing.Set[str], typing.Set[int]]
2539
+ :type func: set[str] | set[int]
2593
2540
  :param ref: Specifies the reference value for the stencil test. ref is clamped
2594
2541
  to the range [0,2n-1], where n is the number of bitplanes in the stencil
2595
2542
  buffer. The initial value is 0.
@@ -2650,25 +2597,23 @@ def glStencilMaskSeparate(p0: int, p1: int):
2650
2597
  ...
2651
2598
 
2652
2599
  def glStencilOp(
2653
- fail: typing.Union[typing.Set[str], typing.Set[int]],
2654
- zfail: typing.Union[typing.Set[str], typing.Set[int]],
2655
- zpass: typing.Union[typing.Set[str], typing.Set[int]],
2600
+ fail: set[str] | set[int], zfail: set[str] | set[int], zpass: set[str] | set[int]
2656
2601
  ):
2657
2602
  """Set stencil test actions`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glStencilOp.xhtml>`__
2658
2603
 
2659
2604
  :param fail: Specifies the action to take when the stencil test fails.
2660
2605
  The initial value is GL_KEEP.
2661
- :type fail: typing.Union[typing.Set[str], typing.Set[int]]
2606
+ :type fail: set[str] | set[int]
2662
2607
  :param zfail: Specifies the stencil action when the stencil test passes, but the
2663
2608
  depth test fails. zfail accepts the same symbolic constants as fail.
2664
2609
  The initial value is GL_KEEP.
2665
- :type zfail: typing.Union[typing.Set[str], typing.Set[int]]
2610
+ :type zfail: set[str] | set[int]
2666
2611
  :param zpass: Specifies the stencil action when both the stencil test and the
2667
2612
  depth test pass, or when the stencil test passes and either there is no
2668
2613
  depth buffer or depth testing is not enabled. zpass accepts the same
2669
2614
  symbolic constants
2670
2615
  as fail. The initial value is GL_KEEP.
2671
- :type zpass: typing.Union[typing.Set[str], typing.Set[int]]
2616
+ :type zpass: set[str] | set[int]
2672
2617
  """
2673
2618
 
2674
2619
  ...
@@ -2713,17 +2658,15 @@ def glTexCoord(s: typing.Any, t, r, q, v: Buffer):
2713
2658
  ...
2714
2659
 
2715
2660
  def glTexEnv(
2716
- target: typing.Union[typing.Set[str], typing.Set[int]],
2717
- pname: typing.Union[typing.Set[str], typing.Set[int]],
2718
- param: typing.Any,
2661
+ target: set[str] | set[int], pname: set[str] | set[int], param: typing.Any
2719
2662
  ):
2720
2663
  """B{glTextEnvf, glTextEnvi, glTextEnvfv, glTextEnviv}Set texture environment parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexEnv.xhtml>`__
2721
2664
 
2722
2665
  :param target: Specifies a texture environment. Must be GL_TEXTURE_ENV.
2723
- :type target: typing.Union[typing.Set[str], typing.Set[int]]
2666
+ :type target: set[str] | set[int]
2724
2667
  :param pname: Specifies the symbolic name of a single-valued texture environment
2725
2668
  parameter. Must be GL_TEXTURE_ENV_MODE.
2726
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
2669
+ :type pname: set[str] | set[int]
2727
2670
  :param param: Specifies a single symbolic constant. If function prototype ends in 'v'
2728
2671
  specifies a pointer to a parameter array that contains either a single
2729
2672
  symbolic constant or an RGBA color
@@ -2732,17 +2675,13 @@ def glTexEnv(
2732
2675
 
2733
2676
  ...
2734
2677
 
2735
- def glTexGen(
2736
- coord: typing.Union[typing.Set[str], typing.Set[int]],
2737
- pname: typing.Union[typing.Set[str], typing.Set[int]],
2738
- param: typing.Any,
2739
- ):
2678
+ def glTexGen(coord: set[str] | set[int], pname: set[str] | set[int], param: typing.Any):
2740
2679
  """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>`__
2741
2680
 
2742
2681
  :param coord: Specifies a texture coordinate.
2743
- :type coord: typing.Union[typing.Set[str], typing.Set[int]]
2682
+ :type coord: set[str] | set[int]
2744
2683
  :param pname: Specifies the symbolic name of the texture- coordinate generation function.
2745
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
2684
+ :type pname: set[str] | set[int]
2746
2685
  :param param: Specifies a single-valued texture generation parameter.
2747
2686
  If function prototype ends in 'v' specifies a pointer to an array of texture
2748
2687
  generation parameters. If pname is GL_TEXTURE_GEN_MODE, then the array must
@@ -2754,19 +2693,19 @@ def glTexGen(
2754
2693
  ...
2755
2694
 
2756
2695
  def glTexImage1D(
2757
- target: typing.Union[typing.Set[str], typing.Set[int]],
2696
+ target: set[str] | set[int],
2758
2697
  level: int,
2759
2698
  internalformat: int,
2760
2699
  width: int,
2761
2700
  border: int,
2762
- format: typing.Union[typing.Set[str], typing.Set[int]],
2763
- type: typing.Union[typing.Set[str], typing.Set[int]],
2701
+ format: set[str] | set[int],
2702
+ type: set[str] | set[int],
2764
2703
  pixels: Buffer,
2765
2704
  ):
2766
2705
  """Specify a one-dimensional texture image`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexImage1D.xhtml>`__
2767
2706
 
2768
2707
  :param target: Specifies the target texture.
2769
- :type target: typing.Union[typing.Set[str], typing.Set[int]]
2708
+ :type target: set[str] | set[int]
2770
2709
  :param level: Specifies the level-of-detail number. Level 0 is the base image level.
2771
2710
  Level n is the nth mipmap reduction image.
2772
2711
  :type level: int
@@ -2779,9 +2718,9 @@ def glTexImage1D(
2779
2718
  :param border: Specifies the width of the border. Must be either 0 or 1.
2780
2719
  :type border: int
2781
2720
  :param format: Specifies the format of the pixel data.
2782
- :type format: typing.Union[typing.Set[str], typing.Set[int]]
2721
+ :type format: set[str] | set[int]
2783
2722
  :param type: Specifies the data type of the pixel data.
2784
- :type type: typing.Union[typing.Set[str], typing.Set[int]]
2723
+ :type type: set[str] | set[int]
2785
2724
  :param pixels: Specifies a pointer to the image data in memory.
2786
2725
  :type pixels: Buffer
2787
2726
  """
@@ -2806,20 +2745,20 @@ def glTexImage1D(
2806
2745
  ...
2807
2746
 
2808
2747
  def glTexImage2D(
2809
- target: typing.Union[typing.Set[str], typing.Set[int]],
2748
+ target: set[str] | set[int],
2810
2749
  level: int,
2811
2750
  internalformat: int,
2812
2751
  width: int,
2813
2752
  height: int,
2814
2753
  border: int,
2815
- format: typing.Union[typing.Set[str], typing.Set[int]],
2816
- type: typing.Union[typing.Set[str], typing.Set[int]],
2754
+ format: set[str] | set[int],
2755
+ type: set[str] | set[int],
2817
2756
  pixels: Buffer,
2818
2757
  ):
2819
2758
  """Specify a two-dimensional texture image`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexImage2D.xhtml>`__
2820
2759
 
2821
2760
  :param target: Specifies the target texture.
2822
- :type target: typing.Union[typing.Set[str], typing.Set[int]]
2761
+ :type target: set[str] | set[int]
2823
2762
  :param level: Specifies the level-of-detail number. Level 0 is the base image level.
2824
2763
  Level n is the nth mipmap reduction image.
2825
2764
  :type level: int
@@ -2836,9 +2775,9 @@ def glTexImage2D(
2836
2775
  :param border: Specifies the width of the border. Must be either 0 or 1.
2837
2776
  :type border: int
2838
2777
  :param format: Specifies the format of the pixel data.
2839
- :type format: typing.Union[typing.Set[str], typing.Set[int]]
2778
+ :type format: set[str] | set[int]
2840
2779
  :param type: Specifies the data type of the pixel data.
2841
- :type type: typing.Union[typing.Set[str], typing.Set[int]]
2780
+ :type type: set[str] | set[int]
2842
2781
  :param pixels: Specifies a pointer to the image data in memory.
2843
2782
  :type pixels: Buffer
2844
2783
  """
@@ -2929,16 +2868,14 @@ def glTexImage3DMultisample(
2929
2868
  ...
2930
2869
 
2931
2870
  def glTexParameter(
2932
- target: typing.Union[typing.Set[str], typing.Set[int]],
2933
- pname: typing.Union[typing.Set[str], typing.Set[int]],
2934
- param: typing.Any,
2871
+ target: set[str] | set[int], pname: set[str] | set[int], param: typing.Any
2935
2872
  ):
2936
2873
  """B{glTexParameterf, glTexParameteri, glTexParameterfv, glTexParameteriv}Set texture parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexParameter.xhtml>`__
2937
2874
 
2938
2875
  :param target: Specifies the target texture.
2939
- :type target: typing.Union[typing.Set[str], typing.Set[int]]
2876
+ :type target: set[str] | set[int]
2940
2877
  :param pname: Specifies the symbolic name of a single-valued texture parameter.
2941
- :type pname: typing.Union[typing.Set[str], typing.Set[int]]
2878
+ :type pname: set[str] | set[int]
2942
2879
  :param param: Specifies the value of pname. If function prototype ends in 'v' specifies
2943
2880
  a pointer to an array where the value or values of pname are stored.
2944
2881
  :type param: typing.Any
@@ -3779,3257 +3716,1629 @@ def glViewport(p0: int, p1: int, p2: int, p3: int):
3779
3716
  ...
3780
3717
 
3781
3718
  GL_ACTIVE_ATTRIBUTES: float
3782
- """
3783
- """
3784
3719
 
3785
3720
  GL_ACTIVE_ATTRIBUTE_MAX_LENGTH: float
3786
- """
3787
- """
3788
3721
 
3789
3722
  GL_ACTIVE_TEXTURE: float
3790
- """
3791
- """
3792
3723
 
3793
3724
  GL_ACTIVE_UNIFORMS: float
3794
- """
3795
- """
3796
3725
 
3797
3726
  GL_ACTIVE_UNIFORM_BLOCKS: float
3798
- """
3799
- """
3800
3727
 
3801
3728
  GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH: float
3802
- """
3803
- """
3804
3729
 
3805
3730
  GL_ACTIVE_UNIFORM_MAX_LENGTH: float
3806
- """
3807
- """
3808
3731
 
3809
3732
  GL_ALIASED_LINE_WIDTH_RANGE: float
3810
- """
3811
- """
3812
3733
 
3813
3734
  GL_ALPHA: float
3814
- """
3815
- """
3816
3735
 
3817
3736
  GL_ALREADY_SIGNALED: float
3818
- """
3819
- """
3820
3737
 
3821
3738
  GL_ALWAYS: float
3822
- """
3823
- """
3824
3739
 
3825
3740
  GL_AND: float
3826
- """
3827
- """
3828
3741
 
3829
3742
  GL_AND_INVERTED: float
3830
- """
3831
- """
3832
3743
 
3833
3744
  GL_AND_REVERSE: float
3834
- """
3835
- """
3836
3745
 
3837
3746
  GL_ANY_SAMPLES_PASSED: float
3838
- """
3839
- """
3840
3747
 
3841
3748
  GL_ARRAY_BUFFER: float
3842
- """
3843
- """
3844
3749
 
3845
3750
  GL_ARRAY_BUFFER_BINDING: float
3846
- """
3847
- """
3848
3751
 
3849
3752
  GL_ATTACHED_SHADERS: float
3850
- """
3851
- """
3852
3753
 
3853
3754
  GL_BACK: float
3854
- """
3855
- """
3856
3755
 
3857
3756
  GL_BACK_LEFT: float
3858
- """
3859
- """
3860
3757
 
3861
3758
  GL_BACK_RIGHT: float
3862
- """
3863
- """
3864
3759
 
3865
3760
  GL_BGR: float
3866
- """
3867
- """
3868
3761
 
3869
3762
  GL_BGRA: float
3870
- """
3871
- """
3872
3763
 
3873
3764
  GL_BGRA_INTEGER: float
3874
- """
3875
- """
3876
3765
 
3877
3766
  GL_BGR_INTEGER: float
3878
- """
3879
- """
3880
3767
 
3881
3768
  GL_BLEND: float
3882
- """
3883
- """
3884
3769
 
3885
3770
  GL_BLEND_DST: float
3886
- """
3887
- """
3888
3771
 
3889
3772
  GL_BLEND_DST_ALPHA: float
3890
- """
3891
- """
3892
3773
 
3893
3774
  GL_BLEND_DST_RGB: float
3894
- """
3895
- """
3896
3775
 
3897
3776
  GL_BLEND_EQUATION_ALPHA: float
3898
- """
3899
- """
3900
3777
 
3901
3778
  GL_BLEND_EQUATION_RGB: float
3902
- """
3903
- """
3904
3779
 
3905
3780
  GL_BLEND_SRC: float
3906
- """
3907
- """
3908
3781
 
3909
3782
  GL_BLEND_SRC_ALPHA: float
3910
- """
3911
- """
3912
3783
 
3913
3784
  GL_BLEND_SRC_RGB: float
3914
- """
3915
- """
3916
3785
 
3917
3786
  GL_BLUE: float
3918
- """
3919
- """
3920
3787
 
3921
3788
  GL_BLUE_INTEGER: float
3922
- """
3923
- """
3924
3789
 
3925
3790
  GL_BOOL: float
3926
- """
3927
- """
3928
3791
 
3929
3792
  GL_BOOL_VEC2: float
3930
- """
3931
- """
3932
3793
 
3933
3794
  GL_BOOL_VEC3: float
3934
- """
3935
- """
3936
3795
 
3937
3796
  GL_BOOL_VEC4: float
3938
- """
3939
- """
3940
3797
 
3941
3798
  GL_BUFFER_ACCESS: float
3942
- """
3943
- """
3944
3799
 
3945
3800
  GL_BUFFER_ACCESS_FLAGS: float
3946
- """
3947
- """
3948
3801
 
3949
3802
  GL_BUFFER_MAPPED: float
3950
- """
3951
- """
3952
3803
 
3953
3804
  GL_BUFFER_MAP_LENGTH: float
3954
- """
3955
- """
3956
3805
 
3957
3806
  GL_BUFFER_MAP_OFFSET: float
3958
- """
3959
- """
3960
3807
 
3961
3808
  GL_BUFFER_MAP_POINTER: float
3962
- """
3963
- """
3964
3809
 
3965
3810
  GL_BUFFER_SIZE: float
3966
- """
3967
- """
3968
3811
 
3969
3812
  GL_BUFFER_USAGE: float
3970
- """
3971
- """
3972
3813
 
3973
3814
  GL_BYTE: float
3974
- """
3975
- """
3976
3815
 
3977
3816
  GL_CCW: float
3978
- """
3979
- """
3980
3817
 
3981
3818
  GL_CLAMP_READ_COLOR: float
3982
- """
3983
- """
3984
3819
 
3985
3820
  GL_CLAMP_TO_BORDER: float
3986
- """
3987
- """
3988
3821
 
3989
3822
  GL_CLAMP_TO_EDGE: float
3990
- """
3991
- """
3992
3823
 
3993
3824
  GL_CLEAR: float
3994
- """
3995
- """
3996
3825
 
3997
3826
  GL_CLIP_DISTANCE0: float
3998
- """
3999
- """
4000
3827
 
4001
3828
  GL_CLIP_DISTANCE1: float
4002
- """
4003
- """
4004
3829
 
4005
3830
  GL_CLIP_DISTANCE2: float
4006
- """
4007
- """
4008
3831
 
4009
3832
  GL_CLIP_DISTANCE3: float
4010
- """
4011
- """
4012
3833
 
4013
3834
  GL_CLIP_DISTANCE4: float
4014
- """
4015
- """
4016
3835
 
4017
3836
  GL_CLIP_DISTANCE5: float
4018
- """
4019
- """
4020
3837
 
4021
3838
  GL_CLIP_DISTANCE6: float
4022
- """
4023
- """
4024
3839
 
4025
3840
  GL_CLIP_DISTANCE7: float
4026
- """
4027
- """
4028
3841
 
4029
3842
  GL_COLOR: float
4030
- """
4031
- """
4032
3843
 
4033
3844
  GL_COLOR_ATTACHMENT0: float
4034
- """
4035
- """
4036
3845
 
4037
3846
  GL_COLOR_ATTACHMENT1: float
4038
- """
4039
- """
4040
3847
 
4041
3848
  GL_COLOR_ATTACHMENT10: float
4042
- """
4043
- """
4044
3849
 
4045
3850
  GL_COLOR_ATTACHMENT11: float
4046
- """
4047
- """
4048
3851
 
4049
3852
  GL_COLOR_ATTACHMENT12: float
4050
- """
4051
- """
4052
3853
 
4053
3854
  GL_COLOR_ATTACHMENT13: float
4054
- """
4055
- """
4056
3855
 
4057
3856
  GL_COLOR_ATTACHMENT14: float
4058
- """
4059
- """
4060
3857
 
4061
3858
  GL_COLOR_ATTACHMENT15: float
4062
- """
4063
- """
4064
3859
 
4065
3860
  GL_COLOR_ATTACHMENT16: float
4066
- """
4067
- """
4068
3861
 
4069
3862
  GL_COLOR_ATTACHMENT17: float
4070
- """
4071
- """
4072
3863
 
4073
3864
  GL_COLOR_ATTACHMENT18: float
4074
- """
4075
- """
4076
3865
 
4077
3866
  GL_COLOR_ATTACHMENT19: float
4078
- """
4079
- """
4080
3867
 
4081
3868
  GL_COLOR_ATTACHMENT2: float
4082
- """
4083
- """
4084
3869
 
4085
3870
  GL_COLOR_ATTACHMENT20: float
4086
- """
4087
- """
4088
3871
 
4089
3872
  GL_COLOR_ATTACHMENT21: float
4090
- """
4091
- """
4092
3873
 
4093
3874
  GL_COLOR_ATTACHMENT22: float
4094
- """
4095
- """
4096
3875
 
4097
3876
  GL_COLOR_ATTACHMENT23: float
4098
- """
4099
- """
4100
3877
 
4101
3878
  GL_COLOR_ATTACHMENT24: float
4102
- """
4103
- """
4104
3879
 
4105
3880
  GL_COLOR_ATTACHMENT25: float
4106
- """
4107
- """
4108
3881
 
4109
3882
  GL_COLOR_ATTACHMENT26: float
4110
- """
4111
- """
4112
3883
 
4113
3884
  GL_COLOR_ATTACHMENT27: float
4114
- """
4115
- """
4116
3885
 
4117
3886
  GL_COLOR_ATTACHMENT28: float
4118
- """
4119
- """
4120
3887
 
4121
3888
  GL_COLOR_ATTACHMENT29: float
4122
- """
4123
- """
4124
3889
 
4125
3890
  GL_COLOR_ATTACHMENT3: float
4126
- """
4127
- """
4128
3891
 
4129
3892
  GL_COLOR_ATTACHMENT30: float
4130
- """
4131
- """
4132
3893
 
4133
3894
  GL_COLOR_ATTACHMENT31: float
4134
- """
4135
- """
4136
3895
 
4137
3896
  GL_COLOR_ATTACHMENT4: float
4138
- """
4139
- """
4140
3897
 
4141
3898
  GL_COLOR_ATTACHMENT5: float
4142
- """
4143
- """
4144
3899
 
4145
3900
  GL_COLOR_ATTACHMENT6: float
4146
- """
4147
- """
4148
3901
 
4149
3902
  GL_COLOR_ATTACHMENT7: float
4150
- """
4151
- """
4152
3903
 
4153
3904
  GL_COLOR_ATTACHMENT8: float
4154
- """
4155
- """
4156
3905
 
4157
3906
  GL_COLOR_ATTACHMENT9: float
4158
- """
4159
- """
4160
3907
 
4161
3908
  GL_COLOR_BUFFER_BIT: float
4162
- """
4163
- """
4164
3909
 
4165
3910
  GL_COLOR_CLEAR_VALUE: float
4166
- """
4167
- """
4168
3911
 
4169
3912
  GL_COLOR_LOGIC_OP: float
4170
- """
4171
- """
4172
3913
 
4173
3914
  GL_COLOR_WRITEMASK: float
4174
- """
4175
- """
4176
3915
 
4177
3916
  GL_COMPARE_REF_TO_TEXTURE: float
4178
- """
4179
- """
4180
3917
 
4181
3918
  GL_COMPILE_STATUS: float
4182
- """
4183
- """
4184
3919
 
4185
3920
  GL_COMPRESSED_RED: float
4186
- """
4187
- """
4188
3921
 
4189
3922
  GL_COMPRESSED_RED_RGTC1: float
4190
- """
4191
- """
4192
3923
 
4193
3924
  GL_COMPRESSED_RG: float
4194
- """
4195
- """
4196
3925
 
4197
3926
  GL_COMPRESSED_RGB: float
4198
- """
4199
- """
4200
3927
 
4201
3928
  GL_COMPRESSED_RGBA: float
4202
- """
4203
- """
4204
3929
 
4205
3930
  GL_COMPRESSED_RG_RGTC2: float
4206
- """
4207
- """
4208
3931
 
4209
3932
  GL_COMPRESSED_SIGNED_RED_RGTC1: float
4210
- """
4211
- """
4212
3933
 
4213
3934
  GL_COMPRESSED_SIGNED_RG_RGTC2: float
4214
- """
4215
- """
4216
3935
 
4217
3936
  GL_COMPRESSED_SRGB: float
4218
- """
4219
- """
4220
3937
 
4221
3938
  GL_COMPRESSED_SRGB_ALPHA: float
4222
- """
4223
- """
4224
3939
 
4225
3940
  GL_COMPRESSED_TEXTURE_FORMATS: float
4226
- """
4227
- """
4228
3941
 
4229
3942
  GL_CONDITION_SATISFIED: float
4230
- """
4231
- """
4232
3943
 
4233
3944
  GL_CONSTANT_ALPHA: float
4234
- """
4235
- """
4236
3945
 
4237
3946
  GL_CONSTANT_COLOR: float
4238
- """
4239
- """
4240
3947
 
4241
3948
  GL_CONTEXT_COMPATIBILITY_PROFILE_BIT: float
4242
- """
4243
- """
4244
3949
 
4245
3950
  GL_CONTEXT_CORE_PROFILE_BIT: float
4246
- """
4247
- """
4248
3951
 
4249
3952
  GL_CONTEXT_FLAGS: float
4250
- """
4251
- """
4252
3953
 
4253
3954
  GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT: float
4254
- """
4255
- """
4256
3955
 
4257
3956
  GL_CONTEXT_PROFILE_MASK: float
4258
- """
4259
- """
4260
3957
 
4261
3958
  GL_COPY: float
4262
- """
4263
- """
4264
3959
 
4265
3960
  GL_COPY_INVERTED: float
4266
- """
4267
- """
4268
3961
 
4269
3962
  GL_COPY_READ_BUFFER: float
4270
- """
4271
- """
4272
3963
 
4273
3964
  GL_COPY_WRITE_BUFFER: float
4274
- """
4275
- """
4276
3965
 
4277
3966
  GL_CULL_FACE: float
4278
- """
4279
- """
4280
3967
 
4281
3968
  GL_CULL_FACE_MODE: float
4282
- """
4283
- """
4284
3969
 
4285
3970
  GL_CURRENT_PROGRAM: float
4286
- """
4287
- """
4288
3971
 
4289
3972
  GL_CURRENT_QUERY: float
4290
- """
4291
- """
4292
3973
 
4293
3974
  GL_CURRENT_VERTEX_ATTRIB: float
4294
- """
4295
- """
4296
3975
 
4297
3976
  GL_CW: float
4298
- """
4299
- """
4300
3977
 
4301
3978
  GL_DECR: float
4302
- """
4303
- """
4304
3979
 
4305
3980
  GL_DECR_WRAP: float
4306
- """
4307
- """
4308
3981
 
4309
3982
  GL_DELETE_STATUS: float
4310
- """
4311
- """
4312
3983
 
4313
3984
  GL_DEPTH: float
4314
- """
4315
- """
4316
3985
 
4317
3986
  GL_DEPTH24_STENCIL8: float
4318
- """
4319
- """
4320
3987
 
4321
3988
  GL_DEPTH32F_STENCIL8: float
4322
- """
4323
- """
4324
3989
 
4325
3990
  GL_DEPTH_ATTACHMENT: float
4326
- """
4327
- """
4328
3991
 
4329
3992
  GL_DEPTH_BUFFER_BIT: float
4330
- """
4331
- """
4332
3993
 
4333
3994
  GL_DEPTH_CLAMP: float
4334
- """
4335
- """
4336
3995
 
4337
3996
  GL_DEPTH_CLEAR_VALUE: float
4338
- """
4339
- """
4340
3997
 
4341
3998
  GL_DEPTH_COMPONENT: float
4342
- """
4343
- """
4344
3999
 
4345
4000
  GL_DEPTH_COMPONENT16: float
4346
- """
4347
- """
4348
4001
 
4349
4002
  GL_DEPTH_COMPONENT24: float
4350
- """
4351
- """
4352
4003
 
4353
4004
  GL_DEPTH_COMPONENT32: float
4354
- """
4355
- """
4356
4005
 
4357
4006
  GL_DEPTH_COMPONENT32F: float
4358
- """
4359
- """
4360
4007
 
4361
4008
  GL_DEPTH_FUNC: float
4362
- """
4363
- """
4364
4009
 
4365
4010
  GL_DEPTH_RANGE: float
4366
- """
4367
- """
4368
4011
 
4369
4012
  GL_DEPTH_STENCIL: float
4370
- """
4371
- """
4372
4013
 
4373
4014
  GL_DEPTH_STENCIL_ATTACHMENT: float
4374
- """
4375
- """
4376
4015
 
4377
4016
  GL_DEPTH_TEST: float
4378
- """
4379
- """
4380
4017
 
4381
4018
  GL_DEPTH_WRITEMASK: float
4382
- """
4383
- """
4384
4019
 
4385
4020
  GL_DITHER: float
4386
- """
4387
- """
4388
4021
 
4389
4022
  GL_DONT_CARE: float
4390
- """
4391
- """
4392
4023
 
4393
4024
  GL_DOUBLE: float
4394
- """
4395
- """
4396
4025
 
4397
4026
  GL_DOUBLEBUFFER: float
4398
- """
4399
- """
4400
4027
 
4401
4028
  GL_DRAW_BUFFER: float
4402
- """
4403
- """
4404
4029
 
4405
4030
  GL_DRAW_BUFFER0: float
4406
- """
4407
- """
4408
4031
 
4409
4032
  GL_DRAW_BUFFER1: float
4410
- """
4411
- """
4412
4033
 
4413
4034
  GL_DRAW_BUFFER10: float
4414
- """
4415
- """
4416
4035
 
4417
4036
  GL_DRAW_BUFFER11: float
4418
- """
4419
- """
4420
4037
 
4421
4038
  GL_DRAW_BUFFER12: float
4422
- """
4423
- """
4424
4039
 
4425
4040
  GL_DRAW_BUFFER13: float
4426
- """
4427
- """
4428
4041
 
4429
4042
  GL_DRAW_BUFFER14: float
4430
- """
4431
- """
4432
4043
 
4433
4044
  GL_DRAW_BUFFER15: float
4434
- """
4435
- """
4436
4045
 
4437
4046
  GL_DRAW_BUFFER2: float
4438
- """
4439
- """
4440
4047
 
4441
4048
  GL_DRAW_BUFFER3: float
4442
- """
4443
- """
4444
4049
 
4445
4050
  GL_DRAW_BUFFER4: float
4446
- """
4447
- """
4448
4051
 
4449
4052
  GL_DRAW_BUFFER5: float
4450
- """
4451
- """
4452
4053
 
4453
4054
  GL_DRAW_BUFFER6: float
4454
- """
4455
- """
4456
4055
 
4457
4056
  GL_DRAW_BUFFER7: float
4458
- """
4459
- """
4460
4057
 
4461
4058
  GL_DRAW_BUFFER8: float
4462
- """
4463
- """
4464
4059
 
4465
4060
  GL_DRAW_BUFFER9: float
4466
- """
4467
- """
4468
4061
 
4469
4062
  GL_DRAW_FRAMEBUFFER: float
4470
- """
4471
- """
4472
4063
 
4473
4064
  GL_DRAW_FRAMEBUFFER_BINDING: float
4474
- """
4475
- """
4476
4065
 
4477
4066
  GL_DST_ALPHA: float
4478
- """
4479
- """
4480
4067
 
4481
4068
  GL_DST_COLOR: float
4482
- """
4483
- """
4484
4069
 
4485
4070
  GL_DYNAMIC_COPY: float
4486
- """
4487
- """
4488
4071
 
4489
4072
  GL_DYNAMIC_DRAW: float
4490
- """
4491
- """
4492
4073
 
4493
4074
  GL_DYNAMIC_READ: float
4494
- """
4495
- """
4496
4075
 
4497
4076
  GL_ELEMENT_ARRAY_BUFFER: float
4498
- """
4499
- """
4500
4077
 
4501
4078
  GL_ELEMENT_ARRAY_BUFFER_BINDING: float
4502
- """
4503
- """
4504
4079
 
4505
4080
  GL_EQUAL: float
4506
- """
4507
- """
4508
4081
 
4509
4082
  GL_EQUIV: float
4510
- """
4511
- """
4512
4083
 
4513
4084
  GL_EXTENSIONS: float
4514
- """
4515
- """
4516
4085
 
4517
4086
  GL_FALSE: float
4518
- """
4519
- """
4520
4087
 
4521
4088
  GL_FASTEST: float
4522
- """
4523
- """
4524
4089
 
4525
4090
  GL_FILL: float
4526
- """
4527
- """
4528
4091
 
4529
4092
  GL_FIRST_VERTEX_CONVENTION: float
4530
- """
4531
- """
4532
4093
 
4533
4094
  GL_FIXED_ONLY: float
4534
- """
4535
- """
4536
4095
 
4537
4096
  GL_FLOAT: float
4538
- """
4539
- """
4540
4097
 
4541
4098
  GL_FLOAT_32_UNSIGNED_INT_24_8_REV: float
4542
- """
4543
- """
4544
4099
 
4545
4100
  GL_FLOAT_MAT2: float
4546
- """
4547
- """
4548
4101
 
4549
4102
  GL_FLOAT_MAT2x3: float
4550
- """
4551
- """
4552
4103
 
4553
4104
  GL_FLOAT_MAT2x4: float
4554
- """
4555
- """
4556
4105
 
4557
4106
  GL_FLOAT_MAT3: float
4558
- """
4559
- """
4560
4107
 
4561
4108
  GL_FLOAT_MAT3x2: float
4562
- """
4563
- """
4564
4109
 
4565
4110
  GL_FLOAT_MAT3x4: float
4566
- """
4567
- """
4568
4111
 
4569
4112
  GL_FLOAT_MAT4: float
4570
- """
4571
- """
4572
4113
 
4573
4114
  GL_FLOAT_MAT4x2: float
4574
- """
4575
- """
4576
4115
 
4577
4116
  GL_FLOAT_MAT4x3: float
4578
- """
4579
- """
4580
4117
 
4581
4118
  GL_FLOAT_VEC2: float
4582
- """
4583
- """
4584
4119
 
4585
4120
  GL_FLOAT_VEC3: float
4586
- """
4587
- """
4588
4121
 
4589
4122
  GL_FLOAT_VEC4: float
4590
- """
4591
- """
4592
4123
 
4593
4124
  GL_FRAGMENT_SHADER: float
4594
- """
4595
- """
4596
4125
 
4597
4126
  GL_FRAGMENT_SHADER_DERIVATIVE_HINT: float
4598
- """
4599
- """
4600
4127
 
4601
4128
  GL_FRAMEBUFFER: float
4602
- """
4603
- """
4604
4129
 
4605
4130
  GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE: float
4606
- """
4607
- """
4608
4131
 
4609
4132
  GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE: float
4610
- """
4611
- """
4612
4133
 
4613
4134
  GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING: float
4614
- """
4615
- """
4616
4135
 
4617
4136
  GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE: float
4618
- """
4619
- """
4620
4137
 
4621
4138
  GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE: float
4622
- """
4623
- """
4624
4139
 
4625
4140
  GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE: float
4626
- """
4627
- """
4628
4141
 
4629
4142
  GL_FRAMEBUFFER_ATTACHMENT_LAYERED: float
4630
- """
4631
- """
4632
4143
 
4633
4144
  GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME: float
4634
- """
4635
- """
4636
4145
 
4637
4146
  GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE: float
4638
- """
4639
- """
4640
4147
 
4641
4148
  GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE: float
4642
- """
4643
- """
4644
4149
 
4645
4150
  GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE: float
4646
- """
4647
- """
4648
4151
 
4649
4152
  GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE: float
4650
- """
4651
- """
4652
4153
 
4653
4154
  GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER: float
4654
- """
4655
- """
4656
4155
 
4657
4156
  GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL: float
4658
- """
4659
- """
4660
4157
 
4661
4158
  GL_FRAMEBUFFER_BINDING: float
4662
- """
4663
- """
4664
4159
 
4665
4160
  GL_FRAMEBUFFER_COMPLETE: float
4666
- """
4667
- """
4668
4161
 
4669
4162
  GL_FRAMEBUFFER_DEFAULT: float
4670
- """
4671
- """
4672
4163
 
4673
4164
  GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT: float
4674
- """
4675
- """
4676
4165
 
4677
4166
  GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER: float
4678
- """
4679
- """
4680
4167
 
4681
4168
  GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS: float
4682
- """
4683
- """
4684
4169
 
4685
4170
  GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT: float
4686
- """
4687
- """
4688
4171
 
4689
4172
  GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE: float
4690
- """
4691
- """
4692
4173
 
4693
4174
  GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER: float
4694
- """
4695
- """
4696
4175
 
4697
4176
  GL_FRAMEBUFFER_SRGB: float
4698
- """
4699
- """
4700
4177
 
4701
4178
  GL_FRAMEBUFFER_UNDEFINED: float
4702
- """
4703
- """
4704
4179
 
4705
4180
  GL_FRAMEBUFFER_UNSUPPORTED: float
4706
- """
4707
- """
4708
4181
 
4709
4182
  GL_FRONT: float
4710
- """
4711
- """
4712
4183
 
4713
4184
  GL_FRONT_AND_BACK: float
4714
- """
4715
- """
4716
4185
 
4717
4186
  GL_FRONT_FACE: float
4718
- """
4719
- """
4720
4187
 
4721
4188
  GL_FRONT_LEFT: float
4722
- """
4723
- """
4724
4189
 
4725
4190
  GL_FRONT_RIGHT: float
4726
- """
4727
- """
4728
4191
 
4729
4192
  GL_FUNC_ADD: float
4730
- """
4731
- """
4732
4193
 
4733
4194
  GL_FUNC_REVERSE_SUBTRACT: float
4734
- """
4735
- """
4736
4195
 
4737
4196
  GL_FUNC_SUBTRACT: float
4738
- """
4739
- """
4740
4197
 
4741
4198
  GL_GEOMETRY_INPUT_TYPE: float
4742
- """
4743
- """
4744
4199
 
4745
4200
  GL_GEOMETRY_OUTPUT_TYPE: float
4746
- """
4747
- """
4748
4201
 
4749
4202
  GL_GEOMETRY_SHADER: float
4750
- """
4751
- """
4752
4203
 
4753
4204
  GL_GEOMETRY_VERTICES_OUT: float
4754
- """
4755
- """
4756
4205
 
4757
4206
  GL_GEQUAL: float
4758
- """
4759
- """
4760
4207
 
4761
4208
  GL_GREATER: float
4762
- """
4763
- """
4764
4209
 
4765
4210
  GL_GREEN: float
4766
- """
4767
- """
4768
4211
 
4769
4212
  GL_GREEN_INTEGER: float
4770
- """
4771
- """
4772
4213
 
4773
4214
  GL_HALF_FLOAT: float
4774
- """
4775
- """
4776
4215
 
4777
4216
  GL_INCR: float
4778
- """
4779
- """
4780
4217
 
4781
4218
  GL_INCR_WRAP: float
4782
- """
4783
- """
4784
4219
 
4785
4220
  GL_INDEX: float
4786
- """
4787
- """
4788
4221
 
4789
4222
  GL_INFO_LOG_LENGTH: float
4790
- """
4791
- """
4792
4223
 
4793
4224
  GL_INT: float
4794
- """
4795
- """
4796
4225
 
4797
4226
  GL_INTERLEAVED_ATTRIBS: float
4798
- """
4799
- """
4800
4227
 
4801
4228
  GL_INT_2_10_10_10_REV: float
4802
- """
4803
- """
4804
4229
 
4805
4230
  GL_INT_SAMPLER_1D: float
4806
- """
4807
- """
4808
4231
 
4809
4232
  GL_INT_SAMPLER_1D_ARRAY: float
4810
- """
4811
- """
4812
4233
 
4813
4234
  GL_INT_SAMPLER_2D: float
4814
- """
4815
- """
4816
4235
 
4817
4236
  GL_INT_SAMPLER_2D_ARRAY: float
4818
- """
4819
- """
4820
4237
 
4821
4238
  GL_INT_SAMPLER_2D_MULTISAMPLE: float
4822
- """
4823
- """
4824
4239
 
4825
4240
  GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY: float
4826
- """
4827
- """
4828
4241
 
4829
4242
  GL_INT_SAMPLER_2D_RECT: float
4830
- """
4831
- """
4832
4243
 
4833
4244
  GL_INT_SAMPLER_3D: float
4834
- """
4835
- """
4836
4245
 
4837
4246
  GL_INT_SAMPLER_BUFFER: float
4838
- """
4839
- """
4840
4247
 
4841
4248
  GL_INT_SAMPLER_CUBE: float
4842
- """
4843
- """
4844
4249
 
4845
4250
  GL_INT_VEC2: float
4846
- """
4847
- """
4848
4251
 
4849
4252
  GL_INT_VEC3: float
4850
- """
4851
- """
4852
4253
 
4853
4254
  GL_INT_VEC4: float
4854
- """
4855
- """
4856
4255
 
4857
4256
  GL_INVALID_ENUM: float
4858
- """
4859
- """
4860
4257
 
4861
4258
  GL_INVALID_FRAMEBUFFER_OPERATION: float
4862
- """
4863
- """
4864
4259
 
4865
4260
  GL_INVALID_INDEX: float
4866
- """
4867
- """
4868
4261
 
4869
4262
  GL_INVALID_OPERATION: float
4870
- """
4871
- """
4872
4263
 
4873
4264
  GL_INVALID_VALUE: float
4874
- """
4875
- """
4876
4265
 
4877
4266
  GL_INVERT: float
4878
- """
4879
- """
4880
4267
 
4881
4268
  GL_KEEP: float
4882
- """
4883
- """
4884
4269
 
4885
4270
  GL_LAST_VERTEX_CONVENTION: float
4886
- """
4887
- """
4888
4271
 
4889
4272
  GL_LEFT: float
4890
- """
4891
- """
4892
4273
 
4893
4274
  GL_LEQUAL: float
4894
- """
4895
- """
4896
4275
 
4897
4276
  GL_LESS: float
4898
- """
4899
- """
4900
4277
 
4901
4278
  GL_LINE: float
4902
- """
4903
- """
4904
4279
 
4905
4280
  GL_LINEAR: float
4906
- """
4907
- """
4908
4281
 
4909
4282
  GL_LINEAR_MIPMAP_LINEAR: float
4910
- """
4911
- """
4912
4283
 
4913
4284
  GL_LINEAR_MIPMAP_NEAREST: float
4914
- """
4915
- """
4916
4285
 
4917
4286
  GL_LINES: float
4918
- """
4919
- """
4920
4287
 
4921
4288
  GL_LINES_ADJACENCY: float
4922
- """
4923
- """
4924
4289
 
4925
4290
  GL_LINE_LOOP: float
4926
- """
4927
- """
4928
4291
 
4929
4292
  GL_LINE_SMOOTH: float
4930
- """
4931
- """
4932
4293
 
4933
4294
  GL_LINE_SMOOTH_HINT: float
4934
- """
4935
- """
4936
4295
 
4937
4296
  GL_LINE_STRIP: float
4938
- """
4939
- """
4940
4297
 
4941
4298
  GL_LINE_STRIP_ADJACENCY: float
4942
- """
4943
- """
4944
4299
 
4945
4300
  GL_LINE_WIDTH: float
4946
- """
4947
- """
4948
4301
 
4949
4302
  GL_LINE_WIDTH_GRANULARITY: float
4950
- """
4951
- """
4952
4303
 
4953
4304
  GL_LINE_WIDTH_RANGE: float
4954
- """
4955
- """
4956
4305
 
4957
4306
  GL_LINK_STATUS: float
4958
- """
4959
- """
4960
4307
 
4961
4308
  GL_LOGIC_OP_MODE: float
4962
- """
4963
- """
4964
4309
 
4965
4310
  GL_LOWER_LEFT: float
4966
- """
4967
- """
4968
4311
 
4969
4312
  GL_MAJOR_VERSION: float
4970
- """
4971
- """
4972
4313
 
4973
4314
  GL_MAP_FLUSH_EXPLICIT_BIT: float
4974
- """
4975
- """
4976
4315
 
4977
4316
  GL_MAP_INVALIDATE_BUFFER_BIT: float
4978
- """
4979
- """
4980
4317
 
4981
4318
  GL_MAP_INVALIDATE_RANGE_BIT: float
4982
- """
4983
- """
4984
4319
 
4985
4320
  GL_MAP_READ_BIT: float
4986
- """
4987
- """
4988
4321
 
4989
4322
  GL_MAP_UNSYNCHRONIZED_BIT: float
4990
- """
4991
- """
4992
4323
 
4993
4324
  GL_MAP_WRITE_BIT: float
4994
- """
4995
- """
4996
4325
 
4997
4326
  GL_MAX: float
4998
- """
4999
- """
5000
4327
 
5001
4328
  GL_MAX_3D_TEXTURE_SIZE: float
5002
- """
5003
- """
5004
4329
 
5005
4330
  GL_MAX_ARRAY_TEXTURE_LAYERS: float
5006
- """
5007
- """
5008
4331
 
5009
4332
  GL_MAX_CLIP_DISTANCES: float
5010
- """
5011
- """
5012
4333
 
5013
4334
  GL_MAX_COLOR_ATTACHMENTS: float
5014
- """
5015
- """
5016
4335
 
5017
4336
  GL_MAX_COLOR_TEXTURE_SAMPLES: float
5018
- """
5019
- """
5020
4337
 
5021
4338
  GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS: float
5022
- """
5023
- """
5024
4339
 
5025
4340
  GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS: float
5026
- """
5027
- """
5028
4341
 
5029
4342
  GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS: float
5030
- """
5031
- """
5032
4343
 
5033
4344
  GL_MAX_COMBINED_UNIFORM_BLOCKS: float
5034
- """
5035
- """
5036
4345
 
5037
4346
  GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS: float
5038
- """
5039
- """
5040
4347
 
5041
4348
  GL_MAX_CUBE_MAP_TEXTURE_SIZE: float
5042
- """
5043
- """
5044
4349
 
5045
4350
  GL_MAX_DEPTH_TEXTURE_SAMPLES: float
5046
- """
5047
- """
5048
4351
 
5049
4352
  GL_MAX_DRAW_BUFFERS: float
5050
- """
5051
- """
5052
4353
 
5053
4354
  GL_MAX_DUAL_SOURCE_DRAW_BUFFERS: float
5054
- """
5055
- """
5056
4355
 
5057
4356
  GL_MAX_ELEMENTS_INDICES: float
5058
- """
5059
- """
5060
4357
 
5061
4358
  GL_MAX_ELEMENTS_VERTICES: float
5062
- """
5063
- """
5064
4359
 
5065
4360
  GL_MAX_FRAGMENT_INPUT_COMPONENTS: float
5066
- """
5067
- """
5068
4361
 
5069
4362
  GL_MAX_FRAGMENT_UNIFORM_BLOCKS: float
5070
- """
5071
- """
5072
4363
 
5073
4364
  GL_MAX_FRAGMENT_UNIFORM_COMPONENTS: float
5074
- """
5075
- """
5076
4365
 
5077
4366
  GL_MAX_GEOMETRY_INPUT_COMPONENTS: float
5078
- """
5079
- """
5080
4367
 
5081
4368
  GL_MAX_GEOMETRY_OUTPUT_COMPONENTS: float
5082
- """
5083
- """
5084
4369
 
5085
4370
  GL_MAX_GEOMETRY_OUTPUT_VERTICES: float
5086
- """
5087
- """
5088
4371
 
5089
4372
  GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS: float
5090
- """
5091
- """
5092
4373
 
5093
4374
  GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS: float
5094
- """
5095
- """
5096
4375
 
5097
4376
  GL_MAX_GEOMETRY_UNIFORM_BLOCKS: float
5098
- """
5099
- """
5100
4377
 
5101
4378
  GL_MAX_GEOMETRY_UNIFORM_COMPONENTS: float
5102
- """
5103
- """
5104
4379
 
5105
4380
  GL_MAX_INTEGER_SAMPLES: float
5106
- """
5107
- """
5108
4381
 
5109
4382
  GL_MAX_PROGRAM_TEXEL_OFFSET: float
5110
- """
5111
- """
5112
4383
 
5113
4384
  GL_MAX_RECTANGLE_TEXTURE_SIZE: float
5114
- """
5115
- """
5116
4385
 
5117
4386
  GL_MAX_RENDERBUFFER_SIZE: float
5118
- """
5119
- """
5120
4387
 
5121
4388
  GL_MAX_SAMPLES: float
5122
- """
5123
- """
5124
4389
 
5125
4390
  GL_MAX_SAMPLE_MASK_WORDS: float
5126
- """
5127
- """
5128
4391
 
5129
4392
  GL_MAX_SERVER_WAIT_TIMEOUT: float
5130
- """
5131
- """
5132
4393
 
5133
4394
  GL_MAX_TEXTURE_BUFFER_SIZE: float
5134
- """
5135
- """
5136
4395
 
5137
4396
  GL_MAX_TEXTURE_IMAGE_UNITS: float
5138
- """
5139
- """
5140
4397
 
5141
4398
  GL_MAX_TEXTURE_LOD_BIAS: float
5142
- """
5143
- """
5144
4399
 
5145
4400
  GL_MAX_TEXTURE_SIZE: float
5146
- """
5147
- """
5148
4401
 
5149
4402
  GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS: float
5150
- """
5151
- """
5152
4403
 
5153
4404
  GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS: float
5154
- """
5155
- """
5156
4405
 
5157
4406
  GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS: float
5158
- """
5159
- """
5160
4407
 
5161
4408
  GL_MAX_UNIFORM_BLOCK_SIZE: float
5162
- """
5163
- """
5164
4409
 
5165
4410
  GL_MAX_UNIFORM_BUFFER_BINDINGS: float
5166
- """
5167
- """
5168
4411
 
5169
4412
  GL_MAX_VARYING_COMPONENTS: float
5170
- """
5171
- """
5172
4413
 
5173
4414
  GL_MAX_VARYING_FLOATS: float
5174
- """
5175
- """
5176
4415
 
5177
4416
  GL_MAX_VERTEX_ATTRIBS: float
5178
- """
5179
- """
5180
4417
 
5181
4418
  GL_MAX_VERTEX_OUTPUT_COMPONENTS: float
5182
- """
5183
- """
5184
4419
 
5185
4420
  GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS: float
5186
- """
5187
- """
5188
4421
 
5189
4422
  GL_MAX_VERTEX_UNIFORM_BLOCKS: float
5190
- """
5191
- """
5192
4423
 
5193
4424
  GL_MAX_VERTEX_UNIFORM_COMPONENTS: float
5194
- """
5195
- """
5196
4425
 
5197
4426
  GL_MAX_VIEWPORT_DIMS: float
5198
- """
5199
- """
5200
4427
 
5201
4428
  GL_MIN: float
5202
- """
5203
- """
5204
4429
 
5205
4430
  GL_MINOR_VERSION: float
5206
- """
5207
- """
5208
4431
 
5209
4432
  GL_MIN_PROGRAM_TEXEL_OFFSET: float
5210
- """
5211
- """
5212
4433
 
5213
4434
  GL_MIRRORED_REPEAT: float
5214
- """
5215
- """
5216
4435
 
5217
4436
  GL_MULTISAMPLE: float
5218
- """
5219
- """
5220
4437
 
5221
4438
  GL_NAND: float
5222
- """
5223
- """
5224
4439
 
5225
4440
  GL_NEAREST: float
5226
- """
5227
- """
5228
4441
 
5229
4442
  GL_NEAREST_MIPMAP_LINEAR: float
5230
- """
5231
- """
5232
4443
 
5233
4444
  GL_NEAREST_MIPMAP_NEAREST: float
5234
- """
5235
- """
5236
4445
 
5237
4446
  GL_NEVER: float
5238
- """
5239
- """
5240
4447
 
5241
4448
  GL_NICEST: float
5242
- """
5243
- """
5244
4449
 
5245
4450
  GL_NONE: float
5246
- """
5247
- """
5248
4451
 
5249
4452
  GL_NOOP: float
5250
- """
5251
- """
5252
4453
 
5253
4454
  GL_NOR: float
5254
- """
5255
- """
5256
4455
 
5257
4456
  GL_NOTEQUAL: float
5258
- """
5259
- """
5260
4457
 
5261
4458
  GL_NO_ERROR: float
5262
- """
5263
- """
5264
4459
 
5265
4460
  GL_NUM_COMPRESSED_TEXTURE_FORMATS: float
5266
- """
5267
- """
5268
4461
 
5269
4462
  GL_NUM_EXTENSIONS: float
5270
- """
5271
- """
5272
4463
 
5273
4464
  GL_OBJECT_TYPE: float
5274
- """
5275
- """
5276
4465
 
5277
4466
  GL_ONE: float
5278
- """
5279
- """
5280
4467
 
5281
4468
  GL_ONE_MINUS_CONSTANT_ALPHA: float
5282
- """
5283
- """
5284
4469
 
5285
4470
  GL_ONE_MINUS_CONSTANT_COLOR: float
5286
- """
5287
- """
5288
4471
 
5289
4472
  GL_ONE_MINUS_DST_ALPHA: float
5290
- """
5291
- """
5292
4473
 
5293
4474
  GL_ONE_MINUS_DST_COLOR: float
5294
- """
5295
- """
5296
4475
 
5297
4476
  GL_ONE_MINUS_SRC1_ALPHA: float
5298
- """
5299
- """
5300
4477
 
5301
4478
  GL_ONE_MINUS_SRC1_COLOR: float
5302
- """
5303
- """
5304
4479
 
5305
4480
  GL_ONE_MINUS_SRC_ALPHA: float
5306
- """
5307
- """
5308
4481
 
5309
4482
  GL_ONE_MINUS_SRC_COLOR: float
5310
- """
5311
- """
5312
4483
 
5313
4484
  GL_OR: float
5314
- """
5315
- """
5316
4485
 
5317
4486
  GL_OR_INVERTED: float
5318
- """
5319
- """
5320
4487
 
5321
4488
  GL_OR_REVERSE: float
5322
- """
5323
- """
5324
4489
 
5325
4490
  GL_OUT_OF_MEMORY: float
5326
- """
5327
- """
5328
4491
 
5329
4492
  GL_PACK_ALIGNMENT: float
5330
- """
5331
- """
5332
4493
 
5333
4494
  GL_PACK_IMAGE_HEIGHT: float
5334
- """
5335
- """
5336
4495
 
5337
4496
  GL_PACK_LSB_FIRST: float
5338
- """
5339
- """
5340
4497
 
5341
4498
  GL_PACK_ROW_LENGTH: float
5342
- """
5343
- """
5344
4499
 
5345
4500
  GL_PACK_SKIP_IMAGES: float
5346
- """
5347
- """
5348
4501
 
5349
4502
  GL_PACK_SKIP_PIXELS: float
5350
- """
5351
- """
5352
4503
 
5353
4504
  GL_PACK_SKIP_ROWS: float
5354
- """
5355
- """
5356
4505
 
5357
4506
  GL_PACK_SWAP_BYTES: float
5358
- """
5359
- """
5360
4507
 
5361
4508
  GL_PIXEL_PACK_BUFFER: float
5362
- """
5363
- """
5364
4509
 
5365
4510
  GL_PIXEL_PACK_BUFFER_BINDING: float
5366
- """
5367
- """
5368
4511
 
5369
4512
  GL_PIXEL_UNPACK_BUFFER: float
5370
- """
5371
- """
5372
4513
 
5373
4514
  GL_PIXEL_UNPACK_BUFFER_BINDING: float
5374
- """
5375
- """
5376
4515
 
5377
4516
  GL_POINT: float
5378
- """
5379
- """
5380
4517
 
5381
4518
  GL_POINTS: float
5382
- """
5383
- """
5384
4519
 
5385
4520
  GL_POINT_FADE_THRESHOLD_SIZE: float
5386
- """
5387
- """
5388
4521
 
5389
4522
  GL_POINT_SIZE: float
5390
- """
5391
- """
5392
4523
 
5393
4524
  GL_POINT_SPRITE_COORD_ORIGIN: float
5394
- """
5395
- """
5396
4525
 
5397
4526
  GL_POLYGON_MODE: float
5398
- """
5399
- """
5400
4527
 
5401
4528
  GL_POLYGON_OFFSET_FACTOR: float
5402
- """
5403
- """
5404
4529
 
5405
4530
  GL_POLYGON_OFFSET_FILL: float
5406
- """
5407
- """
5408
4531
 
5409
4532
  GL_POLYGON_OFFSET_LINE: float
5410
- """
5411
- """
5412
4533
 
5413
4534
  GL_POLYGON_OFFSET_POINT: float
5414
- """
5415
- """
5416
4535
 
5417
4536
  GL_POLYGON_OFFSET_UNITS: float
5418
- """
5419
- """
5420
4537
 
5421
4538
  GL_POLYGON_SMOOTH: float
5422
- """
5423
- """
5424
4539
 
5425
4540
  GL_POLYGON_SMOOTH_HINT: float
5426
- """
5427
- """
5428
4541
 
5429
4542
  GL_PRIMITIVES_GENERATED: float
5430
- """
5431
- """
5432
4543
 
5433
4544
  GL_PRIMITIVE_RESTART: float
5434
- """
5435
- """
5436
4545
 
5437
4546
  GL_PRIMITIVE_RESTART_INDEX: float
5438
- """
5439
- """
5440
4547
 
5441
4548
  GL_PROGRAM_POINT_SIZE: float
5442
- """
5443
- """
5444
4549
 
5445
4550
  GL_PROVOKING_VERTEX: float
5446
- """
5447
- """
5448
4551
 
5449
4552
  GL_PROXY_TEXTURE_1D: float
5450
- """
5451
- """
5452
4553
 
5453
4554
  GL_PROXY_TEXTURE_1D_ARRAY: float
5454
- """
5455
- """
5456
4555
 
5457
4556
  GL_PROXY_TEXTURE_2D: float
5458
- """
5459
- """
5460
4557
 
5461
4558
  GL_PROXY_TEXTURE_2D_ARRAY: float
5462
- """
5463
- """
5464
4559
 
5465
4560
  GL_PROXY_TEXTURE_2D_MULTISAMPLE: float
5466
- """
5467
- """
5468
4561
 
5469
4562
  GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY: float
5470
- """
5471
- """
5472
4563
 
5473
4564
  GL_PROXY_TEXTURE_3D: float
5474
- """
5475
- """
5476
4565
 
5477
4566
  GL_PROXY_TEXTURE_CUBE_MAP: float
5478
- """
5479
- """
5480
4567
 
5481
4568
  GL_PROXY_TEXTURE_RECTANGLE: float
5482
- """
5483
- """
5484
4569
 
5485
4570
  GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION: float
5486
- """
5487
- """
5488
4571
 
5489
4572
  GL_QUERY_BY_REGION_NO_WAIT: float
5490
- """
5491
- """
5492
4573
 
5493
4574
  GL_QUERY_BY_REGION_WAIT: float
5494
- """
5495
- """
5496
4575
 
5497
4576
  GL_QUERY_COUNTER_BITS: float
5498
- """
5499
- """
5500
4577
 
5501
4578
  GL_QUERY_NO_WAIT: float
5502
- """
5503
- """
5504
4579
 
5505
4580
  GL_QUERY_RESULT: float
5506
- """
5507
- """
5508
4581
 
5509
4582
  GL_QUERY_RESULT_AVAILABLE: float
5510
- """
5511
- """
5512
4583
 
5513
4584
  GL_QUERY_WAIT: float
5514
- """
5515
- """
5516
4585
 
5517
4586
  GL_R11F_G11F_B10F: float
5518
- """
5519
- """
5520
4587
 
5521
4588
  GL_R16: float
5522
- """
5523
- """
5524
4589
 
5525
4590
  GL_R16F: float
5526
- """
5527
- """
5528
4591
 
5529
4592
  GL_R16I: float
5530
- """
5531
- """
5532
4593
 
5533
4594
  GL_R16UI: float
5534
- """
5535
- """
5536
4595
 
5537
4596
  GL_R16_SNORM: float
5538
- """
5539
- """
5540
4597
 
5541
4598
  GL_R32F: float
5542
- """
5543
- """
5544
4599
 
5545
4600
  GL_R32I: float
5546
- """
5547
- """
5548
4601
 
5549
4602
  GL_R32UI: float
5550
- """
5551
- """
5552
4603
 
5553
4604
  GL_R3_G3_B2: float
5554
- """
5555
- """
5556
4605
 
5557
4606
  GL_R8: float
5558
- """
5559
- """
5560
4607
 
5561
4608
  GL_R8I: float
5562
- """
5563
- """
5564
4609
 
5565
4610
  GL_R8UI: float
5566
- """
5567
- """
5568
4611
 
5569
4612
  GL_R8_SNORM: float
5570
- """
5571
- """
5572
4613
 
5573
4614
  GL_RASTERIZER_DISCARD: float
5574
- """
5575
- """
5576
4615
 
5577
4616
  GL_READ_BUFFER: float
5578
- """
5579
- """
5580
4617
 
5581
4618
  GL_READ_FRAMEBUFFER: float
5582
- """
5583
- """
5584
4619
 
5585
4620
  GL_READ_FRAMEBUFFER_BINDING: float
5586
- """
5587
- """
5588
4621
 
5589
4622
  GL_READ_ONLY: float
5590
- """
5591
- """
5592
4623
 
5593
4624
  GL_READ_WRITE: float
5594
- """
5595
- """
5596
4625
 
5597
4626
  GL_RED: float
5598
- """
5599
- """
5600
4627
 
5601
4628
  GL_RED_INTEGER: float
5602
- """
5603
- """
5604
4629
 
5605
4630
  GL_RENDERBUFFER: float
5606
- """
5607
- """
5608
4631
 
5609
4632
  GL_RENDERBUFFER_ALPHA_SIZE: float
5610
- """
5611
- """
5612
4633
 
5613
4634
  GL_RENDERBUFFER_BINDING: float
5614
- """
5615
- """
5616
4635
 
5617
4636
  GL_RENDERBUFFER_BLUE_SIZE: float
5618
- """
5619
- """
5620
4637
 
5621
4638
  GL_RENDERBUFFER_DEPTH_SIZE: float
5622
- """
5623
- """
5624
4639
 
5625
4640
  GL_RENDERBUFFER_GREEN_SIZE: float
5626
- """
5627
- """
5628
4641
 
5629
4642
  GL_RENDERBUFFER_HEIGHT: float
5630
- """
5631
- """
5632
4643
 
5633
4644
  GL_RENDERBUFFER_INTERNAL_FORMAT: float
5634
- """
5635
- """
5636
4645
 
5637
4646
  GL_RENDERBUFFER_RED_SIZE: float
5638
- """
5639
- """
5640
4647
 
5641
4648
  GL_RENDERBUFFER_SAMPLES: float
5642
- """
5643
- """
5644
4649
 
5645
4650
  GL_RENDERBUFFER_STENCIL_SIZE: float
5646
- """
5647
- """
5648
4651
 
5649
4652
  GL_RENDERBUFFER_WIDTH: float
5650
- """
5651
- """
5652
4653
 
5653
4654
  GL_RENDERER: float
5654
- """
5655
- """
5656
4655
 
5657
4656
  GL_REPEAT: float
5658
- """
5659
- """
5660
4657
 
5661
4658
  GL_REPLACE: float
5662
- """
5663
- """
5664
4659
 
5665
4660
  GL_RG: float
5666
- """
5667
- """
5668
4661
 
5669
4662
  GL_RG16: float
5670
- """
5671
- """
5672
4663
 
5673
4664
  GL_RG16F: float
5674
- """
5675
- """
5676
4665
 
5677
4666
  GL_RG16I: float
5678
- """
5679
- """
5680
4667
 
5681
4668
  GL_RG16UI: float
5682
- """
5683
- """
5684
4669
 
5685
4670
  GL_RG16_SNORM: float
5686
- """
5687
- """
5688
4671
 
5689
4672
  GL_RG32F: float
5690
- """
5691
- """
5692
4673
 
5693
4674
  GL_RG32I: float
5694
- """
5695
- """
5696
4675
 
5697
4676
  GL_RG32UI: float
5698
- """
5699
- """
5700
4677
 
5701
4678
  GL_RG8: float
5702
- """
5703
- """
5704
4679
 
5705
4680
  GL_RG8I: float
5706
- """
5707
- """
5708
4681
 
5709
4682
  GL_RG8UI: float
5710
- """
5711
- """
5712
4683
 
5713
4684
  GL_RG8_SNORM: float
5714
- """
5715
- """
5716
4685
 
5717
4686
  GL_RGB: float
5718
- """
5719
- """
5720
4687
 
5721
4688
  GL_RGB10: float
5722
- """
5723
- """
5724
4689
 
5725
4690
  GL_RGB10_A2: float
5726
- """
5727
- """
5728
4691
 
5729
4692
  GL_RGB10_A2UI: float
5730
- """
5731
- """
5732
4693
 
5733
4694
  GL_RGB12: float
5734
- """
5735
- """
5736
4695
 
5737
4696
  GL_RGB16: float
5738
- """
5739
- """
5740
4697
 
5741
4698
  GL_RGB16F: float
5742
- """
5743
- """
5744
4699
 
5745
4700
  GL_RGB16I: float
5746
- """
5747
- """
5748
4701
 
5749
4702
  GL_RGB16UI: float
5750
- """
5751
- """
5752
4703
 
5753
4704
  GL_RGB16_SNORM: float
5754
- """
5755
- """
5756
4705
 
5757
4706
  GL_RGB32F: float
5758
- """
5759
- """
5760
4707
 
5761
4708
  GL_RGB32I: float
5762
- """
5763
- """
5764
4709
 
5765
4710
  GL_RGB32UI: float
5766
- """
5767
- """
5768
4711
 
5769
4712
  GL_RGB4: float
5770
- """
5771
- """
5772
4713
 
5773
4714
  GL_RGB5: float
5774
- """
5775
- """
5776
4715
 
5777
4716
  GL_RGB5_A1: float
5778
- """
5779
- """
5780
4717
 
5781
4718
  GL_RGB8: float
5782
- """
5783
- """
5784
4719
 
5785
4720
  GL_RGB8I: float
5786
- """
5787
- """
5788
4721
 
5789
4722
  GL_RGB8UI: float
5790
- """
5791
- """
5792
4723
 
5793
4724
  GL_RGB8_SNORM: float
5794
- """
5795
- """
5796
4725
 
5797
4726
  GL_RGB9_E5: float
5798
- """
5799
- """
5800
4727
 
5801
4728
  GL_RGBA: float
5802
- """
5803
- """
5804
4729
 
5805
4730
  GL_RGBA12: float
5806
- """
5807
- """
5808
4731
 
5809
4732
  GL_RGBA16: float
5810
- """
5811
- """
5812
4733
 
5813
4734
  GL_RGBA16F: float
5814
- """
5815
- """
5816
4735
 
5817
4736
  GL_RGBA16I: float
5818
- """
5819
- """
5820
4737
 
5821
4738
  GL_RGBA16UI: float
5822
- """
5823
- """
5824
4739
 
5825
4740
  GL_RGBA16_SNORM: float
5826
- """
5827
- """
5828
4741
 
5829
4742
  GL_RGBA2: float
5830
- """
5831
- """
5832
4743
 
5833
4744
  GL_RGBA32F: float
5834
- """
5835
- """
5836
4745
 
5837
4746
  GL_RGBA32I: float
5838
- """
5839
- """
5840
4747
 
5841
4748
  GL_RGBA32UI: float
5842
- """
5843
- """
5844
4749
 
5845
4750
  GL_RGBA4: float
5846
- """
5847
- """
5848
4751
 
5849
4752
  GL_RGBA8: float
5850
- """
5851
- """
5852
4753
 
5853
4754
  GL_RGBA8I: float
5854
- """
5855
- """
5856
4755
 
5857
4756
  GL_RGBA8UI: float
5858
- """
5859
- """
5860
4757
 
5861
4758
  GL_RGBA8_SNORM: float
5862
- """
5863
- """
5864
4759
 
5865
4760
  GL_RGBA_INTEGER: float
5866
- """
5867
- """
5868
4761
 
5869
4762
  GL_RGB_INTEGER: float
5870
- """
5871
- """
5872
4763
 
5873
4764
  GL_RG_INTEGER: float
5874
- """
5875
- """
5876
4765
 
5877
4766
  GL_RIGHT: float
5878
- """
5879
- """
5880
4767
 
5881
4768
  GL_SAMPLER_1D: float
5882
- """
5883
- """
5884
4769
 
5885
4770
  GL_SAMPLER_1D_ARRAY: float
5886
- """
5887
- """
5888
4771
 
5889
4772
  GL_SAMPLER_1D_ARRAY_SHADOW: float
5890
- """
5891
- """
5892
4773
 
5893
4774
  GL_SAMPLER_1D_SHADOW: float
5894
- """
5895
- """
5896
4775
 
5897
4776
  GL_SAMPLER_2D: float
5898
- """
5899
- """
5900
4777
 
5901
4778
  GL_SAMPLER_2D_ARRAY: float
5902
- """
5903
- """
5904
4779
 
5905
4780
  GL_SAMPLER_2D_ARRAY_SHADOW: float
5906
- """
5907
- """
5908
4781
 
5909
4782
  GL_SAMPLER_2D_MULTISAMPLE: float
5910
- """
5911
- """
5912
4783
 
5913
4784
  GL_SAMPLER_2D_MULTISAMPLE_ARRAY: float
5914
- """
5915
- """
5916
4785
 
5917
4786
  GL_SAMPLER_2D_RECT: float
5918
- """
5919
- """
5920
4787
 
5921
4788
  GL_SAMPLER_2D_RECT_SHADOW: float
5922
- """
5923
- """
5924
4789
 
5925
4790
  GL_SAMPLER_2D_SHADOW: float
5926
- """
5927
- """
5928
4791
 
5929
4792
  GL_SAMPLER_3D: float
5930
- """
5931
- """
5932
4793
 
5933
4794
  GL_SAMPLER_BINDING: float
5934
- """
5935
- """
5936
4795
 
5937
4796
  GL_SAMPLER_BUFFER: float
5938
- """
5939
- """
5940
4797
 
5941
4798
  GL_SAMPLER_CUBE: float
5942
- """
5943
- """
5944
4799
 
5945
4800
  GL_SAMPLER_CUBE_SHADOW: float
5946
- """
5947
- """
5948
4801
 
5949
4802
  GL_SAMPLES: float
5950
- """
5951
- """
5952
4803
 
5953
4804
  GL_SAMPLES_PASSED: float
5954
- """
5955
- """
5956
4805
 
5957
4806
  GL_SAMPLE_ALPHA_TO_COVERAGE: float
5958
- """
5959
- """
5960
4807
 
5961
4808
  GL_SAMPLE_ALPHA_TO_ONE: float
5962
- """
5963
- """
5964
4809
 
5965
4810
  GL_SAMPLE_BUFFERS: float
5966
- """
5967
- """
5968
4811
 
5969
4812
  GL_SAMPLE_COVERAGE: float
5970
- """
5971
- """
5972
4813
 
5973
4814
  GL_SAMPLE_COVERAGE_INVERT: float
5974
- """
5975
- """
5976
4815
 
5977
4816
  GL_SAMPLE_COVERAGE_VALUE: float
5978
- """
5979
- """
5980
4817
 
5981
4818
  GL_SAMPLE_MASK: float
5982
- """
5983
- """
5984
4819
 
5985
4820
  GL_SAMPLE_MASK_VALUE: float
5986
- """
5987
- """
5988
4821
 
5989
4822
  GL_SAMPLE_POSITION: float
5990
- """
5991
- """
5992
4823
 
5993
4824
  GL_SCISSOR_BOX: float
5994
- """
5995
- """
5996
4825
 
5997
4826
  GL_SCISSOR_TEST: float
5998
- """
5999
- """
6000
4827
 
6001
4828
  GL_SEPARATE_ATTRIBS: float
6002
- """
6003
- """
6004
4829
 
6005
4830
  GL_SET: float
6006
- """
6007
- """
6008
4831
 
6009
4832
  GL_SHADER_SOURCE_LENGTH: float
6010
- """
6011
- """
6012
4833
 
6013
4834
  GL_SHADER_TYPE: float
6014
- """
6015
- """
6016
4835
 
6017
4836
  GL_SHADING_LANGUAGE_VERSION: float
6018
- """
6019
- """
6020
4837
 
6021
4838
  GL_SHORT: float
6022
- """
6023
- """
6024
4839
 
6025
4840
  GL_SIGNALED: float
6026
- """
6027
- """
6028
4841
 
6029
4842
  GL_SIGNED_NORMALIZED: float
6030
- """
6031
- """
6032
4843
 
6033
4844
  GL_SMOOTH_LINE_WIDTH_GRANULARITY: float
6034
- """
6035
- """
6036
4845
 
6037
4846
  GL_SMOOTH_LINE_WIDTH_RANGE: float
6038
- """
6039
- """
6040
4847
 
6041
4848
  GL_SMOOTH_POINT_SIZE_GRANULARITY: float
6042
- """
6043
- """
6044
4849
 
6045
4850
  GL_SMOOTH_POINT_SIZE_RANGE: float
6046
- """
6047
- """
6048
4851
 
6049
4852
  GL_SRC1_COLOR: float
6050
- """
6051
- """
6052
4853
 
6053
4854
  GL_SRC_ALPHA: float
6054
- """
6055
- """
6056
4855
 
6057
4856
  GL_SRC_ALPHA_SATURATE: float
6058
- """
6059
- """
6060
4857
 
6061
4858
  GL_SRC_COLOR: float
6062
- """
6063
- """
6064
4859
 
6065
4860
  GL_SRGB: float
6066
- """
6067
- """
6068
4861
 
6069
4862
  GL_SRGB8: float
6070
- """
6071
- """
6072
4863
 
6073
4864
  GL_SRGB8_ALPHA8: float
6074
- """
6075
- """
6076
4865
 
6077
4866
  GL_SRGB_ALPHA: float
6078
- """
6079
- """
6080
4867
 
6081
4868
  GL_STATIC_COPY: float
6082
- """
6083
- """
6084
4869
 
6085
4870
  GL_STATIC_DRAW: float
6086
- """
6087
- """
6088
4871
 
6089
4872
  GL_STATIC_READ: float
6090
- """
6091
- """
6092
4873
 
6093
4874
  GL_STENCIL: float
6094
- """
6095
- """
6096
4875
 
6097
4876
  GL_STENCIL_ATTACHMENT: float
6098
- """
6099
- """
6100
4877
 
6101
4878
  GL_STENCIL_BACK_FAIL: float
6102
- """
6103
- """
6104
4879
 
6105
4880
  GL_STENCIL_BACK_FUNC: float
6106
- """
6107
- """
6108
4881
 
6109
4882
  GL_STENCIL_BACK_PASS_DEPTH_FAIL: float
6110
- """
6111
- """
6112
4883
 
6113
4884
  GL_STENCIL_BACK_PASS_DEPTH_PASS: float
6114
- """
6115
- """
6116
4885
 
6117
4886
  GL_STENCIL_BACK_REF: float
6118
- """
6119
- """
6120
4887
 
6121
4888
  GL_STENCIL_BACK_VALUE_MASK: float
6122
- """
6123
- """
6124
4889
 
6125
4890
  GL_STENCIL_BACK_WRITEMASK: float
6126
- """
6127
- """
6128
4891
 
6129
4892
  GL_STENCIL_BUFFER_BIT: float
6130
- """
6131
- """
6132
4893
 
6133
4894
  GL_STENCIL_CLEAR_VALUE: float
6134
- """
6135
- """
6136
4895
 
6137
4896
  GL_STENCIL_FAIL: float
6138
- """
6139
- """
6140
4897
 
6141
4898
  GL_STENCIL_FUNC: float
6142
- """
6143
- """
6144
4899
 
6145
4900
  GL_STENCIL_INDEX: float
6146
- """
6147
- """
6148
4901
 
6149
4902
  GL_STENCIL_INDEX1: float
6150
- """
6151
- """
6152
4903
 
6153
4904
  GL_STENCIL_INDEX16: float
6154
- """
6155
- """
6156
4905
 
6157
4906
  GL_STENCIL_INDEX4: float
6158
- """
6159
- """
6160
4907
 
6161
4908
  GL_STENCIL_INDEX8: float
6162
- """
6163
- """
6164
4909
 
6165
4910
  GL_STENCIL_PASS_DEPTH_FAIL: float
6166
- """
6167
- """
6168
4911
 
6169
4912
  GL_STENCIL_PASS_DEPTH_PASS: float
6170
- """
6171
- """
6172
4913
 
6173
4914
  GL_STENCIL_REF: float
6174
- """
6175
- """
6176
4915
 
6177
4916
  GL_STENCIL_TEST: float
6178
- """
6179
- """
6180
4917
 
6181
4918
  GL_STENCIL_VALUE_MASK: float
6182
- """
6183
- """
6184
4919
 
6185
4920
  GL_STENCIL_WRITEMASK: float
6186
- """
6187
- """
6188
4921
 
6189
4922
  GL_STEREO: float
6190
- """
6191
- """
6192
4923
 
6193
4924
  GL_STREAM_COPY: float
6194
- """
6195
- """
6196
4925
 
6197
4926
  GL_STREAM_DRAW: float
6198
- """
6199
- """
6200
4927
 
6201
4928
  GL_STREAM_READ: float
6202
- """
6203
- """
6204
4929
 
6205
4930
  GL_SUBPIXEL_BITS: float
6206
- """
6207
- """
6208
4931
 
6209
4932
  GL_SYNC_CONDITION: float
6210
- """
6211
- """
6212
4933
 
6213
4934
  GL_SYNC_FENCE: float
6214
- """
6215
- """
6216
4935
 
6217
4936
  GL_SYNC_FLAGS: float
6218
- """
6219
- """
6220
4937
 
6221
4938
  GL_SYNC_FLUSH_COMMANDS_BIT: float
6222
- """
6223
- """
6224
4939
 
6225
4940
  GL_SYNC_GPU_COMMANDS_COMPLETE: float
6226
- """
6227
- """
6228
4941
 
6229
4942
  GL_SYNC_STATUS: float
6230
- """
6231
- """
6232
4943
 
6233
4944
  GL_TEXTURE: float
6234
- """
6235
- """
6236
4945
 
6237
4946
  GL_TEXTURE0: float
6238
- """
6239
- """
6240
4947
 
6241
4948
  GL_TEXTURE1: float
6242
- """
6243
- """
6244
4949
 
6245
4950
  GL_TEXTURE10: float
6246
- """
6247
- """
6248
4951
 
6249
4952
  GL_TEXTURE11: float
6250
- """
6251
- """
6252
4953
 
6253
4954
  GL_TEXTURE12: float
6254
- """
6255
- """
6256
4955
 
6257
4956
  GL_TEXTURE13: float
6258
- """
6259
- """
6260
4957
 
6261
4958
  GL_TEXTURE14: float
6262
- """
6263
- """
6264
4959
 
6265
4960
  GL_TEXTURE15: float
6266
- """
6267
- """
6268
4961
 
6269
4962
  GL_TEXTURE16: float
6270
- """
6271
- """
6272
4963
 
6273
4964
  GL_TEXTURE17: float
6274
- """
6275
- """
6276
4965
 
6277
4966
  GL_TEXTURE18: float
6278
- """
6279
- """
6280
4967
 
6281
4968
  GL_TEXTURE19: float
6282
- """
6283
- """
6284
4969
 
6285
4970
  GL_TEXTURE2: float
6286
- """
6287
- """
6288
4971
 
6289
4972
  GL_TEXTURE20: float
6290
- """
6291
- """
6292
4973
 
6293
4974
  GL_TEXTURE21: float
6294
- """
6295
- """
6296
4975
 
6297
4976
  GL_TEXTURE22: float
6298
- """
6299
- """
6300
4977
 
6301
4978
  GL_TEXTURE23: float
6302
- """
6303
- """
6304
4979
 
6305
4980
  GL_TEXTURE24: float
6306
- """
6307
- """
6308
4981
 
6309
4982
  GL_TEXTURE25: float
6310
- """
6311
- """
6312
4983
 
6313
4984
  GL_TEXTURE26: float
6314
- """
6315
- """
6316
4985
 
6317
4986
  GL_TEXTURE27: float
6318
- """
6319
- """
6320
4987
 
6321
4988
  GL_TEXTURE28: float
6322
- """
6323
- """
6324
4989
 
6325
4990
  GL_TEXTURE29: float
6326
- """
6327
- """
6328
4991
 
6329
4992
  GL_TEXTURE3: float
6330
- """
6331
- """
6332
4993
 
6333
4994
  GL_TEXTURE30: float
6334
- """
6335
- """
6336
4995
 
6337
4996
  GL_TEXTURE31: float
6338
- """
6339
- """
6340
4997
 
6341
4998
  GL_TEXTURE4: float
6342
- """
6343
- """
6344
4999
 
6345
5000
  GL_TEXTURE5: float
6346
- """
6347
- """
6348
5001
 
6349
5002
  GL_TEXTURE6: float
6350
- """
6351
- """
6352
5003
 
6353
5004
  GL_TEXTURE7: float
6354
- """
6355
- """
6356
5005
 
6357
5006
  GL_TEXTURE8: float
6358
- """
6359
- """
6360
5007
 
6361
5008
  GL_TEXTURE9: float
6362
- """
6363
- """
6364
5009
 
6365
5010
  GL_TEXTURE_1D: float
6366
- """
6367
- """
6368
5011
 
6369
5012
  GL_TEXTURE_1D_ARRAY: float
6370
- """
6371
- """
6372
5013
 
6373
5014
  GL_TEXTURE_2D: float
6374
- """
6375
- """
6376
5015
 
6377
5016
  GL_TEXTURE_2D_ARRAY: float
6378
- """
6379
- """
6380
5017
 
6381
5018
  GL_TEXTURE_2D_MULTISAMPLE: float
6382
- """
6383
- """
6384
5019
 
6385
5020
  GL_TEXTURE_2D_MULTISAMPLE_ARRAY: float
6386
- """
6387
- """
6388
5021
 
6389
5022
  GL_TEXTURE_3D: float
6390
- """
6391
- """
6392
5023
 
6393
5024
  GL_TEXTURE_ALPHA_SIZE: float
6394
- """
6395
- """
6396
5025
 
6397
5026
  GL_TEXTURE_ALPHA_TYPE: float
6398
- """
6399
- """
6400
5027
 
6401
5028
  GL_TEXTURE_BASE_LEVEL: float
6402
- """
6403
- """
6404
5029
 
6405
5030
  GL_TEXTURE_BINDING_1D: float
6406
- """
6407
- """
6408
5031
 
6409
5032
  GL_TEXTURE_BINDING_1D_ARRAY: float
6410
- """
6411
- """
6412
5033
 
6413
5034
  GL_TEXTURE_BINDING_2D: float
6414
- """
6415
- """
6416
5035
 
6417
5036
  GL_TEXTURE_BINDING_2D_ARRAY: float
6418
- """
6419
- """
6420
5037
 
6421
5038
  GL_TEXTURE_BINDING_2D_MULTISAMPLE: float
6422
- """
6423
- """
6424
5039
 
6425
5040
  GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY: float
6426
- """
6427
- """
6428
5041
 
6429
5042
  GL_TEXTURE_BINDING_3D: float
6430
- """
6431
- """
6432
5043
 
6433
5044
  GL_TEXTURE_BINDING_BUFFER: float
6434
- """
6435
- """
6436
5045
 
6437
5046
  GL_TEXTURE_BINDING_CUBE_MAP: float
6438
- """
6439
- """
6440
5047
 
6441
5048
  GL_TEXTURE_BINDING_RECTANGLE: float
6442
- """
6443
- """
6444
5049
 
6445
5050
  GL_TEXTURE_BLUE_SIZE: float
6446
- """
6447
- """
6448
5051
 
6449
5052
  GL_TEXTURE_BLUE_TYPE: float
6450
- """
6451
- """
6452
5053
 
6453
5054
  GL_TEXTURE_BORDER_COLOR: float
6454
- """
6455
- """
6456
5055
 
6457
5056
  GL_TEXTURE_BUFFER: float
6458
- """
6459
- """
6460
5057
 
6461
5058
  GL_TEXTURE_BUFFER_DATA_STORE_BINDING: float
6462
- """
6463
- """
6464
5059
 
6465
5060
  GL_TEXTURE_COMPARE_FUNC: float
6466
- """
6467
- """
6468
5061
 
6469
5062
  GL_TEXTURE_COMPARE_MODE: float
6470
- """
6471
- """
6472
5063
 
6473
5064
  GL_TEXTURE_COMPRESSED: float
6474
- """
6475
- """
6476
5065
 
6477
5066
  GL_TEXTURE_COMPRESSED_IMAGE_SIZE: float
6478
- """
6479
- """
6480
5067
 
6481
5068
  GL_TEXTURE_COMPRESSION_HINT: float
6482
- """
6483
- """
6484
5069
 
6485
5070
  GL_TEXTURE_CUBE_MAP: float
6486
- """
6487
- """
6488
5071
 
6489
5072
  GL_TEXTURE_CUBE_MAP_NEGATIVE_X: float
6490
- """
6491
- """
6492
5073
 
6493
5074
  GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: float
6494
- """
6495
- """
6496
5075
 
6497
5076
  GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: float
6498
- """
6499
- """
6500
5077
 
6501
5078
  GL_TEXTURE_CUBE_MAP_POSITIVE_X: float
6502
- """
6503
- """
6504
5079
 
6505
5080
  GL_TEXTURE_CUBE_MAP_POSITIVE_Y: float
6506
- """
6507
- """
6508
5081
 
6509
5082
  GL_TEXTURE_CUBE_MAP_POSITIVE_Z: float
6510
- """
6511
- """
6512
5083
 
6513
5084
  GL_TEXTURE_CUBE_MAP_SEAMLESS: float
6514
- """
6515
- """
6516
5085
 
6517
5086
  GL_TEXTURE_DEPTH: float
6518
- """
6519
- """
6520
5087
 
6521
5088
  GL_TEXTURE_DEPTH_SIZE: float
6522
- """
6523
- """
6524
5089
 
6525
5090
  GL_TEXTURE_DEPTH_TYPE: float
6526
- """
6527
- """
6528
5091
 
6529
5092
  GL_TEXTURE_FIXED_SAMPLE_LOCATIONS: float
6530
- """
6531
- """
6532
5093
 
6533
5094
  GL_TEXTURE_GREEN_SIZE: float
6534
- """
6535
- """
6536
5095
 
6537
5096
  GL_TEXTURE_GREEN_TYPE: float
6538
- """
6539
- """
6540
5097
 
6541
5098
  GL_TEXTURE_HEIGHT: float
6542
- """
6543
- """
6544
5099
 
6545
5100
  GL_TEXTURE_INTERNAL_FORMAT: float
6546
- """
6547
- """
6548
5101
 
6549
5102
  GL_TEXTURE_LOD_BIAS: float
6550
- """
6551
- """
6552
5103
 
6553
5104
  GL_TEXTURE_MAG_FILTER: float
6554
- """
6555
- """
6556
5105
 
6557
5106
  GL_TEXTURE_MAX_LEVEL: float
6558
- """
6559
- """
6560
5107
 
6561
5108
  GL_TEXTURE_MAX_LOD: float
6562
- """
6563
- """
6564
5109
 
6565
5110
  GL_TEXTURE_MIN_FILTER: float
6566
- """
6567
- """
6568
5111
 
6569
5112
  GL_TEXTURE_MIN_LOD: float
6570
- """
6571
- """
6572
5113
 
6573
5114
  GL_TEXTURE_RECTANGLE: float
6574
- """
6575
- """
6576
5115
 
6577
5116
  GL_TEXTURE_RED_SIZE: float
6578
- """
6579
- """
6580
5117
 
6581
5118
  GL_TEXTURE_RED_TYPE: float
6582
- """
6583
- """
6584
5119
 
6585
5120
  GL_TEXTURE_SAMPLES: float
6586
- """
6587
- """
6588
5121
 
6589
5122
  GL_TEXTURE_SHARED_SIZE: float
6590
- """
6591
- """
6592
5123
 
6593
5124
  GL_TEXTURE_STENCIL_SIZE: float
6594
- """
6595
- """
6596
5125
 
6597
5126
  GL_TEXTURE_SWIZZLE_A: float
6598
- """
6599
- """
6600
5127
 
6601
5128
  GL_TEXTURE_SWIZZLE_B: float
6602
- """
6603
- """
6604
5129
 
6605
5130
  GL_TEXTURE_SWIZZLE_G: float
6606
- """
6607
- """
6608
5131
 
6609
5132
  GL_TEXTURE_SWIZZLE_R: float
6610
- """
6611
- """
6612
5133
 
6613
5134
  GL_TEXTURE_SWIZZLE_RGBA: float
6614
- """
6615
- """
6616
5135
 
6617
5136
  GL_TEXTURE_WIDTH: float
6618
- """
6619
- """
6620
5137
 
6621
5138
  GL_TEXTURE_WRAP_R: float
6622
- """
6623
- """
6624
5139
 
6625
5140
  GL_TEXTURE_WRAP_S: float
6626
- """
6627
- """
6628
5141
 
6629
5142
  GL_TEXTURE_WRAP_T: float
6630
- """
6631
- """
6632
5143
 
6633
5144
  GL_TIMEOUT_EXPIRED: float
6634
- """
6635
- """
6636
5145
 
6637
5146
  GL_TIMEOUT_IGNORED: float
6638
- """
6639
- """
6640
5147
 
6641
5148
  GL_TIMESTAMP: float
6642
- """
6643
- """
6644
5149
 
6645
5150
  GL_TIME_ELAPSED: float
6646
- """
6647
- """
6648
5151
 
6649
5152
  GL_TRANSFORM_FEEDBACK_BUFFER: float
6650
- """
6651
- """
6652
5153
 
6653
5154
  GL_TRANSFORM_FEEDBACK_BUFFER_BINDING: float
6654
- """
6655
- """
6656
5155
 
6657
5156
  GL_TRANSFORM_FEEDBACK_BUFFER_MODE: float
6658
- """
6659
- """
6660
5157
 
6661
5158
  GL_TRANSFORM_FEEDBACK_BUFFER_SIZE: float
6662
- """
6663
- """
6664
5159
 
6665
5160
  GL_TRANSFORM_FEEDBACK_BUFFER_START: float
6666
- """
6667
- """
6668
5161
 
6669
5162
  GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN: float
6670
- """
6671
- """
6672
5163
 
6673
5164
  GL_TRANSFORM_FEEDBACK_VARYINGS: float
6674
- """
6675
- """
6676
5165
 
6677
5166
  GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH: float
6678
- """
6679
- """
6680
5167
 
6681
5168
  GL_TRIANGLES: float
6682
- """
6683
- """
6684
5169
 
6685
5170
  GL_TRIANGLES_ADJACENCY: float
6686
- """
6687
- """
6688
5171
 
6689
5172
  GL_TRIANGLE_FAN: float
6690
- """
6691
- """
6692
5173
 
6693
5174
  GL_TRIANGLE_STRIP: float
6694
- """
6695
- """
6696
5175
 
6697
5176
  GL_TRIANGLE_STRIP_ADJACENCY: float
6698
- """
6699
- """
6700
5177
 
6701
5178
  GL_TRUE: float
6702
- """
6703
- """
6704
5179
 
6705
5180
  GL_UNIFORM_ARRAY_STRIDE: float
6706
- """
6707
- """
6708
5181
 
6709
5182
  GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS: float
6710
- """
6711
- """
6712
5183
 
6713
5184
  GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES: float
6714
- """
6715
- """
6716
5185
 
6717
5186
  GL_UNIFORM_BLOCK_BINDING: float
6718
- """
6719
- """
6720
5187
 
6721
5188
  GL_UNIFORM_BLOCK_DATA_SIZE: float
6722
- """
6723
- """
6724
5189
 
6725
5190
  GL_UNIFORM_BLOCK_INDEX: float
6726
- """
6727
- """
6728
5191
 
6729
5192
  GL_UNIFORM_BLOCK_NAME_LENGTH: float
6730
- """
6731
- """
6732
5193
 
6733
5194
  GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER: float
6734
- """
6735
- """
6736
5195
 
6737
5196
  GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER: float
6738
- """
6739
- """
6740
5197
 
6741
5198
  GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER: float
6742
- """
6743
- """
6744
5199
 
6745
5200
  GL_UNIFORM_BUFFER: float
6746
- """
6747
- """
6748
5201
 
6749
5202
  GL_UNIFORM_BUFFER_BINDING: float
6750
- """
6751
- """
6752
5203
 
6753
5204
  GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT: float
6754
- """
6755
- """
6756
5205
 
6757
5206
  GL_UNIFORM_BUFFER_SIZE: float
6758
- """
6759
- """
6760
5207
 
6761
5208
  GL_UNIFORM_BUFFER_START: float
6762
- """
6763
- """
6764
5209
 
6765
5210
  GL_UNIFORM_IS_ROW_MAJOR: float
6766
- """
6767
- """
6768
5211
 
6769
5212
  GL_UNIFORM_MATRIX_STRIDE: float
6770
- """
6771
- """
6772
5213
 
6773
5214
  GL_UNIFORM_NAME_LENGTH: float
6774
- """
6775
- """
6776
5215
 
6777
5216
  GL_UNIFORM_OFFSET: float
6778
- """
6779
- """
6780
5217
 
6781
5218
  GL_UNIFORM_SIZE: float
6782
- """
6783
- """
6784
5219
 
6785
5220
  GL_UNIFORM_TYPE: float
6786
- """
6787
- """
6788
5221
 
6789
5222
  GL_UNPACK_ALIGNMENT: float
6790
- """
6791
- """
6792
5223
 
6793
5224
  GL_UNPACK_IMAGE_HEIGHT: float
6794
- """
6795
- """
6796
5225
 
6797
5226
  GL_UNPACK_LSB_FIRST: float
6798
- """
6799
- """
6800
5227
 
6801
5228
  GL_UNPACK_ROW_LENGTH: float
6802
- """
6803
- """
6804
5229
 
6805
5230
  GL_UNPACK_SKIP_IMAGES: float
6806
- """
6807
- """
6808
5231
 
6809
5232
  GL_UNPACK_SKIP_PIXELS: float
6810
- """
6811
- """
6812
5233
 
6813
5234
  GL_UNPACK_SKIP_ROWS: float
6814
- """
6815
- """
6816
5235
 
6817
5236
  GL_UNPACK_SWAP_BYTES: float
6818
- """
6819
- """
6820
5237
 
6821
5238
  GL_UNSIGNALED: float
6822
- """
6823
- """
6824
5239
 
6825
5240
  GL_UNSIGNED_BYTE: float
6826
- """
6827
- """
6828
5241
 
6829
5242
  GL_UNSIGNED_BYTE_2_3_3_REV: float
6830
- """
6831
- """
6832
5243
 
6833
5244
  GL_UNSIGNED_BYTE_3_3_2: float
6834
- """
6835
- """
6836
5245
 
6837
5246
  GL_UNSIGNED_INT: float
6838
- """
6839
- """
6840
5247
 
6841
5248
  GL_UNSIGNED_INT_10F_11F_11F_REV: float
6842
- """
6843
- """
6844
5249
 
6845
5250
  GL_UNSIGNED_INT_10_10_10_2: float
6846
- """
6847
- """
6848
5251
 
6849
5252
  GL_UNSIGNED_INT_24_8: float
6850
- """
6851
- """
6852
5253
 
6853
5254
  GL_UNSIGNED_INT_2_10_10_10_REV: float
6854
- """
6855
- """
6856
5255
 
6857
5256
  GL_UNSIGNED_INT_5_9_9_9_REV: float
6858
- """
6859
- """
6860
5257
 
6861
5258
  GL_UNSIGNED_INT_8_8_8_8: float
6862
- """
6863
- """
6864
5259
 
6865
5260
  GL_UNSIGNED_INT_8_8_8_8_REV: float
6866
- """
6867
- """
6868
5261
 
6869
5262
  GL_UNSIGNED_INT_SAMPLER_1D: float
6870
- """
6871
- """
6872
5263
 
6873
5264
  GL_UNSIGNED_INT_SAMPLER_1D_ARRAY: float
6874
- """
6875
- """
6876
5265
 
6877
5266
  GL_UNSIGNED_INT_SAMPLER_2D: float
6878
- """
6879
- """
6880
5267
 
6881
5268
  GL_UNSIGNED_INT_SAMPLER_2D_ARRAY: float
6882
- """
6883
- """
6884
5269
 
6885
5270
  GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE: float
6886
- """
6887
- """
6888
5271
 
6889
5272
  GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY: float
6890
- """
6891
- """
6892
5273
 
6893
5274
  GL_UNSIGNED_INT_SAMPLER_2D_RECT: float
6894
- """
6895
- """
6896
5275
 
6897
5276
  GL_UNSIGNED_INT_SAMPLER_3D: float
6898
- """
6899
- """
6900
5277
 
6901
5278
  GL_UNSIGNED_INT_SAMPLER_BUFFER: float
6902
- """
6903
- """
6904
5279
 
6905
5280
  GL_UNSIGNED_INT_SAMPLER_CUBE: float
6906
- """
6907
- """
6908
5281
 
6909
5282
  GL_UNSIGNED_INT_VEC2: float
6910
- """
6911
- """
6912
5283
 
6913
5284
  GL_UNSIGNED_INT_VEC3: float
6914
- """
6915
- """
6916
5285
 
6917
5286
  GL_UNSIGNED_INT_VEC4: float
6918
- """
6919
- """
6920
5287
 
6921
5288
  GL_UNSIGNED_NORMALIZED: float
6922
- """
6923
- """
6924
5289
 
6925
5290
  GL_UNSIGNED_SHORT: float
6926
- """
6927
- """
6928
5291
 
6929
5292
  GL_UNSIGNED_SHORT_1_5_5_5_REV: float
6930
- """
6931
- """
6932
5293
 
6933
5294
  GL_UNSIGNED_SHORT_4_4_4_4: float
6934
- """
6935
- """
6936
5295
 
6937
5296
  GL_UNSIGNED_SHORT_4_4_4_4_REV: float
6938
- """
6939
- """
6940
5297
 
6941
5298
  GL_UNSIGNED_SHORT_5_5_5_1: float
6942
- """
6943
- """
6944
5299
 
6945
5300
  GL_UNSIGNED_SHORT_5_6_5: float
6946
- """
6947
- """
6948
5301
 
6949
5302
  GL_UNSIGNED_SHORT_5_6_5_REV: float
6950
- """
6951
- """
6952
5303
 
6953
5304
  GL_UPPER_LEFT: float
6954
- """
6955
- """
6956
5305
 
6957
5306
  GL_VALIDATE_STATUS: float
6958
- """
6959
- """
6960
5307
 
6961
5308
  GL_VENDOR: float
6962
- """
6963
- """
6964
5309
 
6965
5310
  GL_VERSION: float
6966
- """
6967
- """
6968
5311
 
6969
5312
  GL_VERTEX_ARRAY_BINDING: float
6970
- """
6971
- """
6972
5313
 
6973
5314
  GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING: float
6974
- """
6975
- """
6976
5315
 
6977
5316
  GL_VERTEX_ATTRIB_ARRAY_DIVISOR: float
6978
- """
6979
- """
6980
5317
 
6981
5318
  GL_VERTEX_ATTRIB_ARRAY_ENABLED: float
6982
- """
6983
- """
6984
5319
 
6985
5320
  GL_VERTEX_ATTRIB_ARRAY_INTEGER: float
6986
- """
6987
- """
6988
5321
 
6989
5322
  GL_VERTEX_ATTRIB_ARRAY_NORMALIZED: float
6990
- """
6991
- """
6992
5323
 
6993
5324
  GL_VERTEX_ATTRIB_ARRAY_POINTER: float
6994
- """
6995
- """
6996
5325
 
6997
5326
  GL_VERTEX_ATTRIB_ARRAY_SIZE: float
6998
- """
6999
- """
7000
5327
 
7001
5328
  GL_VERTEX_ATTRIB_ARRAY_STRIDE: float
7002
- """
7003
- """
7004
5329
 
7005
5330
  GL_VERTEX_ATTRIB_ARRAY_TYPE: float
7006
- """
7007
- """
7008
5331
 
7009
5332
  GL_VERTEX_PROGRAM_POINT_SIZE: float
7010
- """
7011
- """
7012
5333
 
7013
5334
  GL_VERTEX_SHADER: float
7014
- """
7015
- """
7016
5335
 
7017
5336
  GL_VIEWPORT: float
7018
- """
7019
- """
7020
5337
 
7021
5338
  GL_WAIT_FAILED: float
7022
- """
7023
- """
7024
5339
 
7025
5340
  GL_WRITE_ONLY: float
7026
- """
7027
- """
7028
5341
 
7029
5342
  GL_XOR: float
7030
- """
7031
- """
7032
5343
 
7033
5344
  GL_ZERO: float
7034
- """
7035
- """