fake-bge-module 20250317__py3-none-any.whl → 20260201__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.
Files changed (395) hide show
  1. {animsys_refactor → _animsys_refactor}/__init__.pyi +7 -6
  2. {bl_console_utils → _bl_console_utils}/__init__.pyi +1 -0
  3. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +1 -0
  4. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +1 -13
  5. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +1 -5
  6. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +3 -13
  7. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +1 -10
  8. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +2 -0
  9. _bl_i18n_utils/bl_extract_messages/__init__.pyi +28 -0
  10. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +2 -1
  11. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +10 -7
  12. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +53 -50
  13. _bl_i18n_utils/utils_cli/__init__.pyi +11 -0
  14. _bl_i18n_utils/utils_languages_menu/__init__.pyi +6 -0
  15. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +3 -2
  16. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  17. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +1 -0
  18. _bl_previews_utils/bl_previews_render/__init__.pyi +14 -0
  19. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +1 -0
  20. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +3 -2
  21. {bl_text_utils → _bl_text_utils}/__init__.pyi +1 -0
  22. _bl_text_utils/external_editor/__init__.pyi +6 -0
  23. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  24. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +2 -1
  25. _blendfile_header/__init__.pyi +48 -0
  26. _bpy_internal/__init__.pyi +5 -1
  27. _bpy_internal/addons/__init__.pyi +1 -0
  28. _bpy_internal/addons/cli/__init__.pyi +2 -1
  29. _bpy_internal/assets/__init__.pyi +5 -0
  30. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  31. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  32. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  33. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  34. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  35. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  36. _bpy_internal/extensions/__init__.pyi +1 -0
  37. _bpy_internal/extensions/junction_module/__init__.pyi +8 -7
  38. _bpy_internal/extensions/stale_file_manager/__init__.pyi +9 -8
  39. _bpy_internal/extensions/wheel_manager/__init__.pyi +6 -5
  40. {bl_i18n_utils/utils_languages_menu → _bpy_internal/filesystem}/__init__.pyi +2 -2
  41. _bpy_internal/filesystem/locking/__init__.pyi +28 -0
  42. _bpy_internal/grease_pencil/__init__.pyi +1 -0
  43. _bpy_internal/grease_pencil/stroke/__init__.pyi +22 -6
  44. _bpy_internal/platform/__init__.pyi +5 -0
  45. _bpy_internal/platform/freedesktop/__init__.pyi +21 -0
  46. _bpy_internal/system_info/__init__.pyi +1 -0
  47. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -1
  48. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -1
  49. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +3 -2
  50. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +1 -0
  51. _bpy_types/__init__.pyi +1635 -0
  52. {console_python → _console_python}/__init__.pyi +8 -7
  53. _console_shell/__init__.pyi +10 -0
  54. {graphviz_export → _graphviz_export}/__init__.pyi +3 -2
  55. _keyingsets_utils/__init__.pyi +21 -0
  56. {rna_info → _rna_info}/__init__.pyi +32 -27
  57. {rna_xml → _rna_xml}/__init__.pyi +7 -6
  58. addon_utils/__init__.pyi +13 -25
  59. aud/__init__.pyi +133 -155
  60. bge/__init__.pyi +1 -0
  61. bge/app/__init__.pyi +1 -0
  62. bge/constraints/__init__.pyi +22 -51
  63. bge/types/__init__.pyi +618 -1913
  64. bge_extras/__init__.pyi +1 -0
  65. bge_extras/logger/__init__.pyi +4 -3
  66. bgui/__init__.pyi +1 -0
  67. bgui/frame/__init__.pyi +1 -0
  68. bgui/frame_button/__init__.pyi +1 -0
  69. bgui/image/__init__.pyi +1 -1
  70. bgui/image_button/__init__.pyi +1 -0
  71. bgui/label/__init__.pyi +1 -0
  72. bgui/list_box/__init__.pyi +1 -1
  73. bgui/progress_bar/__init__.pyi +2 -1
  74. bgui/system/__init__.pyi +3 -5
  75. bgui/text_block/__init__.pyi +1 -0
  76. bgui/text_input/__init__.pyi +9 -8
  77. bgui/theme/__init__.pyi +4 -3
  78. bgui/widget/__init__.pyi +5 -4
  79. bl_app_override/__init__.pyi +4 -3
  80. bl_app_override/helpers/__init__.pyi +3 -2
  81. bl_app_template_utils/__init__.pyi +5 -4
  82. bl_app_templates_system/Game_Engine/__init__.pyi +5 -4
  83. bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
  84. bl_app_templates_system/__init__.pyi +2 -0
  85. bl_keymap_utils/__init__.pyi +1 -0
  86. bl_keymap_utils/io/__init__.pyi +10 -9
  87. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  88. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -1
  89. bl_keymap_utils/platform_helpers/__init__.pyi +3 -2
  90. bl_keymap_utils/versioning/__init__.pyi +2 -1
  91. bl_math/__init__.pyi +4 -13
  92. bl_operators/__init__.pyi +4 -2
  93. bl_operators/add_mesh_torus/__init__.pyi +9 -9
  94. bl_operators/anim/__init__.pyi +90 -62
  95. bl_operators/assets/__init__.pyi +14 -18
  96. bl_operators/bmesh/__init__.pyi +1 -0
  97. bl_operators/bmesh/find_adjacent/__init__.pyi +12 -9
  98. bl_operators/bone_selection_sets/__init__.pyi +34 -60
  99. bl_operators/clip/__init__.pyi +39 -57
  100. bl_operators/connect_to_output/__init__.pyi +20 -18
  101. bl_operators/console/__init__.pyi +17 -25
  102. bl_operators/constraint/__init__.pyi +15 -21
  103. bl_operators/copy_global_transform/__init__.pyi +261 -0
  104. bl_operators/file/__init__.pyi +13 -17
  105. bl_operators/freestyle/__init__.pyi +15 -21
  106. bl_operators/geometry_nodes/__init__.pyi +30 -36
  107. bl_operators/grease_pencil/__init__.pyi +5 -5
  108. bl_operators/image/__init__.pyi +14 -22
  109. bl_operators/image_as_planes/__init__.pyi +36 -42
  110. bl_operators/mesh/__init__.pyi +8 -53
  111. bl_operators/node/__init__.pyi +375 -92
  112. bl_operators/node_editor/__init__.pyi +1 -0
  113. bl_operators/node_editor/node_functions/__init__.pyi +10 -9
  114. bl_operators/object/__init__.pyi +57 -98
  115. bl_operators/object_align/__init__.pyi +8 -8
  116. bl_operators/object_quick_effects/__init__.pyi +15 -21
  117. bl_operators/object_randomize_transform/__init__.pyi +6 -6
  118. bl_operators/presets/__init__.pyi +46 -94
  119. bl_operators/rigidbody/__init__.pyi +12 -16
  120. bl_operators/screen_play_rendered_anim/__init__.pyi +5 -5
  121. bl_operators/sequencer/__init__.pyi +40 -54
  122. bl_operators/spreadsheet/__init__.pyi +7 -7
  123. bl_operators/userpref/__init__.pyi +69 -117
  124. bl_operators/uvcalc_follow_active/__init__.pyi +8 -8
  125. bl_operators/uvcalc_lightmap/__init__.pyi +12 -12
  126. bl_operators/uvcalc_transform/__init__.pyi +39 -28
  127. bl_operators/vertexpaint_dirt/__init__.pyi +7 -7
  128. bl_operators/view3d/__init__.pyi +31 -43
  129. bl_operators/wm/__init__.pyi +139 -231
  130. bl_operators/world/__init__.pyi +6 -6
  131. bl_ui/__init__.pyi +18 -17
  132. bl_ui/anim/__init__.pyi +5 -5
  133. bl_ui/asset_shelf/__init__.pyi +5 -5
  134. bl_ui/generic_ui_list/__init__.pyi +11 -25
  135. bl_ui/node_add_menu/__init__.pyi +281 -12
  136. bl_ui/node_add_menu_compositor/__init__.pyi +135 -91
  137. bl_ui/node_add_menu_geometry/__init__.pyi +407 -263
  138. bl_ui/node_add_menu_shader/__init__.pyi +67 -67
  139. bl_ui/node_add_menu_texture/__init__.pyi +25 -69
  140. bl_ui/properties_animviz/__init__.pyi +3 -2
  141. bl_ui/properties_collection/__init__.pyi +20 -30
  142. bl_ui/properties_constraint/__init__.pyi +228 -450
  143. bl_ui/properties_data_armature/__init__.pyi +45 -79
  144. bl_ui/properties_data_bone/__init__.pyi +33 -51
  145. bl_ui/properties_data_camera/__init__.pyi +43 -75
  146. bl_ui/properties_data_curve/__init__.pyi +42 -101
  147. bl_ui/properties_data_curves/__init__.pyi +21 -35
  148. bl_ui/properties_data_empty/__init__.pyi +8 -10
  149. bl_ui/properties_data_grease_pencil/__init__.pyi +49 -87
  150. bl_ui/properties_data_lattice/__init__.pyi +12 -18
  151. bl_ui/properties_data_light/__init__.pyi +28 -46
  152. bl_ui/properties_data_lightprobe/__init__.pyi +35 -61
  153. bl_ui/properties_data_mesh/__init__.pyi +73 -120
  154. bl_ui/properties_data_metaball/__init__.pyi +16 -26
  155. bl_ui/properties_data_modifier/__init__.pyi +34 -39
  156. bl_ui/properties_data_pointcloud/__init__.pyi +17 -27
  157. bl_ui/properties_data_shaderfx/__init__.pyi +4 -4
  158. bl_ui/properties_data_speaker/__init__.pyi +15 -25
  159. bl_ui/properties_data_volume/__init__.pyi +22 -38
  160. bl_ui/properties_freestyle/__init__.pyi +79 -127
  161. bl_ui/properties_game/__init__.pyi +88 -84
  162. bl_ui/properties_grease_pencil_common/__init__.pyi +33 -190
  163. bl_ui/properties_mask_common/__init__.pyi +33 -45
  164. bl_ui/properties_material/__init__.pyi +52 -111
  165. bl_ui/properties_material_gpencil/__init__.pyi +48 -68
  166. bl_ui/properties_object/__init__.pyi +123 -93
  167. bl_ui/properties_output/__init__.pyi +103 -81
  168. bl_ui/properties_paint_common/__init__.pyi +78 -59
  169. bl_ui/properties_particle/__init__.pyi +160 -262
  170. bl_ui/properties_physics_cloth/__init__.pyi +36 -62
  171. bl_ui/properties_physics_common/__init__.pyi +11 -11
  172. bl_ui/properties_physics_dynamicpaint/__init__.pyi +81 -123
  173. bl_ui/properties_physics_field/__init__.pyi +35 -53
  174. bl_ui/properties_physics_fluid/__init__.pyi +106 -160
  175. bl_ui/properties_physics_geometry_nodes/__init__.pyi +6 -6
  176. bl_ui/properties_physics_rigidbody/__init__.pyi +28 -42
  177. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +44 -68
  178. bl_ui/properties_physics_softbody/__init__.pyi +38 -66
  179. bl_ui/properties_render/__init__.pyi +267 -259
  180. bl_ui/properties_scene/__init__.pyi +69 -72
  181. bl_ui/properties_strip/__init__.pyi +744 -0
  182. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  183. bl_ui/properties_texture/__init__.pyi +69 -122
  184. bl_ui/properties_view_layer/__init__.pyi +97 -51
  185. bl_ui/properties_workspace/__init__.pyi +12 -18
  186. bl_ui/properties_world/__init__.pyi +33 -53
  187. bl_ui/space_clip/__init__.pyi +231 -311
  188. bl_ui/space_console/__init__.pyi +14 -24
  189. bl_ui/space_dopesheet/__init__.pyi +193 -125
  190. bl_ui/space_filebrowser/__init__.pyi +107 -131
  191. bl_ui/space_graph/__init__.pyi +93 -80
  192. bl_ui/space_image/__init__.pyi +207 -291
  193. bl_ui/space_info/__init__.pyi +14 -24
  194. bl_ui/space_logic/__init__.pyi +14 -22
  195. bl_ui/space_nla/__init__.pyi +63 -69
  196. bl_ui/space_node/__init__.pyi +215 -154
  197. bl_ui/space_outliner/__init__.pyi +65 -61
  198. bl_ui/space_properties/__init__.pyi +41 -16
  199. bl_ui/space_sequencer/__init__.pyi +276 -980
  200. bl_ui/space_spreadsheet/__init__.pyi +27 -23
  201. bl_ui/space_statusbar/__init__.pyi +4 -4
  202. bl_ui/space_text/__init__.pyi +39 -73
  203. bl_ui/space_time/__init__.pyi +33 -78
  204. bl_ui/space_toolsystem_common/__init__.pyi +31 -28
  205. bl_ui/space_toolsystem_toolbar/__init__.pyi +67 -43
  206. bl_ui/space_topbar/__init__.pyi +68 -111
  207. bl_ui/space_userpref/__init__.pyi +310 -445
  208. bl_ui/space_view3d/__init__.pyi +667 -1122
  209. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  210. bl_ui/space_view3d_toolbar/__init__.pyi +237 -966
  211. bl_ui/utils/__init__.pyi +4 -3
  212. blend_render_info/__init__.pyi +4 -2
  213. blf/__init__.pyi +92 -59
  214. bmesh/__init__.pyi +4 -10
  215. bmesh/geometry/__init__.pyi +2 -4
  216. bmesh/ops/__init__.pyi +442 -815
  217. bmesh/types/__init__.pyi +377 -720
  218. bmesh/utils/__init__.pyi +20 -45
  219. bpy/__init__.pyi +2 -1
  220. bpy/app/__init__.pyi +96 -90
  221. bpy/app/handlers/__init__.pyi +24 -19
  222. bpy/app/icons/__init__.pyi +2 -7
  223. bpy/app/timers/__init__.pyi +5 -18
  224. bpy/app/translations/__init__.pyi +21 -35
  225. bpy/msgbus/__init__.pyi +20 -9
  226. bpy/ops/__init__.pyi +21 -3
  227. bpy/ops/action/__init__.pyi +121 -226
  228. bpy/ops/anim/__init__.pyi +204 -358
  229. bpy/ops/armature/__init__.pyi +129 -249
  230. bpy/ops/asset/__init__.pyi +82 -111
  231. bpy/ops/bge_bricknodes/__init__.pyi +61 -0
  232. bpy/ops/boid/__init__.pyi +44 -50
  233. bpy/ops/bricknodes/__init__.pyi +37 -0
  234. bpy/ops/brush/__init__.pyi +33 -120
  235. bpy/ops/buttons/__init__.pyi +27 -83
  236. bpy/ops/cachefile/__init__.pyi +16 -74
  237. bpy/ops/camera/__init__.pyi +3 -13
  238. bpy/ops/clip/__init__.pyi +278 -558
  239. bpy/ops/cloth/__init__.pyi +2 -6
  240. bpy/ops/collection/__init__.pyi +34 -44
  241. bpy/ops/console/__init__.pyi +70 -111
  242. bpy/ops/constraint/__init__.pyi +34 -102
  243. bpy/ops/curve/__init__.pyi +163 -315
  244. bpy/ops/curves/__init__.pyi +163 -189
  245. bpy/ops/cycles/__init__.pyi +8 -18
  246. bpy/ops/dpaint/__init__.pyi +21 -30
  247. bpy/ops/ed/__init__.pyi +59 -103
  248. bpy/ops/export_anim/__init__.pyi +4 -11
  249. bpy/ops/export_scene/__init__.pyi +29 -174
  250. bpy/ops/extensions/__init__.pyi +102 -194
  251. bpy/ops/file/__init__.pyi +166 -272
  252. bpy/ops/fluid/__init__.pyi +78 -86
  253. bpy/ops/font/__init__.pyi +73 -164
  254. bpy/ops/geometry/__init__.pyi +33 -144
  255. bpy/ops/gizmogroup/__init__.pyi +8 -14
  256. bpy/ops/gpencil/__init__.pyi +31 -58
  257. bpy/ops/graph/__init__.pyi +176 -411
  258. bpy/ops/grease_pencil/__init__.pyi +416 -639
  259. bpy/ops/image/__init__.pyi +148 -492
  260. bpy/ops/import_anim/__init__.pyi +5 -18
  261. bpy/ops/import_curve/__init__.pyi +4 -6
  262. bpy/ops/import_scene/__init__.pyi +22 -49
  263. bpy/ops/info/__init__.pyi +27 -43
  264. bpy/ops/lattice/__init__.pyi +26 -43
  265. bpy/ops/logic/__init__.pyi +49 -122
  266. bpy/ops/logic_nodes/__init__.pyi +461 -0
  267. bpy/ops/marker/__init__.pyi +24 -60
  268. bpy/ops/mask/__init__.pyi +118 -222
  269. bpy/ops/material/__init__.pyi +19 -18
  270. bpy/ops/mball/__init__.pyi +13 -39
  271. bpy/ops/mesh/__init__.pyi +409 -1264
  272. bpy/ops/nla/__init__.pyi +140 -232
  273. bpy/ops/node/__init__.pyi +1189 -807
  274. bpy/ops/object/__init__.pyi +806 -1659
  275. bpy/ops/outliner/__init__.pyi +284 -432
  276. bpy/ops/paint/__init__.pyi +189 -381
  277. bpy/ops/paintcurve/__init__.pyi +29 -44
  278. bpy/ops/palette/__init__.pyi +23 -34
  279. bpy/ops/particle/__init__.pyi +135 -201
  280. bpy/ops/pointcloud/__init__.pyi +23 -42
  281. bpy/ops/pose/__init__.pyi +195 -310
  282. bpy/ops/poselib/__init__.pyi +45 -73
  283. bpy/ops/preferences/__init__.pyi +89 -221
  284. bpy/ops/ptcache/__init__.pyi +32 -39
  285. bpy/ops/render/__init__.pyi +36 -83
  286. bpy/ops/rigidbody/__init__.pyi +47 -78
  287. bpy/ops/scene/__init__.pyi +169 -222
  288. bpy/ops/screen/__init__.pyi +146 -259
  289. bpy/ops/script/__init__.pyi +9 -15
  290. bpy/ops/sculpt/__init__.pyi +194 -354
  291. bpy/ops/sculpt_curves/__init__.pyi +21 -29
  292. bpy/ops/sequencer/__init__.pyi +586 -836
  293. bpy/ops/sound/__init__.pyi +25 -131
  294. bpy/ops/spreadsheet/__init__.pyi +34 -21
  295. bpy/ops/surface/__init__.pyi +7 -54
  296. bpy/ops/text/__init__.pyi +166 -281
  297. bpy/ops/text_editor/__init__.pyi +2 -6
  298. bpy/ops/texture/__init__.pyi +20 -22
  299. bpy/ops/transform/__init__.pyi +108 -445
  300. bpy/ops/ui/__init__.pyi +157 -219
  301. bpy/ops/uilist/__init__.pyi +4 -16
  302. bpy/ops/uv/__init__.pyi +291 -347
  303. bpy/ops/view2d/__init__.pyi +29 -88
  304. bpy/ops/view3d/__init__.pyi +238 -438
  305. bpy/ops/wm/__init__.pyi +651 -1510
  306. bpy/ops/workspace/__init__.pyi +42 -44
  307. bpy/ops/world/__init__.pyi +12 -13
  308. bpy/path/__init__.pyi +5 -36
  309. bpy/props/__init__.pyi +395 -259
  310. bpy/{_typing → stub_internal}/__init__.pyi +1 -0
  311. bpy/{_typing → stub_internal}/rna_enums/__init__.pyi +214 -114
  312. bpy/types/__init__.pyi +93285 -103831
  313. bpy/utils/__init__.pyi +46 -104
  314. bpy/utils/previews/__init__.pyi +7 -15
  315. bpy/utils/units/__init__.pyi +6 -15
  316. bpy_extras/__init__.pyi +1 -0
  317. bpy_extras/anim_utils/__init__.pyi +32 -23
  318. bpy_extras/asset_utils/__init__.pyi +1 -0
  319. bpy_extras/bmesh_utils/__init__.pyi +2 -2
  320. bpy_extras/id_map_utils/__init__.pyi +15 -6
  321. bpy_extras/image_utils/__init__.pyi +3 -11
  322. bpy_extras/io_utils/__init__.pyi +22 -38
  323. bpy_extras/keyconfig_utils/__init__.pyi +5 -4
  324. bpy_extras/mesh_utils/__init__.pyi +3 -14
  325. bpy_extras/node_shader_utils/__init__.pyi +63 -70
  326. bpy_extras/node_utils/__init__.pyi +4 -3
  327. bpy_extras/object_utils/__init__.pyi +6 -19
  328. bpy_extras/view3d_utils/__init__.pyi +1 -18
  329. bpy_extras/wm_utils/__init__.pyi +1 -0
  330. bpy_extras/wm_utils/progress_report/__init__.pyi +12 -11
  331. {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/METADATA +9 -3
  332. fake_bge_module-20260201.dist-info/RECORD +414 -0
  333. {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/WHEEL +1 -1
  334. {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/top_level.txt +16 -16
  335. freestyle/__init__.pyi +1 -0
  336. freestyle/chainingiterators/__init__.pyi +41 -60
  337. freestyle/functions/__init__.pyi +56 -194
  338. freestyle/predicates/__init__.pyi +11 -61
  339. freestyle/shaders/__init__.pyi +95 -156
  340. freestyle/types/__init__.pyi +306 -941
  341. freestyle/utils/ContextFunctions/__init__.pyi +4 -24
  342. freestyle/utils/__init__.pyi +46 -36
  343. gpu/__init__.pyi +84 -5
  344. gpu/capabilities/__init__.pyi +1 -21
  345. gpu/matrix/__init__.pyi +16 -24
  346. gpu/platform/__init__.pyi +3 -7
  347. gpu/select/__init__.pyi +2 -1
  348. gpu/shader/__init__.pyi +43 -9
  349. gpu/state/__init__.pyi +66 -44
  350. gpu/texture/__init__.pyi +4 -5
  351. gpu/types/__init__.pyi +216 -216
  352. gpu_extras/__init__.pyi +1 -0
  353. gpu_extras/batch/__init__.pyi +2 -5
  354. gpu_extras/presets/__init__.pyi +9 -10
  355. idprop/__init__.pyi +17 -0
  356. idprop/types/__init__.pyi +18 -17
  357. imbuf/__init__.pyi +13 -9
  358. imbuf/types/__init__.pyi +10 -23
  359. keyingsets_builtins/__init__.pyi +51 -93
  360. mathutils/__init__.pyi +296 -2255
  361. mathutils/bvhtree/__init__.pyi +22 -29
  362. mathutils/geometry/__init__.pyi +83 -132
  363. mathutils/interpolate/__init__.pyi +7 -5
  364. mathutils/kdtree/__init__.pyi +5 -14
  365. mathutils/noise/__init__.pyi +62 -106
  366. nodeitems_builtins/__init__.pyi +5 -4
  367. nodeitems_utils/__init__.pyi +10 -9
  368. rna_keymap_ui/__init__.pyi +7 -6
  369. rna_prop_ui/__init__.pyi +14 -13
  370. _bpy_internal/freedesktop/__init__.pyi +0 -20
  371. bgl/__init__.pyi +0 -4235
  372. bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -24
  373. bl_i18n_utils/utils_cli/__init__.pyi +0 -10
  374. bl_previews_utils/bl_previews_render/__init__.pyi +0 -11
  375. bl_text_utils/external_editor/__init__.pyi +0 -5
  376. bpy_types/__init__.pyi +0 -29
  377. console_shell/__init__.pyi +0 -9
  378. fake_bge_module-20250317.dist-info/RECORD +0 -395
  379. keyingsets_utils/__init__.pyi +0 -18
  380. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  381. {bgl → _bl_console_utils}/py.typed +0 -0
  382. {bl_console_utils → _bl_i18n_utils}/py.typed +0 -0
  383. {bl_i18n_utils → _bl_previews_utils}/py.typed +0 -0
  384. {bl_previews_utils → _bl_rna_utils}/py.typed +0 -0
  385. {bl_rna_utils → _bl_text_utils}/py.typed +0 -0
  386. {bl_text_utils → _bl_ui_utils}/py.typed +0 -0
  387. {bl_ui_utils → _blendfile_header}/py.typed +0 -0
  388. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  389. {bpy_types → _bpy_types}/py.typed +0 -0
  390. {console_python → _console_python}/py.typed +0 -0
  391. {console_shell → _console_shell}/py.typed +0 -0
  392. {graphviz_export → _graphviz_export}/py.typed +0 -0
  393. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  394. {rna_info → _rna_info}/py.typed +0 -0
  395. {rna_xml → _rna_xml}/py.typed +0 -0
bgl/__init__.pyi DELETED
@@ -1,4235 +0,0 @@
1
- """
2
- [WARNING]
3
- This module is deprecated and will be removed in a future release,
4
- when OpenGL is replaced by Metal and Vulkan.
5
- Use the graphics API independent gpu module instead.
6
-
7
- This module wraps OpenGL constants and functions, making them available from
8
- within Blender Python.
9
-
10
- The complete list can be retrieved from the module itself, by listing its
11
- contents: dir(bgl). A simple search on the web can point to more
12
- than enough material to teach OpenGL programming, from books to many
13
- collections of tutorials.
14
-
15
- Here is a comprehensive list of books (non free).
16
- Learn OpenGL is one of the best resources to learn modern OpenGL and
17
- opengl-tutorial.org offers a set of extensive examples,
18
- including advanced features.
19
-
20
- [NOTE]
21
- You can use the bpy.types.Image type to load and set textures.
22
- See bpy.types.Image.gl_load and bpy.types.Image.gl_free,
23
- for example.
24
-
25
- """
26
-
27
- import typing
28
- import collections.abc
29
- import typing_extensions
30
-
31
- class Buffer:
32
- """The Buffer object is simply a block of memory that is delineated and initialized by the
33
- user. Many OpenGL functions return data to a C-style pointer, however, because this
34
- is not possible in python the Buffer object can be used to this end. Wherever pointer
35
- notation is used in the OpenGL functions the Buffer object can be used in it's bgl
36
- wrapper. In some instances the Buffer object will need to be initialized with the template
37
- parameter, while in other instances the user will want to create just a blank buffer
38
- which will be zeroed by default.
39
- """
40
-
41
- dimensions: typing.Any
42
- """ The number of dimensions of the Buffer."""
43
-
44
- def to_list(self):
45
- """The contents of the Buffer as a python list."""
46
-
47
- def __init__(self, type: int, dimensions, template=None):
48
- """This will create a new Buffer object for use with other bgl OpenGL commands.
49
- Only the type of argument to store in the buffer and the dimensions of the buffer
50
- are necessary. Buffers are zeroed by default unless a template is supplied, in
51
- which case the buffer is initialized to the template.
52
-
53
- :param type: The format to store data in. The type should be one of
54
- GL_BYTE, GL_SHORT, GL_INT, or GL_FLOAT.
55
- :type type: int
56
- :param dimensions: If the dimensions are specified as an int a linear array will
57
- be created for the buffer. If a sequence is passed for the dimensions, the buffer
58
- becomes n-Dimensional, where n is equal to the number of parameters passed in the
59
- sequence. Example: [256,2] is a two- dimensional buffer while [256,256,4] creates
60
- a three- dimensional buffer. You can think of each additional dimension as a sub-item
61
- of the dimension to the left. i.e. [10,2] is a 10 element array each with 2 sub-items.
62
- [(0,0), (0,1), (1,0), (1,1), (2,0), ...] etc.
63
- :param template: A sequence of matching dimensions which will be used to initialize
64
- the Buffer. If a template is not passed in all fields will be initialized to 0.
65
- :return: The newly created buffer as a PyObject.
66
- """
67
-
68
- def glActiveTexture(texture: int):
69
- """Select active texture unit.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glActiveTexture.xhtml>`__
70
-
71
- :param texture: Constant in GL_TEXTURE0 0 - 8
72
- :type texture: int
73
- """
74
-
75
- def glAttachShader(program: int, shader: int):
76
- """Attaches a shader object to a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glAttachShader.xhtml>`__
77
-
78
- :param program: Specifies the program object to which a shader object will be attached.
79
- :type program: int
80
- :param shader: Specifies the shader object that is to be attached.
81
- :type shader: int
82
- """
83
-
84
- def glBeginQuery(p0: int, p1: int):
85
- """
86
-
87
- :type p0: int
88
- :type p1: int
89
- """
90
-
91
- def glBindAttribLocation(p0: int, p1: int, p2: str):
92
- """
93
-
94
- :type p0: int
95
- :type p1: int
96
- :type p2: str
97
- """
98
-
99
- def glBindBuffer(p0: int, p1: int):
100
- """
101
-
102
- :type p0: int
103
- :type p1: int
104
- """
105
-
106
- def glBindBufferBase(p0: int, p1: int, p2: int):
107
- """
108
-
109
- :type p0: int
110
- :type p1: int
111
- :type p2: int
112
- """
113
-
114
- def glBindBufferRange(p0: int, p1: int, p2: int, p3: int, p4: int):
115
- """
116
-
117
- :type p0: int
118
- :type p1: int
119
- :type p2: int
120
- :type p3: int
121
- :type p4: int
122
- """
123
-
124
- def glBindFramebuffer(p0: int, p1: int):
125
- """
126
-
127
- :type p0: int
128
- :type p1: int
129
- """
130
-
131
- def glBindRenderbuffer(p0: int, p1: int):
132
- """
133
-
134
- :type p0: int
135
- :type p1: int
136
- """
137
-
138
- def glBindTexture(target: set[str], texture: int):
139
- """Bind a named texture to a texturing target`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glBindTexture.xhtml>`__
140
-
141
- :param target: Specifies the target to which the texture is bound.
142
- :type target: set[str]
143
- :param texture: Specifies the name of a texture.
144
- :type texture: int
145
- """
146
-
147
- def glBindVertexArray(p0: int):
148
- """
149
-
150
- :type p0: int
151
- """
152
-
153
- def glBlendColor(p0: float, p1: float, p2: float, p3: float):
154
- """
155
-
156
- :type p0: float
157
- :type p1: float
158
- :type p2: float
159
- :type p3: float
160
- """
161
-
162
- def glBlendEquation(p0: int):
163
- """
164
-
165
- :type p0: int
166
- """
167
-
168
- def glBlendEquationSeparate(p0: int, p1: int):
169
- """
170
-
171
- :type p0: int
172
- :type p1: int
173
- """
174
-
175
- def glBlendFunc(sfactor: set[str], dfactor: set[str]):
176
- """Specify pixel arithmetic`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glBlendFunc.xhtml>`__
177
-
178
- :param sfactor: Specifies how the red, green, blue, and alpha source blending factors are
179
- computed.
180
- :type sfactor: set[str]
181
- :param dfactor: Specifies how the red, green, blue, and alpha destination
182
- blending factors are computed.
183
- :type dfactor: set[str]
184
- """
185
-
186
- def glBlitFramebuffer(
187
- p0: int,
188
- p1: int,
189
- p2: int,
190
- p3: int,
191
- p4: int,
192
- p5: int,
193
- p6: int,
194
- p7: int,
195
- p8: int,
196
- p9: int,
197
- ):
198
- """
199
-
200
- :type p0: int
201
- :type p1: int
202
- :type p2: int
203
- :type p3: int
204
- :type p4: int
205
- :type p5: int
206
- :type p6: int
207
- :type p7: int
208
- :type p8: int
209
- :type p9: int
210
- """
211
-
212
- def glBufferData(p0: int, p1: int, p2: typing.Any, p3: int):
213
- """
214
-
215
- :type p0: int
216
- :type p1: int
217
- :type p2: typing.Any
218
- :type p3: int
219
- """
220
-
221
- def glBufferSubData(p0: int, p1: int, p2: int, p3: typing.Any):
222
- """
223
-
224
- :type p0: int
225
- :type p1: int
226
- :type p2: int
227
- :type p3: typing.Any
228
- """
229
-
230
- def glCheckFramebufferStatus(p0: int) -> int:
231
- """
232
-
233
- :type p0: int
234
- :rtype: int
235
- """
236
-
237
- def glClear(mask):
238
- """Clear buffers to preset values`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClear.xhtml>`__
239
-
240
- :param mask: Bitwise OR of masks that indicate the buffers to be cleared.
241
- """
242
-
243
- def glClearColor(red: float, green, blue, alpha):
244
- """Specify clear values for the color buffers`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClearColor.xhtml>`__
245
-
246
- :param red: Specify the red, green, blue, and alpha values used when the
247
- color buffers are cleared. The initial values are all 0.
248
- :type red: float
249
- """
250
-
251
- def glClearDepth(depth: int):
252
- """Specify the clear value for the depth buffer`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClearDepth.xhtml>`__
253
-
254
- :param depth: Specifies the depth value used when the depth buffer is cleared.
255
- The initial value is 1.
256
- :type depth: int
257
- """
258
-
259
- def glClearStencil(s: int):
260
- """Specify the clear value for the stencil buffer`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClearStencil.xhtml>`__
261
-
262
- :param s: Specifies the index used when the stencil buffer is cleared. The initial value is 0.
263
- :type s: int
264
- """
265
-
266
- def glClipPlane(plane: set[str], equation: Buffer):
267
- """Specify a plane against which all geometry is clipped`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glClipPlane.xhtml>`__
268
-
269
- :param plane: Specifies which clipping plane is being positioned.
270
- :type plane: set[str]
271
- :param equation: Specifies the address of an array of four double- precision
272
- floating-point values. These values are interpreted as a plane equation.
273
- :type equation: Buffer
274
- """
275
-
276
- def glColorMask(red: int, green, blue, alpha):
277
- """Enable and disable writing of frame buffer color components`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glColorMask.xhtml>`__
278
-
279
- :param red: Specify whether red, green, blue, and alpha can or cannot be
280
- written into the frame buffer. The initial values are all GL_TRUE, indicating that the
281
- color components can be written.
282
- :type red: int
283
- """
284
-
285
- def glCompileShader(shader: int):
286
- """Compiles a shader object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glCompileShader.xhtml>`__
287
-
288
- :param shader: Specifies the shader object to be compiled.
289
- :type shader: int
290
- """
291
-
292
- def glCompressedTexImage1D(
293
- p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: typing.Any
294
- ):
295
- """
296
-
297
- :type p0: int
298
- :type p1: int
299
- :type p2: int
300
- :type p3: int
301
- :type p4: int
302
- :type p5: int
303
- :type p6: typing.Any
304
- """
305
-
306
- def glCompressedTexImage2D(
307
- p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int, p7: typing.Any
308
- ):
309
- """
310
-
311
- :type p0: int
312
- :type p1: int
313
- :type p2: int
314
- :type p3: int
315
- :type p4: int
316
- :type p5: int
317
- :type p6: int
318
- :type p7: typing.Any
319
- """
320
-
321
- def glCompressedTexImage3D(
322
- p0: int,
323
- p1: int,
324
- p2: int,
325
- p3: int,
326
- p4: int,
327
- p5: int,
328
- p6: int,
329
- p7: int,
330
- p8: typing.Any,
331
- ):
332
- """
333
-
334
- :type p0: int
335
- :type p1: int
336
- :type p2: int
337
- :type p3: int
338
- :type p4: int
339
- :type p5: int
340
- :type p6: int
341
- :type p7: int
342
- :type p8: typing.Any
343
- """
344
-
345
- def glCompressedTexSubImage1D(
346
- p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: typing.Any
347
- ):
348
- """
349
-
350
- :type p0: int
351
- :type p1: int
352
- :type p2: int
353
- :type p3: int
354
- :type p4: int
355
- :type p5: int
356
- :type p6: typing.Any
357
- """
358
-
359
- def glCompressedTexSubImage2D(
360
- p0: int,
361
- p1: int,
362
- p2: int,
363
- p3: int,
364
- p4: int,
365
- p5: int,
366
- p6: int,
367
- p7: int,
368
- p8: typing.Any,
369
- ):
370
- """
371
-
372
- :type p0: int
373
- :type p1: int
374
- :type p2: int
375
- :type p3: int
376
- :type p4: int
377
- :type p5: int
378
- :type p6: int
379
- :type p7: int
380
- :type p8: typing.Any
381
- """
382
-
383
- def glCopyTexImage1D(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int):
384
- """
385
-
386
- :type p0: int
387
- :type p1: int
388
- :type p2: int
389
- :type p3: int
390
- :type p4: int
391
- :type p5: int
392
- :type p6: int
393
- """
394
-
395
- def glCopyTexImage2D(
396
- target: set[str],
397
- level: int,
398
- internalformat: int,
399
- x: int,
400
- y,
401
- width: int,
402
- height: int,
403
- border: int,
404
- ):
405
- """Copy pixels into a 2D texture image`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glCopyTexImage2D.xhtml>`__
406
-
407
- :param target: Specifies the target texture.
408
- :type target: set[str]
409
- :param level: Specifies the level-of-detail number. Level 0 is the base image level.
410
- Level n is the nth mipmap reduction image.
411
- :type level: int
412
- :param internalformat: Specifies the number of color components in the texture.
413
- :type internalformat: int
414
- :param x: Specify the window coordinates of the first pixel that is copied
415
- from the frame buffer. This location is the lower left corner of a rectangular
416
- block of pixels.
417
- :type x: int
418
- :param width: Specifies the width of the texture image. Must be 2n+2(border) for
419
- some integer n. All implementations support texture images that are at least 64
420
- texels wide.
421
- :type width: int
422
- :param height: Specifies the height of the texture image. Must be 2m+2(border) for
423
- some integer m. All implementations support texture images that are at least 64
424
- texels high.
425
- :type height: int
426
- :param border: Specifies the width of the border. Must be either 0 or 1.
427
- :type border: int
428
- """
429
-
430
- def glCopyTexSubImage1D(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int):
431
- """
432
-
433
- :type p0: int
434
- :type p1: int
435
- :type p2: int
436
- :type p3: int
437
- :type p4: int
438
- :type p5: int
439
- """
440
-
441
- def glCopyTexSubImage2D(
442
- p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int, p7: int
443
- ):
444
- """
445
-
446
- :type p0: int
447
- :type p1: int
448
- :type p2: int
449
- :type p3: int
450
- :type p4: int
451
- :type p5: int
452
- :type p6: int
453
- :type p7: int
454
- """
455
-
456
- def glCopyTexSubImage3D(
457
- p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int, p7: int, p8: int
458
- ):
459
- """
460
-
461
- :type p0: int
462
- :type p1: int
463
- :type p2: int
464
- :type p3: int
465
- :type p4: int
466
- :type p5: int
467
- :type p6: int
468
- :type p7: int
469
- :type p8: int
470
- """
471
-
472
- def glCreateProgram() -> int:
473
- """Creates a program object`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glCreateProgram.xhtml>`__
474
-
475
- :return: The new program or zero if an error occurs.
476
- :rtype: int
477
- """
478
-
479
- def glCreateShader(shaderType: GL_GEOMETRY_SHADER | typing.Any) -> int:
480
- """Creates a shader object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glCreateShader.xhtml>`__
481
-
482
- :type shaderType: GL_GEOMETRY_SHADER | typing.Any
483
- :return: 0 if an error occurs.
484
- :rtype: int
485
- """
486
-
487
- def glCullFace(mode: set[str]):
488
- """Specify whether front- or back-facing facets can be culled`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glCullFace.xhtml>`__
489
-
490
- :param mode: Specifies whether front- or back-facing facets are candidates for culling.
491
- :type mode: set[str]
492
- """
493
-
494
- def glDeleteBuffers(p0: int, p1: int):
495
- """
496
-
497
- :type p0: int
498
- :type p1: int
499
- """
500
-
501
- def glDeleteFramebuffers(p0: int, p1: int):
502
- """
503
-
504
- :type p0: int
505
- :type p1: int
506
- """
507
-
508
- def glDeleteProgram(program: int):
509
- """Deletes a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDeleteProgram.xhtml>`__
510
-
511
- :param program: Specifies the program object to be deleted.
512
- :type program: int
513
- """
514
-
515
- def glDeleteQueries(p0: int, p1: int):
516
- """
517
-
518
- :type p0: int
519
- :type p1: int
520
- """
521
-
522
- def glDeleteRenderbuffers(p0: int, p1: int):
523
- """
524
-
525
- :type p0: int
526
- :type p1: int
527
- """
528
-
529
- def glDeleteShader(shader: int):
530
- """Deletes a shader object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDeleteShader.xhtml>`__
531
-
532
- :param shader: Specifies the shader object to be deleted.
533
- :type shader: int
534
- """
535
-
536
- def glDeleteTextures(n: int, textures: Buffer):
537
- """Delete named textures`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDeleteTextures.xhtml>`__
538
-
539
- :param n: Specifies the number of textures to be deleted
540
- :type n: int
541
- :param textures: Specifies an array of textures to be deleted
542
- :type textures: Buffer
543
- """
544
-
545
- def glDeleteVertexArrays(p0: int, p1: int):
546
- """
547
-
548
- :type p0: int
549
- :type p1: int
550
- """
551
-
552
- def glDepthFunc(func: set[str]):
553
- """Specify the value used for depth buffer comparisons`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDepthFunc.xhtml>`__
554
-
555
- :param func: Specifies the depth comparison function.
556
- :type func: set[str]
557
- """
558
-
559
- def glDepthMask(flag: int):
560
- """Enable or disable writing into the depth buffer`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDepthMask.xhtml>`__
561
-
562
- :param flag: Specifies whether the depth buffer is enabled for writing. If flag is GL_FALSE,
563
- depth buffer writing is disabled. Otherwise, it is enabled. Initially, depth buffer
564
- writing is enabled.
565
- :type flag: int
566
- """
567
-
568
- def glDepthRange(zNear: int, zFar: int):
569
- """Specify mapping of depth values from normalized device coordinates to window coordinates`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDepthRange.xhtml>`__
570
-
571
- :param zNear: Specifies the mapping of the near clipping plane to window coordinates.
572
- The initial value is 0.
573
- :type zNear: int
574
- :param zFar: Specifies the mapping of the far clipping plane to window coordinates.
575
- The initial value is 1.
576
- :type zFar: int
577
- """
578
-
579
- def glDetachShader(program: int, shader: int):
580
- """Detaches a shader object from a program object to which it is attached.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDetachShader.xhtml>`__
581
-
582
- :param program: Specifies the program object from which to detach the shader object.
583
- :type program: int
584
- :param shader: pecifies the program object from which to detach the shader object.
585
- :type shader: int
586
- """
587
-
588
- def glDisable(cap: set[str]):
589
- """Disable server-side GL capabilities`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEnable.xhtml>`__
590
-
591
- :param cap: Specifies a symbolic constant indicating a GL capability.
592
- :type cap: set[str]
593
- """
594
-
595
- def glDisableVertexAttribArray(p0: int):
596
- """
597
-
598
- :type p0: int
599
- """
600
-
601
- def glDrawArrays(p0: int, p1: int, p2: int):
602
- """
603
-
604
- :type p0: int
605
- :type p1: int
606
- :type p2: int
607
- """
608
-
609
- def glDrawBuffer(mode: set[str]):
610
- """Specify which color buffers are to be drawn into`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glDrawBuffer.xhtml>`__
611
-
612
- :param mode: Specifies up to four color buffers to be drawn into.
613
- :type mode: set[str]
614
- """
615
-
616
- def glDrawBuffers(p0: int, p1: int):
617
- """
618
-
619
- :type p0: int
620
- :type p1: int
621
- """
622
-
623
- def glDrawElements(p0: int, p1: int, p2: int, p3: typing.Any):
624
- """
625
-
626
- :type p0: int
627
- :type p1: int
628
- :type p2: int
629
- :type p3: typing.Any
630
- """
631
-
632
- def glDrawRangeElements(p0: int, p1: int, p2: int, p3: int, p4: int, p5: typing.Any):
633
- """
634
-
635
- :type p0: int
636
- :type p1: int
637
- :type p2: int
638
- :type p3: int
639
- :type p4: int
640
- :type p5: typing.Any
641
- """
642
-
643
- def glEdgeFlag(flag):
644
- """B{glEdgeFlag, glEdgeFlagv}Flag edges as either boundary or non-boundary`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEdgeFlag.xhtml>`__
645
-
646
- :param flag: Specifies the current edge flag value.The initial value is GL_TRUE.
647
- """
648
-
649
- def glEnable(cap: set[str]):
650
- """Enable server-side GL capabilities`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEnable.xhtml>`__
651
-
652
- :param cap: Specifies a symbolic constant indicating a GL capability.
653
- :type cap: set[str]
654
- """
655
-
656
- def glEnableVertexAttribArray(p0: int):
657
- """
658
-
659
- :type p0: int
660
- """
661
-
662
- def glEndQuery(p0: int):
663
- """
664
-
665
- :type p0: int
666
- """
667
-
668
- def glEvalCoord(u: typing.Any, v: typing.Any):
669
- """B{glEvalCoord1d, glEvalCoord1f, glEvalCoord2d, glEvalCoord2f, glEvalCoord1dv, glEvalCoord1fv,
670
- glEvalCoord2dv, glEvalCoord2fv}Evaluate enabled one- and two-dimensional maps`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEvalCoord.xhtml>`__
671
-
672
- :param u: Specifies a value that is the domain coordinate u to the basis function defined
673
- in a previous glMap1 or glMap2 command. If the function prototype ends in 'v' then
674
- u specifies a pointer to an array containing either one or two domain coordinates. The first
675
- coordinate is u. The second coordinate is v, which is present only in glEvalCoord2 versions.
676
- :type u: typing.Any
677
- :param v: Specifies a value that is the domain coordinate v to the basis function defined
678
- in a previous glMap2 command. This argument is not present in a glEvalCoord1 command.
679
- :type v: typing.Any
680
- """
681
-
682
- def glEvalMesh(mode: set[str], i1: int, i2):
683
- """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>`__
684
-
685
- :param mode: In glEvalMesh1, specifies whether to compute a one-dimensional
686
- mesh of points or lines.
687
- :type mode: set[str]
688
- :param i1: Specify the first and last integer values for the grid domain variable i.
689
- :type i1: int
690
- """
691
-
692
- def glEvalPoint(i: int, j):
693
- """B{glEvalPoint1 and glEvalPoint2}Generate and evaluate a single point in a mesh`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glEvalPoint.xhtml>`__
694
-
695
- :param i: Specifies the integer value for grid domain variable i.
696
- :type i: int
697
- :param j: Specifies the integer value for grid domain variable j (glEvalPoint2 only).
698
- """
699
-
700
- def glFeedbackBuffer(size: int, type: set[str], buffer: Buffer):
701
- """Controls feedback mode`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFeedbackBuffer.xhtml>`__
702
-
703
- :param size: Specifies the maximum number of values that can be written into buffer.
704
- :type size: int
705
- :param type: Specifies a symbolic constant that describes the information that
706
- will be returned for each vertex.
707
- :type type: set[str]
708
- :param buffer: Returns the feedback data.
709
- :type buffer: Buffer
710
- """
711
-
712
- def glFinish():
713
- """Block until all GL execution is complete`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFinish.xhtml>`__"""
714
-
715
- def glFlush():
716
- """Force Execution of GL commands in finite time`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFlush.xhtml>`__"""
717
-
718
- def glFog(pname: set[str], param: typing.Any):
719
- """B{glFogf, glFogi, glFogfv, glFogiv}Specify fog parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFog.xhtml>`__
720
-
721
- :param pname: Specifies a single-valued fog parameter. If the function prototype
722
- ends in 'v' specifies a fog parameter.
723
- :type pname: set[str]
724
- :param param: Specifies the value or values to be assigned to pname. GL_FOG_COLOR
725
- requires an array of four values. All other parameters accept an array containing
726
- only a single value.
727
- :type param: typing.Any
728
- """
729
-
730
- def glFramebufferRenderbuffer(p0: int, p1: int, p2: int, p3: int):
731
- """
732
-
733
- :type p0: int
734
- :type p1: int
735
- :type p2: int
736
- :type p3: int
737
- """
738
-
739
- def glFramebufferTexture(p0: int, p1: int, p2: int, p3: int):
740
- """
741
-
742
- :type p0: int
743
- :type p1: int
744
- :type p2: int
745
- :type p3: int
746
- """
747
-
748
- def glFrontFace(mode: set[str]):
749
- """Define front- and back-facing polygons`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glFrontFace.xhtml>`__
750
-
751
- :param mode: Specifies the orientation of front-facing polygons.
752
- :type mode: set[str]
753
- """
754
-
755
- def glGenBuffers(p0: int, p1: int):
756
- """
757
-
758
- :type p0: int
759
- :type p1: int
760
- """
761
-
762
- def glGenFramebuffers(p0: int, p1: int):
763
- """
764
-
765
- :type p0: int
766
- :type p1: int
767
- """
768
-
769
- def glGenQueries(p0: int, p1: int):
770
- """
771
-
772
- :type p0: int
773
- :type p1: int
774
- """
775
-
776
- def glGenRenderbuffers(p0: int, p1: int):
777
- """
778
-
779
- :type p0: int
780
- :type p1: int
781
- """
782
-
783
- def glGenTextures(n: int, textures: Buffer):
784
- """Generate texture names`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGenTextures.xhtml>`__
785
-
786
- :param n: Specifies the number of textures name to be generated.
787
- :type n: int
788
- :param textures: Specifies an array in which the generated textures names are stored.
789
- :type textures: Buffer
790
- """
791
-
792
- def glGenVertexArrays(p0: int, p1: int):
793
- """
794
-
795
- :type p0: int
796
- :type p1: int
797
- """
798
-
799
- def glGet(pname: set[str], param: typing.Any):
800
- """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>`__
801
-
802
- :param pname: Specifies the parameter value to be returned.
803
- :type pname: set[str]
804
- :param param: Returns the value or values of the specified parameter.
805
- :type param: typing.Any
806
- """
807
-
808
- def glGetActiveAttrib(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int):
809
- """
810
-
811
- :type p0: int
812
- :type p1: int
813
- :type p2: int
814
- :type p3: int
815
- :type p4: int
816
- :type p5: int
817
- :type p6: int
818
- """
819
-
820
- def glGetActiveUniform(p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: int):
821
- """
822
-
823
- :type p0: int
824
- :type p1: int
825
- :type p2: int
826
- :type p3: int
827
- :type p4: int
828
- :type p5: int
829
- :type p6: int
830
- """
831
-
832
- def glGetActiveUniformBlockName(p0: int, p1: int, p2: int, p3: int, p4: int):
833
- """
834
-
835
- :type p0: int
836
- :type p1: int
837
- :type p2: int
838
- :type p3: int
839
- :type p4: int
840
- """
841
-
842
- def glGetActiveUniformBlockiv(p0: int, p1: int, p2: int, p3: int):
843
- """
844
-
845
- :type p0: int
846
- :type p1: int
847
- :type p2: int
848
- :type p3: int
849
- """
850
-
851
- def glGetActiveUniformName(p0: int, p1: int, p2: int, p3: int, p4: int):
852
- """
853
-
854
- :type p0: int
855
- :type p1: int
856
- :type p2: int
857
- :type p3: int
858
- :type p4: int
859
- """
860
-
861
- def glGetActiveUniformsiv(p0: int, p1: int, p2: int, p3: int, p4: int):
862
- """
863
-
864
- :type p0: int
865
- :type p1: int
866
- :type p2: int
867
- :type p3: int
868
- :type p4: int
869
- """
870
-
871
- def glGetAttachedShaders(program: int, maxCount: int, count: Buffer, shaders: Buffer):
872
- """Returns the handles of the shader objects attached to a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetAttachedShaders.xhtml>`__
873
-
874
- :param program: Specifies the program object to be queried.
875
- :type program: int
876
- :param maxCount: Specifies the size of the array for storing the returned object names.
877
- :type maxCount: int
878
- :param count: Returns the number of names actually returned in objects.
879
- :type count: Buffer
880
- :param shaders: Specifies an array that is used to return the names of attached shader objects.
881
- :type shaders: Buffer
882
- """
883
-
884
- def glGetAttribLocation(p0: int, p1: str) -> int:
885
- """
886
-
887
- :type p0: int
888
- :type p1: str
889
- :rtype: int
890
- """
891
-
892
- def glGetBooleanv(p0: int, p1: bool):
893
- """
894
-
895
- :type p0: int
896
- :type p1: bool
897
- """
898
-
899
- def glGetBufferParameteri64v(p0: int, p1: int, p2: int):
900
- """
901
-
902
- :type p0: int
903
- :type p1: int
904
- :type p2: int
905
- """
906
-
907
- def glGetBufferParameteriv(p0: int, p1: int, p2: int):
908
- """
909
-
910
- :type p0: int
911
- :type p1: int
912
- :type p2: int
913
- """
914
-
915
- def glGetBufferPointerv(p0: int, p1: int, p2: typing.Any):
916
- """
917
-
918
- :type p0: int
919
- :type p1: int
920
- :type p2: typing.Any
921
- """
922
-
923
- def glGetBufferSubData(p0: int, p1: int, p2: int, p3: typing.Any):
924
- """
925
-
926
- :type p0: int
927
- :type p1: int
928
- :type p2: int
929
- :type p3: typing.Any
930
- """
931
-
932
- def glGetCompressedTexImage(p0: int, p1: int, p2: typing.Any):
933
- """
934
-
935
- :type p0: int
936
- :type p1: int
937
- :type p2: typing.Any
938
- """
939
-
940
- def glGetDoublev(p0: int, p1: float):
941
- """
942
-
943
- :type p0: int
944
- :type p1: float
945
- """
946
-
947
- def glGetError():
948
- """Return error information`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetError.xhtml>`__"""
949
-
950
- def glGetFloatv(p0: int, p1: float):
951
- """
952
-
953
- :type p0: int
954
- :type p1: float
955
- """
956
-
957
- def glGetIntegerv(p0: int, p1: int):
958
- """
959
-
960
- :type p0: int
961
- :type p1: int
962
- """
963
-
964
- def glGetLight(light: set[str], pname: set[str], params: Buffer):
965
- """B{glGetLightfv and glGetLightiv}Return light source parameter values`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetLight.xhtml>`__
966
-
967
- :param light: Specifies a light source. The number of possible lights depends on the
968
- implementation, but at least eight lights are supported. They are identified by symbolic
969
- names of the form GL_LIGHTi where 0 < i < GL_MAX_LIGHTS.
970
- :type light: set[str]
971
- :param pname: Specifies a light source parameter for light.
972
- :type pname: set[str]
973
- :param params: Returns the requested data.
974
- :type params: Buffer
975
- """
976
-
977
- def glGetMap(target: set[str], query: set[str], v: Buffer):
978
- """B{glGetMapdv, glGetMapfv, glGetMapiv}Return evaluator parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetMap.xhtml>`__
979
-
980
- :param target: Specifies the symbolic name of a map.
981
- :type target: set[str]
982
- :param query: Specifies which parameter to return.
983
- :type query: set[str]
984
- :param v: Returns the requested data.
985
- :type v: Buffer
986
- """
987
-
988
- def glGetMaterial(face: set[str], pname: set[str], params: Buffer):
989
- """B{glGetMaterialfv, glGetMaterialiv}Return material parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetMaterial.xhtml>`__
990
-
991
- :param face: Specifies which of the two materials is being queried.
992
- representing the front and back materials, respectively.
993
- :type face: set[str]
994
- :param pname: Specifies the material parameter to return.
995
- :type pname: set[str]
996
- :param params: Returns the requested data.
997
- :type params: Buffer
998
- """
999
-
1000
- def glGetMultisamplefv(p0: int, p1: int, p2: float):
1001
- """
1002
-
1003
- :type p0: int
1004
- :type p1: int
1005
- :type p2: float
1006
- """
1007
-
1008
- def glGetPixelMap(map: set[str], values: Buffer):
1009
- """B{glGetPixelMapfv, glGetPixelMapuiv, glGetPixelMapusv}Return the specified pixel map`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetPixelMap.xhtml>`__
1010
-
1011
- :param map: Specifies the name of the pixel map to return.
1012
- :type map: set[str]
1013
- :param values: Returns the pixel map contents.
1014
- :type values: Buffer
1015
- """
1016
-
1017
- def glGetProgramInfoLog(program: int, maxLength: int, length: Buffer, infoLog: Buffer):
1018
- """Returns the information log for a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetProgramInfoLog.xhtml>`__
1019
-
1020
- :param program: Specifies the program object whose information log is to be queried.
1021
- :type program: int
1022
- :param maxLength: Specifies the size of the character buffer for storing the returned information log.
1023
- :type maxLength: int
1024
- :param length: Returns the length of the string returned in infoLog (excluding the null terminator).
1025
- :type length: Buffer
1026
- :param infoLog: Specifies an array of characters that is used to return the information log.
1027
- :type infoLog: Buffer
1028
- """
1029
-
1030
- def glGetProgramiv(program: int, pname: int, params: Buffer):
1031
- """Returns a parameter from a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetProgram.xhtml>`__
1032
-
1033
- :param program: Specifies the program object to be queried.
1034
- :type program: int
1035
- :param pname: Specifies the object parameter.
1036
- :type pname: int
1037
- :param params: Returns the requested object parameter.
1038
- :type params: Buffer
1039
- """
1040
-
1041
- def glGetQueryObjectiv(p0: int, p1: int, p2: int):
1042
- """
1043
-
1044
- :type p0: int
1045
- :type p1: int
1046
- :type p2: int
1047
- """
1048
-
1049
- def glGetQueryObjectuiv(p0: int, p1: int, p2: int):
1050
- """
1051
-
1052
- :type p0: int
1053
- :type p1: int
1054
- :type p2: int
1055
- """
1056
-
1057
- def glGetQueryiv(p0: int, p1: int, p2: int):
1058
- """
1059
-
1060
- :type p0: int
1061
- :type p1: int
1062
- :type p2: int
1063
- """
1064
-
1065
- def glGetShaderInfoLog(program, maxLength: int, length: Buffer, infoLog: Buffer):
1066
- """Returns the information log for a shader object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetShaderInfoLog.xhtml>`__
1067
-
1068
- :param maxLength: Specifies the size of the character buffer for storing the returned information log.
1069
- :type maxLength: int
1070
- :param length: Returns the length of the string returned in infoLog (excluding the null terminator).
1071
- :type length: Buffer
1072
- :param infoLog: Specifies an array of characters that is used to return the information log.
1073
- :type infoLog: Buffer
1074
- """
1075
-
1076
- def glGetShaderSource(shader: int, bufSize: int, length: Buffer, source: Buffer):
1077
- """Returns the source code string from a shader object`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetShaderSource.xhtml>`__
1078
-
1079
- :param shader: Specifies the shader object to be queried.
1080
- :type shader: int
1081
- :param bufSize: Specifies the size of the character buffer for storing the returned source code string.
1082
- :type bufSize: int
1083
- :param length: Returns the length of the string returned in source (excluding the null terminator).
1084
- :type length: Buffer
1085
- :param source: Specifies an array of characters that is used to return the source code string.
1086
- :type source: Buffer
1087
- """
1088
-
1089
- def glGetShaderiv(p0: int, p1: int, p2: int):
1090
- """
1091
-
1092
- :type p0: int
1093
- :type p1: int
1094
- :type p2: int
1095
- """
1096
-
1097
- def glGetString(name: set[str]):
1098
- """Return a string describing the current GL connection`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetString.xhtml>`__
1099
-
1100
- :param name: Specifies a symbolic constant.
1101
- :type name: set[str]
1102
- """
1103
-
1104
- def glGetStringi(p0: int, p1: int) -> str:
1105
- """
1106
-
1107
- :type p0: int
1108
- :type p1: int
1109
- :rtype: str
1110
- """
1111
-
1112
- def glGetTexEnv(target: set[str], pname: set[str], params: Buffer):
1113
- """B{glGetTexEnvfv, glGetTexEnviv}Return texture environment parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexEnv.xhtml>`__
1114
-
1115
- :param target: Specifies a texture environment. Must be GL_TEXTURE_ENV.
1116
- :type target: set[str]
1117
- :param pname: Specifies the symbolic name of a texture environment parameter.
1118
- :type pname: set[str]
1119
- :param params: Returns the requested data.
1120
- :type params: Buffer
1121
- """
1122
-
1123
- def glGetTexGen(coord: set[str], pname: set[str], params: Buffer):
1124
- """B{glGetTexGendv, glGetTexGenfv, glGetTexGeniv}Return texture coordinate generation parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexGen.xhtml>`__
1125
-
1126
- :param coord: Specifies a texture coordinate.
1127
- :type coord: set[str]
1128
- :param pname: Specifies the symbolic name of the value(s) to be returned.
1129
- :type pname: set[str]
1130
- :param params: Returns the requested data.
1131
- :type params: Buffer
1132
- """
1133
-
1134
- def glGetTexImage(
1135
- target: set[str], level: int, format: set[str], type: set[str], pixels: Buffer
1136
- ):
1137
- """Return a texture image`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexImage.xhtml>`__
1138
-
1139
- :param target: Specifies which texture is to be obtained.
1140
- :type target: set[str]
1141
- :param level: Specifies the level-of-detail number of the desired image.
1142
- Level 0 is the base image level. Level n is the nth mipmap reduction image.
1143
- :type level: int
1144
- :param format: Specifies a pixel format for the returned data.
1145
- :type format: set[str]
1146
- :param type: Specifies a pixel type for the returned data.
1147
- :type type: set[str]
1148
- :param pixels: Returns the texture image. Should be a pointer to an array of the
1149
- type specified by type
1150
- :type pixels: Buffer
1151
- """
1152
-
1153
- def glGetTexLevelParameter(
1154
- target: set[str], level: int, pname: set[str], params: Buffer
1155
- ):
1156
- """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>`__
1157
-
1158
- :param target: Specifies the symbolic name of the target texture.
1159
- :type target: set[str]
1160
- :param level: Specifies the level-of-detail number of the desired image.
1161
- Level 0 is the base image level. Level n is the nth mipmap reduction image.
1162
- :type level: int
1163
- :param pname: Specifies the symbolic name of a texture parameter.
1164
- :type pname: set[str]
1165
- :param params: Returns the requested data.
1166
- :type params: Buffer
1167
- """
1168
-
1169
- def glGetTexLevelParameterfv(p0: int, p1: int, p2: int, p3: float):
1170
- """
1171
-
1172
- :type p0: int
1173
- :type p1: int
1174
- :type p2: int
1175
- :type p3: float
1176
- """
1177
-
1178
- def glGetTexLevelParameteriv(p0: int, p1: int, p2: int, p3: int):
1179
- """
1180
-
1181
- :type p0: int
1182
- :type p1: int
1183
- :type p2: int
1184
- :type p3: int
1185
- """
1186
-
1187
- def glGetTexParameter(target: set[str], pname: set[str], params: Buffer):
1188
- """B{glGetTexParameterfv, glGetTexParameteriv}Return texture parameter values`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glGetTexParameter.xhtml>`__
1189
-
1190
- :param target: Specifies the symbolic name of the target texture.
1191
- :type target: set[str]
1192
- :param pname: Specifies the symbolic name the target texture.
1193
- :type pname: set[str]
1194
- :param params: Returns the texture parameters.
1195
- :type params: Buffer
1196
- """
1197
-
1198
- def glGetTexParameterfv(p0: int, p1: int, p2: float):
1199
- """
1200
-
1201
- :type p0: int
1202
- :type p1: int
1203
- :type p2: float
1204
- """
1205
-
1206
- def glGetTexParameteriv(p0: int, p1: int, p2: int):
1207
- """
1208
-
1209
- :type p0: int
1210
- :type p1: int
1211
- :type p2: int
1212
- """
1213
-
1214
- def glGetUniformBlockIndex(p0: int, p1: str) -> int:
1215
- """
1216
-
1217
- :type p0: int
1218
- :type p1: str
1219
- :rtype: int
1220
- """
1221
-
1222
- def glGetUniformIndices(p0: int, p1: int, p2: int, p3: int):
1223
- """
1224
-
1225
- :type p0: int
1226
- :type p1: int
1227
- :type p2: int
1228
- :type p3: int
1229
- """
1230
-
1231
- def glGetUniformLocation(p0: int, p1: str) -> int:
1232
- """
1233
-
1234
- :type p0: int
1235
- :type p1: str
1236
- :rtype: int
1237
- """
1238
-
1239
- def glGetUniformfv(p0: int, p1: int, p2: float):
1240
- """
1241
-
1242
- :type p0: int
1243
- :type p1: int
1244
- :type p2: float
1245
- """
1246
-
1247
- def glGetUniformiv(p0: int, p1: int, p2: int):
1248
- """
1249
-
1250
- :type p0: int
1251
- :type p1: int
1252
- :type p2: int
1253
- """
1254
-
1255
- def glGetVertexAttribPointerv(p0: int, p1: int, p2: typing.Any):
1256
- """
1257
-
1258
- :type p0: int
1259
- :type p1: int
1260
- :type p2: typing.Any
1261
- """
1262
-
1263
- def glGetVertexAttribdv(p0: int, p1: int, p2: float):
1264
- """
1265
-
1266
- :type p0: int
1267
- :type p1: int
1268
- :type p2: float
1269
- """
1270
-
1271
- def glGetVertexAttribfv(p0: int, p1: int, p2: float):
1272
- """
1273
-
1274
- :type p0: int
1275
- :type p1: int
1276
- :type p2: float
1277
- """
1278
-
1279
- def glGetVertexAttribiv(p0: int, p1: int, p2: int):
1280
- """
1281
-
1282
- :type p0: int
1283
- :type p1: int
1284
- :type p2: int
1285
- """
1286
-
1287
- def glHint(target: set[str], mode: set[str]):
1288
- """Specify implementation-specific hints`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glHint.xhtml>`__
1289
-
1290
- :param target: Specifies a symbolic constant indicating the behavior to be
1291
- controlled.
1292
- :type target: set[str]
1293
- :param mode: Specifies a symbolic constant indicating the desired behavior.
1294
- :type mode: set[str]
1295
- """
1296
-
1297
- def glIsBuffer(p0: int) -> bool:
1298
- """
1299
-
1300
- :type p0: int
1301
- :rtype: bool
1302
- """
1303
-
1304
- def glIsEnabled(cap: set[str]):
1305
- """Test whether a capability is enabled`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glIsEnabled.xhtml>`__
1306
-
1307
- :param cap: Specifies a constant representing a GL capability.
1308
- :type cap: set[str]
1309
- """
1310
-
1311
- def glIsProgram(program: int):
1312
- """Determines if a name corresponds to a program object`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glIsProgram.xhtml>`__
1313
-
1314
- :param program: Specifies a potential program object.
1315
- :type program: int
1316
- """
1317
-
1318
- def glIsQuery(p0: int) -> bool:
1319
- """
1320
-
1321
- :type p0: int
1322
- :rtype: bool
1323
- """
1324
-
1325
- def glIsShader(shader: int):
1326
- """Determines if a name corresponds to a shader object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glIsShader.xhtml>`__
1327
-
1328
- :param shader: Specifies a potential shader object.
1329
- :type shader: int
1330
- """
1331
-
1332
- def glIsTexture(texture: int):
1333
- """Determine if a name corresponds to a texture`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glIsTexture.xhtml>`__
1334
-
1335
- :param texture: Specifies a value that may be the name of a texture.
1336
- :type texture: int
1337
- """
1338
-
1339
- def glIsVertexArray(p0: int) -> bool:
1340
- """
1341
-
1342
- :type p0: int
1343
- :rtype: bool
1344
- """
1345
-
1346
- def glLight(light: set[str], pname: set[str], param: typing.Any):
1347
- """B{glLightf,glLighti, glLightfv, glLightiv}Set the light source parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLight.xhtml>`__
1348
-
1349
- :param light: Specifies a light. The number of lights depends on the implementation,
1350
- but at least eight lights are supported. They are identified by symbolic names of the
1351
- form GL_LIGHTi where 0 < i < GL_MAX_LIGHTS.
1352
- :type light: set[str]
1353
- :param pname: Specifies a single-valued light source parameter for light.
1354
- :type pname: set[str]
1355
- :param param: Specifies the value that parameter pname of light source light will be set to.
1356
- If function prototype ends in 'v' specifies a pointer to the value or values that
1357
- parameter pname of light source light will be set to.
1358
- :type param: typing.Any
1359
- """
1360
-
1361
- def glLightModel(pname: set[str], param: typing.Any):
1362
- """B{glLightModelf, glLightModeli, glLightModelfv, glLightModeliv}Set the lighting model parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLightModel.xhtml>`__
1363
-
1364
- :param pname: Specifies a single-value light model parameter.
1365
- :type pname: set[str]
1366
- :param param: Specifies the value that param will be set to. If function prototype ends in 'v'
1367
- specifies a pointer to the value or values that param will be set to.
1368
- :type param: typing.Any
1369
- """
1370
-
1371
- def glLineWidth(width: float):
1372
- """Specify the width of rasterized lines.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLineWidth.xhtml>`__
1373
-
1374
- :param width: Specifies the width of rasterized lines. The initial value is 1.
1375
- :type width: float
1376
- """
1377
-
1378
- def glLinkProgram(program: int):
1379
- """Links a program object.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLinkProgram.xhtml>`__
1380
-
1381
- :param program: Specifies the handle of the program object to be linked.
1382
- :type program: int
1383
- """
1384
-
1385
- def glLoadMatrix(m: Buffer):
1386
- """B{glLoadMatrixd, glLoadMatixf}Replace the current matrix with the specified matrix`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLoadMatrix.xhtml>`__
1387
-
1388
- :param m: Specifies a pointer to 16 consecutive values, which are used as the elements
1389
- of a 4x4 column-major matrix.
1390
- :type m: Buffer
1391
- """
1392
-
1393
- def glLogicOp(opcode: set[str]):
1394
- """Specify a logical pixel operation for color index rendering`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glLogicOp.xhtml>`__
1395
-
1396
- :param opcode: Specifies a symbolic constant that selects a logical operation.
1397
- :type opcode: set[str]
1398
- """
1399
-
1400
- def glMap1(
1401
- target: set[str], u1: typing.Any, u2, stride: int, order: int, points: Buffer
1402
- ):
1403
- """B{glMap1d, glMap1f}Define a one-dimensional evaluator`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMap1.xhtml>`__
1404
-
1405
- :param target: Specifies the kind of values that are generated by the evaluator.
1406
- :type target: set[str]
1407
- :param u1: Specify a linear mapping of u, as presented to glEvalCoord1, to ^, t
1408
- he variable that is evaluated by the equations specified by this command.
1409
- :type u1: typing.Any
1410
- :param stride: Specifies the number of floats or float (double)s between the beginning
1411
- of one control point and the beginning of the next one in the data structure
1412
- referenced in points. This allows control points to be embedded in arbitrary data
1413
- structures. The only constraint is that the values for a particular control point must
1414
- occupy contiguous memory locations.
1415
- :type stride: int
1416
- :param order: Specifies the number of control points. Must be positive.
1417
- :type order: int
1418
- :param points: Specifies a pointer to the array of control points.
1419
- :type points: Buffer
1420
- """
1421
-
1422
- def glMap2(
1423
- target: set[str],
1424
- u1: typing.Any,
1425
- u2,
1426
- ustride: int,
1427
- uorder: int,
1428
- v1: typing.Any,
1429
- v2,
1430
- vstride: int,
1431
- vorder: int,
1432
- points: Buffer,
1433
- ):
1434
- """B{glMap2d, glMap2f}Define a two-dimensional evaluator`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMap2.xhtml>`__
1435
-
1436
- :param target: Specifies the kind of values that are generated by the evaluator.
1437
- :type target: set[str]
1438
- :param u1: Specify a linear mapping of u, as presented to glEvalCoord2, to ^, t
1439
- he variable that is evaluated by the equations specified by this command. Initially
1440
- u1 is 0 and u2 is 1.
1441
- :type u1: typing.Any
1442
- :param ustride: Specifies the number of floats or float (double)s between the beginning
1443
- of control point R and the beginning of control point R ij, where i and j are the u
1444
- and v control point indices, respectively. This allows control points to be embedded
1445
- in arbitrary data structures. The only constraint is that the values for a particular
1446
- control point must occupy contiguous memory locations. The initial value of ustride is 0.
1447
- :type ustride: int
1448
- :param uorder: Specifies the dimension of the control point array in the u axis.
1449
- Must be positive. The initial value is 1.
1450
- :type uorder: int
1451
- :param v1: Specify a linear mapping of v, as presented to glEvalCoord2,
1452
- to ^, one of the two variables that are evaluated by the equations
1453
- specified by this command. Initially, v1 is 0 and v2 is 1.
1454
- :type v1: typing.Any
1455
- :param vstride: Specifies the number of floats or float (double)s between the
1456
- beginning of control point R and the beginning of control point R ij,
1457
- where i and j are the u and v control point(indices, respectively.
1458
- This allows control points to be embedded in arbitrary data structures.
1459
- The only constraint is that the values for a particular control point must
1460
- occupy contiguous memory locations. The initial value of vstride is 0.
1461
- :type vstride: int
1462
- :param vorder: Specifies the dimension of the control point array in the v axis.
1463
- Must be positive. The initial value is 1.
1464
- :type vorder: int
1465
- :param points: Specifies a pointer to the array of control points.
1466
- :type points: Buffer
1467
- """
1468
-
1469
- def glMapBuffer(p0: int, p1: int):
1470
- """
1471
-
1472
- :type p0: int
1473
- :type p1: int
1474
- """
1475
-
1476
- def glMapGrid(un: int, u1: typing.Any, u2, vn: int, v1: typing.Any, v2):
1477
- """B{glMapGrid1d, glMapGrid1f, glMapGrid2d, glMapGrid2f}Define a one- or two-dimensional mesh`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMapGrid.xhtml>`__
1478
-
1479
- :param un: Specifies the number of partitions in the grid range interval
1480
- [u1, u2]. Must be positive.
1481
- :type un: int
1482
- :param u1: Specify the mappings for integer grid domain values i=0 and i=un.
1483
- :type u1: typing.Any
1484
- :param vn: Specifies the number of partitions in the grid range interval
1485
- [v1, v2] (glMapGrid2 only).
1486
- :type vn: int
1487
- :param v1: Specify the mappings for integer grid domain values j=0 and j=vn
1488
- (glMapGrid2 only).
1489
- :type v1: typing.Any
1490
- """
1491
-
1492
- def glMaterial(face: set[str], pname: set[str], params: int):
1493
- """Specify material parameters for the lighting model.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMaterial.xhtml>`__
1494
-
1495
- :param face: Specifies which face or faces are being updated. Must be one of:
1496
- :type face: set[str]
1497
- :param pname: Specifies the single-valued material parameter of the face
1498
- or faces that is being updated. Must be GL_SHININESS.
1499
- :type pname: set[str]
1500
- :param params: Specifies the value that parameter GL_SHININESS will be set to.
1501
- If function prototype ends in 'v' specifies a pointer to the value or values that
1502
- pname will be set to.
1503
- :type params: int
1504
- """
1505
-
1506
- def glMultMatrix(m: Buffer):
1507
- """B{glMultMatrixd, glMultMatrixf}Multiply the current matrix with the specified matrix`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glMultMatrix.xhtml>`__
1508
-
1509
- :param m: Points to 16 consecutive values that are used as the elements of a 4x4 column
1510
- major matrix.
1511
- :type m: Buffer
1512
- """
1513
-
1514
- def glNormal3(nx: typing.Any, ny, nz, v: Buffer):
1515
- """B{Normal3b, Normal3bv, Normal3d, Normal3dv, Normal3f, Normal3fv, Normal3i, Normal3iv,
1516
- Normal3s, Normal3sv}Set the current normal vector`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glNormal.xhtml>`__
1517
-
1518
- :param nx: Specify the x, y, and z coordinates of the new current normal.
1519
- The initial value of the current normal is the unit vector, (0, 0, 1).
1520
- :type nx: typing.Any
1521
- :param v: Specifies a pointer to an array of three elements: the x, y, and z coordinates
1522
- of the new current normal.
1523
- :type v: Buffer
1524
- """
1525
-
1526
- def glPixelMap(map: set[str], mapsize: int, values: Buffer):
1527
- """B{glPixelMapfv, glPixelMapuiv, glPixelMapusv}Set up pixel transfer maps`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPixelMap.xhtml>`__
1528
-
1529
- :param map: Specifies a symbolic map name.
1530
- :type map: set[str]
1531
- :param mapsize: Specifies the size of the map being defined.
1532
- :type mapsize: int
1533
- :param values: Specifies an array of mapsize values.
1534
- :type values: Buffer
1535
- """
1536
-
1537
- def glPixelStore(pname: set[str], param: typing.Any):
1538
- """B{glPixelStoref, glPixelStorei}Set pixel storage modes`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPixelStore.xhtml>`__
1539
-
1540
- :param pname: Specifies the symbolic name of the parameter to be set.
1541
- Six values affect the packing of pixel data into memory.
1542
- Six more affect the unpacking of pixel data from memory.
1543
- :type pname: set[str]
1544
- :param param: Specifies the value that pname is set to.
1545
- :type param: typing.Any
1546
- """
1547
-
1548
- def glPixelStoref(p0: int, p1: float):
1549
- """
1550
-
1551
- :type p0: int
1552
- :type p1: float
1553
- """
1554
-
1555
- def glPixelStorei(p0: int, p1: int):
1556
- """
1557
-
1558
- :type p0: int
1559
- :type p1: int
1560
- """
1561
-
1562
- def glPixelTransfer(pname: set[str], param: typing.Any):
1563
- """B{glPixelTransferf, glPixelTransferi}Set pixel transfer modes`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPixelTransfer.xhtml>`__
1564
-
1565
- :param pname: Specifies the symbolic name of the pixel transfer parameter to be set.
1566
- :type pname: set[str]
1567
- :param param: Specifies the value that pname is set to.
1568
- :type param: typing.Any
1569
- """
1570
-
1571
- def glPointSize(size: float):
1572
- """Specify the diameter of rasterized points`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPointSize.xhtml>`__
1573
-
1574
- :param size: Specifies the diameter of rasterized points. The initial value is 1.
1575
- :type size: float
1576
- """
1577
-
1578
- def glPolygonMode(face: set[str], mode: set[str]):
1579
- """Select a polygon rasterization mode`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPolygonMode.xhtml>`__
1580
-
1581
- :param face: Specifies the polygons that mode applies to.
1582
- Must be GL_FRONT for front-facing polygons, GL_BACK for back- facing
1583
- polygons, or GL_FRONT_AND_BACK for front- and back-facing polygons.
1584
- :type face: set[str]
1585
- :param mode: Specifies how polygons will be rasterized.
1586
- The initial value is GL_FILL for both front- and back- facing polygons.
1587
- :type mode: set[str]
1588
- """
1589
-
1590
- def glPolygonOffset(factor: float, units: float):
1591
- """Set the scale and units used to calculate depth values`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glPolygonOffset.xhtml>`__
1592
-
1593
- :param factor: Specifies a scale factor that is used to create a variable depth
1594
- offset for each polygon. The initial value is 0.
1595
- :type factor: float
1596
- :param units: Is multiplied by an implementation-specific value to create a
1597
- constant depth offset. The initial value is 0.
1598
- :type units: float
1599
- """
1600
-
1601
- def glRasterPos(x: typing.Any, y, z, w):
1602
- """B{glRasterPos2d, glRasterPos2f, glRasterPos2i, glRasterPos2s, glRasterPos3d,
1603
- glRasterPos3f, glRasterPos3i, glRasterPos3s, glRasterPos4d, glRasterPos4f,
1604
- glRasterPos4i, glRasterPos4s, glRasterPos2dv, glRasterPos2fv, glRasterPos2iv,
1605
- glRasterPos2sv, glRasterPos3dv, glRasterPos3fv, glRasterPos3iv, glRasterPos3sv,
1606
- glRasterPos4dv, glRasterPos4fv, glRasterPos4iv, glRasterPos4sv}Specify the raster position for pixel operations`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glRasterPos.xhtml>`__
1607
-
1608
- :param x: Specify the x,y,z, and w object coordinates (if present) for the
1609
- raster position. If function prototype ends in 'v' specifies a pointer to an array of two,
1610
- three, or four elements, specifying x, y, z, and w coordinates, respectively.
1611
- :type x: typing.Any
1612
- """
1613
-
1614
- def glReadBuffer(mode: set[str]):
1615
- """Select a color buffer source for pixels.`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glReadBuffer.xhtml>`__
1616
-
1617
- :param mode: Specifies a color buffer.
1618
- :type mode: set[str]
1619
- """
1620
-
1621
- def glReadPixels(
1622
- x: int, y, width: int, height, format: set[str], type: set[str], pixels: Buffer
1623
- ):
1624
- """Read a block of pixels from the frame buffer`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glReadPixels.xhtml>`__
1625
-
1626
- :param x: Specify the window coordinates of the first pixel that is read
1627
- from the frame buffer. This location is the lower left corner of a rectangular
1628
- block of pixels.
1629
- :type x: int
1630
- :param width: Specify the dimensions of the pixel rectangle. width and
1631
- height of one correspond to a single pixel.
1632
- :type width: int
1633
- :param format: Specifies the format of the pixel data.
1634
- :type format: set[str]
1635
- :param type: Specifies the data type of the pixel data.
1636
- :type type: set[str]
1637
- :param pixels: Returns the pixel data.
1638
- :type pixels: Buffer
1639
- """
1640
-
1641
- def glRect(x1: typing.Any, y1, x2: typing.Any, y2, v1: typing.Any, v2):
1642
- """B{glRectd, glRectf, glRecti, glRects, glRectdv, glRectfv, glRectiv, glRectsv}Draw a rectangle`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glRect.xhtml>`__
1643
-
1644
- :param x1: Specify one vertex of a rectangle
1645
- :type x1: typing.Any
1646
- :param x2: Specify the opposite vertex of the rectangle
1647
- :type x2: typing.Any
1648
- :param v1: Specifies a pointer to one vertex of a rectangle and the pointer
1649
- to the opposite vertex of the rectangle
1650
- :type v1: typing.Any
1651
- """
1652
-
1653
- def glRenderbufferStorage(p0: int, p1: int, p2: int, p3: int):
1654
- """
1655
-
1656
- :type p0: int
1657
- :type p1: int
1658
- :type p2: int
1659
- :type p3: int
1660
- """
1661
-
1662
- def glRotate(angle: typing.Any, x: typing.Any, y, z):
1663
- """B{glRotated, glRotatef}Multiply the current matrix by a rotation matrix`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glRotate.xhtml>`__
1664
-
1665
- :param angle: Specifies the angle of rotation in degrees.
1666
- :type angle: typing.Any
1667
- :param x: Specify the x, y, and z coordinates of a vector respectively.
1668
- :type x: typing.Any
1669
- """
1670
-
1671
- def glSampleCoverage(p0: float, p1: bool):
1672
- """
1673
-
1674
- :type p0: float
1675
- :type p1: bool
1676
- """
1677
-
1678
- def glSampleMaski(p0: int, p1: int):
1679
- """
1680
-
1681
- :type p0: int
1682
- :type p1: int
1683
- """
1684
-
1685
- def glScale(x: typing.Any, y, z):
1686
- """B{glScaled, glScalef}Multiply the current matrix by a general scaling matrix`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glScale.xhtml>`__
1687
-
1688
- :param x: Specify scale factors along the x, y, and z axes, respectively.
1689
- :type x: typing.Any
1690
- """
1691
-
1692
- def glScissor(x: int, y, width: int, height):
1693
- """Define the scissor box`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glScissor.xhtml>`__
1694
-
1695
- :param x: Specify the lower left corner of the scissor box. Initially (0, 0).
1696
- :type x: int
1697
- :param width: Specify the width and height of the scissor box. When a
1698
- GL context is first attached to a window, width and height are set to the
1699
- dimensions of that window.
1700
- :type width: int
1701
- """
1702
-
1703
- def glShaderSource(shader: int, shader_string: str):
1704
- """Replaces the source code in a shader object.`OpenGL Docs <https://www.opengl.org/sdk/docs/man/html/glShaderSource.xhtml>`__
1705
-
1706
- :param shader: Specifies the handle of the shader object whose source code is to be replaced.
1707
- :type shader: int
1708
- :param shader_string: The shader string.
1709
- :type shader_string: str
1710
- """
1711
-
1712
- def glStencilFunc(func: set[str], ref: int, mask: int):
1713
- """Set function and reference value for stencil testing`OpenGL Docs <https://www.opengl.org/sdk/docs/man/docbook4/xhtml/glStencilFunc.xhtml>`__
1714
-
1715
- :param func: Specifies the test function.
1716
- :type func: set[str]
1717
- :param ref: Specifies the reference value for the stencil test. ref is clamped
1718
- to the range [0,2n-1], where n is the number of bitplanes in the stencil
1719
- buffer. The initial value is 0.
1720
- :type ref: int
1721
- :param mask: Specifies a mask that is ANDed with both the reference value and
1722
- the stored stencil value when the test is done. The initial value is all 1's.
1723
- :type mask: int
1724
- """
1725
-
1726
- def glStencilFuncSeparate(p0: int, p1: int, p2: int, p3: int):
1727
- """
1728
-
1729
- :type p0: int
1730
- :type p1: int
1731
- :type p2: int
1732
- :type p3: int
1733
- """
1734
-
1735
- def glStencilMask(mask: int):
1736
- """Control the writing of individual bits in the stencil planes`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glStencilMask.xhtml>`__
1737
-
1738
- :param mask: Specifies a bit mask to enable and disable writing of individual bits
1739
- in the stencil planes. Initially, the mask is all 1's.
1740
- :type mask: int
1741
- """
1742
-
1743
- def glStencilMaskSeparate(p0: int, p1: int):
1744
- """
1745
-
1746
- :type p0: int
1747
- :type p1: int
1748
- """
1749
-
1750
- def glStencilOp(fail: set[str], zfail: set[str], zpass: set[str]):
1751
- """Set stencil test actions`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glStencilOp.xhtml>`__
1752
-
1753
- :param fail: Specifies the action to take when the stencil test fails.
1754
- The initial value is GL_KEEP.
1755
- :type fail: set[str]
1756
- :param zfail: Specifies the stencil action when the stencil test passes, but the
1757
- depth test fails. zfail accepts the same symbolic constants as fail.
1758
- The initial value is GL_KEEP.
1759
- :type zfail: set[str]
1760
- :param zpass: Specifies the stencil action when both the stencil test and the
1761
- depth test pass, or when the stencil test passes and either there is no
1762
- depth buffer or depth testing is not enabled. zpass accepts the same
1763
- symbolic constants
1764
- as fail. The initial value is GL_KEEP.
1765
- :type zpass: set[str]
1766
- """
1767
-
1768
- def glStencilOpSeparate(p0: int, p1: int, p2: int, p3: int):
1769
- """
1770
-
1771
- :type p0: int
1772
- :type p1: int
1773
- :type p2: int
1774
- :type p3: int
1775
- """
1776
-
1777
- def glTexCoord(s: typing.Any, t, r, q, v: Buffer):
1778
- """B{glTexCoord1d, glTexCoord1f, glTexCoord1i, glTexCoord1s, glTexCoord2d, glTexCoord2f,
1779
- glTexCoord2i, glTexCoord2s, glTexCoord3d, glTexCoord3f, glTexCoord3i, glTexCoord3s,
1780
- glTexCoord4d, glTexCoord4f, glTexCoord4i, glTexCoord4s, glTexCoord1dv, glTexCoord1fv,
1781
- glTexCoord1iv, glTexCoord1sv, glTexCoord2dv, glTexCoord2fv, glTexCoord2iv,
1782
- glTexCoord2sv, glTexCoord3dv, glTexCoord3fv, glTexCoord3iv, glTexCoord3sv,
1783
- glTexCoord4dv, glTexCoord4fv, glTexCoord4iv, glTexCoord4sv}Set the current texture coordinates`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexCoord.xhtml>`__
1784
-
1785
- :param s: Specify s, t, r, and q texture coordinates. Not all parameters are
1786
- present in all forms of the command.
1787
- :type s: typing.Any
1788
- :param v: Specifies a pointer to an array of one, two, three, or four elements,
1789
- which in turn specify the s, t, r, and q texture coordinates.
1790
- :type v: Buffer
1791
- """
1792
-
1793
- def glTexEnv(target: set[str], pname: set[str], param: typing.Any):
1794
- """B{glTextEnvf, glTextEnvi, glTextEnvfv, glTextEnviv}Set texture environment parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexEnv.xhtml>`__
1795
-
1796
- :param target: Specifies a texture environment. Must be GL_TEXTURE_ENV.
1797
- :type target: set[str]
1798
- :param pname: Specifies the symbolic name of a single-valued texture environment
1799
- parameter. Must be GL_TEXTURE_ENV_MODE.
1800
- :type pname: set[str]
1801
- :param param: Specifies a single symbolic constant. If function prototype ends in 'v'
1802
- specifies a pointer to a parameter array that contains either a single
1803
- symbolic constant or an RGBA color
1804
- :type param: typing.Any
1805
- """
1806
-
1807
- def glTexGen(coord: set[str], pname: set[str], param: typing.Any):
1808
- """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>`__
1809
-
1810
- :param coord: Specifies a texture coordinate.
1811
- :type coord: set[str]
1812
- :param pname: Specifies the symbolic name of the texture- coordinate generation function.
1813
- :type pname: set[str]
1814
- :param param: Specifies a single-valued texture generation parameter.
1815
- If function prototype ends in 'v' specifies a pointer to an array of texture
1816
- generation parameters. If pname is GL_TEXTURE_GEN_MODE, then the array must
1817
- contain a single symbolic constant. Otherwise, params holds the coefficients
1818
- for the texture-coordinate generation function specified by pname.
1819
- :type param: typing.Any
1820
- """
1821
-
1822
- def glTexImage1D(
1823
- target: set[str],
1824
- level: int,
1825
- internalformat: int,
1826
- width: int,
1827
- border: int,
1828
- format: set[str],
1829
- type: set[str],
1830
- pixels: Buffer,
1831
- ):
1832
- """Specify a one-dimensional texture image`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexImage1D.xhtml>`__
1833
-
1834
- :param target: Specifies the target texture.
1835
- :type target: set[str]
1836
- :param level: Specifies the level-of-detail number. Level 0 is the base image level.
1837
- Level n is the nth mipmap reduction image.
1838
- :type level: int
1839
- :param internalformat: Specifies the number of color components in the texture.
1840
- :type internalformat: int
1841
- :param width: Specifies the width of the texture image. Must be 2n+2(border)
1842
- for some integer n. All implementations support texture images that are
1843
- at least 64 texels wide. The height of the 1D texture image is 1.
1844
- :type width: int
1845
- :param border: Specifies the width of the border. Must be either 0 or 1.
1846
- :type border: int
1847
- :param format: Specifies the format of the pixel data.
1848
- :type format: set[str]
1849
- :param type: Specifies the data type of the pixel data.
1850
- :type type: set[str]
1851
- :param pixels: Specifies a pointer to the image data in memory.
1852
- :type pixels: Buffer
1853
- """
1854
-
1855
- def glTexImage2D(
1856
- target: set[str],
1857
- level: int,
1858
- internalformat: int,
1859
- width: int,
1860
- height: int,
1861
- border: int,
1862
- format: set[str],
1863
- type: set[str],
1864
- pixels: Buffer,
1865
- ):
1866
- """Specify a two-dimensional texture image`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexImage2D.xhtml>`__
1867
-
1868
- :param target: Specifies the target texture.
1869
- :type target: set[str]
1870
- :param level: Specifies the level-of-detail number. Level 0 is the base image level.
1871
- Level n is the nth mipmap reduction image.
1872
- :type level: int
1873
- :param internalformat: Specifies the number of color components in the texture.
1874
- :type internalformat: int
1875
- :param width: Specifies the width of the texture image. Must be 2n+2(border)
1876
- for some integer n. All implementations support texture images that are at
1877
- least 64 texels wide.
1878
- :type width: int
1879
- :param height: Specifies the height of the texture image. Must be 2m+2(border) for
1880
- some integer m. All implementations support texture images that are at
1881
- least 64 texels high.
1882
- :type height: int
1883
- :param border: Specifies the width of the border. Must be either 0 or 1.
1884
- :type border: int
1885
- :param format: Specifies the format of the pixel data.
1886
- :type format: set[str]
1887
- :param type: Specifies the data type of the pixel data.
1888
- :type type: set[str]
1889
- :param pixels: Specifies a pointer to the image data in memory.
1890
- :type pixels: Buffer
1891
- """
1892
-
1893
- def glTexImage2DMultisample(p0: int, p1: int, p2: int, p3: int, p4: int, p5: bool):
1894
- """
1895
-
1896
- :type p0: int
1897
- :type p1: int
1898
- :type p2: int
1899
- :type p3: int
1900
- :type p4: int
1901
- :type p5: bool
1902
- """
1903
-
1904
- def glTexImage3D(
1905
- p0: int,
1906
- p1: int,
1907
- p2: int,
1908
- p3: int,
1909
- p4: int,
1910
- p5: int,
1911
- p6: int,
1912
- p7: int,
1913
- p8: int,
1914
- p9: typing.Any,
1915
- ):
1916
- """
1917
-
1918
- :type p0: int
1919
- :type p1: int
1920
- :type p2: int
1921
- :type p3: int
1922
- :type p4: int
1923
- :type p5: int
1924
- :type p6: int
1925
- :type p7: int
1926
- :type p8: int
1927
- :type p9: typing.Any
1928
- """
1929
-
1930
- def glTexImage3DMultisample(
1931
- p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: bool
1932
- ):
1933
- """
1934
-
1935
- :type p0: int
1936
- :type p1: int
1937
- :type p2: int
1938
- :type p3: int
1939
- :type p4: int
1940
- :type p5: int
1941
- :type p6: bool
1942
- """
1943
-
1944
- def glTexParameter(target: set[str], pname: set[str], param: typing.Any):
1945
- """B{glTexParameterf, glTexParameteri, glTexParameterfv, glTexParameteriv}Set texture parameters`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTexParameter.xhtml>`__
1946
-
1947
- :param target: Specifies the target texture.
1948
- :type target: set[str]
1949
- :param pname: Specifies the symbolic name of a single-valued texture parameter.
1950
- :type pname: set[str]
1951
- :param param: Specifies the value of pname. If function prototype ends in 'v' specifies
1952
- a pointer to an array where the value or values of pname are stored.
1953
- :type param: typing.Any
1954
- """
1955
-
1956
- def glTexParameterf(p0: int, p1: int, p2: float):
1957
- """
1958
-
1959
- :type p0: int
1960
- :type p1: int
1961
- :type p2: float
1962
- """
1963
-
1964
- def glTexParameterfv(p0: int, p1: int, p2: float):
1965
- """
1966
-
1967
- :type p0: int
1968
- :type p1: int
1969
- :type p2: float
1970
- """
1971
-
1972
- def glTexParameteri(p0: int, p1: int, p2: int):
1973
- """
1974
-
1975
- :type p0: int
1976
- :type p1: int
1977
- :type p2: int
1978
- """
1979
-
1980
- def glTexParameteriv(p0: int, p1: int, p2: int):
1981
- """
1982
-
1983
- :type p0: int
1984
- :type p1: int
1985
- :type p2: int
1986
- """
1987
-
1988
- def glTexSubImage1D(
1989
- p0: int, p1: int, p2: int, p3: int, p4: int, p5: int, p6: typing.Any
1990
- ):
1991
- """
1992
-
1993
- :type p0: int
1994
- :type p1: int
1995
- :type p2: int
1996
- :type p3: int
1997
- :type p4: int
1998
- :type p5: int
1999
- :type p6: typing.Any
2000
- """
2001
-
2002
- def glTexSubImage2D(
2003
- p0: int,
2004
- p1: int,
2005
- p2: int,
2006
- p3: int,
2007
- p4: int,
2008
- p5: int,
2009
- p6: int,
2010
- p7: int,
2011
- p8: typing.Any,
2012
- ):
2013
- """
2014
-
2015
- :type p0: int
2016
- :type p1: int
2017
- :type p2: int
2018
- :type p3: int
2019
- :type p4: int
2020
- :type p5: int
2021
- :type p6: int
2022
- :type p7: int
2023
- :type p8: typing.Any
2024
- """
2025
-
2026
- def glTexSubImage3D(
2027
- p0: int,
2028
- p1: int,
2029
- p2: int,
2030
- p3: int,
2031
- p4: int,
2032
- p5: int,
2033
- p6: int,
2034
- p7: int,
2035
- p8: int,
2036
- p9: int,
2037
- p10: typing.Any,
2038
- ):
2039
- """
2040
-
2041
- :type p0: int
2042
- :type p1: int
2043
- :type p2: int
2044
- :type p3: int
2045
- :type p4: int
2046
- :type p5: int
2047
- :type p6: int
2048
- :type p7: int
2049
- :type p8: int
2050
- :type p9: int
2051
- :type p10: typing.Any
2052
- """
2053
-
2054
- def glTranslate(x: typing.Any, y, z):
2055
- """B{glTranslatef, glTranslated}Multiply the current matrix by a translation matrix`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glTranslate.xhtml>`__
2056
-
2057
- :param x: Specify the x, y, and z coordinates of a translation vector.
2058
- :type x: typing.Any
2059
- """
2060
-
2061
- def glUniform1f(p0: int, p1: float):
2062
- """
2063
-
2064
- :type p0: int
2065
- :type p1: float
2066
- """
2067
-
2068
- def glUniform1fv(p0: int, p1: int, p2: float):
2069
- """
2070
-
2071
- :type p0: int
2072
- :type p1: int
2073
- :type p2: float
2074
- """
2075
-
2076
- def glUniform1i(p0: int, p1: int):
2077
- """
2078
-
2079
- :type p0: int
2080
- :type p1: int
2081
- """
2082
-
2083
- def glUniform1iv(p0: int, p1: int, p2: int):
2084
- """
2085
-
2086
- :type p0: int
2087
- :type p1: int
2088
- :type p2: int
2089
- """
2090
-
2091
- def glUniform2f(p0: int, p1: float, p2: float):
2092
- """
2093
-
2094
- :type p0: int
2095
- :type p1: float
2096
- :type p2: float
2097
- """
2098
-
2099
- def glUniform2fv(p0: int, p1: int, p2: float):
2100
- """
2101
-
2102
- :type p0: int
2103
- :type p1: int
2104
- :type p2: float
2105
- """
2106
-
2107
- def glUniform2i(p0: int, p1: int, p2: int):
2108
- """
2109
-
2110
- :type p0: int
2111
- :type p1: int
2112
- :type p2: int
2113
- """
2114
-
2115
- def glUniform2iv(p0: int, p1: int, p2: int):
2116
- """
2117
-
2118
- :type p0: int
2119
- :type p1: int
2120
- :type p2: int
2121
- """
2122
-
2123
- def glUniform3f(p0: int, p1: float, p2: float, p3: float):
2124
- """
2125
-
2126
- :type p0: int
2127
- :type p1: float
2128
- :type p2: float
2129
- :type p3: float
2130
- """
2131
-
2132
- def glUniform3fv(p0: int, p1: int, p2: float):
2133
- """
2134
-
2135
- :type p0: int
2136
- :type p1: int
2137
- :type p2: float
2138
- """
2139
-
2140
- def glUniform3i(p0: int, p1: int, p2: int, p3: int):
2141
- """
2142
-
2143
- :type p0: int
2144
- :type p1: int
2145
- :type p2: int
2146
- :type p3: int
2147
- """
2148
-
2149
- def glUniform3iv(p0: int, p1: int, p2: int):
2150
- """
2151
-
2152
- :type p0: int
2153
- :type p1: int
2154
- :type p2: int
2155
- """
2156
-
2157
- def glUniform4f(p0: int, p1: float, p2: float, p3: float, p4: float):
2158
- """
2159
-
2160
- :type p0: int
2161
- :type p1: float
2162
- :type p2: float
2163
- :type p3: float
2164
- :type p4: float
2165
- """
2166
-
2167
- def glUniform4fv(p0: int, p1: int, p2: float):
2168
- """
2169
-
2170
- :type p0: int
2171
- :type p1: int
2172
- :type p2: float
2173
- """
2174
-
2175
- def glUniform4i(p0: int, p1: int, p2: int, p3: int, p4: int):
2176
- """
2177
-
2178
- :type p0: int
2179
- :type p1: int
2180
- :type p2: int
2181
- :type p3: int
2182
- :type p4: int
2183
- """
2184
-
2185
- def glUniform4iv(p0: int, p1: int, p2: int):
2186
- """
2187
-
2188
- :type p0: int
2189
- :type p1: int
2190
- :type p2: int
2191
- """
2192
-
2193
- def glUniformBlockBinding(p0: int, p1: int, p2: int):
2194
- """
2195
-
2196
- :type p0: int
2197
- :type p1: int
2198
- :type p2: int
2199
- """
2200
-
2201
- def glUniformMatrix2fv(p0: int, p1: int, p2: bool, p3: float):
2202
- """
2203
-
2204
- :type p0: int
2205
- :type p1: int
2206
- :type p2: bool
2207
- :type p3: float
2208
- """
2209
-
2210
- def glUniformMatrix2x3fv(p0: int, p1: int, p2: bool, p3: float):
2211
- """
2212
-
2213
- :type p0: int
2214
- :type p1: int
2215
- :type p2: bool
2216
- :type p3: float
2217
- """
2218
-
2219
- def glUniformMatrix2x4fv(p0: int, p1: int, p2: bool, p3: float):
2220
- """
2221
-
2222
- :type p0: int
2223
- :type p1: int
2224
- :type p2: bool
2225
- :type p3: float
2226
- """
2227
-
2228
- def glUniformMatrix3fv(p0: int, p1: int, p2: bool, p3: float):
2229
- """
2230
-
2231
- :type p0: int
2232
- :type p1: int
2233
- :type p2: bool
2234
- :type p3: float
2235
- """
2236
-
2237
- def glUniformMatrix3x2fv(p0: int, p1: int, p2: bool, p3: float):
2238
- """
2239
-
2240
- :type p0: int
2241
- :type p1: int
2242
- :type p2: bool
2243
- :type p3: float
2244
- """
2245
-
2246
- def glUniformMatrix3x4fv(p0: int, p1: int, p2: bool, p3: float):
2247
- """
2248
-
2249
- :type p0: int
2250
- :type p1: int
2251
- :type p2: bool
2252
- :type p3: float
2253
- """
2254
-
2255
- def glUniformMatrix4fv(p0: int, p1: int, p2: bool, p3: float):
2256
- """
2257
-
2258
- :type p0: int
2259
- :type p1: int
2260
- :type p2: bool
2261
- :type p3: float
2262
- """
2263
-
2264
- def glUniformMatrix4x2fv(p0: int, p1: int, p2: bool, p3: float):
2265
- """
2266
-
2267
- :type p0: int
2268
- :type p1: int
2269
- :type p2: bool
2270
- :type p3: float
2271
- """
2272
-
2273
- def glUniformMatrix4x3fv(p0: int, p1: int, p2: bool, p3: float):
2274
- """
2275
-
2276
- :type p0: int
2277
- :type p1: int
2278
- :type p2: bool
2279
- :type p3: float
2280
- """
2281
-
2282
- def glUnmapBuffer(p0: int) -> bool:
2283
- """
2284
-
2285
- :type p0: int
2286
- :rtype: bool
2287
- """
2288
-
2289
- def glUseProgram(program: int):
2290
- """Installs a program object as part of current rendering state`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glUseProgram.xhtml>`__
2291
-
2292
- :param program: Specifies the handle of the program object whose executables are to be used as part of current rendering state.
2293
- :type program: int
2294
- """
2295
-
2296
- def glValidateProgram(program: int):
2297
- """Validates a program object`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glValidateProgram.xhtml>`__
2298
-
2299
- :param program: Specifies the handle of the program object to be validated.
2300
- :type program: int
2301
- """
2302
-
2303
- def glVertexAttrib1d(p0: int, p1: float):
2304
- """
2305
-
2306
- :type p0: int
2307
- :type p1: float
2308
- """
2309
-
2310
- def glVertexAttrib1dv(p0: int, p1: float):
2311
- """
2312
-
2313
- :type p0: int
2314
- :type p1: float
2315
- """
2316
-
2317
- def glVertexAttrib1f(p0: int, p1: float):
2318
- """
2319
-
2320
- :type p0: int
2321
- :type p1: float
2322
- """
2323
-
2324
- def glVertexAttrib1fv(p0: int, p1: float):
2325
- """
2326
-
2327
- :type p0: int
2328
- :type p1: float
2329
- """
2330
-
2331
- def glVertexAttrib1s(p0: int, p1: int):
2332
- """
2333
-
2334
- :type p0: int
2335
- :type p1: int
2336
- """
2337
-
2338
- def glVertexAttrib1sv(p0: int, p1: int):
2339
- """
2340
-
2341
- :type p0: int
2342
- :type p1: int
2343
- """
2344
-
2345
- def glVertexAttrib2d(p0: int, p1: float, p2: float):
2346
- """
2347
-
2348
- :type p0: int
2349
- :type p1: float
2350
- :type p2: float
2351
- """
2352
-
2353
- def glVertexAttrib2dv(p0: int, p1: float):
2354
- """
2355
-
2356
- :type p0: int
2357
- :type p1: float
2358
- """
2359
-
2360
- def glVertexAttrib2f(p0: int, p1: float, p2: float):
2361
- """
2362
-
2363
- :type p0: int
2364
- :type p1: float
2365
- :type p2: float
2366
- """
2367
-
2368
- def glVertexAttrib2fv(p0: int, p1: float):
2369
- """
2370
-
2371
- :type p0: int
2372
- :type p1: float
2373
- """
2374
-
2375
- def glVertexAttrib2s(p0: int, p1: int, p2: int):
2376
- """
2377
-
2378
- :type p0: int
2379
- :type p1: int
2380
- :type p2: int
2381
- """
2382
-
2383
- def glVertexAttrib2sv(p0: int, p1: int):
2384
- """
2385
-
2386
- :type p0: int
2387
- :type p1: int
2388
- """
2389
-
2390
- def glVertexAttrib3d(p0: int, p1: float, p2: float, p3: float):
2391
- """
2392
-
2393
- :type p0: int
2394
- :type p1: float
2395
- :type p2: float
2396
- :type p3: float
2397
- """
2398
-
2399
- def glVertexAttrib3dv(p0: int, p1: float):
2400
- """
2401
-
2402
- :type p0: int
2403
- :type p1: float
2404
- """
2405
-
2406
- def glVertexAttrib3f(p0: int, p1: float, p2: float, p3: float):
2407
- """
2408
-
2409
- :type p0: int
2410
- :type p1: float
2411
- :type p2: float
2412
- :type p3: float
2413
- """
2414
-
2415
- def glVertexAttrib3fv(p0: int, p1: float):
2416
- """
2417
-
2418
- :type p0: int
2419
- :type p1: float
2420
- """
2421
-
2422
- def glVertexAttrib3s(p0: int, p1: int, p2: int, p3: int):
2423
- """
2424
-
2425
- :type p0: int
2426
- :type p1: int
2427
- :type p2: int
2428
- :type p3: int
2429
- """
2430
-
2431
- def glVertexAttrib3sv(p0: int, p1: int):
2432
- """
2433
-
2434
- :type p0: int
2435
- :type p1: int
2436
- """
2437
-
2438
- def glVertexAttrib4Nbv(p0: int, p1: int):
2439
- """
2440
-
2441
- :type p0: int
2442
- :type p1: int
2443
- """
2444
-
2445
- def glVertexAttrib4Niv(p0: int, p1: int):
2446
- """
2447
-
2448
- :type p0: int
2449
- :type p1: int
2450
- """
2451
-
2452
- def glVertexAttrib4Nsv(p0: int, p1: int):
2453
- """
2454
-
2455
- :type p0: int
2456
- :type p1: int
2457
- """
2458
-
2459
- def glVertexAttrib4Nub(p0: int, p1: int, p2: int, p3: int, p4: int):
2460
- """
2461
-
2462
- :type p0: int
2463
- :type p1: int
2464
- :type p2: int
2465
- :type p3: int
2466
- :type p4: int
2467
- """
2468
-
2469
- def glVertexAttrib4Nubv(p0: int, p1: int):
2470
- """
2471
-
2472
- :type p0: int
2473
- :type p1: int
2474
- """
2475
-
2476
- def glVertexAttrib4Nuiv(p0: int, p1: int):
2477
- """
2478
-
2479
- :type p0: int
2480
- :type p1: int
2481
- """
2482
-
2483
- def glVertexAttrib4Nusv(p0: int, p1: int):
2484
- """
2485
-
2486
- :type p0: int
2487
- :type p1: int
2488
- """
2489
-
2490
- def glVertexAttrib4bv(p0: int, p1: int):
2491
- """
2492
-
2493
- :type p0: int
2494
- :type p1: int
2495
- """
2496
-
2497
- def glVertexAttrib4d(p0: int, p1: float, p2: float, p3: float, p4: float):
2498
- """
2499
-
2500
- :type p0: int
2501
- :type p1: float
2502
- :type p2: float
2503
- :type p3: float
2504
- :type p4: float
2505
- """
2506
-
2507
- def glVertexAttrib4dv(p0: int, p1: float):
2508
- """
2509
-
2510
- :type p0: int
2511
- :type p1: float
2512
- """
2513
-
2514
- def glVertexAttrib4f(p0: int, p1: float, p2: float, p3: float, p4: float):
2515
- """
2516
-
2517
- :type p0: int
2518
- :type p1: float
2519
- :type p2: float
2520
- :type p3: float
2521
- :type p4: float
2522
- """
2523
-
2524
- def glVertexAttrib4fv(p0: int, p1: float):
2525
- """
2526
-
2527
- :type p0: int
2528
- :type p1: float
2529
- """
2530
-
2531
- def glVertexAttrib4iv(p0: int, p1: int):
2532
- """
2533
-
2534
- :type p0: int
2535
- :type p1: int
2536
- """
2537
-
2538
- def glVertexAttrib4s(p0: int, p1: int, p2: int, p3: int, p4: int):
2539
- """
2540
-
2541
- :type p0: int
2542
- :type p1: int
2543
- :type p2: int
2544
- :type p3: int
2545
- :type p4: int
2546
- """
2547
-
2548
- def glVertexAttrib4sv(p0: int, p1: int):
2549
- """
2550
-
2551
- :type p0: int
2552
- :type p1: int
2553
- """
2554
-
2555
- def glVertexAttrib4ubv(p0: int, p1: int):
2556
- """
2557
-
2558
- :type p0: int
2559
- :type p1: int
2560
- """
2561
-
2562
- def glVertexAttrib4uiv(p0: int, p1: int):
2563
- """
2564
-
2565
- :type p0: int
2566
- :type p1: int
2567
- """
2568
-
2569
- def glVertexAttrib4usv(p0: int, p1: int):
2570
- """
2571
-
2572
- :type p0: int
2573
- :type p1: int
2574
- """
2575
-
2576
- def glVertexAttribIPointer(p0: int, p1: int, p2: int, p3: int, p4: typing.Any):
2577
- """
2578
-
2579
- :type p0: int
2580
- :type p1: int
2581
- :type p2: int
2582
- :type p3: int
2583
- :type p4: typing.Any
2584
- """
2585
-
2586
- def glVertexAttribPointer(p0: int, p1: int, p2: int, p3: bool, p4: int, p5: typing.Any):
2587
- """
2588
-
2589
- :type p0: int
2590
- :type p1: int
2591
- :type p2: int
2592
- :type p3: bool
2593
- :type p4: int
2594
- :type p5: typing.Any
2595
- """
2596
-
2597
- def glViewport(x: int, y, width: int, height):
2598
- """Set the viewport`OpenGL Docs <https://khronos.org/registry/OpenGL-Refpages/gl4/html/glViewport.xhtml>`__
2599
-
2600
- :param x: Specify the lower left corner of the viewport rectangle,
2601
- in pixels. The initial value is (0,0).
2602
- :type x: int
2603
- :param width: Specify the width and height of the viewport. When a GL
2604
- context is first attached to a window, width and height are set to the
2605
- dimensions of that window.
2606
- :type width: int
2607
- """
2608
-
2609
- GL_ACTIVE_ATTRIBUTES: float
2610
-
2611
- GL_ACTIVE_ATTRIBUTE_MAX_LENGTH: float
2612
-
2613
- GL_ACTIVE_TEXTURE: float
2614
-
2615
- GL_ACTIVE_UNIFORMS: float
2616
-
2617
- GL_ACTIVE_UNIFORM_BLOCKS: float
2618
-
2619
- GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH: float
2620
-
2621
- GL_ACTIVE_UNIFORM_MAX_LENGTH: float
2622
-
2623
- GL_ALIASED_LINE_WIDTH_RANGE: float
2624
-
2625
- GL_ALPHA: float
2626
-
2627
- GL_ALREADY_SIGNALED: float
2628
-
2629
- GL_ALWAYS: float
2630
-
2631
- GL_AND: float
2632
-
2633
- GL_AND_INVERTED: float
2634
-
2635
- GL_AND_REVERSE: float
2636
-
2637
- GL_ANY_SAMPLES_PASSED: float
2638
-
2639
- GL_ARRAY_BUFFER: float
2640
-
2641
- GL_ARRAY_BUFFER_BINDING: float
2642
-
2643
- GL_ATTACHED_SHADERS: float
2644
-
2645
- GL_BACK: float
2646
-
2647
- GL_BACK_LEFT: float
2648
-
2649
- GL_BACK_RIGHT: float
2650
-
2651
- GL_BGR: float
2652
-
2653
- GL_BGRA: float
2654
-
2655
- GL_BGRA_INTEGER: float
2656
-
2657
- GL_BGR_INTEGER: float
2658
-
2659
- GL_BLEND: float
2660
-
2661
- GL_BLEND_DST: float
2662
-
2663
- GL_BLEND_DST_ALPHA: float
2664
-
2665
- GL_BLEND_DST_RGB: float
2666
-
2667
- GL_BLEND_EQUATION_ALPHA: float
2668
-
2669
- GL_BLEND_EQUATION_RGB: float
2670
-
2671
- GL_BLEND_SRC: float
2672
-
2673
- GL_BLEND_SRC_ALPHA: float
2674
-
2675
- GL_BLEND_SRC_RGB: float
2676
-
2677
- GL_BLUE: float
2678
-
2679
- GL_BLUE_INTEGER: float
2680
-
2681
- GL_BOOL: float
2682
-
2683
- GL_BOOL_VEC2: float
2684
-
2685
- GL_BOOL_VEC3: float
2686
-
2687
- GL_BOOL_VEC4: float
2688
-
2689
- GL_BUFFER_ACCESS: float
2690
-
2691
- GL_BUFFER_ACCESS_FLAGS: float
2692
-
2693
- GL_BUFFER_MAPPED: float
2694
-
2695
- GL_BUFFER_MAP_LENGTH: float
2696
-
2697
- GL_BUFFER_MAP_OFFSET: float
2698
-
2699
- GL_BUFFER_MAP_POINTER: float
2700
-
2701
- GL_BUFFER_SIZE: float
2702
-
2703
- GL_BUFFER_USAGE: float
2704
-
2705
- GL_BYTE: float
2706
-
2707
- GL_CCW: float
2708
-
2709
- GL_CLAMP_READ_COLOR: float
2710
-
2711
- GL_CLAMP_TO_BORDER: float
2712
-
2713
- GL_CLAMP_TO_EDGE: float
2714
-
2715
- GL_CLEAR: float
2716
-
2717
- GL_CLIP_DISTANCE0: float
2718
-
2719
- GL_CLIP_DISTANCE1: float
2720
-
2721
- GL_CLIP_DISTANCE2: float
2722
-
2723
- GL_CLIP_DISTANCE3: float
2724
-
2725
- GL_CLIP_DISTANCE4: float
2726
-
2727
- GL_CLIP_DISTANCE5: float
2728
-
2729
- GL_CLIP_DISTANCE6: float
2730
-
2731
- GL_CLIP_DISTANCE7: float
2732
-
2733
- GL_COLOR: float
2734
-
2735
- GL_COLOR_ATTACHMENT0: float
2736
-
2737
- GL_COLOR_ATTACHMENT1: float
2738
-
2739
- GL_COLOR_ATTACHMENT10: float
2740
-
2741
- GL_COLOR_ATTACHMENT11: float
2742
-
2743
- GL_COLOR_ATTACHMENT12: float
2744
-
2745
- GL_COLOR_ATTACHMENT13: float
2746
-
2747
- GL_COLOR_ATTACHMENT14: float
2748
-
2749
- GL_COLOR_ATTACHMENT15: float
2750
-
2751
- GL_COLOR_ATTACHMENT16: float
2752
-
2753
- GL_COLOR_ATTACHMENT17: float
2754
-
2755
- GL_COLOR_ATTACHMENT18: float
2756
-
2757
- GL_COLOR_ATTACHMENT19: float
2758
-
2759
- GL_COLOR_ATTACHMENT2: float
2760
-
2761
- GL_COLOR_ATTACHMENT20: float
2762
-
2763
- GL_COLOR_ATTACHMENT21: float
2764
-
2765
- GL_COLOR_ATTACHMENT22: float
2766
-
2767
- GL_COLOR_ATTACHMENT23: float
2768
-
2769
- GL_COLOR_ATTACHMENT24: float
2770
-
2771
- GL_COLOR_ATTACHMENT25: float
2772
-
2773
- GL_COLOR_ATTACHMENT26: float
2774
-
2775
- GL_COLOR_ATTACHMENT27: float
2776
-
2777
- GL_COLOR_ATTACHMENT28: float
2778
-
2779
- GL_COLOR_ATTACHMENT29: float
2780
-
2781
- GL_COLOR_ATTACHMENT3: float
2782
-
2783
- GL_COLOR_ATTACHMENT30: float
2784
-
2785
- GL_COLOR_ATTACHMENT31: float
2786
-
2787
- GL_COLOR_ATTACHMENT4: float
2788
-
2789
- GL_COLOR_ATTACHMENT5: float
2790
-
2791
- GL_COLOR_ATTACHMENT6: float
2792
-
2793
- GL_COLOR_ATTACHMENT7: float
2794
-
2795
- GL_COLOR_ATTACHMENT8: float
2796
-
2797
- GL_COLOR_ATTACHMENT9: float
2798
-
2799
- GL_COLOR_BUFFER_BIT: float
2800
-
2801
- GL_COLOR_CLEAR_VALUE: float
2802
-
2803
- GL_COLOR_LOGIC_OP: float
2804
-
2805
- GL_COLOR_WRITEMASK: float
2806
-
2807
- GL_COMPARE_REF_TO_TEXTURE: float
2808
-
2809
- GL_COMPILE_STATUS: float
2810
-
2811
- GL_COMPRESSED_RED: float
2812
-
2813
- GL_COMPRESSED_RED_RGTC1: float
2814
-
2815
- GL_COMPRESSED_RG: float
2816
-
2817
- GL_COMPRESSED_RGB: float
2818
-
2819
- GL_COMPRESSED_RGBA: float
2820
-
2821
- GL_COMPRESSED_RG_RGTC2: float
2822
-
2823
- GL_COMPRESSED_SIGNED_RED_RGTC1: float
2824
-
2825
- GL_COMPRESSED_SIGNED_RG_RGTC2: float
2826
-
2827
- GL_COMPRESSED_SRGB: float
2828
-
2829
- GL_COMPRESSED_SRGB_ALPHA: float
2830
-
2831
- GL_COMPRESSED_TEXTURE_FORMATS: float
2832
-
2833
- GL_CONDITION_SATISFIED: float
2834
-
2835
- GL_CONSTANT_ALPHA: float
2836
-
2837
- GL_CONSTANT_COLOR: float
2838
-
2839
- GL_CONTEXT_COMPATIBILITY_PROFILE_BIT: float
2840
-
2841
- GL_CONTEXT_CORE_PROFILE_BIT: float
2842
-
2843
- GL_CONTEXT_FLAGS: float
2844
-
2845
- GL_CONTEXT_FLAG_FORWARD_COMPATIBLE_BIT: float
2846
-
2847
- GL_CONTEXT_PROFILE_MASK: float
2848
-
2849
- GL_COPY: float
2850
-
2851
- GL_COPY_INVERTED: float
2852
-
2853
- GL_COPY_READ_BUFFER: float
2854
-
2855
- GL_COPY_WRITE_BUFFER: float
2856
-
2857
- GL_CULL_FACE: float
2858
-
2859
- GL_CULL_FACE_MODE: float
2860
-
2861
- GL_CURRENT_PROGRAM: float
2862
-
2863
- GL_CURRENT_QUERY: float
2864
-
2865
- GL_CURRENT_VERTEX_ATTRIB: float
2866
-
2867
- GL_CW: float
2868
-
2869
- GL_DECR: float
2870
-
2871
- GL_DECR_WRAP: float
2872
-
2873
- GL_DELETE_STATUS: float
2874
-
2875
- GL_DEPTH: float
2876
-
2877
- GL_DEPTH24_STENCIL8: float
2878
-
2879
- GL_DEPTH32F_STENCIL8: float
2880
-
2881
- GL_DEPTH_ATTACHMENT: float
2882
-
2883
- GL_DEPTH_BUFFER_BIT: float
2884
-
2885
- GL_DEPTH_CLAMP: float
2886
-
2887
- GL_DEPTH_CLEAR_VALUE: float
2888
-
2889
- GL_DEPTH_COMPONENT: float
2890
-
2891
- GL_DEPTH_COMPONENT16: float
2892
-
2893
- GL_DEPTH_COMPONENT24: float
2894
-
2895
- GL_DEPTH_COMPONENT32: float
2896
-
2897
- GL_DEPTH_COMPONENT32F: float
2898
-
2899
- GL_DEPTH_FUNC: float
2900
-
2901
- GL_DEPTH_RANGE: float
2902
-
2903
- GL_DEPTH_STENCIL: float
2904
-
2905
- GL_DEPTH_STENCIL_ATTACHMENT: float
2906
-
2907
- GL_DEPTH_TEST: float
2908
-
2909
- GL_DEPTH_WRITEMASK: float
2910
-
2911
- GL_DITHER: float
2912
-
2913
- GL_DONT_CARE: float
2914
-
2915
- GL_DOUBLE: float
2916
-
2917
- GL_DOUBLEBUFFER: float
2918
-
2919
- GL_DRAW_BUFFER: float
2920
-
2921
- GL_DRAW_BUFFER0: float
2922
-
2923
- GL_DRAW_BUFFER1: float
2924
-
2925
- GL_DRAW_BUFFER10: float
2926
-
2927
- GL_DRAW_BUFFER11: float
2928
-
2929
- GL_DRAW_BUFFER12: float
2930
-
2931
- GL_DRAW_BUFFER13: float
2932
-
2933
- GL_DRAW_BUFFER14: float
2934
-
2935
- GL_DRAW_BUFFER15: float
2936
-
2937
- GL_DRAW_BUFFER2: float
2938
-
2939
- GL_DRAW_BUFFER3: float
2940
-
2941
- GL_DRAW_BUFFER4: float
2942
-
2943
- GL_DRAW_BUFFER5: float
2944
-
2945
- GL_DRAW_BUFFER6: float
2946
-
2947
- GL_DRAW_BUFFER7: float
2948
-
2949
- GL_DRAW_BUFFER8: float
2950
-
2951
- GL_DRAW_BUFFER9: float
2952
-
2953
- GL_DRAW_FRAMEBUFFER: float
2954
-
2955
- GL_DRAW_FRAMEBUFFER_BINDING: float
2956
-
2957
- GL_DST_ALPHA: float
2958
-
2959
- GL_DST_COLOR: float
2960
-
2961
- GL_DYNAMIC_COPY: float
2962
-
2963
- GL_DYNAMIC_DRAW: float
2964
-
2965
- GL_DYNAMIC_READ: float
2966
-
2967
- GL_ELEMENT_ARRAY_BUFFER: float
2968
-
2969
- GL_ELEMENT_ARRAY_BUFFER_BINDING: float
2970
-
2971
- GL_EQUAL: float
2972
-
2973
- GL_EQUIV: float
2974
-
2975
- GL_EXTENSIONS: float
2976
-
2977
- GL_FALSE: float
2978
-
2979
- GL_FASTEST: float
2980
-
2981
- GL_FILL: float
2982
-
2983
- GL_FIRST_VERTEX_CONVENTION: float
2984
-
2985
- GL_FIXED_ONLY: float
2986
-
2987
- GL_FLOAT: float
2988
-
2989
- GL_FLOAT_32_UNSIGNED_INT_24_8_REV: float
2990
-
2991
- GL_FLOAT_MAT2: float
2992
-
2993
- GL_FLOAT_MAT2x3: float
2994
-
2995
- GL_FLOAT_MAT2x4: float
2996
-
2997
- GL_FLOAT_MAT3: float
2998
-
2999
- GL_FLOAT_MAT3x2: float
3000
-
3001
- GL_FLOAT_MAT3x4: float
3002
-
3003
- GL_FLOAT_MAT4: float
3004
-
3005
- GL_FLOAT_MAT4x2: float
3006
-
3007
- GL_FLOAT_MAT4x3: float
3008
-
3009
- GL_FLOAT_VEC2: float
3010
-
3011
- GL_FLOAT_VEC3: float
3012
-
3013
- GL_FLOAT_VEC4: float
3014
-
3015
- GL_FRAGMENT_SHADER: float
3016
-
3017
- GL_FRAGMENT_SHADER_DERIVATIVE_HINT: float
3018
-
3019
- GL_FRAMEBUFFER: float
3020
-
3021
- GL_FRAMEBUFFER_ATTACHMENT_ALPHA_SIZE: float
3022
-
3023
- GL_FRAMEBUFFER_ATTACHMENT_BLUE_SIZE: float
3024
-
3025
- GL_FRAMEBUFFER_ATTACHMENT_COLOR_ENCODING: float
3026
-
3027
- GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE: float
3028
-
3029
- GL_FRAMEBUFFER_ATTACHMENT_DEPTH_SIZE: float
3030
-
3031
- GL_FRAMEBUFFER_ATTACHMENT_GREEN_SIZE: float
3032
-
3033
- GL_FRAMEBUFFER_ATTACHMENT_LAYERED: float
3034
-
3035
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME: float
3036
-
3037
- GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE: float
3038
-
3039
- GL_FRAMEBUFFER_ATTACHMENT_RED_SIZE: float
3040
-
3041
- GL_FRAMEBUFFER_ATTACHMENT_STENCIL_SIZE: float
3042
-
3043
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE: float
3044
-
3045
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LAYER: float
3046
-
3047
- GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL: float
3048
-
3049
- GL_FRAMEBUFFER_BINDING: float
3050
-
3051
- GL_FRAMEBUFFER_COMPLETE: float
3052
-
3053
- GL_FRAMEBUFFER_DEFAULT: float
3054
-
3055
- GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT: float
3056
-
3057
- GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER: float
3058
-
3059
- GL_FRAMEBUFFER_INCOMPLETE_LAYER_TARGETS: float
3060
-
3061
- GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT: float
3062
-
3063
- GL_FRAMEBUFFER_INCOMPLETE_MULTISAMPLE: float
3064
-
3065
- GL_FRAMEBUFFER_INCOMPLETE_READ_BUFFER: float
3066
-
3067
- GL_FRAMEBUFFER_SRGB: float
3068
-
3069
- GL_FRAMEBUFFER_UNDEFINED: float
3070
-
3071
- GL_FRAMEBUFFER_UNSUPPORTED: float
3072
-
3073
- GL_FRONT: float
3074
-
3075
- GL_FRONT_AND_BACK: float
3076
-
3077
- GL_FRONT_FACE: float
3078
-
3079
- GL_FRONT_LEFT: float
3080
-
3081
- GL_FRONT_RIGHT: float
3082
-
3083
- GL_FUNC_ADD: float
3084
-
3085
- GL_FUNC_REVERSE_SUBTRACT: float
3086
-
3087
- GL_FUNC_SUBTRACT: float
3088
-
3089
- GL_GEOMETRY_INPUT_TYPE: float
3090
-
3091
- GL_GEOMETRY_OUTPUT_TYPE: float
3092
-
3093
- GL_GEOMETRY_SHADER: float
3094
-
3095
- GL_GEOMETRY_VERTICES_OUT: float
3096
-
3097
- GL_GEQUAL: float
3098
-
3099
- GL_GREATER: float
3100
-
3101
- GL_GREEN: float
3102
-
3103
- GL_GREEN_INTEGER: float
3104
-
3105
- GL_HALF_FLOAT: float
3106
-
3107
- GL_INCR: float
3108
-
3109
- GL_INCR_WRAP: float
3110
-
3111
- GL_INDEX: float
3112
-
3113
- GL_INFO_LOG_LENGTH: float
3114
-
3115
- GL_INT: float
3116
-
3117
- GL_INTERLEAVED_ATTRIBS: float
3118
-
3119
- GL_INT_2_10_10_10_REV: float
3120
-
3121
- GL_INT_SAMPLER_1D: float
3122
-
3123
- GL_INT_SAMPLER_1D_ARRAY: float
3124
-
3125
- GL_INT_SAMPLER_2D: float
3126
-
3127
- GL_INT_SAMPLER_2D_ARRAY: float
3128
-
3129
- GL_INT_SAMPLER_2D_MULTISAMPLE: float
3130
-
3131
- GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY: float
3132
-
3133
- GL_INT_SAMPLER_2D_RECT: float
3134
-
3135
- GL_INT_SAMPLER_3D: float
3136
-
3137
- GL_INT_SAMPLER_BUFFER: float
3138
-
3139
- GL_INT_SAMPLER_CUBE: float
3140
-
3141
- GL_INT_VEC2: float
3142
-
3143
- GL_INT_VEC3: float
3144
-
3145
- GL_INT_VEC4: float
3146
-
3147
- GL_INVALID_ENUM: float
3148
-
3149
- GL_INVALID_FRAMEBUFFER_OPERATION: float
3150
-
3151
- GL_INVALID_INDEX: float
3152
-
3153
- GL_INVALID_OPERATION: float
3154
-
3155
- GL_INVALID_VALUE: float
3156
-
3157
- GL_INVERT: float
3158
-
3159
- GL_KEEP: float
3160
-
3161
- GL_LAST_VERTEX_CONVENTION: float
3162
-
3163
- GL_LEFT: float
3164
-
3165
- GL_LEQUAL: float
3166
-
3167
- GL_LESS: float
3168
-
3169
- GL_LINE: float
3170
-
3171
- GL_LINEAR: float
3172
-
3173
- GL_LINEAR_MIPMAP_LINEAR: float
3174
-
3175
- GL_LINEAR_MIPMAP_NEAREST: float
3176
-
3177
- GL_LINES: float
3178
-
3179
- GL_LINES_ADJACENCY: float
3180
-
3181
- GL_LINE_LOOP: float
3182
-
3183
- GL_LINE_SMOOTH: float
3184
-
3185
- GL_LINE_SMOOTH_HINT: float
3186
-
3187
- GL_LINE_STRIP: float
3188
-
3189
- GL_LINE_STRIP_ADJACENCY: float
3190
-
3191
- GL_LINE_WIDTH: float
3192
-
3193
- GL_LINE_WIDTH_GRANULARITY: float
3194
-
3195
- GL_LINE_WIDTH_RANGE: float
3196
-
3197
- GL_LINK_STATUS: float
3198
-
3199
- GL_LOGIC_OP_MODE: float
3200
-
3201
- GL_LOWER_LEFT: float
3202
-
3203
- GL_MAJOR_VERSION: float
3204
-
3205
- GL_MAP_FLUSH_EXPLICIT_BIT: float
3206
-
3207
- GL_MAP_INVALIDATE_BUFFER_BIT: float
3208
-
3209
- GL_MAP_INVALIDATE_RANGE_BIT: float
3210
-
3211
- GL_MAP_READ_BIT: float
3212
-
3213
- GL_MAP_UNSYNCHRONIZED_BIT: float
3214
-
3215
- GL_MAP_WRITE_BIT: float
3216
-
3217
- GL_MAX: float
3218
-
3219
- GL_MAX_3D_TEXTURE_SIZE: float
3220
-
3221
- GL_MAX_ARRAY_TEXTURE_LAYERS: float
3222
-
3223
- GL_MAX_CLIP_DISTANCES: float
3224
-
3225
- GL_MAX_COLOR_ATTACHMENTS: float
3226
-
3227
- GL_MAX_COLOR_TEXTURE_SAMPLES: float
3228
-
3229
- GL_MAX_COMBINED_FRAGMENT_UNIFORM_COMPONENTS: float
3230
-
3231
- GL_MAX_COMBINED_GEOMETRY_UNIFORM_COMPONENTS: float
3232
-
3233
- GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS: float
3234
-
3235
- GL_MAX_COMBINED_UNIFORM_BLOCKS: float
3236
-
3237
- GL_MAX_COMBINED_VERTEX_UNIFORM_COMPONENTS: float
3238
-
3239
- GL_MAX_CUBE_MAP_TEXTURE_SIZE: float
3240
-
3241
- GL_MAX_DEPTH_TEXTURE_SAMPLES: float
3242
-
3243
- GL_MAX_DRAW_BUFFERS: float
3244
-
3245
- GL_MAX_DUAL_SOURCE_DRAW_BUFFERS: float
3246
-
3247
- GL_MAX_ELEMENTS_INDICES: float
3248
-
3249
- GL_MAX_ELEMENTS_VERTICES: float
3250
-
3251
- GL_MAX_FRAGMENT_INPUT_COMPONENTS: float
3252
-
3253
- GL_MAX_FRAGMENT_UNIFORM_BLOCKS: float
3254
-
3255
- GL_MAX_FRAGMENT_UNIFORM_COMPONENTS: float
3256
-
3257
- GL_MAX_GEOMETRY_INPUT_COMPONENTS: float
3258
-
3259
- GL_MAX_GEOMETRY_OUTPUT_COMPONENTS: float
3260
-
3261
- GL_MAX_GEOMETRY_OUTPUT_VERTICES: float
3262
-
3263
- GL_MAX_GEOMETRY_TEXTURE_IMAGE_UNITS: float
3264
-
3265
- GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS: float
3266
-
3267
- GL_MAX_GEOMETRY_UNIFORM_BLOCKS: float
3268
-
3269
- GL_MAX_GEOMETRY_UNIFORM_COMPONENTS: float
3270
-
3271
- GL_MAX_INTEGER_SAMPLES: float
3272
-
3273
- GL_MAX_PROGRAM_TEXEL_OFFSET: float
3274
-
3275
- GL_MAX_RECTANGLE_TEXTURE_SIZE: float
3276
-
3277
- GL_MAX_RENDERBUFFER_SIZE: float
3278
-
3279
- GL_MAX_SAMPLES: float
3280
-
3281
- GL_MAX_SAMPLE_MASK_WORDS: float
3282
-
3283
- GL_MAX_SERVER_WAIT_TIMEOUT: float
3284
-
3285
- GL_MAX_TEXTURE_BUFFER_SIZE: float
3286
-
3287
- GL_MAX_TEXTURE_IMAGE_UNITS: float
3288
-
3289
- GL_MAX_TEXTURE_LOD_BIAS: float
3290
-
3291
- GL_MAX_TEXTURE_SIZE: float
3292
-
3293
- GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS: float
3294
-
3295
- GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS: float
3296
-
3297
- GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS: float
3298
-
3299
- GL_MAX_UNIFORM_BLOCK_SIZE: float
3300
-
3301
- GL_MAX_UNIFORM_BUFFER_BINDINGS: float
3302
-
3303
- GL_MAX_VARYING_COMPONENTS: float
3304
-
3305
- GL_MAX_VARYING_FLOATS: float
3306
-
3307
- GL_MAX_VERTEX_ATTRIBS: float
3308
-
3309
- GL_MAX_VERTEX_OUTPUT_COMPONENTS: float
3310
-
3311
- GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS: float
3312
-
3313
- GL_MAX_VERTEX_UNIFORM_BLOCKS: float
3314
-
3315
- GL_MAX_VERTEX_UNIFORM_COMPONENTS: float
3316
-
3317
- GL_MAX_VIEWPORT_DIMS: float
3318
-
3319
- GL_MIN: float
3320
-
3321
- GL_MINOR_VERSION: float
3322
-
3323
- GL_MIN_PROGRAM_TEXEL_OFFSET: float
3324
-
3325
- GL_MIRRORED_REPEAT: float
3326
-
3327
- GL_MULTISAMPLE: float
3328
-
3329
- GL_NAND: float
3330
-
3331
- GL_NEAREST: float
3332
-
3333
- GL_NEAREST_MIPMAP_LINEAR: float
3334
-
3335
- GL_NEAREST_MIPMAP_NEAREST: float
3336
-
3337
- GL_NEVER: float
3338
-
3339
- GL_NICEST: float
3340
-
3341
- GL_NONE: float
3342
-
3343
- GL_NOOP: float
3344
-
3345
- GL_NOR: float
3346
-
3347
- GL_NOTEQUAL: float
3348
-
3349
- GL_NO_ERROR: float
3350
-
3351
- GL_NUM_COMPRESSED_TEXTURE_FORMATS: float
3352
-
3353
- GL_NUM_EXTENSIONS: float
3354
-
3355
- GL_OBJECT_TYPE: float
3356
-
3357
- GL_ONE: float
3358
-
3359
- GL_ONE_MINUS_CONSTANT_ALPHA: float
3360
-
3361
- GL_ONE_MINUS_CONSTANT_COLOR: float
3362
-
3363
- GL_ONE_MINUS_DST_ALPHA: float
3364
-
3365
- GL_ONE_MINUS_DST_COLOR: float
3366
-
3367
- GL_ONE_MINUS_SRC1_ALPHA: float
3368
-
3369
- GL_ONE_MINUS_SRC1_COLOR: float
3370
-
3371
- GL_ONE_MINUS_SRC_ALPHA: float
3372
-
3373
- GL_ONE_MINUS_SRC_COLOR: float
3374
-
3375
- GL_OR: float
3376
-
3377
- GL_OR_INVERTED: float
3378
-
3379
- GL_OR_REVERSE: float
3380
-
3381
- GL_OUT_OF_MEMORY: float
3382
-
3383
- GL_PACK_ALIGNMENT: float
3384
-
3385
- GL_PACK_IMAGE_HEIGHT: float
3386
-
3387
- GL_PACK_LSB_FIRST: float
3388
-
3389
- GL_PACK_ROW_LENGTH: float
3390
-
3391
- GL_PACK_SKIP_IMAGES: float
3392
-
3393
- GL_PACK_SKIP_PIXELS: float
3394
-
3395
- GL_PACK_SKIP_ROWS: float
3396
-
3397
- GL_PACK_SWAP_BYTES: float
3398
-
3399
- GL_PIXEL_PACK_BUFFER: float
3400
-
3401
- GL_PIXEL_PACK_BUFFER_BINDING: float
3402
-
3403
- GL_PIXEL_UNPACK_BUFFER: float
3404
-
3405
- GL_PIXEL_UNPACK_BUFFER_BINDING: float
3406
-
3407
- GL_POINT: float
3408
-
3409
- GL_POINTS: float
3410
-
3411
- GL_POINT_FADE_THRESHOLD_SIZE: float
3412
-
3413
- GL_POINT_SIZE: float
3414
-
3415
- GL_POINT_SPRITE_COORD_ORIGIN: float
3416
-
3417
- GL_POLYGON_MODE: float
3418
-
3419
- GL_POLYGON_OFFSET_FACTOR: float
3420
-
3421
- GL_POLYGON_OFFSET_FILL: float
3422
-
3423
- GL_POLYGON_OFFSET_LINE: float
3424
-
3425
- GL_POLYGON_OFFSET_POINT: float
3426
-
3427
- GL_POLYGON_OFFSET_UNITS: float
3428
-
3429
- GL_POLYGON_SMOOTH: float
3430
-
3431
- GL_POLYGON_SMOOTH_HINT: float
3432
-
3433
- GL_PRIMITIVES_GENERATED: float
3434
-
3435
- GL_PRIMITIVE_RESTART: float
3436
-
3437
- GL_PRIMITIVE_RESTART_INDEX: float
3438
-
3439
- GL_PROGRAM_POINT_SIZE: float
3440
-
3441
- GL_PROVOKING_VERTEX: float
3442
-
3443
- GL_PROXY_TEXTURE_1D: float
3444
-
3445
- GL_PROXY_TEXTURE_1D_ARRAY: float
3446
-
3447
- GL_PROXY_TEXTURE_2D: float
3448
-
3449
- GL_PROXY_TEXTURE_2D_ARRAY: float
3450
-
3451
- GL_PROXY_TEXTURE_2D_MULTISAMPLE: float
3452
-
3453
- GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY: float
3454
-
3455
- GL_PROXY_TEXTURE_3D: float
3456
-
3457
- GL_PROXY_TEXTURE_CUBE_MAP: float
3458
-
3459
- GL_PROXY_TEXTURE_RECTANGLE: float
3460
-
3461
- GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION: float
3462
-
3463
- GL_QUERY_BY_REGION_NO_WAIT: float
3464
-
3465
- GL_QUERY_BY_REGION_WAIT: float
3466
-
3467
- GL_QUERY_COUNTER_BITS: float
3468
-
3469
- GL_QUERY_NO_WAIT: float
3470
-
3471
- GL_QUERY_RESULT: float
3472
-
3473
- GL_QUERY_RESULT_AVAILABLE: float
3474
-
3475
- GL_QUERY_WAIT: float
3476
-
3477
- GL_R11F_G11F_B10F: float
3478
-
3479
- GL_R16: float
3480
-
3481
- GL_R16F: float
3482
-
3483
- GL_R16I: float
3484
-
3485
- GL_R16UI: float
3486
-
3487
- GL_R16_SNORM: float
3488
-
3489
- GL_R32F: float
3490
-
3491
- GL_R32I: float
3492
-
3493
- GL_R32UI: float
3494
-
3495
- GL_R3_G3_B2: float
3496
-
3497
- GL_R8: float
3498
-
3499
- GL_R8I: float
3500
-
3501
- GL_R8UI: float
3502
-
3503
- GL_R8_SNORM: float
3504
-
3505
- GL_RASTERIZER_DISCARD: float
3506
-
3507
- GL_READ_BUFFER: float
3508
-
3509
- GL_READ_FRAMEBUFFER: float
3510
-
3511
- GL_READ_FRAMEBUFFER_BINDING: float
3512
-
3513
- GL_READ_ONLY: float
3514
-
3515
- GL_READ_WRITE: float
3516
-
3517
- GL_RED: float
3518
-
3519
- GL_RED_INTEGER: float
3520
-
3521
- GL_RENDERBUFFER: float
3522
-
3523
- GL_RENDERBUFFER_ALPHA_SIZE: float
3524
-
3525
- GL_RENDERBUFFER_BINDING: float
3526
-
3527
- GL_RENDERBUFFER_BLUE_SIZE: float
3528
-
3529
- GL_RENDERBUFFER_DEPTH_SIZE: float
3530
-
3531
- GL_RENDERBUFFER_GREEN_SIZE: float
3532
-
3533
- GL_RENDERBUFFER_HEIGHT: float
3534
-
3535
- GL_RENDERBUFFER_INTERNAL_FORMAT: float
3536
-
3537
- GL_RENDERBUFFER_RED_SIZE: float
3538
-
3539
- GL_RENDERBUFFER_SAMPLES: float
3540
-
3541
- GL_RENDERBUFFER_STENCIL_SIZE: float
3542
-
3543
- GL_RENDERBUFFER_WIDTH: float
3544
-
3545
- GL_RENDERER: float
3546
-
3547
- GL_REPEAT: float
3548
-
3549
- GL_REPLACE: float
3550
-
3551
- GL_RG: float
3552
-
3553
- GL_RG16: float
3554
-
3555
- GL_RG16F: float
3556
-
3557
- GL_RG16I: float
3558
-
3559
- GL_RG16UI: float
3560
-
3561
- GL_RG16_SNORM: float
3562
-
3563
- GL_RG32F: float
3564
-
3565
- GL_RG32I: float
3566
-
3567
- GL_RG32UI: float
3568
-
3569
- GL_RG8: float
3570
-
3571
- GL_RG8I: float
3572
-
3573
- GL_RG8UI: float
3574
-
3575
- GL_RG8_SNORM: float
3576
-
3577
- GL_RGB: float
3578
-
3579
- GL_RGB10: float
3580
-
3581
- GL_RGB10_A2: float
3582
-
3583
- GL_RGB10_A2UI: float
3584
-
3585
- GL_RGB12: float
3586
-
3587
- GL_RGB16: float
3588
-
3589
- GL_RGB16F: float
3590
-
3591
- GL_RGB16I: float
3592
-
3593
- GL_RGB16UI: float
3594
-
3595
- GL_RGB16_SNORM: float
3596
-
3597
- GL_RGB32F: float
3598
-
3599
- GL_RGB32I: float
3600
-
3601
- GL_RGB32UI: float
3602
-
3603
- GL_RGB4: float
3604
-
3605
- GL_RGB5: float
3606
-
3607
- GL_RGB5_A1: float
3608
-
3609
- GL_RGB8: float
3610
-
3611
- GL_RGB8I: float
3612
-
3613
- GL_RGB8UI: float
3614
-
3615
- GL_RGB8_SNORM: float
3616
-
3617
- GL_RGB9_E5: float
3618
-
3619
- GL_RGBA: float
3620
-
3621
- GL_RGBA12: float
3622
-
3623
- GL_RGBA16: float
3624
-
3625
- GL_RGBA16F: float
3626
-
3627
- GL_RGBA16I: float
3628
-
3629
- GL_RGBA16UI: float
3630
-
3631
- GL_RGBA16_SNORM: float
3632
-
3633
- GL_RGBA2: float
3634
-
3635
- GL_RGBA32F: float
3636
-
3637
- GL_RGBA32I: float
3638
-
3639
- GL_RGBA32UI: float
3640
-
3641
- GL_RGBA4: float
3642
-
3643
- GL_RGBA8: float
3644
-
3645
- GL_RGBA8I: float
3646
-
3647
- GL_RGBA8UI: float
3648
-
3649
- GL_RGBA8_SNORM: float
3650
-
3651
- GL_RGBA_INTEGER: float
3652
-
3653
- GL_RGB_INTEGER: float
3654
-
3655
- GL_RG_INTEGER: float
3656
-
3657
- GL_RIGHT: float
3658
-
3659
- GL_SAMPLER_1D: float
3660
-
3661
- GL_SAMPLER_1D_ARRAY: float
3662
-
3663
- GL_SAMPLER_1D_ARRAY_SHADOW: float
3664
-
3665
- GL_SAMPLER_1D_SHADOW: float
3666
-
3667
- GL_SAMPLER_2D: float
3668
-
3669
- GL_SAMPLER_2D_ARRAY: float
3670
-
3671
- GL_SAMPLER_2D_ARRAY_SHADOW: float
3672
-
3673
- GL_SAMPLER_2D_MULTISAMPLE: float
3674
-
3675
- GL_SAMPLER_2D_MULTISAMPLE_ARRAY: float
3676
-
3677
- GL_SAMPLER_2D_RECT: float
3678
-
3679
- GL_SAMPLER_2D_RECT_SHADOW: float
3680
-
3681
- GL_SAMPLER_2D_SHADOW: float
3682
-
3683
- GL_SAMPLER_3D: float
3684
-
3685
- GL_SAMPLER_BINDING: float
3686
-
3687
- GL_SAMPLER_BUFFER: float
3688
-
3689
- GL_SAMPLER_CUBE: float
3690
-
3691
- GL_SAMPLER_CUBE_SHADOW: float
3692
-
3693
- GL_SAMPLES: float
3694
-
3695
- GL_SAMPLES_PASSED: float
3696
-
3697
- GL_SAMPLE_ALPHA_TO_COVERAGE: float
3698
-
3699
- GL_SAMPLE_ALPHA_TO_ONE: float
3700
-
3701
- GL_SAMPLE_BUFFERS: float
3702
-
3703
- GL_SAMPLE_COVERAGE: float
3704
-
3705
- GL_SAMPLE_COVERAGE_INVERT: float
3706
-
3707
- GL_SAMPLE_COVERAGE_VALUE: float
3708
-
3709
- GL_SAMPLE_MASK: float
3710
-
3711
- GL_SAMPLE_MASK_VALUE: float
3712
-
3713
- GL_SAMPLE_POSITION: float
3714
-
3715
- GL_SCISSOR_BOX: float
3716
-
3717
- GL_SCISSOR_TEST: float
3718
-
3719
- GL_SEPARATE_ATTRIBS: float
3720
-
3721
- GL_SET: float
3722
-
3723
- GL_SHADER_SOURCE_LENGTH: float
3724
-
3725
- GL_SHADER_TYPE: float
3726
-
3727
- GL_SHADING_LANGUAGE_VERSION: float
3728
-
3729
- GL_SHORT: float
3730
-
3731
- GL_SIGNALED: float
3732
-
3733
- GL_SIGNED_NORMALIZED: float
3734
-
3735
- GL_SMOOTH_LINE_WIDTH_GRANULARITY: float
3736
-
3737
- GL_SMOOTH_LINE_WIDTH_RANGE: float
3738
-
3739
- GL_SMOOTH_POINT_SIZE_GRANULARITY: float
3740
-
3741
- GL_SMOOTH_POINT_SIZE_RANGE: float
3742
-
3743
- GL_SRC1_COLOR: float
3744
-
3745
- GL_SRC_ALPHA: float
3746
-
3747
- GL_SRC_ALPHA_SATURATE: float
3748
-
3749
- GL_SRC_COLOR: float
3750
-
3751
- GL_SRGB: float
3752
-
3753
- GL_SRGB8: float
3754
-
3755
- GL_SRGB8_ALPHA8: float
3756
-
3757
- GL_SRGB_ALPHA: float
3758
-
3759
- GL_STATIC_COPY: float
3760
-
3761
- GL_STATIC_DRAW: float
3762
-
3763
- GL_STATIC_READ: float
3764
-
3765
- GL_STENCIL: float
3766
-
3767
- GL_STENCIL_ATTACHMENT: float
3768
-
3769
- GL_STENCIL_BACK_FAIL: float
3770
-
3771
- GL_STENCIL_BACK_FUNC: float
3772
-
3773
- GL_STENCIL_BACK_PASS_DEPTH_FAIL: float
3774
-
3775
- GL_STENCIL_BACK_PASS_DEPTH_PASS: float
3776
-
3777
- GL_STENCIL_BACK_REF: float
3778
-
3779
- GL_STENCIL_BACK_VALUE_MASK: float
3780
-
3781
- GL_STENCIL_BACK_WRITEMASK: float
3782
-
3783
- GL_STENCIL_BUFFER_BIT: float
3784
-
3785
- GL_STENCIL_CLEAR_VALUE: float
3786
-
3787
- GL_STENCIL_FAIL: float
3788
-
3789
- GL_STENCIL_FUNC: float
3790
-
3791
- GL_STENCIL_INDEX: float
3792
-
3793
- GL_STENCIL_INDEX1: float
3794
-
3795
- GL_STENCIL_INDEX16: float
3796
-
3797
- GL_STENCIL_INDEX4: float
3798
-
3799
- GL_STENCIL_INDEX8: float
3800
-
3801
- GL_STENCIL_PASS_DEPTH_FAIL: float
3802
-
3803
- GL_STENCIL_PASS_DEPTH_PASS: float
3804
-
3805
- GL_STENCIL_REF: float
3806
-
3807
- GL_STENCIL_TEST: float
3808
-
3809
- GL_STENCIL_VALUE_MASK: float
3810
-
3811
- GL_STENCIL_WRITEMASK: float
3812
-
3813
- GL_STEREO: float
3814
-
3815
- GL_STREAM_COPY: float
3816
-
3817
- GL_STREAM_DRAW: float
3818
-
3819
- GL_STREAM_READ: float
3820
-
3821
- GL_SUBPIXEL_BITS: float
3822
-
3823
- GL_SYNC_CONDITION: float
3824
-
3825
- GL_SYNC_FENCE: float
3826
-
3827
- GL_SYNC_FLAGS: float
3828
-
3829
- GL_SYNC_FLUSH_COMMANDS_BIT: float
3830
-
3831
- GL_SYNC_GPU_COMMANDS_COMPLETE: float
3832
-
3833
- GL_SYNC_STATUS: float
3834
-
3835
- GL_TEXTURE: float
3836
-
3837
- GL_TEXTURE0: float
3838
-
3839
- GL_TEXTURE1: float
3840
-
3841
- GL_TEXTURE10: float
3842
-
3843
- GL_TEXTURE11: float
3844
-
3845
- GL_TEXTURE12: float
3846
-
3847
- GL_TEXTURE13: float
3848
-
3849
- GL_TEXTURE14: float
3850
-
3851
- GL_TEXTURE15: float
3852
-
3853
- GL_TEXTURE16: float
3854
-
3855
- GL_TEXTURE17: float
3856
-
3857
- GL_TEXTURE18: float
3858
-
3859
- GL_TEXTURE19: float
3860
-
3861
- GL_TEXTURE2: float
3862
-
3863
- GL_TEXTURE20: float
3864
-
3865
- GL_TEXTURE21: float
3866
-
3867
- GL_TEXTURE22: float
3868
-
3869
- GL_TEXTURE23: float
3870
-
3871
- GL_TEXTURE24: float
3872
-
3873
- GL_TEXTURE25: float
3874
-
3875
- GL_TEXTURE26: float
3876
-
3877
- GL_TEXTURE27: float
3878
-
3879
- GL_TEXTURE28: float
3880
-
3881
- GL_TEXTURE29: float
3882
-
3883
- GL_TEXTURE3: float
3884
-
3885
- GL_TEXTURE30: float
3886
-
3887
- GL_TEXTURE31: float
3888
-
3889
- GL_TEXTURE4: float
3890
-
3891
- GL_TEXTURE5: float
3892
-
3893
- GL_TEXTURE6: float
3894
-
3895
- GL_TEXTURE7: float
3896
-
3897
- GL_TEXTURE8: float
3898
-
3899
- GL_TEXTURE9: float
3900
-
3901
- GL_TEXTURE_1D: float
3902
-
3903
- GL_TEXTURE_1D_ARRAY: float
3904
-
3905
- GL_TEXTURE_2D: float
3906
-
3907
- GL_TEXTURE_2D_ARRAY: float
3908
-
3909
- GL_TEXTURE_2D_MULTISAMPLE: float
3910
-
3911
- GL_TEXTURE_2D_MULTISAMPLE_ARRAY: float
3912
-
3913
- GL_TEXTURE_3D: float
3914
-
3915
- GL_TEXTURE_ALPHA_SIZE: float
3916
-
3917
- GL_TEXTURE_ALPHA_TYPE: float
3918
-
3919
- GL_TEXTURE_BASE_LEVEL: float
3920
-
3921
- GL_TEXTURE_BINDING_1D: float
3922
-
3923
- GL_TEXTURE_BINDING_1D_ARRAY: float
3924
-
3925
- GL_TEXTURE_BINDING_2D: float
3926
-
3927
- GL_TEXTURE_BINDING_2D_ARRAY: float
3928
-
3929
- GL_TEXTURE_BINDING_2D_MULTISAMPLE: float
3930
-
3931
- GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY: float
3932
-
3933
- GL_TEXTURE_BINDING_3D: float
3934
-
3935
- GL_TEXTURE_BINDING_BUFFER: float
3936
-
3937
- GL_TEXTURE_BINDING_CUBE_MAP: float
3938
-
3939
- GL_TEXTURE_BINDING_RECTANGLE: float
3940
-
3941
- GL_TEXTURE_BLUE_SIZE: float
3942
-
3943
- GL_TEXTURE_BLUE_TYPE: float
3944
-
3945
- GL_TEXTURE_BORDER_COLOR: float
3946
-
3947
- GL_TEXTURE_BUFFER: float
3948
-
3949
- GL_TEXTURE_BUFFER_DATA_STORE_BINDING: float
3950
-
3951
- GL_TEXTURE_COMPARE_FUNC: float
3952
-
3953
- GL_TEXTURE_COMPARE_MODE: float
3954
-
3955
- GL_TEXTURE_COMPRESSED: float
3956
-
3957
- GL_TEXTURE_COMPRESSED_IMAGE_SIZE: float
3958
-
3959
- GL_TEXTURE_COMPRESSION_HINT: float
3960
-
3961
- GL_TEXTURE_CUBE_MAP: float
3962
-
3963
- GL_TEXTURE_CUBE_MAP_NEGATIVE_X: float
3964
-
3965
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Y: float
3966
-
3967
- GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: float
3968
-
3969
- GL_TEXTURE_CUBE_MAP_POSITIVE_X: float
3970
-
3971
- GL_TEXTURE_CUBE_MAP_POSITIVE_Y: float
3972
-
3973
- GL_TEXTURE_CUBE_MAP_POSITIVE_Z: float
3974
-
3975
- GL_TEXTURE_CUBE_MAP_SEAMLESS: float
3976
-
3977
- GL_TEXTURE_DEPTH: float
3978
-
3979
- GL_TEXTURE_DEPTH_SIZE: float
3980
-
3981
- GL_TEXTURE_DEPTH_TYPE: float
3982
-
3983
- GL_TEXTURE_FIXED_SAMPLE_LOCATIONS: float
3984
-
3985
- GL_TEXTURE_GREEN_SIZE: float
3986
-
3987
- GL_TEXTURE_GREEN_TYPE: float
3988
-
3989
- GL_TEXTURE_HEIGHT: float
3990
-
3991
- GL_TEXTURE_INTERNAL_FORMAT: float
3992
-
3993
- GL_TEXTURE_LOD_BIAS: float
3994
-
3995
- GL_TEXTURE_MAG_FILTER: float
3996
-
3997
- GL_TEXTURE_MAX_LEVEL: float
3998
-
3999
- GL_TEXTURE_MAX_LOD: float
4000
-
4001
- GL_TEXTURE_MIN_FILTER: float
4002
-
4003
- GL_TEXTURE_MIN_LOD: float
4004
-
4005
- GL_TEXTURE_RECTANGLE: float
4006
-
4007
- GL_TEXTURE_RED_SIZE: float
4008
-
4009
- GL_TEXTURE_RED_TYPE: float
4010
-
4011
- GL_TEXTURE_SAMPLES: float
4012
-
4013
- GL_TEXTURE_SHARED_SIZE: float
4014
-
4015
- GL_TEXTURE_STENCIL_SIZE: float
4016
-
4017
- GL_TEXTURE_SWIZZLE_A: float
4018
-
4019
- GL_TEXTURE_SWIZZLE_B: float
4020
-
4021
- GL_TEXTURE_SWIZZLE_G: float
4022
-
4023
- GL_TEXTURE_SWIZZLE_R: float
4024
-
4025
- GL_TEXTURE_SWIZZLE_RGBA: float
4026
-
4027
- GL_TEXTURE_WIDTH: float
4028
-
4029
- GL_TEXTURE_WRAP_R: float
4030
-
4031
- GL_TEXTURE_WRAP_S: float
4032
-
4033
- GL_TEXTURE_WRAP_T: float
4034
-
4035
- GL_TIMEOUT_EXPIRED: float
4036
-
4037
- GL_TIMEOUT_IGNORED: float
4038
-
4039
- GL_TIMESTAMP: float
4040
-
4041
- GL_TIME_ELAPSED: float
4042
-
4043
- GL_TRANSFORM_FEEDBACK_BUFFER: float
4044
-
4045
- GL_TRANSFORM_FEEDBACK_BUFFER_BINDING: float
4046
-
4047
- GL_TRANSFORM_FEEDBACK_BUFFER_MODE: float
4048
-
4049
- GL_TRANSFORM_FEEDBACK_BUFFER_SIZE: float
4050
-
4051
- GL_TRANSFORM_FEEDBACK_BUFFER_START: float
4052
-
4053
- GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN: float
4054
-
4055
- GL_TRANSFORM_FEEDBACK_VARYINGS: float
4056
-
4057
- GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH: float
4058
-
4059
- GL_TRIANGLES: float
4060
-
4061
- GL_TRIANGLES_ADJACENCY: float
4062
-
4063
- GL_TRIANGLE_FAN: float
4064
-
4065
- GL_TRIANGLE_STRIP: float
4066
-
4067
- GL_TRIANGLE_STRIP_ADJACENCY: float
4068
-
4069
- GL_TRUE: float
4070
-
4071
- GL_UNIFORM_ARRAY_STRIDE: float
4072
-
4073
- GL_UNIFORM_BLOCK_ACTIVE_UNIFORMS: float
4074
-
4075
- GL_UNIFORM_BLOCK_ACTIVE_UNIFORM_INDICES: float
4076
-
4077
- GL_UNIFORM_BLOCK_BINDING: float
4078
-
4079
- GL_UNIFORM_BLOCK_DATA_SIZE: float
4080
-
4081
- GL_UNIFORM_BLOCK_INDEX: float
4082
-
4083
- GL_UNIFORM_BLOCK_NAME_LENGTH: float
4084
-
4085
- GL_UNIFORM_BLOCK_REFERENCED_BY_FRAGMENT_SHADER: float
4086
-
4087
- GL_UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER: float
4088
-
4089
- GL_UNIFORM_BLOCK_REFERENCED_BY_VERTEX_SHADER: float
4090
-
4091
- GL_UNIFORM_BUFFER: float
4092
-
4093
- GL_UNIFORM_BUFFER_BINDING: float
4094
-
4095
- GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT: float
4096
-
4097
- GL_UNIFORM_BUFFER_SIZE: float
4098
-
4099
- GL_UNIFORM_BUFFER_START: float
4100
-
4101
- GL_UNIFORM_IS_ROW_MAJOR: float
4102
-
4103
- GL_UNIFORM_MATRIX_STRIDE: float
4104
-
4105
- GL_UNIFORM_NAME_LENGTH: float
4106
-
4107
- GL_UNIFORM_OFFSET: float
4108
-
4109
- GL_UNIFORM_SIZE: float
4110
-
4111
- GL_UNIFORM_TYPE: float
4112
-
4113
- GL_UNPACK_ALIGNMENT: float
4114
-
4115
- GL_UNPACK_IMAGE_HEIGHT: float
4116
-
4117
- GL_UNPACK_LSB_FIRST: float
4118
-
4119
- GL_UNPACK_ROW_LENGTH: float
4120
-
4121
- GL_UNPACK_SKIP_IMAGES: float
4122
-
4123
- GL_UNPACK_SKIP_PIXELS: float
4124
-
4125
- GL_UNPACK_SKIP_ROWS: float
4126
-
4127
- GL_UNPACK_SWAP_BYTES: float
4128
-
4129
- GL_UNSIGNALED: float
4130
-
4131
- GL_UNSIGNED_BYTE: float
4132
-
4133
- GL_UNSIGNED_BYTE_2_3_3_REV: float
4134
-
4135
- GL_UNSIGNED_BYTE_3_3_2: float
4136
-
4137
- GL_UNSIGNED_INT: float
4138
-
4139
- GL_UNSIGNED_INT_10F_11F_11F_REV: float
4140
-
4141
- GL_UNSIGNED_INT_10_10_10_2: float
4142
-
4143
- GL_UNSIGNED_INT_24_8: float
4144
-
4145
- GL_UNSIGNED_INT_2_10_10_10_REV: float
4146
-
4147
- GL_UNSIGNED_INT_5_9_9_9_REV: float
4148
-
4149
- GL_UNSIGNED_INT_8_8_8_8: float
4150
-
4151
- GL_UNSIGNED_INT_8_8_8_8_REV: float
4152
-
4153
- GL_UNSIGNED_INT_SAMPLER_1D: float
4154
-
4155
- GL_UNSIGNED_INT_SAMPLER_1D_ARRAY: float
4156
-
4157
- GL_UNSIGNED_INT_SAMPLER_2D: float
4158
-
4159
- GL_UNSIGNED_INT_SAMPLER_2D_ARRAY: float
4160
-
4161
- GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE: float
4162
-
4163
- GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY: float
4164
-
4165
- GL_UNSIGNED_INT_SAMPLER_2D_RECT: float
4166
-
4167
- GL_UNSIGNED_INT_SAMPLER_3D: float
4168
-
4169
- GL_UNSIGNED_INT_SAMPLER_BUFFER: float
4170
-
4171
- GL_UNSIGNED_INT_SAMPLER_CUBE: float
4172
-
4173
- GL_UNSIGNED_INT_VEC2: float
4174
-
4175
- GL_UNSIGNED_INT_VEC3: float
4176
-
4177
- GL_UNSIGNED_INT_VEC4: float
4178
-
4179
- GL_UNSIGNED_NORMALIZED: float
4180
-
4181
- GL_UNSIGNED_SHORT: float
4182
-
4183
- GL_UNSIGNED_SHORT_1_5_5_5_REV: float
4184
-
4185
- GL_UNSIGNED_SHORT_4_4_4_4: float
4186
-
4187
- GL_UNSIGNED_SHORT_4_4_4_4_REV: float
4188
-
4189
- GL_UNSIGNED_SHORT_5_5_5_1: float
4190
-
4191
- GL_UNSIGNED_SHORT_5_6_5: float
4192
-
4193
- GL_UNSIGNED_SHORT_5_6_5_REV: float
4194
-
4195
- GL_UPPER_LEFT: float
4196
-
4197
- GL_VALIDATE_STATUS: float
4198
-
4199
- GL_VENDOR: float
4200
-
4201
- GL_VERSION: float
4202
-
4203
- GL_VERTEX_ARRAY_BINDING: float
4204
-
4205
- GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING: float
4206
-
4207
- GL_VERTEX_ATTRIB_ARRAY_DIVISOR: float
4208
-
4209
- GL_VERTEX_ATTRIB_ARRAY_ENABLED: float
4210
-
4211
- GL_VERTEX_ATTRIB_ARRAY_INTEGER: float
4212
-
4213
- GL_VERTEX_ATTRIB_ARRAY_NORMALIZED: float
4214
-
4215
- GL_VERTEX_ATTRIB_ARRAY_POINTER: float
4216
-
4217
- GL_VERTEX_ATTRIB_ARRAY_SIZE: float
4218
-
4219
- GL_VERTEX_ATTRIB_ARRAY_STRIDE: float
4220
-
4221
- GL_VERTEX_ATTRIB_ARRAY_TYPE: float
4222
-
4223
- GL_VERTEX_PROGRAM_POINT_SIZE: float
4224
-
4225
- GL_VERTEX_SHADER: float
4226
-
4227
- GL_VIEWPORT: float
4228
-
4229
- GL_WAIT_FAILED: float
4230
-
4231
- GL_WRITE_ONLY: float
4232
-
4233
- GL_XOR: float
4234
-
4235
- GL_ZERO: float