PyOpenGL 3.1.10__tar.gz → 4.0.0a4__tar.gz

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 (5858) hide show
  1. pyopengl-4.0.0a4/MANIFEST.in +17 -0
  2. pyopengl-4.0.0a4/OpenGL/CGL/__init__.py +504 -0
  3. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/blob_cache.py +27 -0
  4. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/blob_cache.pyi +11 -0
  5. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/create_native_client_buffer.py +27 -0
  6. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/create_native_client_buffer.pyi +17 -0
  7. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/framebuffer_target.py +27 -0
  8. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/framebuffer_target.pyi +11 -0
  9. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/get_frame_timestamps.py +27 -0
  10. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/get_frame_timestamps.pyi +32 -0
  11. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/get_native_client_buffer.py +27 -0
  12. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/get_native_client_buffer.pyi +12 -0
  13. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/image_native_buffer.py +27 -0
  14. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/image_native_buffer.pyi +11 -0
  15. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/native_fence_sync.py +27 -0
  16. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/native_fence_sync.pyi +16 -0
  17. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/presentation_time.py +27 -0
  18. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/presentation_time.pyi +11 -0
  19. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/recordable.py +27 -0
  20. pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/recordable.pyi +11 -0
  21. pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/d3d_share_handle_client_buffer.py +27 -0
  22. pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/d3d_share_handle_client_buffer.pyi +11 -0
  23. pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/device_d3d.py +27 -0
  24. pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/device_d3d.pyi +12 -0
  25. pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/query_surface_pointer.py +27 -0
  26. pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/query_surface_pointer.pyi +12 -0
  27. pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/surface_d3d_texture_2d_share_handle.py +27 -0
  28. pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/surface_d3d_texture_2d_share_handle.pyi +11 -0
  29. pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/sync_control_rate.py +27 -0
  30. pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/sync_control_rate.pyi +12 -0
  31. pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/window_fixed_size.py +27 -0
  32. pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/window_fixed_size.pyi +11 -0
  33. pyopengl-4.0.0a4/OpenGL/EGL/ARM/pixmap_multisample_discard.py +27 -0
  34. pyopengl-4.0.0a4/OpenGL/EGL/ARM/pixmap_multisample_discard.pyi +11 -0
  35. pyopengl-4.0.0a4/OpenGL/EGL/EXT/buffer_age.py +27 -0
  36. pyopengl-4.0.0a4/OpenGL/EGL/EXT/buffer_age.pyi +11 -0
  37. pyopengl-4.0.0a4/OpenGL/EGL/EXT/client_extensions.py +27 -0
  38. pyopengl-4.0.0a4/OpenGL/EGL/EXT/client_extensions.pyi +9 -0
  39. pyopengl-4.0.0a4/OpenGL/EGL/EXT/client_sync.py +27 -0
  40. pyopengl-4.0.0a4/OpenGL/EGL/EXT/client_sync.pyi +15 -0
  41. pyopengl-4.0.0a4/OpenGL/EGL/EXT/compositor.py +27 -0
  42. pyopengl-4.0.0a4/OpenGL/EGL/EXT/compositor.pyi +23 -0
  43. pyopengl-4.0.0a4/OpenGL/EGL/EXT/create_context_robustness.py +27 -0
  44. pyopengl-4.0.0a4/OpenGL/EGL/EXT/create_context_robustness.pyi +14 -0
  45. pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_base.py +40 -0
  46. pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_base.pyi +19 -0
  47. pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_drm.py +27 -0
  48. pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_drm.pyi +11 -0
  49. pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_enumeration.py +30 -0
  50. pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_enumeration.pyi +12 -0
  51. pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_openwf.py +27 -0
  52. pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_openwf.pyi +11 -0
  53. pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_persistent_id.py +27 -0
  54. pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_persistent_id.pyi +16 -0
  55. pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_query.py +30 -0
  56. pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_query.pyi +17 -0
  57. pyopengl-4.0.0a4/OpenGL/EGL/EXT/display_alloc.py +27 -0
  58. pyopengl-4.0.0a4/OpenGL/EGL/EXT/display_alloc.pyi +13 -0
  59. pyopengl-4.0.0a4/OpenGL/EGL/EXT/image_dma_buf_import.py +27 -0
  60. pyopengl-4.0.0a4/OpenGL/EGL/EXT/image_dma_buf_import.pyi +32 -0
  61. pyopengl-4.0.0a4/OpenGL/EGL/EXT/image_dma_buf_import_modifiers.py +27 -0
  62. pyopengl-4.0.0a4/OpenGL/EGL/EXT/image_dma_buf_import_modifiers.pyi +25 -0
  63. pyopengl-4.0.0a4/OpenGL/EGL/EXT/multiview_window.py +27 -0
  64. pyopengl-4.0.0a4/OpenGL/EGL/EXT/multiview_window.pyi +11 -0
  65. pyopengl-4.0.0a4/OpenGL/EGL/EXT/output_base.py +27 -0
  66. pyopengl-4.0.0a4/OpenGL/EGL/EXT/output_base.pyi +23 -0
  67. pyopengl-4.0.0a4/OpenGL/EGL/EXT/output_drm.py +27 -0
  68. pyopengl-4.0.0a4/OpenGL/EGL/EXT/output_drm.pyi +13 -0
  69. pyopengl-4.0.0a4/OpenGL/EGL/EXT/output_openwf.py +27 -0
  70. pyopengl-4.0.0a4/OpenGL/EGL/EXT/output_openwf.pyi +12 -0
  71. pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_base.py +32 -0
  72. pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_base.pyi +14 -0
  73. pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_device.py +27 -0
  74. pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_device.pyi +11 -0
  75. pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_wayland.py +27 -0
  76. pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_wayland.pyi +11 -0
  77. pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_x11.py +27 -0
  78. pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_x11.pyi +12 -0
  79. pyopengl-4.0.0a4/OpenGL/EGL/EXT/protected_surface.py +27 -0
  80. pyopengl-4.0.0a4/OpenGL/EGL/EXT/protected_surface.pyi +11 -0
  81. pyopengl-4.0.0a4/OpenGL/EGL/EXT/stream_consumer_egloutput.py +27 -0
  82. pyopengl-4.0.0a4/OpenGL/EGL/EXT/stream_consumer_egloutput.pyi +11 -0
  83. pyopengl-4.0.0a4/OpenGL/EGL/EXT/surface_compression.py +27 -0
  84. pyopengl-4.0.0a4/OpenGL/EGL/EXT/surface_compression.pyi +30 -0
  85. pyopengl-4.0.0a4/OpenGL/EGL/EXT/swap_buffers_with_damage.py +27 -0
  86. pyopengl-4.0.0a4/OpenGL/EGL/EXT/swap_buffers_with_damage.pyi +12 -0
  87. pyopengl-4.0.0a4/OpenGL/EGL/EXT/sync_reuse.py +27 -0
  88. pyopengl-4.0.0a4/OpenGL/EGL/EXT/sync_reuse.pyi +12 -0
  89. pyopengl-4.0.0a4/OpenGL/EGL/EXT/yuv_surface.py +27 -0
  90. pyopengl-4.0.0a4/OpenGL/EGL/EXT/yuv_surface.pyi +35 -0
  91. pyopengl-4.0.0a4/OpenGL/EGL/HI/clientpixmap.py +27 -0
  92. pyopengl-4.0.0a4/OpenGL/EGL/HI/clientpixmap.pyi +14 -0
  93. pyopengl-4.0.0a4/OpenGL/EGL/HI/colorformats.py +27 -0
  94. pyopengl-4.0.0a4/OpenGL/EGL/HI/colorformats.pyi +14 -0
  95. pyopengl-4.0.0a4/OpenGL/EGL/IMG/context_priority.py +27 -0
  96. pyopengl-4.0.0a4/OpenGL/EGL/IMG/context_priority.pyi +14 -0
  97. pyopengl-4.0.0a4/OpenGL/EGL/KHR/cl_event.py +27 -0
  98. pyopengl-4.0.0a4/OpenGL/EGL/KHR/cl_event.pyi +13 -0
  99. pyopengl-4.0.0a4/OpenGL/EGL/KHR/cl_event2.py +27 -0
  100. pyopengl-4.0.0a4/OpenGL/EGL/KHR/cl_event2.pyi +16 -0
  101. pyopengl-4.0.0a4/OpenGL/EGL/KHR/client_get_all_proc_addresses.py +27 -0
  102. pyopengl-4.0.0a4/OpenGL/EGL/KHR/client_get_all_proc_addresses.pyi +9 -0
  103. pyopengl-4.0.0a4/OpenGL/EGL/KHR/config_attribs.py +27 -0
  104. pyopengl-4.0.0a4/OpenGL/EGL/KHR/config_attribs.pyi +13 -0
  105. pyopengl-4.0.0a4/OpenGL/EGL/KHR/create_context.py +27 -0
  106. pyopengl-4.0.0a4/OpenGL/EGL/KHR/create_context.pyi +24 -0
  107. pyopengl-4.0.0a4/OpenGL/EGL/KHR/create_context_no_error.py +27 -0
  108. pyopengl-4.0.0a4/OpenGL/EGL/KHR/create_context_no_error.pyi +11 -0
  109. pyopengl-4.0.0a4/OpenGL/EGL/KHR/debug.py +27 -0
  110. pyopengl-4.0.0a4/OpenGL/EGL/KHR/debug.pyi +27 -0
  111. pyopengl-4.0.0a4/OpenGL/EGL/KHR/display_reference.py +27 -0
  112. pyopengl-4.0.0a4/OpenGL/EGL/KHR/display_reference.pyi +14 -0
  113. pyopengl-4.0.0a4/OpenGL/EGL/KHR/fence_sync.py +27 -0
  114. pyopengl-4.0.0a4/OpenGL/EGL/KHR/fence_sync.pyi +19 -0
  115. pyopengl-4.0.0a4/OpenGL/EGL/KHR/get_all_proc_addresses.py +27 -0
  116. pyopengl-4.0.0a4/OpenGL/EGL/KHR/get_all_proc_addresses.pyi +9 -0
  117. pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_colorspace.py +27 -0
  118. pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_colorspace.pyi +13 -0
  119. pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_renderbuffer_image.py +27 -0
  120. pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_renderbuffer_image.pyi +11 -0
  121. pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_texture_2D_image.py +27 -0
  122. pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_texture_2D_image.pyi +12 -0
  123. pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_texture_3D_image.py +27 -0
  124. pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_texture_3D_image.pyi +12 -0
  125. pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_texture_cubemap_image.py +27 -0
  126. pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_texture_cubemap_image.pyi +16 -0
  127. pyopengl-4.0.0a4/OpenGL/EGL/KHR/image.py +27 -0
  128. pyopengl-4.0.0a4/OpenGL/EGL/KHR/image.pyi +15 -0
  129. pyopengl-4.0.0a4/OpenGL/EGL/KHR/image_base.py +27 -0
  130. pyopengl-4.0.0a4/OpenGL/EGL/KHR/image_base.pyi +15 -0
  131. pyopengl-4.0.0a4/OpenGL/EGL/KHR/image_pixmap.py +27 -0
  132. pyopengl-4.0.0a4/OpenGL/EGL/KHR/image_pixmap.pyi +11 -0
  133. pyopengl-4.0.0a4/OpenGL/EGL/KHR/lock_surface.py +27 -0
  134. pyopengl-4.0.0a4/OpenGL/EGL/KHR/lock_surface.pyi +35 -0
  135. pyopengl-4.0.0a4/OpenGL/EGL/KHR/lock_surface2.py +27 -0
  136. pyopengl-4.0.0a4/OpenGL/EGL/KHR/lock_surface2.pyi +11 -0
  137. pyopengl-4.0.0a4/OpenGL/EGL/KHR/lock_surface3.py +27 -0
  138. pyopengl-4.0.0a4/OpenGL/EGL/KHR/lock_surface3.pyi +37 -0
  139. pyopengl-4.0.0a4/OpenGL/EGL/KHR/partial_update.py +27 -0
  140. pyopengl-4.0.0a4/OpenGL/EGL/KHR/partial_update.pyi +14 -0
  141. pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_android.py +27 -0
  142. pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_android.pyi +11 -0
  143. pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_gbm.py +27 -0
  144. pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_gbm.pyi +11 -0
  145. pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_wayland.py +27 -0
  146. pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_wayland.pyi +11 -0
  147. pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_x11.py +27 -0
  148. pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_x11.pyi +12 -0
  149. pyopengl-4.0.0a4/OpenGL/EGL/KHR/reusable_sync.py +27 -0
  150. pyopengl-4.0.0a4/OpenGL/EGL/KHR/reusable_sync.pyi +26 -0
  151. pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream.py +27 -0
  152. pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream.pyi +29 -0
  153. pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_attrib.py +27 -0
  154. pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_attrib.pyi +21 -0
  155. pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_consumer_gltexture.py +27 -0
  156. pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_consumer_gltexture.pyi +15 -0
  157. pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_cross_process_fd.py +27 -0
  158. pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_cross_process_fd.pyi +12 -0
  159. pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_fifo.py +27 -0
  160. pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_fifo.pyi +17 -0
  161. pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_producer_aldatalocator.py +27 -0
  162. pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_producer_aldatalocator.pyi +9 -0
  163. pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_producer_eglsurface.py +27 -0
  164. pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_producer_eglsurface.pyi +14 -0
  165. pyopengl-4.0.0a4/OpenGL/EGL/KHR/surfaceless_context.py +27 -0
  166. pyopengl-4.0.0a4/OpenGL/EGL/KHR/surfaceless_context.pyi +9 -0
  167. pyopengl-4.0.0a4/OpenGL/EGL/KHR/swap_buffers_with_damage.py +27 -0
  168. pyopengl-4.0.0a4/OpenGL/EGL/KHR/swap_buffers_with_damage.pyi +12 -0
  169. pyopengl-4.0.0a4/OpenGL/EGL/KHR/vg_parent_image.py +27 -0
  170. pyopengl-4.0.0a4/OpenGL/EGL/KHR/vg_parent_image.pyi +11 -0
  171. pyopengl-4.0.0a4/OpenGL/EGL/KHR/wait_sync.py +27 -0
  172. pyopengl-4.0.0a4/OpenGL/EGL/KHR/wait_sync.pyi +11 -0
  173. pyopengl-4.0.0a4/OpenGL/EGL/MESA/drm_image.py +27 -0
  174. pyopengl-4.0.0a4/OpenGL/EGL/MESA/drm_image.pyi +21 -0
  175. pyopengl-4.0.0a4/OpenGL/EGL/MESA/image_dma_buf_export.py +27 -0
  176. pyopengl-4.0.0a4/OpenGL/EGL/MESA/image_dma_buf_export.pyi +13 -0
  177. pyopengl-4.0.0a4/OpenGL/EGL/MESA/platform_gbm.py +27 -0
  178. pyopengl-4.0.0a4/OpenGL/EGL/MESA/platform_gbm.pyi +11 -0
  179. pyopengl-4.0.0a4/OpenGL/EGL/MESA/query_driver.py +27 -0
  180. pyopengl-4.0.0a4/OpenGL/EGL/MESA/query_driver.pyi +12 -0
  181. pyopengl-4.0.0a4/OpenGL/EGL/NOK/swap_region.py +27 -0
  182. pyopengl-4.0.0a4/OpenGL/EGL/NOK/swap_region.pyi +12 -0
  183. pyopengl-4.0.0a4/OpenGL/EGL/NOK/swap_region2.py +27 -0
  184. pyopengl-4.0.0a4/OpenGL/EGL/NOK/swap_region2.pyi +12 -0
  185. pyopengl-4.0.0a4/OpenGL/EGL/NOK/texture_from_pixmap.py +27 -0
  186. pyopengl-4.0.0a4/OpenGL/EGL/NOK/texture_from_pixmap.pyi +11 -0
  187. pyopengl-4.0.0a4/OpenGL/EGL/NV/EGL_3dvision_surface.py +27 -0
  188. pyopengl-4.0.0a4/OpenGL/EGL/NV/EGL_3dvision_surface.pyi +11 -0
  189. pyopengl-4.0.0a4/OpenGL/EGL/NV/coverage_sample.py +27 -0
  190. pyopengl-4.0.0a4/OpenGL/EGL/NV/coverage_sample.pyi +12 -0
  191. pyopengl-4.0.0a4/OpenGL/EGL/NV/coverage_sample_resolve.py +27 -0
  192. pyopengl-4.0.0a4/OpenGL/EGL/NV/coverage_sample_resolve.pyi +13 -0
  193. pyopengl-4.0.0a4/OpenGL/EGL/NV/cuda_event.py +27 -0
  194. pyopengl-4.0.0a4/OpenGL/EGL/NV/cuda_event.pyi +13 -0
  195. pyopengl-4.0.0a4/OpenGL/EGL/NV/depth_nonlinear.py +27 -0
  196. pyopengl-4.0.0a4/OpenGL/EGL/NV/depth_nonlinear.pyi +13 -0
  197. pyopengl-4.0.0a4/OpenGL/EGL/NV/device_cuda.py +27 -0
  198. pyopengl-4.0.0a4/OpenGL/EGL/NV/device_cuda.pyi +11 -0
  199. pyopengl-4.0.0a4/OpenGL/EGL/NV/native_query.py +27 -0
  200. pyopengl-4.0.0a4/OpenGL/EGL/NV/native_query.pyi +14 -0
  201. pyopengl-4.0.0a4/OpenGL/EGL/NV/post_convert_rounding.py +27 -0
  202. pyopengl-4.0.0a4/OpenGL/EGL/NV/post_convert_rounding.pyi +9 -0
  203. pyopengl-4.0.0a4/OpenGL/EGL/NV/post_sub_buffer.py +27 -0
  204. pyopengl-4.0.0a4/OpenGL/EGL/NV/post_sub_buffer.pyi +13 -0
  205. pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_consumer_eglimage.py +27 -0
  206. pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_consumer_eglimage.pyi +20 -0
  207. pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_consumer_gltexture_yuv.py +27 -0
  208. pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_flush.py +27 -0
  209. pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_flush.pyi +11 -0
  210. pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_metadata.py +27 -0
  211. pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_metadata.pyi +29 -0
  212. pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_reset.py +27 -0
  213. pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_reset.pyi +14 -0
  214. pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_sync.py +27 -0
  215. pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_sync.pyi +15 -0
  216. pyopengl-4.0.0a4/OpenGL/EGL/NV/sync.py +27 -0
  217. pyopengl-4.0.0a4/OpenGL/EGL/NV/sync.pyi +30 -0
  218. pyopengl-4.0.0a4/OpenGL/EGL/NV/system_time.py +27 -0
  219. pyopengl-4.0.0a4/OpenGL/EGL/NV/system_time.pyi +12 -0
  220. pyopengl-4.0.0a4/OpenGL/EGL/TIZEN/image_native_buffer.py +27 -0
  221. pyopengl-4.0.0a4/OpenGL/EGL/TIZEN/image_native_buffer.pyi +11 -0
  222. pyopengl-4.0.0a4/OpenGL/EGL/TIZEN/image_native_surface.py +27 -0
  223. pyopengl-4.0.0a4/OpenGL/EGL/TIZEN/image_native_surface.pyi +11 -0
  224. pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_0.py +27 -0
  225. pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_0.pyi +91 -0
  226. pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_1.py +27 -0
  227. pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_1.pyi +29 -0
  228. pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_2.py +27 -0
  229. pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_2.pyi +45 -0
  230. pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_3.py +27 -0
  231. pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_3.pyi +22 -0
  232. pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_4.py +27 -0
  233. pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_4.pyi +19 -0
  234. pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_5.py +37 -0
  235. pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_5.pyi +63 -0
  236. pyopengl-4.0.0a4/OpenGL/EGL/WL/bind_wayland_display.py +27 -0
  237. pyopengl-4.0.0a4/OpenGL/EGL/WL/bind_wayland_display.pyi +22 -0
  238. pyopengl-4.0.0a4/OpenGL/EGL/WL/create_wayland_buffer_from_image.py +27 -0
  239. pyopengl-4.0.0a4/OpenGL/EGL/WL/create_wayland_buffer_from_image.pyi +11 -0
  240. pyopengl-4.0.0a4/OpenGL/EGL/__init__.py +25 -0
  241. pyopengl-4.0.0a4/OpenGL/EGL/__init__.pyi +1014 -0
  242. pyopengl-4.0.0a4/OpenGL/EGL/devices.py +184 -0
  243. pyopengl-4.0.0a4/OpenGL/EGL/gbmdevice.py +120 -0
  244. pyopengl-4.0.0a4/OpenGL/GL/AMD/blend_minmax_factor.py +41 -0
  245. pyopengl-4.0.0a4/OpenGL/GL/AMD/blend_minmax_factor.pyi +12 -0
  246. pyopengl-4.0.0a4/OpenGL/GL/AMD/conservative_depth.py +43 -0
  247. pyopengl-4.0.0a4/OpenGL/GL/AMD/conservative_depth.pyi +9 -0
  248. pyopengl-4.0.0a4/OpenGL/GL/AMD/debug_output.py +75 -0
  249. pyopengl-4.0.0a4/OpenGL/GL/AMD/debug_output.pyi +30 -0
  250. pyopengl-4.0.0a4/OpenGL/GL/AMD/depth_clamp_separate.py +38 -0
  251. pyopengl-4.0.0a4/OpenGL/GL/AMD/depth_clamp_separate.pyi +12 -0
  252. pyopengl-4.0.0a4/OpenGL/GL/AMD/draw_buffers_blend.py +38 -0
  253. pyopengl-4.0.0a4/OpenGL/GL/AMD/draw_buffers_blend.pyi +14 -0
  254. pyopengl-4.0.0a4/OpenGL/GL/AMD/framebuffer_multisample_advanced.py +50 -0
  255. pyopengl-4.0.0a4/OpenGL/GL/AMD/framebuffer_multisample_advanced.pyi +19 -0
  256. pyopengl-4.0.0a4/OpenGL/GL/AMD/framebuffer_sample_positions.py +48 -0
  257. pyopengl-4.0.0a4/OpenGL/GL/AMD/framebuffer_sample_positions.pyi +20 -0
  258. pyopengl-4.0.0a4/OpenGL/GL/AMD/gcn_shader.py +35 -0
  259. pyopengl-4.0.0a4/OpenGL/GL/AMD/gcn_shader.pyi +9 -0
  260. pyopengl-4.0.0a4/OpenGL/GL/AMD/gpu_shader_half_float.py +51 -0
  261. pyopengl-4.0.0a4/OpenGL/GL/AMD/gpu_shader_half_float.pyi +23 -0
  262. pyopengl-4.0.0a4/OpenGL/GL/AMD/gpu_shader_int16.py +47 -0
  263. pyopengl-4.0.0a4/OpenGL/GL/AMD/gpu_shader_int16.pyi +9 -0
  264. pyopengl-4.0.0a4/OpenGL/GL/AMD/gpu_shader_int64.py +74 -0
  265. pyopengl-4.0.0a4/OpenGL/GL/AMD/gpu_shader_int64.pyi +74 -0
  266. pyopengl-4.0.0a4/OpenGL/GL/AMD/interleaved_elements.py +60 -0
  267. pyopengl-4.0.0a4/OpenGL/GL/AMD/interleaved_elements.pyi +21 -0
  268. pyopengl-4.0.0a4/OpenGL/GL/AMD/multi_draw_indirect.py +42 -0
  269. pyopengl-4.0.0a4/OpenGL/GL/AMD/multi_draw_indirect.pyi +13 -0
  270. pyopengl-4.0.0a4/OpenGL/GL/AMD/name_gen_delete.py +50 -0
  271. pyopengl-4.0.0a4/OpenGL/GL/AMD/name_gen_delete.pyi +20 -0
  272. pyopengl-4.0.0a4/OpenGL/GL/AMD/occlusion_query_event.py +44 -0
  273. pyopengl-4.0.0a4/OpenGL/GL/AMD/occlusion_query_event.pyi +18 -0
  274. pyopengl-4.0.0a4/OpenGL/GL/AMD/performance_monitor.py +36 -0
  275. pyopengl-4.0.0a4/OpenGL/GL/AMD/performance_monitor.pyi +30 -0
  276. pyopengl-4.0.0a4/OpenGL/GL/AMD/pinned_memory.py +39 -0
  277. pyopengl-4.0.0a4/OpenGL/GL/AMD/pinned_memory.pyi +11 -0
  278. pyopengl-4.0.0a4/OpenGL/GL/AMD/query_buffer_object.py +52 -0
  279. pyopengl-4.0.0a4/OpenGL/GL/AMD/query_buffer_object.pyi +13 -0
  280. pyopengl-4.0.0a4/OpenGL/GL/AMD/sample_positions.py +36 -0
  281. pyopengl-4.0.0a4/OpenGL/GL/AMD/sample_positions.pyi +14 -0
  282. pyopengl-4.0.0a4/OpenGL/GL/AMD/seamless_cubemap_per_texture.py +51 -0
  283. pyopengl-4.0.0a4/OpenGL/GL/AMD/seamless_cubemap_per_texture.pyi +11 -0
  284. pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_atomic_counter_ops.py +42 -0
  285. pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_atomic_counter_ops.pyi +9 -0
  286. pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_ballot.py +36 -0
  287. pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_ballot.pyi +9 -0
  288. pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_explicit_vertex_parameter.py +38 -0
  289. pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_explicit_vertex_parameter.pyi +9 -0
  290. pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_gpu_shader_half_float_fetch.py +27 -0
  291. pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_gpu_shader_half_float_fetch.pyi +9 -0
  292. pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_image_load_store_lod.py +33 -0
  293. pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_image_load_store_lod.pyi +9 -0
  294. pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_stencil_export.py +41 -0
  295. pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_stencil_export.pyi +9 -0
  296. pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_trinary_minmax.py +37 -0
  297. pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_trinary_minmax.pyi +9 -0
  298. pyopengl-4.0.0a4/OpenGL/GL/AMD/sparse_texture.py +46 -0
  299. pyopengl-4.0.0a4/OpenGL/GL/AMD/sparse_texture.pyi +22 -0
  300. pyopengl-4.0.0a4/OpenGL/GL/AMD/stencil_operation_extended.py +44 -0
  301. pyopengl-4.0.0a4/OpenGL/GL/AMD/stencil_operation_extended.pyi +16 -0
  302. pyopengl-4.0.0a4/OpenGL/GL/AMD/texture_gather_bias_lod.py +33 -0
  303. pyopengl-4.0.0a4/OpenGL/GL/AMD/texture_gather_bias_lod.pyi +9 -0
  304. pyopengl-4.0.0a4/OpenGL/GL/AMD/texture_texture4.py +41 -0
  305. pyopengl-4.0.0a4/OpenGL/GL/AMD/texture_texture4.pyi +9 -0
  306. pyopengl-4.0.0a4/OpenGL/GL/AMD/transform_feedback3_lines_triangles.py +36 -0
  307. pyopengl-4.0.0a4/OpenGL/GL/AMD/transform_feedback3_lines_triangles.pyi +9 -0
  308. pyopengl-4.0.0a4/OpenGL/GL/AMD/transform_feedback4.py +53 -0
  309. pyopengl-4.0.0a4/OpenGL/GL/AMD/transform_feedback4.pyi +11 -0
  310. pyopengl-4.0.0a4/OpenGL/GL/AMD/vertex_shader_layer.py +48 -0
  311. pyopengl-4.0.0a4/OpenGL/GL/AMD/vertex_shader_layer.pyi +9 -0
  312. pyopengl-4.0.0a4/OpenGL/GL/AMD/vertex_shader_tessellator.py +92 -0
  313. pyopengl-4.0.0a4/OpenGL/GL/AMD/vertex_shader_tessellator.pyi +20 -0
  314. pyopengl-4.0.0a4/OpenGL/GL/AMD/vertex_shader_viewport_index.py +42 -0
  315. pyopengl-4.0.0a4/OpenGL/GL/AMD/vertex_shader_viewport_index.pyi +9 -0
  316. pyopengl-4.0.0a4/OpenGL/GL/APPLE/aux_depth_stencil.py +51 -0
  317. pyopengl-4.0.0a4/OpenGL/GL/APPLE/aux_depth_stencil.pyi +11 -0
  318. pyopengl-4.0.0a4/OpenGL/GL/APPLE/client_storage.py +111 -0
  319. pyopengl-4.0.0a4/OpenGL/GL/APPLE/client_storage.pyi +11 -0
  320. pyopengl-4.0.0a4/OpenGL/GL/APPLE/element_array.py +50 -0
  321. pyopengl-4.0.0a4/OpenGL/GL/APPLE/element_array.pyi +20 -0
  322. pyopengl-4.0.0a4/OpenGL/GL/APPLE/fence.py +77 -0
  323. pyopengl-4.0.0a4/OpenGL/GL/APPLE/fence.pyi +22 -0
  324. pyopengl-4.0.0a4/OpenGL/GL/APPLE/float_pixels.py +74 -0
  325. pyopengl-4.0.0a4/OpenGL/GL/APPLE/float_pixels.pyi +24 -0
  326. pyopengl-4.0.0a4/OpenGL/GL/APPLE/flush_buffer_range.py +50 -0
  327. pyopengl-4.0.0a4/OpenGL/GL/APPLE/flush_buffer_range.pyi +15 -0
  328. pyopengl-4.0.0a4/OpenGL/GL/APPLE/object_purgeable.py +80 -0
  329. pyopengl-4.0.0a4/OpenGL/GL/APPLE/object_purgeable.pyi +21 -0
  330. pyopengl-4.0.0a4/OpenGL/GL/APPLE/rgb_422.py +68 -0
  331. pyopengl-4.0.0a4/OpenGL/GL/APPLE/rgb_422.pyi +14 -0
  332. pyopengl-4.0.0a4/OpenGL/GL/APPLE/row_bytes.py +59 -0
  333. pyopengl-4.0.0a4/OpenGL/GL/APPLE/row_bytes.pyi +12 -0
  334. pyopengl-4.0.0a4/OpenGL/GL/APPLE/specular_vector.py +56 -0
  335. pyopengl-4.0.0a4/OpenGL/GL/APPLE/specular_vector.pyi +11 -0
  336. pyopengl-4.0.0a4/OpenGL/GL/APPLE/texture_range.py +43 -0
  337. pyopengl-4.0.0a4/OpenGL/GL/APPLE/texture_range.pyi +20 -0
  338. pyopengl-4.0.0a4/OpenGL/GL/APPLE/transform_hint.py +47 -0
  339. pyopengl-4.0.0a4/OpenGL/GL/APPLE/transform_hint.pyi +11 -0
  340. pyopengl-4.0.0a4/OpenGL/GL/APPLE/vertex_array_object.py +50 -0
  341. pyopengl-4.0.0a4/OpenGL/GL/APPLE/vertex_array_object.pyi +17 -0
  342. pyopengl-4.0.0a4/OpenGL/GL/APPLE/vertex_array_range.py +152 -0
  343. pyopengl-4.0.0a4/OpenGL/GL/APPLE/vertex_array_range.pyi +22 -0
  344. pyopengl-4.0.0a4/OpenGL/GL/APPLE/vertex_program_evaluators.py +50 -0
  345. pyopengl-4.0.0a4/OpenGL/GL/APPLE/vertex_program_evaluators.pyi +29 -0
  346. pyopengl-4.0.0a4/OpenGL/GL/APPLE/ycbcr_422.py +66 -0
  347. pyopengl-4.0.0a4/OpenGL/GL/APPLE/ycbcr_422.pyi +13 -0
  348. pyopengl-4.0.0a4/OpenGL/GL/ARB/ES2_compatibility.py +55 -0
  349. pyopengl-4.0.0a4/OpenGL/GL/ARB/ES2_compatibility.pyi +33 -0
  350. pyopengl-4.0.0a4/OpenGL/GL/ARB/ES3_1_compatibility.py +63 -0
  351. pyopengl-4.0.0a4/OpenGL/GL/ARB/ES3_1_compatibility.pyi +13 -0
  352. pyopengl-4.0.0a4/OpenGL/GL/ARB/ES3_2_compatibility.py +45 -0
  353. pyopengl-4.0.0a4/OpenGL/GL/ARB/ES3_2_compatibility.pyi +15 -0
  354. pyopengl-4.0.0a4/OpenGL/GL/ARB/ES3_compatibility.py +36 -0
  355. pyopengl-4.0.0a4/OpenGL/GL/ARB/ES3_compatibility.pyi +23 -0
  356. pyopengl-4.0.0a4/OpenGL/GL/ARB/arrays_of_arrays.py +119 -0
  357. pyopengl-4.0.0a4/OpenGL/GL/ARB/arrays_of_arrays.pyi +9 -0
  358. pyopengl-4.0.0a4/OpenGL/GL/ARB/base_instance.py +48 -0
  359. pyopengl-4.0.0a4/OpenGL/GL/ARB/base_instance.pyi +14 -0
  360. pyopengl-4.0.0a4/OpenGL/GL/ARB/bindless_texture.py +74 -0
  361. pyopengl-4.0.0a4/OpenGL/GL/ARB/bindless_texture.pyi +29 -0
  362. pyopengl-4.0.0a4/OpenGL/GL/ARB/blend_func_extended.py +43 -0
  363. pyopengl-4.0.0a4/OpenGL/GL/ARB/blend_func_extended.pyi +19 -0
  364. pyopengl-4.0.0a4/OpenGL/GL/ARB/buffer_storage.py +49 -0
  365. pyopengl-4.0.0a4/OpenGL/GL/ARB/buffer_storage.pyi +22 -0
  366. pyopengl-4.0.0a4/OpenGL/GL/ARB/cl_event.py +36 -0
  367. pyopengl-4.0.0a4/OpenGL/GL/ARB/cl_event.pyi +15 -0
  368. pyopengl-4.0.0a4/OpenGL/GL/ARB/clear_buffer_object.py +43 -0
  369. pyopengl-4.0.0a4/OpenGL/GL/ARB/clear_buffer_object.pyi +13 -0
  370. pyopengl-4.0.0a4/OpenGL/GL/ARB/clear_texture.py +57 -0
  371. pyopengl-4.0.0a4/OpenGL/GL/ARB/clear_texture.pyi +15 -0
  372. pyopengl-4.0.0a4/OpenGL/GL/ARB/clip_control.py +93 -0
  373. pyopengl-4.0.0a4/OpenGL/GL/ARB/clip_control.pyi +18 -0
  374. pyopengl-4.0.0a4/OpenGL/GL/ARB/color_buffer_float.py +59 -0
  375. pyopengl-4.0.0a4/OpenGL/GL/ARB/color_buffer_float.pyi +17 -0
  376. pyopengl-4.0.0a4/OpenGL/GL/ARB/compatibility.py +27 -0
  377. pyopengl-4.0.0a4/OpenGL/GL/ARB/compatibility.pyi +9 -0
  378. pyopengl-4.0.0a4/OpenGL/GL/ARB/compressed_texture_pixel_storage.py +51 -0
  379. pyopengl-4.0.0a4/OpenGL/GL/ARB/compressed_texture_pixel_storage.pyi +18 -0
  380. pyopengl-4.0.0a4/OpenGL/GL/ARB/compute_shader.py +65 -0
  381. pyopengl-4.0.0a4/OpenGL/GL/ARB/compute_shader.pyi +31 -0
  382. pyopengl-4.0.0a4/OpenGL/GL/ARB/compute_variable_group_size.py +43 -0
  383. pyopengl-4.0.0a4/OpenGL/GL/ARB/compute_variable_group_size.pyi +16 -0
  384. pyopengl-4.0.0a4/OpenGL/GL/ARB/conditional_render_inverted.py +32 -0
  385. pyopengl-4.0.0a4/OpenGL/GL/ARB/conditional_render_inverted.pyi +14 -0
  386. pyopengl-4.0.0a4/OpenGL/GL/ARB/conservative_depth.py +43 -0
  387. pyopengl-4.0.0a4/OpenGL/GL/ARB/conservative_depth.pyi +9 -0
  388. pyopengl-4.0.0a4/OpenGL/GL/ARB/copy_buffer.py +34 -0
  389. pyopengl-4.0.0a4/OpenGL/GL/ARB/copy_buffer.pyi +14 -0
  390. pyopengl-4.0.0a4/OpenGL/GL/ARB/copy_image.py +48 -0
  391. pyopengl-4.0.0a4/OpenGL/GL/ARB/copy_image.pyi +11 -0
  392. pyopengl-4.0.0a4/OpenGL/GL/ARB/cull_distance.py +35 -0
  393. pyopengl-4.0.0a4/OpenGL/GL/ARB/cull_distance.pyi +12 -0
  394. pyopengl-4.0.0a4/OpenGL/GL/ARB/debug_output.py +98 -0
  395. pyopengl-4.0.0a4/OpenGL/GL/ARB/debug_output.pyi +38 -0
  396. pyopengl-4.0.0a4/OpenGL/GL/ARB/depth_buffer_float.py +47 -0
  397. pyopengl-4.0.0a4/OpenGL/GL/ARB/depth_buffer_float.pyi +13 -0
  398. pyopengl-4.0.0a4/OpenGL/GL/ARB/depth_clamp.py +58 -0
  399. pyopengl-4.0.0a4/OpenGL/GL/ARB/depth_clamp.pyi +11 -0
  400. pyopengl-4.0.0a4/OpenGL/GL/ARB/depth_texture.py +41 -0
  401. pyopengl-4.0.0a4/OpenGL/GL/ARB/depth_texture.pyi +15 -0
  402. pyopengl-4.0.0a4/OpenGL/GL/ARB/derivative_control.py +61 -0
  403. pyopengl-4.0.0a4/OpenGL/GL/ARB/derivative_control.pyi +9 -0
  404. pyopengl-4.0.0a4/OpenGL/GL/ARB/direct_state_access.py +94 -0
  405. pyopengl-4.0.0a4/OpenGL/GL/ARB/direct_state_access.pyi +122 -0
  406. pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_buffers.py +52 -0
  407. pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_buffers.pyi +30 -0
  408. pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_buffers_blend.py +39 -0
  409. pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_buffers_blend.pyi +14 -0
  410. pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_elements_base_vertex.py +89 -0
  411. pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_elements_base_vertex.pyi +15 -0
  412. pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_indirect.py +41 -0
  413. pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_indirect.pyi +16 -0
  414. pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_instanced.py +48 -0
  415. pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_instanced.pyi +13 -0
  416. pyopengl-4.0.0a4/OpenGL/GL/ARB/enhanced_layouts.py +127 -0
  417. pyopengl-4.0.0a4/OpenGL/GL/ARB/enhanced_layouts.pyi +14 -0
  418. pyopengl-4.0.0a4/OpenGL/GL/ARB/explicit_attrib_location.py +36 -0
  419. pyopengl-4.0.0a4/OpenGL/GL/ARB/explicit_attrib_location.pyi +9 -0
  420. pyopengl-4.0.0a4/OpenGL/GL/ARB/explicit_uniform_location.py +35 -0
  421. pyopengl-4.0.0a4/OpenGL/GL/ARB/explicit_uniform_location.pyi +11 -0
  422. pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_coord_conventions.py +88 -0
  423. pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_coord_conventions.pyi +9 -0
  424. pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_layer_viewport.py +40 -0
  425. pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_layer_viewport.pyi +9 -0
  426. pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_program.py +80 -0
  427. pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_program.pyi +109 -0
  428. pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_program_shadow.py +53 -0
  429. pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_program_shadow.pyi +9 -0
  430. pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_shader.py +41 -0
  431. pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_shader.pyi +13 -0
  432. pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_shader_interlock.py +83 -0
  433. pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_shader_interlock.pyi +9 -0
  434. pyopengl-4.0.0a4/OpenGL/GL/ARB/framebuffer_no_attachments.py +73 -0
  435. pyopengl-4.0.0a4/OpenGL/GL/ARB/framebuffer_no_attachments.pyi +23 -0
  436. pyopengl-4.0.0a4/OpenGL/GL/ARB/framebuffer_object.py +335 -0
  437. pyopengl-4.0.0a4/OpenGL/GL/ARB/framebuffer_object.pyi +107 -0
  438. pyopengl-4.0.0a4/OpenGL/GL/ARB/framebuffer_sRGB.py +59 -0
  439. pyopengl-4.0.0a4/OpenGL/GL/ARB/framebuffer_sRGB.pyi +11 -0
  440. pyopengl-4.0.0a4/OpenGL/GL/ARB/geometry_shader4.py +57 -0
  441. pyopengl-4.0.0a4/OpenGL/GL/ARB/geometry_shader4.pyi +35 -0
  442. pyopengl-4.0.0a4/OpenGL/GL/ARB/get_program_binary.py +50 -0
  443. pyopengl-4.0.0a4/OpenGL/GL/ARB/get_program_binary.pyi +19 -0
  444. pyopengl-4.0.0a4/OpenGL/GL/ARB/get_texture_sub_image.py +33 -0
  445. pyopengl-4.0.0a4/OpenGL/GL/ARB/get_texture_sub_image.pyi +13 -0
  446. pyopengl-4.0.0a4/OpenGL/GL/ARB/gl_spirv.py +418 -0
  447. pyopengl-4.0.0a4/OpenGL/GL/ARB/gl_spirv.pyi +15 -0
  448. pyopengl-4.0.0a4/OpenGL/GL/ARB/gpu_shader5.py +108 -0
  449. pyopengl-4.0.0a4/OpenGL/GL/ARB/gpu_shader5.pyi +16 -0
  450. pyopengl-4.0.0a4/OpenGL/GL/ARB/gpu_shader_fp64.py +92 -0
  451. pyopengl-4.0.0a4/OpenGL/GL/ARB/gpu_shader_fp64.pyi +43 -0
  452. pyopengl-4.0.0a4/OpenGL/GL/ARB/gpu_shader_int64.py +65 -0
  453. pyopengl-4.0.0a4/OpenGL/GL/ARB/gpu_shader_int64.pyi +56 -0
  454. pyopengl-4.0.0a4/OpenGL/GL/ARB/half_float_pixel.py +44 -0
  455. pyopengl-4.0.0a4/OpenGL/GL/ARB/half_float_pixel.pyi +11 -0
  456. pyopengl-4.0.0a4/OpenGL/GL/ARB/half_float_vertex.py +41 -0
  457. pyopengl-4.0.0a4/OpenGL/GL/ARB/half_float_vertex.pyi +11 -0
  458. pyopengl-4.0.0a4/OpenGL/GL/ARB/imaging.py +241 -0
  459. pyopengl-4.0.0a4/OpenGL/GL/ARB/imaging.pyi +121 -0
  460. pyopengl-4.0.0a4/OpenGL/GL/ARB/indirect_parameters.py +50 -0
  461. pyopengl-4.0.0a4/OpenGL/GL/ARB/indirect_parameters.pyi +16 -0
  462. pyopengl-4.0.0a4/OpenGL/GL/ARB/instanced_arrays.py +56 -0
  463. pyopengl-4.0.0a4/OpenGL/GL/ARB/instanced_arrays.pyi +13 -0
  464. pyopengl-4.0.0a4/OpenGL/GL/ARB/internalformat_query.py +40 -0
  465. pyopengl-4.0.0a4/OpenGL/GL/ARB/internalformat_query.pyi +14 -0
  466. pyopengl-4.0.0a4/OpenGL/GL/ARB/internalformat_query2.py +74 -0
  467. pyopengl-4.0.0a4/OpenGL/GL/ARB/internalformat_query2.pyi +147 -0
  468. pyopengl-4.0.0a4/OpenGL/GL/ARB/invalidate_subdata.py +73 -0
  469. pyopengl-4.0.0a4/OpenGL/GL/ARB/invalidate_subdata.pyi +17 -0
  470. pyopengl-4.0.0a4/OpenGL/GL/ARB/map_buffer_alignment.py +34 -0
  471. pyopengl-4.0.0a4/OpenGL/GL/ARB/map_buffer_alignment.pyi +11 -0
  472. pyopengl-4.0.0a4/OpenGL/GL/ARB/map_buffer_range.py +54 -0
  473. pyopengl-4.0.0a4/OpenGL/GL/ARB/map_buffer_range.pyi +19 -0
  474. pyopengl-4.0.0a4/OpenGL/GL/ARB/matrix_palette.py +49 -0
  475. pyopengl-4.0.0a4/OpenGL/GL/ARB/matrix_palette.pyi +27 -0
  476. pyopengl-4.0.0a4/OpenGL/GL/ARB/multi_bind.py +63 -0
  477. pyopengl-4.0.0a4/OpenGL/GL/ARB/multi_bind.pyi +17 -0
  478. pyopengl-4.0.0a4/OpenGL/GL/ARB/multi_draw_indirect.py +42 -0
  479. pyopengl-4.0.0a4/OpenGL/GL/ARB/multi_draw_indirect.pyi +13 -0
  480. pyopengl-4.0.0a4/OpenGL/GL/ARB/multisample.py +55 -0
  481. pyopengl-4.0.0a4/OpenGL/GL/ARB/multisample.pyi +21 -0
  482. pyopengl-4.0.0a4/OpenGL/GL/ARB/multitexture.py +26 -0
  483. pyopengl-4.0.0a4/OpenGL/GL/ARB/multitexture.pyi +81 -0
  484. pyopengl-4.0.0a4/OpenGL/GL/ARB/occlusion_query.py +118 -0
  485. pyopengl-4.0.0a4/OpenGL/GL/ARB/occlusion_query.pyi +25 -0
  486. pyopengl-4.0.0a4/OpenGL/GL/ARB/occlusion_query2.py +36 -0
  487. pyopengl-4.0.0a4/OpenGL/GL/ARB/occlusion_query2.pyi +11 -0
  488. pyopengl-4.0.0a4/OpenGL/GL/ARB/parallel_shader_compile.py +36 -0
  489. pyopengl-4.0.0a4/OpenGL/GL/ARB/parallel_shader_compile.pyi +14 -0
  490. pyopengl-4.0.0a4/OpenGL/GL/ARB/pipeline_statistics_query.py +45 -0
  491. pyopengl-4.0.0a4/OpenGL/GL/ARB/pipeline_statistics_query.pyi +21 -0
  492. pyopengl-4.0.0a4/OpenGL/GL/ARB/pixel_buffer_object.py +93 -0
  493. pyopengl-4.0.0a4/OpenGL/GL/ARB/pixel_buffer_object.pyi +14 -0
  494. pyopengl-4.0.0a4/OpenGL/GL/ARB/point_parameters.py +84 -0
  495. pyopengl-4.0.0a4/OpenGL/GL/ARB/point_parameters.pyi +18 -0
  496. pyopengl-4.0.0a4/OpenGL/GL/ARB/point_sprite.py +47 -0
  497. pyopengl-4.0.0a4/OpenGL/GL/ARB/point_sprite.pyi +12 -0
  498. pyopengl-4.0.0a4/OpenGL/GL/ARB/polygon_offset_clamp.py +39 -0
  499. pyopengl-4.0.0a4/OpenGL/GL/ARB/polygon_offset_clamp.pyi +13 -0
  500. pyopengl-4.0.0a4/OpenGL/GL/ARB/post_depth_coverage.py +38 -0
  501. pyopengl-4.0.0a4/OpenGL/GL/ARB/post_depth_coverage.pyi +9 -0
  502. pyopengl-4.0.0a4/OpenGL/GL/ARB/program_interface_query.py +66 -0
  503. pyopengl-4.0.0a4/OpenGL/GL/ARB/program_interface_query.pyi +68 -0
  504. pyopengl-4.0.0a4/OpenGL/GL/ARB/provoking_vertex.py +56 -0
  505. pyopengl-4.0.0a4/OpenGL/GL/ARB/provoking_vertex.pyi +16 -0
  506. pyopengl-4.0.0a4/OpenGL/GL/ARB/query_buffer_object.py +54 -0
  507. pyopengl-4.0.0a4/OpenGL/GL/ARB/query_buffer_object.pyi +14 -0
  508. pyopengl-4.0.0a4/OpenGL/GL/ARB/robust_buffer_access_behavior.py +39 -0
  509. pyopengl-4.0.0a4/OpenGL/GL/ARB/robust_buffer_access_behavior.pyi +9 -0
  510. pyopengl-4.0.0a4/OpenGL/GL/ARB/robustness.py +121 -0
  511. pyopengl-4.0.0a4/OpenGL/GL/ARB/robustness.pyi +40 -0
  512. pyopengl-4.0.0a4/OpenGL/GL/ARB/robustness_isolation.py +27 -0
  513. pyopengl-4.0.0a4/OpenGL/GL/ARB/robustness_isolation.pyi +9 -0
  514. pyopengl-4.0.0a4/OpenGL/GL/ARB/sample_locations.py +60 -0
  515. pyopengl-4.0.0a4/OpenGL/GL/ARB/sample_locations.pyi +23 -0
  516. pyopengl-4.0.0a4/OpenGL/GL/ARB/sample_shading.py +54 -0
  517. pyopengl-4.0.0a4/OpenGL/GL/ARB/sample_shading.pyi +14 -0
  518. pyopengl-4.0.0a4/OpenGL/GL/ARB/sampler_objects.py +60 -0
  519. pyopengl-4.0.0a4/OpenGL/GL/ARB/sampler_objects.pyi +27 -0
  520. pyopengl-4.0.0a4/OpenGL/GL/ARB/seamless_cube_map.py +49 -0
  521. pyopengl-4.0.0a4/OpenGL/GL/ARB/seamless_cube_map.pyi +11 -0
  522. pyopengl-4.0.0a4/OpenGL/GL/ARB/seamless_cubemap_per_texture.py +52 -0
  523. pyopengl-4.0.0a4/OpenGL/GL/ARB/seamless_cubemap_per_texture.pyi +11 -0
  524. pyopengl-4.0.0a4/OpenGL/GL/ARB/separate_shader_objects.py +137 -0
  525. pyopengl-4.0.0a4/OpenGL/GL/ARB/separate_shader_objects.pyi +82 -0
  526. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_atomic_counter_ops.py +41 -0
  527. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_atomic_counter_ops.pyi +9 -0
  528. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_atomic_counters.py +68 -0
  529. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_atomic_counters.pyi +42 -0
  530. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_ballot.py +34 -0
  531. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_ballot.pyi +9 -0
  532. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_bit_encoding.py +35 -0
  533. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_bit_encoding.pyi +9 -0
  534. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_clock.py +43 -0
  535. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_clock.pyi +9 -0
  536. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_draw_parameters.py +54 -0
  537. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_draw_parameters.pyi +9 -0
  538. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_group_vote.py +81 -0
  539. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_group_vote.pyi +9 -0
  540. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_image_load_store.py +72 -0
  541. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_image_load_store.pyi +77 -0
  542. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_image_size.py +31 -0
  543. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_image_size.pyi +9 -0
  544. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_objects.py +305 -0
  545. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_objects.pyi +87 -0
  546. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_precision.py +36 -0
  547. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_precision.pyi +9 -0
  548. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_stencil_export.py +41 -0
  549. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_stencil_export.pyi +9 -0
  550. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_storage_buffer_object.py +66 -0
  551. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_storage_buffer_object.pyi +29 -0
  552. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_subroutine.py +36 -0
  553. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_subroutine.pyi +31 -0
  554. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_texture_image_samples.py +32 -0
  555. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_texture_image_samples.pyi +9 -0
  556. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_texture_lod.py +115 -0
  557. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_texture_lod.pyi +9 -0
  558. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_viewport_layer_array.py +46 -0
  559. pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_viewport_layer_array.pyi +9 -0
  560. pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_100.py +35 -0
  561. pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_100.pyi +11 -0
  562. pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_420pack.py +69 -0
  563. pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_420pack.pyi +9 -0
  564. pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_include.py +42 -0
  565. pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_include.pyi +21 -0
  566. pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_packing.py +47 -0
  567. pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_packing.pyi +9 -0
  568. pyopengl-4.0.0a4/OpenGL/GL/ARB/shadow.py +38 -0
  569. pyopengl-4.0.0a4/OpenGL/GL/ARB/shadow.pyi +13 -0
  570. pyopengl-4.0.0a4/OpenGL/GL/ARB/shadow_ambient.py +39 -0
  571. pyopengl-4.0.0a4/OpenGL/GL/ARB/shadow_ambient.pyi +11 -0
  572. pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_buffer.py +36 -0
  573. pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_buffer.pyi +16 -0
  574. pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_texture.py +46 -0
  575. pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_texture.pyi +23 -0
  576. pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_texture2.py +57 -0
  577. pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_texture2.pyi +9 -0
  578. pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_texture_clamp.py +40 -0
  579. pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_texture_clamp.pyi +9 -0
  580. pyopengl-4.0.0a4/OpenGL/GL/ARB/spirv_extensions.py +53 -0
  581. pyopengl-4.0.0a4/OpenGL/GL/ARB/spirv_extensions.pyi +12 -0
  582. pyopengl-4.0.0a4/OpenGL/GL/ARB/stencil_texturing.py +35 -0
  583. pyopengl-4.0.0a4/OpenGL/GL/ARB/stencil_texturing.pyi +11 -0
  584. pyopengl-4.0.0a4/OpenGL/GL/ARB/sync.py +83 -0
  585. pyopengl-4.0.0a4/OpenGL/GL/ARB/sync.pyi +35 -0
  586. pyopengl-4.0.0a4/OpenGL/GL/ARB/tessellation_shader.py +96 -0
  587. pyopengl-4.0.0a4/OpenGL/GL/ARB/tessellation_shader.pyi +51 -0
  588. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_barrier.py +33 -0
  589. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_barrier.pyi +11 -0
  590. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_border_clamp.py +42 -0
  591. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_border_clamp.pyi +11 -0
  592. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_buffer_object.py +59 -0
  593. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_buffer_object.pyi +17 -0
  594. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_buffer_object_rgb32.py +34 -0
  595. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_buffer_object_rgb32.pyi +13 -0
  596. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_buffer_range.py +39 -0
  597. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_buffer_range.pyi +15 -0
  598. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_compression.py +141 -0
  599. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_compression.pyi +30 -0
  600. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_compression_bptc.py +46 -0
  601. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_compression_bptc.pyi +14 -0
  602. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_compression_rgtc.py +48 -0
  603. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_compression_rgtc.pyi +14 -0
  604. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_cube_map.py +76 -0
  605. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_cube_map.pyi +22 -0
  606. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_cube_map_array.py +55 -0
  607. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_cube_map_array.pyi +17 -0
  608. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_add.py +40 -0
  609. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_add.pyi +9 -0
  610. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_combine.py +49 -0
  611. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_combine.pyi +32 -0
  612. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_crossbar.py +36 -0
  613. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_crossbar.pyi +9 -0
  614. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_dot3.py +38 -0
  615. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_dot3.pyi +12 -0
  616. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_filter_anisotropic.py +68 -0
  617. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_filter_anisotropic.pyi +12 -0
  618. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_filter_minmax.py +43 -0
  619. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_filter_minmax.pyi +12 -0
  620. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_float.py +37 -0
  621. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_float.pyi +30 -0
  622. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_gather.py +36 -0
  623. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_gather.pyi +13 -0
  624. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_mirror_clamp_to_edge.py +39 -0
  625. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_mirror_clamp_to_edge.pyi +11 -0
  626. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_mirrored_repeat.py +38 -0
  627. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_mirrored_repeat.pyi +11 -0
  628. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_multisample.py +41 -0
  629. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_multisample.pyi +37 -0
  630. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_non_power_of_two.py +48 -0
  631. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_non_power_of_two.pyi +9 -0
  632. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_query_levels.py +50 -0
  633. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_query_levels.pyi +9 -0
  634. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_query_lod.py +34 -0
  635. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_query_lod.pyi +9 -0
  636. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_rectangle.py +59 -0
  637. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_rectangle.pyi +14 -0
  638. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_rg.py +78 -0
  639. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_rg.pyi +32 -0
  640. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_rgb10_a2ui.py +38 -0
  641. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_rgb10_a2ui.pyi +11 -0
  642. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_stencil8.py +33 -0
  643. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_stencil8.pyi +12 -0
  644. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_storage.py +49 -0
  645. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_storage.pyi +15 -0
  646. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_storage_multisample.py +41 -0
  647. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_storage_multisample.pyi +12 -0
  648. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_swizzle.py +50 -0
  649. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_swizzle.pyi +15 -0
  650. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_view.py +56 -0
  651. pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_view.pyi +17 -0
  652. pyopengl-4.0.0a4/OpenGL/GL/ARB/timer_query.py +49 -0
  653. pyopengl-4.0.0a4/OpenGL/GL/ARB/timer_query.pyi +17 -0
  654. pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback2.py +54 -0
  655. pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback2.pyi +23 -0
  656. pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback3.py +76 -0
  657. pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback3.pyi +18 -0
  658. pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback_instanced.py +40 -0
  659. pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback_instanced.pyi +12 -0
  660. pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback_overflow_query.py +33 -0
  661. pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback_overflow_query.pyi +12 -0
  662. pyopengl-4.0.0a4/OpenGL/GL/ARB/transpose_matrix.py +40 -0
  663. pyopengl-4.0.0a4/OpenGL/GL/ARB/transpose_matrix.pyi +20 -0
  664. pyopengl-4.0.0a4/OpenGL/GL/ARB/uniform_buffer_object.py +135 -0
  665. pyopengl-4.0.0a4/OpenGL/GL/ARB/uniform_buffer_object.pyi +55 -0
  666. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_array_bgra.py +84 -0
  667. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_array_bgra.pyi +11 -0
  668. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_array_object.py +44 -0
  669. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_array_object.pyi +17 -0
  670. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_attrib_64bit.py +69 -0
  671. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_attrib_64bit.pyi +35 -0
  672. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_attrib_binding.py +65 -0
  673. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_attrib_binding.pyi +24 -0
  674. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_blend.py +54 -0
  675. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_blend.pyi +64 -0
  676. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_buffer_object.py +171 -0
  677. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_buffer_object.pyi +54 -0
  678. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_program.py +235 -0
  679. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_program.pyi +153 -0
  680. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_shader.py +166 -0
  681. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_shader.pyi +84 -0
  682. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_type_10f_11f_11f_rev.py +39 -0
  683. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_type_10f_11f_11f_rev.pyi +11 -0
  684. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_type_2_10_10_10_rev.py +38 -0
  685. pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_type_2_10_10_10_rev.pyi +52 -0
  686. pyopengl-4.0.0a4/OpenGL/GL/ARB/viewport_array.py +55 -0
  687. pyopengl-4.0.0a4/OpenGL/GL/ARB/viewport_array.pyi +37 -0
  688. pyopengl-4.0.0a4/OpenGL/GL/ARB/window_pos.py +46 -0
  689. pyopengl-4.0.0a4/OpenGL/GL/ARB/window_pos.pyi +27 -0
  690. pyopengl-4.0.0a4/OpenGL/GL/ATI/draw_buffers.py +52 -0
  691. pyopengl-4.0.0a4/OpenGL/GL/ATI/draw_buffers.pyi +30 -0
  692. pyopengl-4.0.0a4/OpenGL/GL/ATI/element_array.py +43 -0
  693. pyopengl-4.0.0a4/OpenGL/GL/ATI/element_array.pyi +18 -0
  694. pyopengl-4.0.0a4/OpenGL/GL/ATI/envmap_bumpmap.py +46 -0
  695. pyopengl-4.0.0a4/OpenGL/GL/ATI/envmap_bumpmap.pyi +24 -0
  696. pyopengl-4.0.0a4/OpenGL/GL/ATI/fragment_shader.py +47 -0
  697. pyopengl-4.0.0a4/OpenGL/GL/ATI/fragment_shader.pyi +130 -0
  698. pyopengl-4.0.0a4/OpenGL/GL/ATI/map_object_buffer.py +35 -0
  699. pyopengl-4.0.0a4/OpenGL/GL/ATI/map_object_buffer.pyi +12 -0
  700. pyopengl-4.0.0a4/OpenGL/GL/ATI/meminfo.py +37 -0
  701. pyopengl-4.0.0a4/OpenGL/GL/ATI/meminfo.pyi +13 -0
  702. pyopengl-4.0.0a4/OpenGL/GL/ATI/pixel_format_float.py +27 -0
  703. pyopengl-4.0.0a4/OpenGL/GL/ATI/pixel_format_float.pyi +12 -0
  704. pyopengl-4.0.0a4/OpenGL/GL/ATI/pn_triangles.py +42 -0
  705. pyopengl-4.0.0a4/OpenGL/GL/ATI/pn_triangles.pyi +22 -0
  706. pyopengl-4.0.0a4/OpenGL/GL/ATI/separate_stencil.py +33 -0
  707. pyopengl-4.0.0a4/OpenGL/GL/ATI/separate_stencil.pyi +17 -0
  708. pyopengl-4.0.0a4/OpenGL/GL/ATI/text_fragment_shader.py +88 -0
  709. pyopengl-4.0.0a4/OpenGL/GL/ATI/text_fragment_shader.pyi +11 -0
  710. pyopengl-4.0.0a4/OpenGL/GL/ATI/texture_env_combine3.py +48 -0
  711. pyopengl-4.0.0a4/OpenGL/GL/ATI/texture_env_combine3.pyi +13 -0
  712. pyopengl-4.0.0a4/OpenGL/GL/ATI/texture_float.py +37 -0
  713. pyopengl-4.0.0a4/OpenGL/GL/ATI/texture_float.pyi +22 -0
  714. pyopengl-4.0.0a4/OpenGL/GL/ATI/texture_mirror_once.py +40 -0
  715. pyopengl-4.0.0a4/OpenGL/GL/ATI/texture_mirror_once.pyi +12 -0
  716. pyopengl-4.0.0a4/OpenGL/GL/ATI/vertex_array_object.py +36 -0
  717. pyopengl-4.0.0a4/OpenGL/GL/ATI/vertex_array_object.pyi +32 -0
  718. pyopengl-4.0.0a4/OpenGL/GL/ATI/vertex_attrib_array_object.py +34 -0
  719. pyopengl-4.0.0a4/OpenGL/GL/ATI/vertex_attrib_array_object.pyi +14 -0
  720. pyopengl-4.0.0a4/OpenGL/GL/ATI/vertex_streams.py +37 -0
  721. pyopengl-4.0.0a4/OpenGL/GL/ATI/vertex_streams.pyi +67 -0
  722. pyopengl-4.0.0a4/OpenGL/GL/DFX/multisample.py +69 -0
  723. pyopengl-4.0.0a4/OpenGL/GL/DFX/multisample.pyi +14 -0
  724. pyopengl-4.0.0a4/OpenGL/GL/DFX/tbuffer.py +33 -0
  725. pyopengl-4.0.0a4/OpenGL/GL/DFX/tbuffer.pyi +11 -0
  726. pyopengl-4.0.0a4/OpenGL/GL/DFX/texture_compression_FXT1.py +46 -0
  727. pyopengl-4.0.0a4/OpenGL/GL/DFX/texture_compression_FXT1.pyi +12 -0
  728. pyopengl-4.0.0a4/OpenGL/GL/EXT/EGL_image_storage.py +49 -0
  729. pyopengl-4.0.0a4/OpenGL/GL/EXT/EGL_image_storage.pyi +13 -0
  730. pyopengl-4.0.0a4/OpenGL/GL/EXT/EGL_sync.py +36 -0
  731. pyopengl-4.0.0a4/OpenGL/GL/EXT/EGL_sync.pyi +9 -0
  732. pyopengl-4.0.0a4/OpenGL/GL/EXT/GL_422_pixels.py +45 -0
  733. pyopengl-4.0.0a4/OpenGL/GL/EXT/GL_422_pixels.pyi +14 -0
  734. pyopengl-4.0.0a4/OpenGL/GL/EXT/abgr.py +36 -0
  735. pyopengl-4.0.0a4/OpenGL/GL/EXT/abgr.pyi +11 -0
  736. pyopengl-4.0.0a4/OpenGL/GL/EXT/bgra.py +34 -0
  737. pyopengl-4.0.0a4/OpenGL/GL/EXT/bgra.pyi +12 -0
  738. pyopengl-4.0.0a4/OpenGL/GL/EXT/bindable_uniform.py +48 -0
  739. pyopengl-4.0.0a4/OpenGL/GL/EXT/bindable_uniform.pyi +20 -0
  740. pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_color.py +34 -0
  741. pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_color.pyi +17 -0
  742. pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_equation_separate.py +42 -0
  743. pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_equation_separate.pyi +14 -0
  744. pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_func_separate.py +35 -0
  745. pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_func_separate.pyi +16 -0
  746. pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_logic_op.py +36 -0
  747. pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_logic_op.pyi +9 -0
  748. pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_minmax.py +39 -0
  749. pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_minmax.pyi +16 -0
  750. pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_subtract.py +35 -0
  751. pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_subtract.pyi +12 -0
  752. pyopengl-4.0.0a4/OpenGL/GL/EXT/clip_volume_hint.py +36 -0
  753. pyopengl-4.0.0a4/OpenGL/GL/EXT/clip_volume_hint.pyi +11 -0
  754. pyopengl-4.0.0a4/OpenGL/GL/EXT/cmyka.py +48 -0
  755. pyopengl-4.0.0a4/OpenGL/GL/EXT/cmyka.pyi +14 -0
  756. pyopengl-4.0.0a4/OpenGL/GL/EXT/color_subtable.py +35 -0
  757. pyopengl-4.0.0a4/OpenGL/GL/EXT/color_subtable.pyi +13 -0
  758. pyopengl-4.0.0a4/OpenGL/GL/EXT/compiled_vertex_array.py +45 -0
  759. pyopengl-4.0.0a4/OpenGL/GL/EXT/compiled_vertex_array.pyi +15 -0
  760. pyopengl-4.0.0a4/OpenGL/GL/EXT/convolution.py +48 -0
  761. pyopengl-4.0.0a4/OpenGL/GL/EXT/convolution.pyi +45 -0
  762. pyopengl-4.0.0a4/OpenGL/GL/EXT/coordinate_frame.py +35 -0
  763. pyopengl-4.0.0a4/OpenGL/GL/EXT/coordinate_frame.pyi +48 -0
  764. pyopengl-4.0.0a4/OpenGL/GL/EXT/copy_texture.py +35 -0
  765. pyopengl-4.0.0a4/OpenGL/GL/EXT/copy_texture.pyi +15 -0
  766. pyopengl-4.0.0a4/OpenGL/GL/EXT/cull_vertex.py +40 -0
  767. pyopengl-4.0.0a4/OpenGL/GL/EXT/cull_vertex.pyi +17 -0
  768. pyopengl-4.0.0a4/OpenGL/GL/EXT/debug_label.py +42 -0
  769. pyopengl-4.0.0a4/OpenGL/GL/EXT/debug_label.pyi +22 -0
  770. pyopengl-4.0.0a4/OpenGL/GL/EXT/debug_marker.py +42 -0
  771. pyopengl-4.0.0a4/OpenGL/GL/EXT/debug_marker.pyi +14 -0
  772. pyopengl-4.0.0a4/OpenGL/GL/EXT/depth_bounds_test.py +71 -0
  773. pyopengl-4.0.0a4/OpenGL/GL/EXT/depth_bounds_test.pyi +14 -0
  774. pyopengl-4.0.0a4/OpenGL/GL/EXT/direct_state_access.py +328 -0
  775. pyopengl-4.0.0a4/OpenGL/GL/EXT/direct_state_access.pyi +270 -0
  776. pyopengl-4.0.0a4/OpenGL/GL/EXT/draw_buffers2.py +38 -0
  777. pyopengl-4.0.0a4/OpenGL/GL/EXT/draw_buffers2.pyi +17 -0
  778. pyopengl-4.0.0a4/OpenGL/GL/EXT/draw_instanced.py +34 -0
  779. pyopengl-4.0.0a4/OpenGL/GL/EXT/draw_instanced.pyi +13 -0
  780. pyopengl-4.0.0a4/OpenGL/GL/EXT/draw_range_elements.py +36 -0
  781. pyopengl-4.0.0a4/OpenGL/GL/EXT/draw_range_elements.pyi +15 -0
  782. pyopengl-4.0.0a4/OpenGL/GL/EXT/external_buffer.py +66 -0
  783. pyopengl-4.0.0a4/OpenGL/GL/EXT/external_buffer.pyi +12 -0
  784. pyopengl-4.0.0a4/OpenGL/GL/EXT/fog_coord.py +33 -0
  785. pyopengl-4.0.0a4/OpenGL/GL/EXT/fog_coord.pyi +25 -0
  786. pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_blit.py +36 -0
  787. pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_blit.pyi +16 -0
  788. pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_blit_layers.py +32 -0
  789. pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_blit_layers.pyi +12 -0
  790. pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_multisample.py +100 -0
  791. pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_multisample.pyi +15 -0
  792. pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_multisample_blit_scaled.py +61 -0
  793. pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_multisample_blit_scaled.pyi +12 -0
  794. pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_object.py +137 -0
  795. pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_object.pyi +80 -0
  796. pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_sRGB.py +59 -0
  797. pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_sRGB.pyi +12 -0
  798. pyopengl-4.0.0a4/OpenGL/GL/EXT/geometry_shader4.py +57 -0
  799. pyopengl-4.0.0a4/OpenGL/GL/EXT/geometry_shader4.pyi +32 -0
  800. pyopengl-4.0.0a4/OpenGL/GL/EXT/gpu_program_parameters.py +42 -0
  801. pyopengl-4.0.0a4/OpenGL/GL/EXT/gpu_program_parameters.pyi +13 -0
  802. pyopengl-4.0.0a4/OpenGL/GL/EXT/gpu_shader4.py +133 -0
  803. pyopengl-4.0.0a4/OpenGL/GL/EXT/gpu_shader4.pyi +74 -0
  804. pyopengl-4.0.0a4/OpenGL/GL/EXT/histogram.py +40 -0
  805. pyopengl-4.0.0a4/OpenGL/GL/EXT/histogram.pyi +36 -0
  806. pyopengl-4.0.0a4/OpenGL/GL/EXT/index_array_formats.py +33 -0
  807. pyopengl-4.0.0a4/OpenGL/GL/EXT/index_array_formats.pyi +18 -0
  808. pyopengl-4.0.0a4/OpenGL/GL/EXT/index_func.py +33 -0
  809. pyopengl-4.0.0a4/OpenGL/GL/EXT/index_func.pyi +15 -0
  810. pyopengl-4.0.0a4/OpenGL/GL/EXT/index_material.py +39 -0
  811. pyopengl-4.0.0a4/OpenGL/GL/EXT/index_material.pyi +15 -0
  812. pyopengl-4.0.0a4/OpenGL/GL/EXT/index_texture.py +38 -0
  813. pyopengl-4.0.0a4/OpenGL/GL/EXT/index_texture.pyi +9 -0
  814. pyopengl-4.0.0a4/OpenGL/GL/EXT/light_texture.py +48 -0
  815. pyopengl-4.0.0a4/OpenGL/GL/EXT/light_texture.pyi +24 -0
  816. pyopengl-4.0.0a4/OpenGL/GL/EXT/memory_object.py +29 -0
  817. pyopengl-4.0.0a4/OpenGL/GL/EXT/memory_object.pyi +42 -0
  818. pyopengl-4.0.0a4/OpenGL/GL/EXT/memory_object_fd.py +27 -0
  819. pyopengl-4.0.0a4/OpenGL/GL/EXT/memory_object_fd.pyi +13 -0
  820. pyopengl-4.0.0a4/OpenGL/GL/EXT/memory_object_win32.py +27 -0
  821. pyopengl-4.0.0a4/OpenGL/GL/EXT/memory_object_win32.pyi +23 -0
  822. pyopengl-4.0.0a4/OpenGL/GL/EXT/misc_attribute.py +34 -0
  823. pyopengl-4.0.0a4/OpenGL/GL/EXT/misc_attribute.pyi +9 -0
  824. pyopengl-4.0.0a4/OpenGL/GL/EXT/multi_draw_arrays.py +38 -0
  825. pyopengl-4.0.0a4/OpenGL/GL/EXT/multi_draw_arrays.pyi +13 -0
  826. pyopengl-4.0.0a4/OpenGL/GL/EXT/multisample.py +27 -0
  827. pyopengl-4.0.0a4/OpenGL/GL/EXT/multisample.pyi +30 -0
  828. pyopengl-4.0.0a4/OpenGL/GL/EXT/multiview_tessellation_geometry_shader.py +52 -0
  829. pyopengl-4.0.0a4/OpenGL/GL/EXT/multiview_tessellation_geometry_shader.pyi +9 -0
  830. pyopengl-4.0.0a4/OpenGL/GL/EXT/multiview_texture_multisample.py +56 -0
  831. pyopengl-4.0.0a4/OpenGL/GL/EXT/multiview_texture_multisample.pyi +9 -0
  832. pyopengl-4.0.0a4/OpenGL/GL/EXT/multiview_timer_query.py +36 -0
  833. pyopengl-4.0.0a4/OpenGL/GL/EXT/multiview_timer_query.pyi +9 -0
  834. pyopengl-4.0.0a4/OpenGL/GL/EXT/packed_depth_stencil.py +116 -0
  835. pyopengl-4.0.0a4/OpenGL/GL/EXT/packed_depth_stencil.pyi +14 -0
  836. pyopengl-4.0.0a4/OpenGL/GL/EXT/packed_float.py +48 -0
  837. pyopengl-4.0.0a4/OpenGL/GL/EXT/packed_float.pyi +13 -0
  838. pyopengl-4.0.0a4/OpenGL/GL/EXT/packed_pixels.py +38 -0
  839. pyopengl-4.0.0a4/OpenGL/GL/EXT/packed_pixels.pyi +15 -0
  840. pyopengl-4.0.0a4/OpenGL/GL/EXT/paletted_texture.py +69 -0
  841. pyopengl-4.0.0a4/OpenGL/GL/EXT/paletted_texture.pyi +23 -0
  842. pyopengl-4.0.0a4/OpenGL/GL/EXT/pixel_buffer_object.py +78 -0
  843. pyopengl-4.0.0a4/OpenGL/GL/EXT/pixel_buffer_object.pyi +14 -0
  844. pyopengl-4.0.0a4/OpenGL/GL/EXT/pixel_transform.py +36 -0
  845. pyopengl-4.0.0a4/OpenGL/GL/EXT/pixel_transform.pyi +27 -0
  846. pyopengl-4.0.0a4/OpenGL/GL/EXT/pixel_transform_color_table.py +32 -0
  847. pyopengl-4.0.0a4/OpenGL/GL/EXT/pixel_transform_color_table.pyi +9 -0
  848. pyopengl-4.0.0a4/OpenGL/GL/EXT/point_parameters.py +78 -0
  849. pyopengl-4.0.0a4/OpenGL/GL/EXT/point_parameters.pyi +18 -0
  850. pyopengl-4.0.0a4/OpenGL/GL/EXT/polygon_offset.py +41 -0
  851. pyopengl-4.0.0a4/OpenGL/GL/EXT/polygon_offset.pyi +15 -0
  852. pyopengl-4.0.0a4/OpenGL/GL/EXT/polygon_offset_clamp.py +39 -0
  853. pyopengl-4.0.0a4/OpenGL/GL/EXT/polygon_offset_clamp.pyi +13 -0
  854. pyopengl-4.0.0a4/OpenGL/GL/EXT/post_depth_coverage.py +41 -0
  855. pyopengl-4.0.0a4/OpenGL/GL/EXT/post_depth_coverage.pyi +9 -0
  856. pyopengl-4.0.0a4/OpenGL/GL/EXT/provoking_vertex.py +56 -0
  857. pyopengl-4.0.0a4/OpenGL/GL/EXT/provoking_vertex.pyi +16 -0
  858. pyopengl-4.0.0a4/OpenGL/GL/EXT/raster_multisample.py +46 -0
  859. pyopengl-4.0.0a4/OpenGL/GL/EXT/raster_multisample.pyi +18 -0
  860. pyopengl-4.0.0a4/OpenGL/GL/EXT/rescale_normal.py +38 -0
  861. pyopengl-4.0.0a4/OpenGL/GL/EXT/rescale_normal.pyi +11 -0
  862. pyopengl-4.0.0a4/OpenGL/GL/EXT/secondary_color.py +34 -0
  863. pyopengl-4.0.0a4/OpenGL/GL/EXT/secondary_color.pyi +36 -0
  864. pyopengl-4.0.0a4/OpenGL/GL/EXT/semaphore.py +36 -0
  865. pyopengl-4.0.0a4/OpenGL/GL/EXT/semaphore.pyi +34 -0
  866. pyopengl-4.0.0a4/OpenGL/GL/EXT/semaphore_fd.py +27 -0
  867. pyopengl-4.0.0a4/OpenGL/GL/EXT/semaphore_fd.pyi +13 -0
  868. pyopengl-4.0.0a4/OpenGL/GL/EXT/semaphore_win32.py +27 -0
  869. pyopengl-4.0.0a4/OpenGL/GL/EXT/semaphore_win32.pyi +21 -0
  870. pyopengl-4.0.0a4/OpenGL/GL/EXT/separate_shader_objects.py +51 -0
  871. pyopengl-4.0.0a4/OpenGL/GL/EXT/separate_shader_objects.pyi +65 -0
  872. pyopengl-4.0.0a4/OpenGL/GL/EXT/separate_specular_color.py +59 -0
  873. pyopengl-4.0.0a4/OpenGL/GL/EXT/separate_specular_color.pyi +13 -0
  874. pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_framebuffer_fetch.py +62 -0
  875. pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_framebuffer_fetch.pyi +11 -0
  876. pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_framebuffer_fetch_non_coherent.py +27 -0
  877. pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_framebuffer_fetch_non_coherent.pyi +13 -0
  878. pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_image_load_formatted.py +36 -0
  879. pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_image_load_formatted.pyi +9 -0
  880. pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_image_load_store.py +74 -0
  881. pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_image_load_store.pyi +68 -0
  882. pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_integer_mix.py +34 -0
  883. pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_integer_mix.pyi +9 -0
  884. pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_samples_identical.py +56 -0
  885. pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_samples_identical.pyi +9 -0
  886. pyopengl-4.0.0a4/OpenGL/GL/EXT/shadow_funcs.py +33 -0
  887. pyopengl-4.0.0a4/OpenGL/GL/EXT/shadow_funcs.pyi +9 -0
  888. pyopengl-4.0.0a4/OpenGL/GL/EXT/shared_texture_palette.py +37 -0
  889. pyopengl-4.0.0a4/OpenGL/GL/EXT/shared_texture_palette.pyi +11 -0
  890. pyopengl-4.0.0a4/OpenGL/GL/EXT/sparse_texture2.py +57 -0
  891. pyopengl-4.0.0a4/OpenGL/GL/EXT/sparse_texture2.pyi +9 -0
  892. pyopengl-4.0.0a4/OpenGL/GL/EXT/stencil_clear_tag.py +88 -0
  893. pyopengl-4.0.0a4/OpenGL/GL/EXT/stencil_clear_tag.pyi +14 -0
  894. pyopengl-4.0.0a4/OpenGL/GL/EXT/stencil_two_side.py +36 -0
  895. pyopengl-4.0.0a4/OpenGL/GL/EXT/stencil_two_side.pyi +14 -0
  896. pyopengl-4.0.0a4/OpenGL/GL/EXT/stencil_wrap.py +47 -0
  897. pyopengl-4.0.0a4/OpenGL/GL/EXT/stencil_wrap.pyi +12 -0
  898. pyopengl-4.0.0a4/OpenGL/GL/EXT/subtexture.py +40 -0
  899. pyopengl-4.0.0a4/OpenGL/GL/EXT/subtexture.pyi +13 -0
  900. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture.py +54 -0
  901. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture.pyi +53 -0
  902. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture3D.py +38 -0
  903. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture3D.pyi +23 -0
  904. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_array.py +60 -0
  905. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_array.pyi +21 -0
  906. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_buffer_object.py +62 -0
  907. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_buffer_object.pyi +17 -0
  908. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_compression_latc.py +43 -0
  909. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_compression_latc.pyi +14 -0
  910. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_compression_rgtc.py +48 -0
  911. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_compression_rgtc.pyi +14 -0
  912. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_compression_s3tc.py +38 -0
  913. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_compression_s3tc.pyi +14 -0
  914. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_cube_map.py +76 -0
  915. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_cube_map.pyi +22 -0
  916. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_env_add.py +36 -0
  917. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_env_add.pyi +9 -0
  918. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_env_combine.py +50 -0
  919. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_env_combine.pyi +31 -0
  920. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_env_dot3.py +45 -0
  921. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_env_dot3.pyi +12 -0
  922. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_filter_anisotropic.py +68 -0
  923. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_filter_anisotropic.pyi +12 -0
  924. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_filter_minmax.py +43 -0
  925. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_filter_minmax.pyi +12 -0
  926. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_integer.py +79 -0
  927. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_integer.pyi +65 -0
  928. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_lod_bias.py +45 -0
  929. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_lod_bias.pyi +13 -0
  930. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_mirror_clamp.py +40 -0
  931. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_mirror_clamp.pyi +13 -0
  932. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_object.py +37 -0
  933. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_object.pyi +23 -0
  934. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_perturb_normal.py +34 -0
  935. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_perturb_normal.pyi +14 -0
  936. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB.py +43 -0
  937. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB.pyi +26 -0
  938. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB_R8.py +33 -0
  939. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB_R8.pyi +11 -0
  940. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB_RG8.py +33 -0
  941. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB_RG8.pyi +11 -0
  942. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB_decode.py +45 -0
  943. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB_decode.pyi +13 -0
  944. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_shadow_lod.py +39 -0
  945. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_shadow_lod.pyi +9 -0
  946. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_shared_exponent.py +49 -0
  947. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_shared_exponent.pyi +13 -0
  948. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_snorm.py +40 -0
  949. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_snorm.pyi +35 -0
  950. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_storage.py +49 -0
  951. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_storage.pyi +40 -0
  952. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_swizzle.py +50 -0
  953. pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_swizzle.pyi +15 -0
  954. pyopengl-4.0.0a4/OpenGL/GL/EXT/timer_query.py +49 -0
  955. pyopengl-4.0.0a4/OpenGL/GL/EXT/timer_query.pyi +15 -0
  956. pyopengl-4.0.0a4/OpenGL/GL/EXT/transform_feedback.py +59 -0
  957. pyopengl-4.0.0a4/OpenGL/GL/EXT/transform_feedback.pyi +34 -0
  958. pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_array.py +47 -0
  959. pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_array.pyi +53 -0
  960. pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_array_bgra.py +84 -0
  961. pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_array_bgra.pyi +11 -0
  962. pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_attrib_64bit.py +70 -0
  963. pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_attrib_64bit.pyi +35 -0
  964. pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_shader.py +46 -0
  965. pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_shader.pyi +164 -0
  966. pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_weighting.py +46 -0
  967. pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_weighting.pyi +28 -0
  968. pyopengl-4.0.0a4/OpenGL/GL/EXT/win32_keyed_mutex.py +35 -0
  969. pyopengl-4.0.0a4/OpenGL/GL/EXT/win32_keyed_mutex.pyi +12 -0
  970. pyopengl-4.0.0a4/OpenGL/GL/EXT/window_rectangles.py +53 -0
  971. pyopengl-4.0.0a4/OpenGL/GL/EXT/window_rectangles.pyi +19 -0
  972. pyopengl-4.0.0a4/OpenGL/GL/EXT/x11_sync_object.py +50 -0
  973. pyopengl-4.0.0a4/OpenGL/GL/EXT/x11_sync_object.pyi +13 -0
  974. pyopengl-4.0.0a4/OpenGL/GL/GREMEDY/frame_terminator.py +51 -0
  975. pyopengl-4.0.0a4/OpenGL/GL/GREMEDY/frame_terminator.pyi +11 -0
  976. pyopengl-4.0.0a4/OpenGL/GL/GREMEDY/string_marker.py +55 -0
  977. pyopengl-4.0.0a4/OpenGL/GL/GREMEDY/string_marker.pyi +12 -0
  978. pyopengl-4.0.0a4/OpenGL/GL/HP/convolution_border_modes.py +32 -0
  979. pyopengl-4.0.0a4/OpenGL/GL/HP/convolution_border_modes.pyi +14 -0
  980. pyopengl-4.0.0a4/OpenGL/GL/HP/image_transform.py +39 -0
  981. pyopengl-4.0.0a4/OpenGL/GL/HP/image_transform.pyi +33 -0
  982. pyopengl-4.0.0a4/OpenGL/GL/HP/occlusion_test.py +30 -0
  983. pyopengl-4.0.0a4/OpenGL/GL/HP/occlusion_test.pyi +12 -0
  984. pyopengl-4.0.0a4/OpenGL/GL/HP/texture_lighting.py +33 -0
  985. pyopengl-4.0.0a4/OpenGL/GL/HP/texture_lighting.pyi +13 -0
  986. pyopengl-4.0.0a4/OpenGL/GL/IBM/cull_vertex.py +36 -0
  987. pyopengl-4.0.0a4/OpenGL/GL/IBM/cull_vertex.pyi +11 -0
  988. pyopengl-4.0.0a4/OpenGL/GL/IBM/multimode_draw_arrays.py +45 -0
  989. pyopengl-4.0.0a4/OpenGL/GL/IBM/multimode_draw_arrays.pyi +13 -0
  990. pyopengl-4.0.0a4/OpenGL/GL/IBM/rasterpos_clip.py +38 -0
  991. pyopengl-4.0.0a4/OpenGL/GL/IBM/rasterpos_clip.pyi +11 -0
  992. pyopengl-4.0.0a4/OpenGL/GL/IBM/static_data.py +42 -0
  993. pyopengl-4.0.0a4/OpenGL/GL/IBM/static_data.pyi +14 -0
  994. pyopengl-4.0.0a4/OpenGL/GL/IBM/texture_mirrored_repeat.py +37 -0
  995. pyopengl-4.0.0a4/OpenGL/GL/IBM/texture_mirrored_repeat.pyi +11 -0
  996. pyopengl-4.0.0a4/OpenGL/GL/IBM/vertex_array_lists.py +75 -0
  997. pyopengl-4.0.0a4/OpenGL/GL/IBM/vertex_array_lists.pyi +36 -0
  998. pyopengl-4.0.0a4/OpenGL/GL/INGR/blend_func_separate.py +27 -0
  999. pyopengl-4.0.0a4/OpenGL/GL/INGR/blend_func_separate.pyi +11 -0
  1000. pyopengl-4.0.0a4/OpenGL/GL/INGR/color_clamp.py +35 -0
  1001. pyopengl-4.0.0a4/OpenGL/GL/INGR/color_clamp.pyi +18 -0
  1002. pyopengl-4.0.0a4/OpenGL/GL/INGR/interlace_read.py +34 -0
  1003. pyopengl-4.0.0a4/OpenGL/GL/INGR/interlace_read.pyi +11 -0
  1004. pyopengl-4.0.0a4/OpenGL/GL/INTEL/blackhole_render.py +38 -0
  1005. pyopengl-4.0.0a4/OpenGL/GL/INTEL/blackhole_render.pyi +11 -0
  1006. pyopengl-4.0.0a4/OpenGL/GL/INTEL/conservative_rasterization.py +45 -0
  1007. pyopengl-4.0.0a4/OpenGL/GL/INTEL/conservative_rasterization.pyi +11 -0
  1008. pyopengl-4.0.0a4/OpenGL/GL/INTEL/fragment_shader_ordering.py +55 -0
  1009. pyopengl-4.0.0a4/OpenGL/GL/INTEL/fragment_shader_ordering.pyi +9 -0
  1010. pyopengl-4.0.0a4/OpenGL/GL/INTEL/framebuffer_CMAA.py +46 -0
  1011. pyopengl-4.0.0a4/OpenGL/GL/INTEL/framebuffer_CMAA.pyi +11 -0
  1012. pyopengl-4.0.0a4/OpenGL/GL/INTEL/map_texture.py +42 -0
  1013. pyopengl-4.0.0a4/OpenGL/GL/INTEL/map_texture.pyi +19 -0
  1014. pyopengl-4.0.0a4/OpenGL/GL/INTEL/parallel_arrays.py +30 -0
  1015. pyopengl-4.0.0a4/OpenGL/GL/INTEL/parallel_arrays.pyi +21 -0
  1016. pyopengl-4.0.0a4/OpenGL/GL/INTEL/performance_query.py +70 -0
  1017. pyopengl-4.0.0a4/OpenGL/GL/INTEL/performance_query.pyi +42 -0
  1018. pyopengl-4.0.0a4/OpenGL/GL/KHR/blend_equation_advanced.py +89 -0
  1019. pyopengl-4.0.0a4/OpenGL/GL/KHR/blend_equation_advanced.pyi +27 -0
  1020. pyopengl-4.0.0a4/OpenGL/GL/KHR/blend_equation_advanced_coherent.py +27 -0
  1021. pyopengl-4.0.0a4/OpenGL/GL/KHR/blend_equation_advanced_coherent.pyi +11 -0
  1022. pyopengl-4.0.0a4/OpenGL/GL/KHR/context_flush_control.py +56 -0
  1023. pyopengl-4.0.0a4/OpenGL/GL/KHR/context_flush_control.pyi +15 -0
  1024. pyopengl-4.0.0a4/OpenGL/GL/KHR/debug.py +148 -0
  1025. pyopengl-4.0.0a4/OpenGL/GL/KHR/debug.pyi +115 -0
  1026. pyopengl-4.0.0a4/OpenGL/GL/KHR/no_error.py +38 -0
  1027. pyopengl-4.0.0a4/OpenGL/GL/KHR/no_error.pyi +11 -0
  1028. pyopengl-4.0.0a4/OpenGL/GL/KHR/parallel_shader_compile.py +36 -0
  1029. pyopengl-4.0.0a4/OpenGL/GL/KHR/parallel_shader_compile.pyi +14 -0
  1030. pyopengl-4.0.0a4/OpenGL/GL/KHR/robust_buffer_access_behavior.py +40 -0
  1031. pyopengl-4.0.0a4/OpenGL/GL/KHR/robust_buffer_access_behavior.pyi +9 -0
  1032. pyopengl-4.0.0a4/OpenGL/GL/KHR/robustness.py +85 -0
  1033. pyopengl-4.0.0a4/OpenGL/GL/KHR/robustness.pyi +39 -0
  1034. pyopengl-4.0.0a4/OpenGL/GL/KHR/shader_subgroup.py +49 -0
  1035. pyopengl-4.0.0a4/OpenGL/GL/KHR/shader_subgroup.pyi +22 -0
  1036. pyopengl-4.0.0a4/OpenGL/GL/KHR/texture_compression_astc_hdr.py +45 -0
  1037. pyopengl-4.0.0a4/OpenGL/GL/KHR/texture_compression_astc_hdr.pyi +38 -0
  1038. pyopengl-4.0.0a4/OpenGL/GL/KHR/texture_compression_astc_ldr.py +27 -0
  1039. pyopengl-4.0.0a4/OpenGL/GL/KHR/texture_compression_astc_ldr.pyi +38 -0
  1040. pyopengl-4.0.0a4/OpenGL/GL/KHR/texture_compression_astc_sliced_3d.py +41 -0
  1041. pyopengl-4.0.0a4/OpenGL/GL/KHR/texture_compression_astc_sliced_3d.pyi +9 -0
  1042. pyopengl-4.0.0a4/OpenGL/GL/MESA/framebuffer_flip_x.py +46 -0
  1043. pyopengl-4.0.0a4/OpenGL/GL/MESA/framebuffer_flip_x.pyi +11 -0
  1044. pyopengl-4.0.0a4/OpenGL/GL/MESA/framebuffer_flip_y.py +42 -0
  1045. pyopengl-4.0.0a4/OpenGL/GL/MESA/framebuffer_flip_y.pyi +15 -0
  1046. pyopengl-4.0.0a4/OpenGL/GL/MESA/framebuffer_swap_xy.py +49 -0
  1047. pyopengl-4.0.0a4/OpenGL/GL/MESA/framebuffer_swap_xy.pyi +11 -0
  1048. pyopengl-4.0.0a4/OpenGL/GL/MESA/pack_invert.py +41 -0
  1049. pyopengl-4.0.0a4/OpenGL/GL/MESA/pack_invert.pyi +11 -0
  1050. pyopengl-4.0.0a4/OpenGL/GL/MESA/program_binary_formats.py +32 -0
  1051. pyopengl-4.0.0a4/OpenGL/GL/MESA/program_binary_formats.pyi +11 -0
  1052. pyopengl-4.0.0a4/OpenGL/GL/MESA/resize_buffers.py +45 -0
  1053. pyopengl-4.0.0a4/OpenGL/GL/MESA/resize_buffers.pyi +11 -0
  1054. pyopengl-4.0.0a4/OpenGL/GL/MESA/shader_integer_functions.py +67 -0
  1055. pyopengl-4.0.0a4/OpenGL/GL/MESA/shader_integer_functions.pyi +9 -0
  1056. pyopengl-4.0.0a4/OpenGL/GL/MESA/texture_const_bandwidth.py +38 -0
  1057. pyopengl-4.0.0a4/OpenGL/GL/MESA/texture_const_bandwidth.pyi +11 -0
  1058. pyopengl-4.0.0a4/OpenGL/GL/MESA/tile_raster_order.py +35 -0
  1059. pyopengl-4.0.0a4/OpenGL/GL/MESA/tile_raster_order.pyi +13 -0
  1060. pyopengl-4.0.0a4/OpenGL/GL/MESA/window_pos.py +44 -0
  1061. pyopengl-4.0.0a4/OpenGL/GL/MESA/window_pos.pyi +35 -0
  1062. pyopengl-4.0.0a4/OpenGL/GL/MESA/ycbcr_texture.py +43 -0
  1063. pyopengl-4.0.0a4/OpenGL/GL/MESA/ycbcr_texture.pyi +13 -0
  1064. pyopengl-4.0.0a4/OpenGL/GL/MESAX/texture_stack.py +70 -0
  1065. pyopengl-4.0.0a4/OpenGL/GL/MESAX/texture_stack.pyi +16 -0
  1066. pyopengl-4.0.0a4/OpenGL/GL/NV/alpha_to_coverage_dither_control.py +34 -0
  1067. pyopengl-4.0.0a4/OpenGL/GL/NV/alpha_to_coverage_dither_control.pyi +16 -0
  1068. pyopengl-4.0.0a4/OpenGL/GL/NV/bindless_multi_draw_indirect.py +47 -0
  1069. pyopengl-4.0.0a4/OpenGL/GL/NV/bindless_multi_draw_indirect.pyi +13 -0
  1070. pyopengl-4.0.0a4/OpenGL/GL/NV/bindless_multi_draw_indirect_count.py +34 -0
  1071. pyopengl-4.0.0a4/OpenGL/GL/NV/bindless_multi_draw_indirect_count.pyi +13 -0
  1072. pyopengl-4.0.0a4/OpenGL/GL/NV/bindless_texture.py +74 -0
  1073. pyopengl-4.0.0a4/OpenGL/GL/NV/bindless_texture.pyi +24 -0
  1074. pyopengl-4.0.0a4/OpenGL/GL/NV/blend_equation_advanced.py +103 -0
  1075. pyopengl-4.0.0a4/OpenGL/GL/NV/blend_equation_advanced.pyi +64 -0
  1076. pyopengl-4.0.0a4/OpenGL/GL/NV/blend_equation_advanced_coherent.py +27 -0
  1077. pyopengl-4.0.0a4/OpenGL/GL/NV/blend_equation_advanced_coherent.pyi +11 -0
  1078. pyopengl-4.0.0a4/OpenGL/GL/NV/blend_minmax_factor.py +45 -0
  1079. pyopengl-4.0.0a4/OpenGL/GL/NV/blend_minmax_factor.pyi +12 -0
  1080. pyopengl-4.0.0a4/OpenGL/GL/NV/blend_square.py +41 -0
  1081. pyopengl-4.0.0a4/OpenGL/GL/NV/blend_square.pyi +9 -0
  1082. pyopengl-4.0.0a4/OpenGL/GL/NV/clip_space_w_scaling.py +59 -0
  1083. pyopengl-4.0.0a4/OpenGL/GL/NV/clip_space_w_scaling.pyi +15 -0
  1084. pyopengl-4.0.0a4/OpenGL/GL/NV/command_list.py +62 -0
  1085. pyopengl-4.0.0a4/OpenGL/GL/NV/command_list.pyi +48 -0
  1086. pyopengl-4.0.0a4/OpenGL/GL/NV/compute_program5.py +36 -0
  1087. pyopengl-4.0.0a4/OpenGL/GL/NV/compute_program5.pyi +12 -0
  1088. pyopengl-4.0.0a4/OpenGL/GL/NV/compute_shader_derivatives.py +40 -0
  1089. pyopengl-4.0.0a4/OpenGL/GL/NV/compute_shader_derivatives.pyi +9 -0
  1090. pyopengl-4.0.0a4/OpenGL/GL/NV/conditional_render.py +56 -0
  1091. pyopengl-4.0.0a4/OpenGL/GL/NV/conditional_render.pyi +17 -0
  1092. pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster.py +46 -0
  1093. pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster.pyi +16 -0
  1094. pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_dilate.py +40 -0
  1095. pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_dilate.pyi +15 -0
  1096. pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_pre_snap.py +35 -0
  1097. pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_pre_snap.pyi +11 -0
  1098. pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_pre_snap_triangles.py +51 -0
  1099. pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_pre_snap_triangles.pyi +15 -0
  1100. pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_underestimation.py +40 -0
  1101. pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_underestimation.pyi +9 -0
  1102. pyopengl-4.0.0a4/OpenGL/GL/NV/copy_depth_to_color.py +62 -0
  1103. pyopengl-4.0.0a4/OpenGL/GL/NV/copy_depth_to_color.pyi +12 -0
  1104. pyopengl-4.0.0a4/OpenGL/GL/NV/copy_image.py +36 -0
  1105. pyopengl-4.0.0a4/OpenGL/GL/NV/copy_image.pyi +11 -0
  1106. pyopengl-4.0.0a4/OpenGL/GL/NV/deep_texture3D.py +36 -0
  1107. pyopengl-4.0.0a4/OpenGL/GL/NV/deep_texture3D.pyi +12 -0
  1108. pyopengl-4.0.0a4/OpenGL/GL/NV/depth_buffer_float.py +52 -0
  1109. pyopengl-4.0.0a4/OpenGL/GL/NV/depth_buffer_float.pyi +18 -0
  1110. pyopengl-4.0.0a4/OpenGL/GL/NV/depth_clamp.py +58 -0
  1111. pyopengl-4.0.0a4/OpenGL/GL/NV/depth_clamp.pyi +11 -0
  1112. pyopengl-4.0.0a4/OpenGL/GL/NV/draw_texture.py +51 -0
  1113. pyopengl-4.0.0a4/OpenGL/GL/NV/draw_texture.pyi +11 -0
  1114. pyopengl-4.0.0a4/OpenGL/GL/NV/draw_vulkan_image.py +54 -0
  1115. pyopengl-4.0.0a4/OpenGL/GL/NV/draw_vulkan_image.pyi +16 -0
  1116. pyopengl-4.0.0a4/OpenGL/GL/NV/evaluators.py +89 -0
  1117. pyopengl-4.0.0a4/OpenGL/GL/NV/evaluators.pyi +45 -0
  1118. pyopengl-4.0.0a4/OpenGL/GL/NV/explicit_multisample.py +46 -0
  1119. pyopengl-4.0.0a4/OpenGL/GL/NV/explicit_multisample.pyi +25 -0
  1120. pyopengl-4.0.0a4/OpenGL/GL/NV/fence.py +57 -0
  1121. pyopengl-4.0.0a4/OpenGL/GL/NV/fence.pyi +22 -0
  1122. pyopengl-4.0.0a4/OpenGL/GL/NV/fill_rectangle.py +36 -0
  1123. pyopengl-4.0.0a4/OpenGL/GL/NV/fill_rectangle.pyi +11 -0
  1124. pyopengl-4.0.0a4/OpenGL/GL/NV/float_buffer.py +95 -0
  1125. pyopengl-4.0.0a4/OpenGL/GL/NV/float_buffer.pyi +25 -0
  1126. pyopengl-4.0.0a4/OpenGL/GL/NV/fog_distance.py +60 -0
  1127. pyopengl-4.0.0a4/OpenGL/GL/NV/fog_distance.pyi +14 -0
  1128. pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_coverage_to_color.py +42 -0
  1129. pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_coverage_to_color.pyi +14 -0
  1130. pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program.py +77 -0
  1131. pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program.pyi +24 -0
  1132. pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program2.py +61 -0
  1133. pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program2.pyi +15 -0
  1134. pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program4.py +54 -0
  1135. pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program4.pyi +9 -0
  1136. pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program_option.py +60 -0
  1137. pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program_option.pyi +9 -0
  1138. pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_shader_barycentric.py +36 -0
  1139. pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_shader_barycentric.pyi +9 -0
  1140. pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_shader_interlock.py +83 -0
  1141. pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_shader_interlock.pyi +9 -0
  1142. pyopengl-4.0.0a4/OpenGL/GL/NV/framebuffer_mixed_samples.py +80 -0
  1143. pyopengl-4.0.0a4/OpenGL/GL/NV/framebuffer_mixed_samples.pyi +30 -0
  1144. pyopengl-4.0.0a4/OpenGL/GL/NV/framebuffer_multisample_coverage.py +49 -0
  1145. pyopengl-4.0.0a4/OpenGL/GL/NV/framebuffer_multisample_coverage.pyi +16 -0
  1146. pyopengl-4.0.0a4/OpenGL/GL/NV/geometry_program4.py +71 -0
  1147. pyopengl-4.0.0a4/OpenGL/GL/NV/geometry_program4.pyi +31 -0
  1148. pyopengl-4.0.0a4/OpenGL/GL/NV/geometry_shader4.py +41 -0
  1149. pyopengl-4.0.0a4/OpenGL/GL/NV/geometry_shader4.pyi +9 -0
  1150. pyopengl-4.0.0a4/OpenGL/GL/NV/geometry_shader_passthrough.py +103 -0
  1151. pyopengl-4.0.0a4/OpenGL/GL/NV/geometry_shader_passthrough.pyi +9 -0
  1152. pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_multicast.py +60 -0
  1153. pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_multicast.pyi +29 -0
  1154. pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_program4.py +68 -0
  1155. pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_program4.pyi +36 -0
  1156. pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_program5.py +147 -0
  1157. pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_program5.pyi +22 -0
  1158. pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_program5_mem_extended.py +66 -0
  1159. pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_program5_mem_extended.pyi +9 -0
  1160. pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_shader5.py +110 -0
  1161. pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_shader5.pyi +74 -0
  1162. pyopengl-4.0.0a4/OpenGL/GL/NV/half_float.py +48 -0
  1163. pyopengl-4.0.0a4/OpenGL/GL/NV/half_float.pyi +59 -0
  1164. pyopengl-4.0.0a4/OpenGL/GL/NV/internalformat_sample_query.py +65 -0
  1165. pyopengl-4.0.0a4/OpenGL/GL/NV/internalformat_sample_query.pyi +20 -0
  1166. pyopengl-4.0.0a4/OpenGL/GL/NV/light_max_exponent.py +41 -0
  1167. pyopengl-4.0.0a4/OpenGL/GL/NV/light_max_exponent.pyi +12 -0
  1168. pyopengl-4.0.0a4/OpenGL/GL/NV/memory_attachment.py +35 -0
  1169. pyopengl-4.0.0a4/OpenGL/GL/NV/memory_attachment.pyi +28 -0
  1170. pyopengl-4.0.0a4/OpenGL/GL/NV/memory_object_sparse.py +31 -0
  1171. pyopengl-4.0.0a4/OpenGL/GL/NV/memory_object_sparse.pyi +14 -0
  1172. pyopengl-4.0.0a4/OpenGL/GL/NV/mesh_shader.py +37 -0
  1173. pyopengl-4.0.0a4/OpenGL/GL/NV/mesh_shader.pyi +63 -0
  1174. pyopengl-4.0.0a4/OpenGL/GL/NV/multisample_coverage.py +53 -0
  1175. pyopengl-4.0.0a4/OpenGL/GL/NV/multisample_coverage.pyi +12 -0
  1176. pyopengl-4.0.0a4/OpenGL/GL/NV/multisample_filter_hint.py +42 -0
  1177. pyopengl-4.0.0a4/OpenGL/GL/NV/multisample_filter_hint.pyi +11 -0
  1178. pyopengl-4.0.0a4/OpenGL/GL/NV/occlusion_query.py +83 -0
  1179. pyopengl-4.0.0a4/OpenGL/GL/NV/occlusion_query.pyi +23 -0
  1180. pyopengl-4.0.0a4/OpenGL/GL/NV/packed_depth_stencil.py +98 -0
  1181. pyopengl-4.0.0a4/OpenGL/GL/NV/packed_depth_stencil.pyi +12 -0
  1182. pyopengl-4.0.0a4/OpenGL/GL/NV/parameter_buffer_object.py +51 -0
  1183. pyopengl-4.0.0a4/OpenGL/GL/NV/parameter_buffer_object.pyi +20 -0
  1184. pyopengl-4.0.0a4/OpenGL/GL/NV/parameter_buffer_object2.py +56 -0
  1185. pyopengl-4.0.0a4/OpenGL/GL/NV/parameter_buffer_object2.pyi +9 -0
  1186. pyopengl-4.0.0a4/OpenGL/GL/NV/path_rendering.py +437 -0
  1187. pyopengl-4.0.0a4/OpenGL/GL/NV/path_rendering.pyi +259 -0
  1188. pyopengl-4.0.0a4/OpenGL/GL/NV/path_rendering_shared_edge.py +40 -0
  1189. pyopengl-4.0.0a4/OpenGL/GL/NV/path_rendering_shared_edge.pyi +11 -0
  1190. pyopengl-4.0.0a4/OpenGL/GL/NV/pixel_data_range.py +86 -0
  1191. pyopengl-4.0.0a4/OpenGL/GL/NV/pixel_data_range.pyi +20 -0
  1192. pyopengl-4.0.0a4/OpenGL/GL/NV/point_sprite.py +52 -0
  1193. pyopengl-4.0.0a4/OpenGL/GL/NV/point_sprite.pyi +17 -0
  1194. pyopengl-4.0.0a4/OpenGL/GL/NV/present_video.py +43 -0
  1195. pyopengl-4.0.0a4/OpenGL/GL/NV/present_video.pyi +24 -0
  1196. pyopengl-4.0.0a4/OpenGL/GL/NV/primitive_restart.py +53 -0
  1197. pyopengl-4.0.0a4/OpenGL/GL/NV/primitive_restart.pyi +15 -0
  1198. pyopengl-4.0.0a4/OpenGL/GL/NV/primitive_shading_rate.py +50 -0
  1199. pyopengl-4.0.0a4/OpenGL/GL/NV/primitive_shading_rate.pyi +12 -0
  1200. pyopengl-4.0.0a4/OpenGL/GL/NV/query_resource.py +49 -0
  1201. pyopengl-4.0.0a4/OpenGL/GL/NV/query_resource.pyi +19 -0
  1202. pyopengl-4.0.0a4/OpenGL/GL/NV/query_resource_tag.py +36 -0
  1203. pyopengl-4.0.0a4/OpenGL/GL/NV/query_resource_tag.pyi +14 -0
  1204. pyopengl-4.0.0a4/OpenGL/GL/NV/register_combiners.py +97 -0
  1205. pyopengl-4.0.0a4/OpenGL/GL/NV/register_combiners.pyi +81 -0
  1206. pyopengl-4.0.0a4/OpenGL/GL/NV/register_combiners2.py +56 -0
  1207. pyopengl-4.0.0a4/OpenGL/GL/NV/register_combiners2.pyi +15 -0
  1208. pyopengl-4.0.0a4/OpenGL/GL/NV/representative_fragment_test.py +56 -0
  1209. pyopengl-4.0.0a4/OpenGL/GL/NV/representative_fragment_test.pyi +11 -0
  1210. pyopengl-4.0.0a4/OpenGL/GL/NV/robustness_video_memory_purge.py +52 -0
  1211. pyopengl-4.0.0a4/OpenGL/GL/NV/robustness_video_memory_purge.pyi +11 -0
  1212. pyopengl-4.0.0a4/OpenGL/GL/NV/sample_locations.py +60 -0
  1213. pyopengl-4.0.0a4/OpenGL/GL/NV/sample_locations.pyi +23 -0
  1214. pyopengl-4.0.0a4/OpenGL/GL/NV/sample_mask_override_coverage.py +37 -0
  1215. pyopengl-4.0.0a4/OpenGL/GL/NV/sample_mask_override_coverage.pyi +9 -0
  1216. pyopengl-4.0.0a4/OpenGL/GL/NV/scissor_exclusive.py +42 -0
  1217. pyopengl-4.0.0a4/OpenGL/GL/NV/scissor_exclusive.pyi +16 -0
  1218. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_counters.py +38 -0
  1219. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_counters.pyi +9 -0
  1220. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_float.py +43 -0
  1221. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_float.pyi +9 -0
  1222. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_float64.py +42 -0
  1223. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_float64.pyi +9 -0
  1224. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_fp16_vector.py +34 -0
  1225. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_fp16_vector.pyi +9 -0
  1226. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_int64.py +34 -0
  1227. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_int64.pyi +9 -0
  1228. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_buffer_load.py +124 -0
  1229. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_buffer_load.pyi +29 -0
  1230. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_buffer_store.py +54 -0
  1231. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_buffer_store.pyi +13 -0
  1232. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_storage_buffer_object.py +38 -0
  1233. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_storage_buffer_object.pyi +9 -0
  1234. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_subgroup_partitioned.py +42 -0
  1235. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_subgroup_partitioned.pyi +11 -0
  1236. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_texture_footprint.py +78 -0
  1237. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_texture_footprint.pyi +9 -0
  1238. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_thread_group.py +70 -0
  1239. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_thread_group.pyi +13 -0
  1240. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_thread_shuffle.py +44 -0
  1241. pyopengl-4.0.0a4/OpenGL/GL/NV/shader_thread_shuffle.pyi +9 -0
  1242. pyopengl-4.0.0a4/OpenGL/GL/NV/shading_rate_image.py +70 -0
  1243. pyopengl-4.0.0a4/OpenGL/GL/NV/shading_rate_image.pyi +40 -0
  1244. pyopengl-4.0.0a4/OpenGL/GL/NV/stereo_view_rendering.py +51 -0
  1245. pyopengl-4.0.0a4/OpenGL/GL/NV/stereo_view_rendering.pyi +9 -0
  1246. pyopengl-4.0.0a4/OpenGL/GL/NV/tessellation_program5.py +103 -0
  1247. pyopengl-4.0.0a4/OpenGL/GL/NV/tessellation_program5.pyi +15 -0
  1248. pyopengl-4.0.0a4/OpenGL/GL/NV/texgen_emboss.py +47 -0
  1249. pyopengl-4.0.0a4/OpenGL/GL/NV/texgen_emboss.pyi +13 -0
  1250. pyopengl-4.0.0a4/OpenGL/GL/NV/texgen_reflection.py +39 -0
  1251. pyopengl-4.0.0a4/OpenGL/GL/NV/texgen_reflection.pyi +12 -0
  1252. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_barrier.py +33 -0
  1253. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_barrier.pyi +11 -0
  1254. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_compression_vtc.py +35 -0
  1255. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_compression_vtc.pyi +9 -0
  1256. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_env_combine4.py +47 -0
  1257. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_env_combine4.pyi +15 -0
  1258. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_expand_normal.py +39 -0
  1259. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_expand_normal.pyi +11 -0
  1260. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_multisample.py +44 -0
  1261. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_multisample.pyi +19 -0
  1262. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_rectangle.py +57 -0
  1263. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_rectangle.pyi +14 -0
  1264. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_rectangle_compressed.py +33 -0
  1265. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_rectangle_compressed.pyi +9 -0
  1266. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_shader.py +202 -0
  1267. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_shader.pyi +83 -0
  1268. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_shader2.py +49 -0
  1269. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_shader2.pyi +11 -0
  1270. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_shader3.py +122 -0
  1271. pyopengl-4.0.0a4/OpenGL/GL/NV/texture_shader3.pyi +27 -0
  1272. pyopengl-4.0.0a4/OpenGL/GL/NV/timeline_semaphore.py +35 -0
  1273. pyopengl-4.0.0a4/OpenGL/GL/NV/timeline_semaphore.pyi +20 -0
  1274. pyopengl-4.0.0a4/OpenGL/GL/NV/transform_feedback.py +66 -0
  1275. pyopengl-4.0.0a4/OpenGL/GL/NV/transform_feedback.pyi +55 -0
  1276. pyopengl-4.0.0a4/OpenGL/GL/NV/transform_feedback2.py +55 -0
  1277. pyopengl-4.0.0a4/OpenGL/GL/NV/transform_feedback2.pyi +23 -0
  1278. pyopengl-4.0.0a4/OpenGL/GL/NV/uniform_buffer_std430_layout.py +43 -0
  1279. pyopengl-4.0.0a4/OpenGL/GL/NV/uniform_buffer_std430_layout.pyi +9 -0
  1280. pyopengl-4.0.0a4/OpenGL/GL/NV/uniform_buffer_unified_memory.py +39 -0
  1281. pyopengl-4.0.0a4/OpenGL/GL/NV/uniform_buffer_unified_memory.pyi +13 -0
  1282. pyopengl-4.0.0a4/OpenGL/GL/NV/vdpau_interop.py +47 -0
  1283. pyopengl-4.0.0a4/OpenGL/GL/NV/vdpau_interop.pyi +26 -0
  1284. pyopengl-4.0.0a4/OpenGL/GL/NV/vdpau_interop2.py +32 -0
  1285. pyopengl-4.0.0a4/OpenGL/GL/NV/vdpau_interop2.pyi +12 -0
  1286. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_array_range.py +102 -0
  1287. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_array_range.pyi +19 -0
  1288. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_array_range2.py +40 -0
  1289. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_array_range2.pyi +11 -0
  1290. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_attrib_integer_64bit.py +38 -0
  1291. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_attrib_integer_64bit.pyi +33 -0
  1292. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_buffer_unified_memory.py +38 -0
  1293. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_buffer_unified_memory.pyi +49 -0
  1294. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program.py +96 -0
  1295. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program.pyi +159 -0
  1296. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program1_1.py +52 -0
  1297. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program1_1.pyi +9 -0
  1298. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program2.py +121 -0
  1299. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program2.pyi +9 -0
  1300. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program2_option.py +61 -0
  1301. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program2_option.pyi +12 -0
  1302. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program3.py +50 -0
  1303. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program3.pyi +11 -0
  1304. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program4.py +53 -0
  1305. pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program4.pyi +36 -0
  1306. pyopengl-4.0.0a4/OpenGL/GL/NV/video_capture.py +39 -0
  1307. pyopengl-4.0.0a4/OpenGL/GL/NV/video_capture.pyi +53 -0
  1308. pyopengl-4.0.0a4/OpenGL/GL/NV/viewport_array2.py +49 -0
  1309. pyopengl-4.0.0a4/OpenGL/GL/NV/viewport_array2.pyi +9 -0
  1310. pyopengl-4.0.0a4/OpenGL/GL/NV/viewport_swizzle.py +45 -0
  1311. pyopengl-4.0.0a4/OpenGL/GL/NV/viewport_swizzle.pyi +24 -0
  1312. pyopengl-4.0.0a4/OpenGL/GL/NVX/blend_equation_advanced_multi_draw_buffers.py +38 -0
  1313. pyopengl-4.0.0a4/OpenGL/GL/NVX/blend_equation_advanced_multi_draw_buffers.pyi +9 -0
  1314. pyopengl-4.0.0a4/OpenGL/GL/NVX/conditional_render.py +43 -0
  1315. pyopengl-4.0.0a4/OpenGL/GL/NVX/conditional_render.pyi +12 -0
  1316. pyopengl-4.0.0a4/OpenGL/GL/NVX/gpu_memory_info.py +54 -0
  1317. pyopengl-4.0.0a4/OpenGL/GL/NVX/gpu_memory_info.pyi +15 -0
  1318. pyopengl-4.0.0a4/OpenGL/GL/NVX/gpu_multicast2.py +41 -0
  1319. pyopengl-4.0.0a4/OpenGL/GL/NVX/gpu_multicast2.pyi +19 -0
  1320. pyopengl-4.0.0a4/OpenGL/GL/NVX/linked_gpu_multicast.py +62 -0
  1321. pyopengl-4.0.0a4/OpenGL/GL/NVX/linked_gpu_multicast.pyi +17 -0
  1322. pyopengl-4.0.0a4/OpenGL/GL/NVX/progress_fence.py +51 -0
  1323. pyopengl-4.0.0a4/OpenGL/GL/NVX/progress_fence.pyi +15 -0
  1324. pyopengl-4.0.0a4/OpenGL/GL/OES/byte_coordinates.py +34 -0
  1325. pyopengl-4.0.0a4/OpenGL/GL/OES/byte_coordinates.pyi +35 -0
  1326. pyopengl-4.0.0a4/OpenGL/GL/OES/compressed_paletted_texture.py +64 -0
  1327. pyopengl-4.0.0a4/OpenGL/GL/OES/compressed_paletted_texture.pyi +20 -0
  1328. pyopengl-4.0.0a4/OpenGL/GL/OES/fixed_point.py +59 -0
  1329. pyopengl-4.0.0a4/OpenGL/GL/OES/fixed_point.pyi +120 -0
  1330. pyopengl-4.0.0a4/OpenGL/GL/OES/query_matrix.py +39 -0
  1331. pyopengl-4.0.0a4/OpenGL/GL/OES/query_matrix.pyi +12 -0
  1332. pyopengl-4.0.0a4/OpenGL/GL/OES/read_format.py +40 -0
  1333. pyopengl-4.0.0a4/OpenGL/GL/OES/read_format.pyi +12 -0
  1334. pyopengl-4.0.0a4/OpenGL/GL/OES/single_precision.py +35 -0
  1335. pyopengl-4.0.0a4/OpenGL/GL/OES/single_precision.pyi +17 -0
  1336. pyopengl-4.0.0a4/OpenGL/GL/OML/interlace.py +42 -0
  1337. pyopengl-4.0.0a4/OpenGL/GL/OML/interlace.pyi +12 -0
  1338. pyopengl-4.0.0a4/OpenGL/GL/OML/resample.py +46 -0
  1339. pyopengl-4.0.0a4/OpenGL/GL/OML/resample.pyi +16 -0
  1340. pyopengl-4.0.0a4/OpenGL/GL/OML/subsample.py +57 -0
  1341. pyopengl-4.0.0a4/OpenGL/GL/OML/subsample.pyi +12 -0
  1342. pyopengl-4.0.0a4/OpenGL/GL/OVR/multiview.py +60 -0
  1343. pyopengl-4.0.0a4/OpenGL/GL/OVR/multiview.pyi +17 -0
  1344. pyopengl-4.0.0a4/OpenGL/GL/OVR/multiview2.py +34 -0
  1345. pyopengl-4.0.0a4/OpenGL/GL/OVR/multiview2.pyi +9 -0
  1346. pyopengl-4.0.0a4/OpenGL/GL/PGI/misc_hints.py +32 -0
  1347. pyopengl-4.0.0a4/OpenGL/GL/PGI/misc_hints.pyi +32 -0
  1348. pyopengl-4.0.0a4/OpenGL/GL/PGI/vertex_hints.py +32 -0
  1349. pyopengl-4.0.0a4/OpenGL/GL/PGI/vertex_hints.pyi +32 -0
  1350. pyopengl-4.0.0a4/OpenGL/GL/REND/screen_coordinates.py +74 -0
  1351. pyopengl-4.0.0a4/OpenGL/GL/REND/screen_coordinates.pyi +12 -0
  1352. pyopengl-4.0.0a4/OpenGL/GL/S3/s3tc.py +32 -0
  1353. pyopengl-4.0.0a4/OpenGL/GL/S3/s3tc.pyi +16 -0
  1354. pyopengl-4.0.0a4/OpenGL/GL/SGI/color_matrix.py +50 -0
  1355. pyopengl-4.0.0a4/OpenGL/GL/SGI/color_matrix.pyi +21 -0
  1356. pyopengl-4.0.0a4/OpenGL/GL/SGI/color_table.py +46 -0
  1357. pyopengl-4.0.0a4/OpenGL/GL/SGI/color_table.pyi +35 -0
  1358. pyopengl-4.0.0a4/OpenGL/GL/SGI/texture_color_table.py +45 -0
  1359. pyopengl-4.0.0a4/OpenGL/GL/SGI/texture_color_table.pyi +12 -0
  1360. pyopengl-4.0.0a4/OpenGL/GL/SGIS/detail_texture.py +42 -0
  1361. pyopengl-4.0.0a4/OpenGL/GL/SGIS/detail_texture.pyi +22 -0
  1362. pyopengl-4.0.0a4/OpenGL/GL/SGIS/fog_function.py +43 -0
  1363. pyopengl-4.0.0a4/OpenGL/GL/SGIS/fog_function.pyi +17 -0
  1364. pyopengl-4.0.0a4/OpenGL/GL/SGIS/generate_mipmap.py +34 -0
  1365. pyopengl-4.0.0a4/OpenGL/GL/SGIS/generate_mipmap.pyi +12 -0
  1366. pyopengl-4.0.0a4/OpenGL/GL/SGIS/multisample.py +55 -0
  1367. pyopengl-4.0.0a4/OpenGL/GL/SGIS/multisample.pyi +29 -0
  1368. pyopengl-4.0.0a4/OpenGL/GL/SGIS/pixel_texture.py +73 -0
  1369. pyopengl-4.0.0a4/OpenGL/GL/SGIS/pixel_texture.pyi +22 -0
  1370. pyopengl-4.0.0a4/OpenGL/GL/SGIS/point_line_texgen.py +33 -0
  1371. pyopengl-4.0.0a4/OpenGL/GL/SGIS/point_line_texgen.pyi +18 -0
  1372. pyopengl-4.0.0a4/OpenGL/GL/SGIS/point_parameters.py +27 -0
  1373. pyopengl-4.0.0a4/OpenGL/GL/SGIS/point_parameters.pyi +18 -0
  1374. pyopengl-4.0.0a4/OpenGL/GL/SGIS/sharpen_texture.py +34 -0
  1375. pyopengl-4.0.0a4/OpenGL/GL/SGIS/sharpen_texture.pyi +18 -0
  1376. pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture4D.py +56 -0
  1377. pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture4D.pyi +24 -0
  1378. pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_border_clamp.py +44 -0
  1379. pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_border_clamp.pyi +11 -0
  1380. pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_color_mask.py +40 -0
  1381. pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_color_mask.pyi +13 -0
  1382. pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_edge_clamp.py +48 -0
  1383. pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_edge_clamp.pyi +11 -0
  1384. pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_filter4.py +37 -0
  1385. pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_filter4.pyi +16 -0
  1386. pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_lod.py +51 -0
  1387. pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_lod.pyi +14 -0
  1388. pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_select.py +48 -0
  1389. pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_select.pyi +32 -0
  1390. pyopengl-4.0.0a4/OpenGL/GL/SGIX/async_.py +70 -0
  1391. pyopengl-4.0.0a4/OpenGL/GL/SGIX/async_.pyi +19 -0
  1392. pyopengl-4.0.0a4/OpenGL/GL/SGIX/async_histogram.py +34 -0
  1393. pyopengl-4.0.0a4/OpenGL/GL/SGIX/async_histogram.pyi +12 -0
  1394. pyopengl-4.0.0a4/OpenGL/GL/SGIX/async_pixel.py +39 -0
  1395. pyopengl-4.0.0a4/OpenGL/GL/SGIX/async_pixel.pyi +16 -0
  1396. pyopengl-4.0.0a4/OpenGL/GL/SGIX/blend_alpha_minmax.py +36 -0
  1397. pyopengl-4.0.0a4/OpenGL/GL/SGIX/blend_alpha_minmax.pyi +12 -0
  1398. pyopengl-4.0.0a4/OpenGL/GL/SGIX/calligraphic_fragment.py +36 -0
  1399. pyopengl-4.0.0a4/OpenGL/GL/SGIX/calligraphic_fragment.pyi +11 -0
  1400. pyopengl-4.0.0a4/OpenGL/GL/SGIX/clipmap.py +35 -0
  1401. pyopengl-4.0.0a4/OpenGL/GL/SGIX/clipmap.pyi +22 -0
  1402. pyopengl-4.0.0a4/OpenGL/GL/SGIX/convolution_accuracy.py +32 -0
  1403. pyopengl-4.0.0a4/OpenGL/GL/SGIX/convolution_accuracy.pyi +11 -0
  1404. pyopengl-4.0.0a4/OpenGL/GL/SGIX/depth_pass_instrument.py +43 -0
  1405. pyopengl-4.0.0a4/OpenGL/GL/SGIX/depth_pass_instrument.pyi +9 -0
  1406. pyopengl-4.0.0a4/OpenGL/GL/SGIX/depth_texture.py +38 -0
  1407. pyopengl-4.0.0a4/OpenGL/GL/SGIX/depth_texture.pyi +13 -0
  1408. pyopengl-4.0.0a4/OpenGL/GL/SGIX/flush_raster.py +42 -0
  1409. pyopengl-4.0.0a4/OpenGL/GL/SGIX/flush_raster.pyi +11 -0
  1410. pyopengl-4.0.0a4/OpenGL/GL/SGIX/fog_offset.py +44 -0
  1411. pyopengl-4.0.0a4/OpenGL/GL/SGIX/fog_offset.pyi +12 -0
  1412. pyopengl-4.0.0a4/OpenGL/GL/SGIX/fragment_lighting.py +32 -0
  1413. pyopengl-4.0.0a4/OpenGL/GL/SGIX/fragment_lighting.pyi +50 -0
  1414. pyopengl-4.0.0a4/OpenGL/GL/SGIX/framezoom.py +51 -0
  1415. pyopengl-4.0.0a4/OpenGL/GL/SGIX/framezoom.pyi +15 -0
  1416. pyopengl-4.0.0a4/OpenGL/GL/SGIX/igloo_interface.py +33 -0
  1417. pyopengl-4.0.0a4/OpenGL/GL/SGIX/igloo_interface.pyi +12 -0
  1418. pyopengl-4.0.0a4/OpenGL/GL/SGIX/instruments.py +62 -0
  1419. pyopengl-4.0.0a4/OpenGL/GL/SGIX/instruments.pyi +20 -0
  1420. pyopengl-4.0.0a4/OpenGL/GL/SGIX/interlace.py +37 -0
  1421. pyopengl-4.0.0a4/OpenGL/GL/SGIX/interlace.pyi +11 -0
  1422. pyopengl-4.0.0a4/OpenGL/GL/SGIX/ir_instrument1.py +30 -0
  1423. pyopengl-4.0.0a4/OpenGL/GL/SGIX/ir_instrument1.pyi +11 -0
  1424. pyopengl-4.0.0a4/OpenGL/GL/SGIX/list_priority.py +35 -0
  1425. pyopengl-4.0.0a4/OpenGL/GL/SGIX/list_priority.pyi +19 -0
  1426. pyopengl-4.0.0a4/OpenGL/GL/SGIX/pixel_texture.py +36 -0
  1427. pyopengl-4.0.0a4/OpenGL/GL/SGIX/pixel_texture.pyi +14 -0
  1428. pyopengl-4.0.0a4/OpenGL/GL/SGIX/pixel_tiles.py +62 -0
  1429. pyopengl-4.0.0a4/OpenGL/GL/SGIX/pixel_tiles.pyi +18 -0
  1430. pyopengl-4.0.0a4/OpenGL/GL/SGIX/polynomial_ffd.py +43 -0
  1431. pyopengl-4.0.0a4/OpenGL/GL/SGIX/polynomial_ffd.pyi +22 -0
  1432. pyopengl-4.0.0a4/OpenGL/GL/SGIX/reference_plane.py +50 -0
  1433. pyopengl-4.0.0a4/OpenGL/GL/SGIX/reference_plane.pyi +15 -0
  1434. pyopengl-4.0.0a4/OpenGL/GL/SGIX/resample.py +47 -0
  1435. pyopengl-4.0.0a4/OpenGL/GL/SGIX/resample.pyi +15 -0
  1436. pyopengl-4.0.0a4/OpenGL/GL/SGIX/scalebias_hint.py +34 -0
  1437. pyopengl-4.0.0a4/OpenGL/GL/SGIX/scalebias_hint.pyi +11 -0
  1438. pyopengl-4.0.0a4/OpenGL/GL/SGIX/shadow.py +35 -0
  1439. pyopengl-4.0.0a4/OpenGL/GL/SGIX/shadow.pyi +14 -0
  1440. pyopengl-4.0.0a4/OpenGL/GL/SGIX/shadow_ambient.py +37 -0
  1441. pyopengl-4.0.0a4/OpenGL/GL/SGIX/shadow_ambient.pyi +11 -0
  1442. pyopengl-4.0.0a4/OpenGL/GL/SGIX/sprite.py +77 -0
  1443. pyopengl-4.0.0a4/OpenGL/GL/SGIX/sprite.pyi +23 -0
  1444. pyopengl-4.0.0a4/OpenGL/GL/SGIX/subsample.py +56 -0
  1445. pyopengl-4.0.0a4/OpenGL/GL/SGIX/subsample.pyi +15 -0
  1446. pyopengl-4.0.0a4/OpenGL/GL/SGIX/tag_sample_buffer.py +36 -0
  1447. pyopengl-4.0.0a4/OpenGL/GL/SGIX/tag_sample_buffer.pyi +11 -0
  1448. pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_add_env.py +38 -0
  1449. pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_add_env.pyi +11 -0
  1450. pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_coordinate_clamp.py +35 -0
  1451. pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_coordinate_clamp.pyi +13 -0
  1452. pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_lod_bias.py +47 -0
  1453. pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_lod_bias.pyi +13 -0
  1454. pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_multi_buffer.py +57 -0
  1455. pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_multi_buffer.pyi +11 -0
  1456. pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_scale_bias.py +42 -0
  1457. pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_scale_bias.pyi +14 -0
  1458. pyopengl-4.0.0a4/OpenGL/GL/SGIX/vertex_preclip.py +43 -0
  1459. pyopengl-4.0.0a4/OpenGL/GL/SGIX/vertex_preclip.pyi +12 -0
  1460. pyopengl-4.0.0a4/OpenGL/GL/SGIX/ycrcb.py +56 -0
  1461. pyopengl-4.0.0a4/OpenGL/GL/SGIX/ycrcb.pyi +12 -0
  1462. pyopengl-4.0.0a4/OpenGL/GL/SGIX/ycrcb_subsample.py +31 -0
  1463. pyopengl-4.0.0a4/OpenGL/GL/SGIX/ycrcb_subsample.pyi +9 -0
  1464. pyopengl-4.0.0a4/OpenGL/GL/SGIX/ycrcba.py +51 -0
  1465. pyopengl-4.0.0a4/OpenGL/GL/SGIX/ycrcba.pyi +12 -0
  1466. pyopengl-4.0.0a4/OpenGL/GL/SUN/convolution_border_modes.py +32 -0
  1467. pyopengl-4.0.0a4/OpenGL/GL/SUN/convolution_border_modes.pyi +11 -0
  1468. pyopengl-4.0.0a4/OpenGL/GL/SUN/global_alpha.py +53 -0
  1469. pyopengl-4.0.0a4/OpenGL/GL/SUN/global_alpha.pyi +21 -0
  1470. pyopengl-4.0.0a4/OpenGL/GL/SUN/mesh_array.py +37 -0
  1471. pyopengl-4.0.0a4/OpenGL/GL/SUN/mesh_array.pyi +14 -0
  1472. pyopengl-4.0.0a4/OpenGL/GL/SUN/slice_accum.py +34 -0
  1473. pyopengl-4.0.0a4/OpenGL/GL/SUN/slice_accum.pyi +11 -0
  1474. pyopengl-4.0.0a4/OpenGL/GL/SUN/triangle_list.py +70 -0
  1475. pyopengl-4.0.0a4/OpenGL/GL/SUN/triangle_list.pyi +36 -0
  1476. pyopengl-4.0.0a4/OpenGL/GL/SUN/vertex.py +32 -0
  1477. pyopengl-4.0.0a4/OpenGL/GL/SUN/vertex.pyi +51 -0
  1478. pyopengl-4.0.0a4/OpenGL/GL/SUNX/constant_data.py +36 -0
  1479. pyopengl-4.0.0a4/OpenGL/GL/SUNX/constant_data.pyi +14 -0
  1480. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_0.py +59 -0
  1481. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_0.pyi +742 -0
  1482. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_1.py +104 -0
  1483. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_1.pyi +153 -0
  1484. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_2.py +57 -0
  1485. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_2.pyi +61 -0
  1486. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_3.py +153 -0
  1487. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_3.pyi +160 -0
  1488. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_4.py +117 -0
  1489. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_4.pyi +116 -0
  1490. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_5.py +161 -0
  1491. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_5.pyi +81 -0
  1492. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_2_0.py +542 -0
  1493. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_2_0.pyi +190 -0
  1494. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_2_1.py +32 -0
  1495. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_2_1.pyi +41 -0
  1496. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_0.py +167 -0
  1497. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_0.pyi +333 -0
  1498. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_1.py +32 -0
  1499. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_1.pyi +88 -0
  1500. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_2.py +32 -0
  1501. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_2.pyi +95 -0
  1502. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_3.py +31 -0
  1503. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_3.pyi +86 -0
  1504. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_0.py +43 -0
  1505. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_0.pyi +136 -0
  1506. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_1.py +83 -0
  1507. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_1.pyi +135 -0
  1508. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_2.py +54 -0
  1509. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_2.pyi +136 -0
  1510. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_3.py +93 -0
  1511. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_3.pyi +318 -0
  1512. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_4.py +39 -0
  1513. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_4.pyi +46 -0
  1514. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_5.py +73 -0
  1515. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_5.pyi +184 -0
  1516. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_6.py +28 -0
  1517. pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_6.pyi +42 -0
  1518. pyopengl-4.0.0a4/OpenGL/GL/WIN/phong_shading.py +43 -0
  1519. pyopengl-4.0.0a4/OpenGL/GL/WIN/phong_shading.pyi +12 -0
  1520. pyopengl-4.0.0a4/OpenGL/GL/WIN/specular_fog.py +54 -0
  1521. pyopengl-4.0.0a4/OpenGL/GL/WIN/specular_fog.pyi +11 -0
  1522. pyopengl-4.0.0a4/OpenGL/GL/__init__.pyi +14134 -0
  1523. pyopengl-4.0.0a4/OpenGL/GL/exceptional.py +299 -0
  1524. pyopengl-4.0.0a4/OpenGL/GL/feedback.py +87 -0
  1525. pyopengl-4.0.0a4/OpenGL/GL/images.py +636 -0
  1526. pyopengl-4.0.0a4/OpenGL/GL/pointers.py +319 -0
  1527. pyopengl-4.0.0a4/OpenGL/GL/shaders.py +356 -0
  1528. pyopengl-4.0.0a4/OpenGL/GLES1/AMD/compressed_3DC_texture.py +77 -0
  1529. pyopengl-4.0.0a4/OpenGL/GLES1/AMD/compressed_3DC_texture.pyi +12 -0
  1530. pyopengl-4.0.0a4/OpenGL/GLES1/AMD/compressed_ATC_texture.py +40 -0
  1531. pyopengl-4.0.0a4/OpenGL/GLES1/AMD/compressed_ATC_texture.pyi +13 -0
  1532. pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/copy_texture_levels.py +53 -0
  1533. pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/copy_texture_levels.pyi +11 -0
  1534. pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/framebuffer_multisample.py +55 -0
  1535. pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/framebuffer_multisample.pyi +20 -0
  1536. pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/sync.py +49 -0
  1537. pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/sync.pyi +35 -0
  1538. pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/texture_2D_limited_npot.py +46 -0
  1539. pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/texture_2D_limited_npot.pyi +9 -0
  1540. pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/texture_format_BGRA8888.py +33 -0
  1541. pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/texture_format_BGRA8888.pyi +12 -0
  1542. pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/texture_max_level.py +34 -0
  1543. pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/texture_max_level.pyi +11 -0
  1544. pyopengl-4.0.0a4/OpenGL/GLES1/ARM/rgba8.py +32 -0
  1545. pyopengl-4.0.0a4/OpenGL/GLES1/ARM/rgba8.pyi +9 -0
  1546. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/blend_minmax.py +39 -0
  1547. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/blend_minmax.pyi +16 -0
  1548. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/debug_marker.py +42 -0
  1549. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/debug_marker.pyi +14 -0
  1550. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/discard_framebuffer.py +53 -0
  1551. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/discard_framebuffer.pyi +16 -0
  1552. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/map_buffer_range.py +50 -0
  1553. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/map_buffer_range.pyi +19 -0
  1554. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/multi_draw_arrays.py +38 -0
  1555. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/multi_draw_arrays.pyi +13 -0
  1556. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/multisampled_render_to_texture.py +55 -0
  1557. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/multisampled_render_to_texture.pyi +17 -0
  1558. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/read_format_bgra.py +50 -0
  1559. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/read_format_bgra.pyi +13 -0
  1560. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/robustness.py +82 -0
  1561. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/robustness.pyi +24 -0
  1562. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/sRGB.py +58 -0
  1563. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/sRGB.pyi +14 -0
  1564. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_compression_dxt1.py +56 -0
  1565. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_compression_dxt1.pyi +12 -0
  1566. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_filter_anisotropic.py +68 -0
  1567. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_filter_anisotropic.pyi +12 -0
  1568. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_format_BGRA8888.py +62 -0
  1569. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_format_BGRA8888.pyi +11 -0
  1570. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_lod_bias.py +45 -0
  1571. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_lod_bias.pyi +13 -0
  1572. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_storage.py +49 -0
  1573. pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_storage.pyi +40 -0
  1574. pyopengl-4.0.0a4/OpenGL/GLES1/IMG/multisampled_render_to_texture.py +55 -0
  1575. pyopengl-4.0.0a4/OpenGL/GLES1/IMG/multisampled_render_to_texture.pyi +17 -0
  1576. pyopengl-4.0.0a4/OpenGL/GLES1/IMG/read_format.py +49 -0
  1577. pyopengl-4.0.0a4/OpenGL/GLES1/IMG/read_format.pyi +12 -0
  1578. pyopengl-4.0.0a4/OpenGL/GLES1/IMG/texture_compression_pvrtc.py +40 -0
  1579. pyopengl-4.0.0a4/OpenGL/GLES1/IMG/texture_compression_pvrtc.pyi +14 -0
  1580. pyopengl-4.0.0a4/OpenGL/GLES1/IMG/texture_env_enhanced_fixed_function.py +37 -0
  1581. pyopengl-4.0.0a4/OpenGL/GLES1/IMG/texture_env_enhanced_fixed_function.pyi +17 -0
  1582. pyopengl-4.0.0a4/OpenGL/GLES1/IMG/user_clip_plane.py +31 -0
  1583. pyopengl-4.0.0a4/OpenGL/GLES1/IMG/user_clip_plane.pyi +21 -0
  1584. pyopengl-4.0.0a4/OpenGL/GLES1/KHR/debug.py +148 -0
  1585. pyopengl-4.0.0a4/OpenGL/GLES1/KHR/debug.pyi +115 -0
  1586. pyopengl-4.0.0a4/OpenGL/GLES1/NV/fence.py +57 -0
  1587. pyopengl-4.0.0a4/OpenGL/GLES1/NV/fence.pyi +22 -0
  1588. pyopengl-4.0.0a4/OpenGL/GLES1/OES/EGL_image.py +47 -0
  1589. pyopengl-4.0.0a4/OpenGL/GLES1/OES/EGL_image.pyi +12 -0
  1590. pyopengl-4.0.0a4/OpenGL/GLES1/OES/EGL_image_external.py +41 -0
  1591. pyopengl-4.0.0a4/OpenGL/GLES1/OES/EGL_image_external.pyi +16 -0
  1592. pyopengl-4.0.0a4/OpenGL/GLES1/OES/blend_equation_separate.py +34 -0
  1593. pyopengl-4.0.0a4/OpenGL/GLES1/OES/blend_equation_separate.pyi +14 -0
  1594. pyopengl-4.0.0a4/OpenGL/GLES1/OES/blend_func_separate.py +35 -0
  1595. pyopengl-4.0.0a4/OpenGL/GLES1/OES/blend_func_separate.pyi +16 -0
  1596. pyopengl-4.0.0a4/OpenGL/GLES1/OES/blend_subtract.py +40 -0
  1597. pyopengl-4.0.0a4/OpenGL/GLES1/OES/blend_subtract.pyi +16 -0
  1598. pyopengl-4.0.0a4/OpenGL/GLES1/OES/byte_coordinates.py +34 -0
  1599. pyopengl-4.0.0a4/OpenGL/GLES1/OES/byte_coordinates.pyi +35 -0
  1600. pyopengl-4.0.0a4/OpenGL/GLES1/OES/compressed_ETC1_RGB8_sub_texture.py +27 -0
  1601. pyopengl-4.0.0a4/OpenGL/GLES1/OES/compressed_ETC1_RGB8_sub_texture.pyi +9 -0
  1602. pyopengl-4.0.0a4/OpenGL/GLES1/OES/compressed_ETC1_RGB8_texture.py +41 -0
  1603. pyopengl-4.0.0a4/OpenGL/GLES1/OES/compressed_ETC1_RGB8_texture.pyi +11 -0
  1604. pyopengl-4.0.0a4/OpenGL/GLES1/OES/compressed_paletted_texture.py +64 -0
  1605. pyopengl-4.0.0a4/OpenGL/GLES1/OES/compressed_paletted_texture.pyi +20 -0
  1606. pyopengl-4.0.0a4/OpenGL/GLES1/OES/depth24.py +32 -0
  1607. pyopengl-4.0.0a4/OpenGL/GLES1/OES/depth24.pyi +11 -0
  1608. pyopengl-4.0.0a4/OpenGL/GLES1/OES/depth32.py +32 -0
  1609. pyopengl-4.0.0a4/OpenGL/GLES1/OES/depth32.pyi +11 -0
  1610. pyopengl-4.0.0a4/OpenGL/GLES1/OES/draw_texture.py +52 -0
  1611. pyopengl-4.0.0a4/OpenGL/GLES1/OES/draw_texture.pyi +21 -0
  1612. pyopengl-4.0.0a4/OpenGL/GLES1/OES/element_index_uint.py +33 -0
  1613. pyopengl-4.0.0a4/OpenGL/GLES1/OES/element_index_uint.pyi +11 -0
  1614. pyopengl-4.0.0a4/OpenGL/GLES1/OES/extended_matrix_palette.py +56 -0
  1615. pyopengl-4.0.0a4/OpenGL/GLES1/OES/extended_matrix_palette.pyi +9 -0
  1616. pyopengl-4.0.0a4/OpenGL/GLES1/OES/fbo_render_mipmap.py +38 -0
  1617. pyopengl-4.0.0a4/OpenGL/GLES1/OES/fbo_render_mipmap.pyi +9 -0
  1618. pyopengl-4.0.0a4/OpenGL/GLES1/OES/fixed_point.py +59 -0
  1619. pyopengl-4.0.0a4/OpenGL/GLES1/OES/fixed_point.pyi +120 -0
  1620. pyopengl-4.0.0a4/OpenGL/GLES1/OES/framebuffer_object.py +115 -0
  1621. pyopengl-4.0.0a4/OpenGL/GLES1/OES/framebuffer_object.pyi +60 -0
  1622. pyopengl-4.0.0a4/OpenGL/GLES1/OES/mapbuffer.py +32 -0
  1623. pyopengl-4.0.0a4/OpenGL/GLES1/OES/mapbuffer.pyi +19 -0
  1624. pyopengl-4.0.0a4/OpenGL/GLES1/OES/matrix_get.py +52 -0
  1625. pyopengl-4.0.0a4/OpenGL/GLES1/OES/matrix_get.pyi +13 -0
  1626. pyopengl-4.0.0a4/OpenGL/GLES1/OES/matrix_palette.py +53 -0
  1627. pyopengl-4.0.0a4/OpenGL/GLES1/OES/matrix_palette.pyi +32 -0
  1628. pyopengl-4.0.0a4/OpenGL/GLES1/OES/packed_depth_stencil.py +65 -0
  1629. pyopengl-4.0.0a4/OpenGL/GLES1/OES/packed_depth_stencil.pyi +13 -0
  1630. pyopengl-4.0.0a4/OpenGL/GLES1/OES/point_size_array.py +43 -0
  1631. pyopengl-4.0.0a4/OpenGL/GLES1/OES/point_size_array.pyi +18 -0
  1632. pyopengl-4.0.0a4/OpenGL/GLES1/OES/point_sprite.py +47 -0
  1633. pyopengl-4.0.0a4/OpenGL/GLES1/OES/point_sprite.pyi +12 -0
  1634. pyopengl-4.0.0a4/OpenGL/GLES1/OES/query_matrix.py +39 -0
  1635. pyopengl-4.0.0a4/OpenGL/GLES1/OES/query_matrix.pyi +12 -0
  1636. pyopengl-4.0.0a4/OpenGL/GLES1/OES/read_format.py +40 -0
  1637. pyopengl-4.0.0a4/OpenGL/GLES1/OES/read_format.pyi +12 -0
  1638. pyopengl-4.0.0a4/OpenGL/GLES1/OES/required_internalformat.py +77 -0
  1639. pyopengl-4.0.0a4/OpenGL/GLES1/OES/required_internalformat.pyi +25 -0
  1640. pyopengl-4.0.0a4/OpenGL/GLES1/OES/rgb8_rgba8.py +32 -0
  1641. pyopengl-4.0.0a4/OpenGL/GLES1/OES/rgb8_rgba8.pyi +12 -0
  1642. pyopengl-4.0.0a4/OpenGL/GLES1/OES/single_precision.py +35 -0
  1643. pyopengl-4.0.0a4/OpenGL/GLES1/OES/single_precision.pyi +17 -0
  1644. pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil1.py +32 -0
  1645. pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil1.pyi +11 -0
  1646. pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil4.py +32 -0
  1647. pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil4.pyi +11 -0
  1648. pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil8.py +32 -0
  1649. pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil8.pyi +11 -0
  1650. pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil_wrap.py +27 -0
  1651. pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil_wrap.pyi +12 -0
  1652. pyopengl-4.0.0a4/OpenGL/GLES1/OES/surfaceless_context.py +37 -0
  1653. pyopengl-4.0.0a4/OpenGL/GLES1/OES/surfaceless_context.pyi +11 -0
  1654. pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_cube_map.py +80 -0
  1655. pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_cube_map.pyi +34 -0
  1656. pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_env_crossbar.py +36 -0
  1657. pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_env_crossbar.pyi +9 -0
  1658. pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_mirrored_repeat.py +38 -0
  1659. pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_mirrored_repeat.pyi +11 -0
  1660. pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_npot.py +44 -0
  1661. pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_npot.pyi +9 -0
  1662. pyopengl-4.0.0a4/OpenGL/GLES1/OES/vertex_array_object.py +37 -0
  1663. pyopengl-4.0.0a4/OpenGL/GLES1/OES/vertex_array_object.pyi +17 -0
  1664. pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/driver_control.py +45 -0
  1665. pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/driver_control.pyi +15 -0
  1666. pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/extended_get.py +34 -0
  1667. pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/extended_get.pyi +31 -0
  1668. pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/extended_get2.py +34 -0
  1669. pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/extended_get2.pyi +15 -0
  1670. pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/perfmon_global_mode.py +27 -0
  1671. pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/perfmon_global_mode.pyi +11 -0
  1672. pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/tiled_rendering.py +103 -0
  1673. pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/tiled_rendering.pyi +45 -0
  1674. pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/writeonly_rendering.py +30 -0
  1675. pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/writeonly_rendering.pyi +11 -0
  1676. pyopengl-4.0.0a4/OpenGL/GLES1/VERSION/GLES1_1_0.py +60 -0
  1677. pyopengl-4.0.0a4/OpenGL/GLES1/VERSION/GLES1_1_0.pyi +489 -0
  1678. pyopengl-4.0.0a4/OpenGL/GLES1/__init__.py +11 -0
  1679. pyopengl-4.0.0a4/OpenGL/GLES1/__init__.pyi +1981 -0
  1680. pyopengl-4.0.0a4/OpenGL/GLES2/AMD/compressed_3DC_texture.py +77 -0
  1681. pyopengl-4.0.0a4/OpenGL/GLES2/AMD/compressed_3DC_texture.pyi +12 -0
  1682. pyopengl-4.0.0a4/OpenGL/GLES2/AMD/compressed_ATC_texture.py +40 -0
  1683. pyopengl-4.0.0a4/OpenGL/GLES2/AMD/compressed_ATC_texture.pyi +13 -0
  1684. pyopengl-4.0.0a4/OpenGL/GLES2/AMD/framebuffer_multisample_advanced.py +50 -0
  1685. pyopengl-4.0.0a4/OpenGL/GLES2/AMD/framebuffer_multisample_advanced.pyi +19 -0
  1686. pyopengl-4.0.0a4/OpenGL/GLES2/AMD/performance_monitor.py +36 -0
  1687. pyopengl-4.0.0a4/OpenGL/GLES2/AMD/performance_monitor.pyi +30 -0
  1688. pyopengl-4.0.0a4/OpenGL/GLES2/AMD/program_binary_Z400.py +46 -0
  1689. pyopengl-4.0.0a4/OpenGL/GLES2/AMD/program_binary_Z400.pyi +11 -0
  1690. pyopengl-4.0.0a4/OpenGL/GLES2/ANDROID/extension_pack_es31a.py +41 -0
  1691. pyopengl-4.0.0a4/OpenGL/GLES2/ANDROID/extension_pack_es31a.pyi +9 -0
  1692. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/depth_texture.py +40 -0
  1693. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/depth_texture.pyi +18 -0
  1694. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/framebuffer_blit.py +36 -0
  1695. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/framebuffer_blit.pyi +16 -0
  1696. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/framebuffer_multisample.py +52 -0
  1697. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/framebuffer_multisample.pyi +15 -0
  1698. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/instanced_arrays.py +50 -0
  1699. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/instanced_arrays.pyi +16 -0
  1700. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/pack_reverse_row_order.py +41 -0
  1701. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/pack_reverse_row_order.pyi +11 -0
  1702. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/program_binary.py +33 -0
  1703. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/program_binary.pyi +11 -0
  1704. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/texture_compression_dxt3.py +27 -0
  1705. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/texture_compression_dxt3.pyi +11 -0
  1706. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/texture_compression_dxt5.py +27 -0
  1707. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/texture_compression_dxt5.pyi +11 -0
  1708. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/texture_usage.py +43 -0
  1709. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/texture_usage.pyi +12 -0
  1710. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/translated_shader_source.py +38 -0
  1711. pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/translated_shader_source.pyi +14 -0
  1712. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/clip_distance.py +34 -0
  1713. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/clip_distance.pyi +19 -0
  1714. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/color_buffer_packed_float.py +33 -0
  1715. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/color_buffer_packed_float.pyi +9 -0
  1716. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/copy_texture_levels.py +53 -0
  1717. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/copy_texture_levels.pyi +11 -0
  1718. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/framebuffer_multisample.py +55 -0
  1719. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/framebuffer_multisample.pyi +20 -0
  1720. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/rgb_422.py +68 -0
  1721. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/rgb_422.pyi +14 -0
  1722. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/sync.py +49 -0
  1723. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/sync.pyi +35 -0
  1724. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/texture_format_BGRA8888.py +33 -0
  1725. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/texture_format_BGRA8888.pyi +12 -0
  1726. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/texture_max_level.py +34 -0
  1727. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/texture_max_level.pyi +11 -0
  1728. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/texture_packed_float.py +49 -0
  1729. pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/texture_packed_float.pyi +14 -0
  1730. pyopengl-4.0.0a4/OpenGL/GLES2/ARM/mali_program_binary.py +38 -0
  1731. pyopengl-4.0.0a4/OpenGL/GLES2/ARM/mali_program_binary.pyi +11 -0
  1732. pyopengl-4.0.0a4/OpenGL/GLES2/ARM/mali_shader_binary.py +38 -0
  1733. pyopengl-4.0.0a4/OpenGL/GLES2/ARM/mali_shader_binary.pyi +11 -0
  1734. pyopengl-4.0.0a4/OpenGL/GLES2/ARM/rgba8.py +32 -0
  1735. pyopengl-4.0.0a4/OpenGL/GLES2/ARM/rgba8.pyi +9 -0
  1736. pyopengl-4.0.0a4/OpenGL/GLES2/ARM/shader_core_properties.py +49 -0
  1737. pyopengl-4.0.0a4/OpenGL/GLES2/ARM/shader_core_properties.pyi +19 -0
  1738. pyopengl-4.0.0a4/OpenGL/GLES2/ARM/shader_framebuffer_fetch.py +41 -0
  1739. pyopengl-4.0.0a4/OpenGL/GLES2/ARM/shader_framebuffer_fetch.pyi +12 -0
  1740. pyopengl-4.0.0a4/OpenGL/GLES2/ARM/shader_framebuffer_fetch_depth_stencil.py +42 -0
  1741. pyopengl-4.0.0a4/OpenGL/GLES2/ARM/shader_framebuffer_fetch_depth_stencil.pyi +9 -0
  1742. pyopengl-4.0.0a4/OpenGL/GLES2/ARM/texture_unnormalized_coordinates.py +41 -0
  1743. pyopengl-4.0.0a4/OpenGL/GLES2/ARM/texture_unnormalized_coordinates.pyi +11 -0
  1744. pyopengl-4.0.0a4/OpenGL/GLES2/DMP/program_binary.py +32 -0
  1745. pyopengl-4.0.0a4/OpenGL/GLES2/DMP/program_binary.pyi +13 -0
  1746. pyopengl-4.0.0a4/OpenGL/GLES2/DMP/shader_binary.py +32 -0
  1747. pyopengl-4.0.0a4/OpenGL/GLES2/DMP/shader_binary.pyi +11 -0
  1748. pyopengl-4.0.0a4/OpenGL/GLES2/ES/VERSION_3_2.py +39 -0
  1749. pyopengl-4.0.0a4/OpenGL/GLES2/ES/VERSION_3_2.pyi +269 -0
  1750. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/EGL_image_array.py +38 -0
  1751. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/EGL_image_array.pyi +9 -0
  1752. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/EGL_image_storage.py +49 -0
  1753. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/EGL_image_storage.pyi +13 -0
  1754. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/EGL_image_storage_compression.py +38 -0
  1755. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/EGL_image_storage_compression.pyi +13 -0
  1756. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/YUV_target.py +45 -0
  1757. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/YUV_target.pyi +14 -0
  1758. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/base_instance.py +48 -0
  1759. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/base_instance.pyi +14 -0
  1760. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/blend_func_extended.py +57 -0
  1761. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/blend_func_extended.pyi +23 -0
  1762. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/blend_minmax.py +39 -0
  1763. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/blend_minmax.pyi +16 -0
  1764. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/buffer_storage.py +49 -0
  1765. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/buffer_storage.pyi +22 -0
  1766. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/clear_texture.py +57 -0
  1767. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/clear_texture.pyi +13 -0
  1768. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/clip_control.py +39 -0
  1769. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/clip_control.pyi +18 -0
  1770. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/clip_cull_distance.py +34 -0
  1771. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/clip_cull_distance.pyi +21 -0
  1772. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/color_buffer_float.py +32 -0
  1773. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/color_buffer_float.pyi +9 -0
  1774. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/color_buffer_half_float.py +37 -0
  1775. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/color_buffer_half_float.pyi +16 -0
  1776. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/conservative_depth.py +43 -0
  1777. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/conservative_depth.pyi +9 -0
  1778. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/copy_image.py +49 -0
  1779. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/copy_image.pyi +11 -0
  1780. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/debug_label.py +42 -0
  1781. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/debug_label.pyi +22 -0
  1782. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/debug_marker.py +42 -0
  1783. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/debug_marker.pyi +14 -0
  1784. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/depth_clamp.py +58 -0
  1785. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/depth_clamp.pyi +11 -0
  1786. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/discard_framebuffer.py +53 -0
  1787. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/discard_framebuffer.pyi +16 -0
  1788. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/disjoint_timer_query.py +55 -0
  1789. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/disjoint_timer_query.pyi +31 -0
  1790. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_buffers.py +57 -0
  1791. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_buffers.pyi +47 -0
  1792. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_buffers_indexed.py +47 -0
  1793. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_buffers_indexed.pyi +47 -0
  1794. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_elements_base_vertex.py +89 -0
  1795. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_elements_base_vertex.pyi +15 -0
  1796. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_instanced.py +34 -0
  1797. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_instanced.pyi +13 -0
  1798. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_transform_feedback.py +38 -0
  1799. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_transform_feedback.pyi +12 -0
  1800. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/external_buffer.py +66 -0
  1801. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/external_buffer.pyi +12 -0
  1802. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/float_blend.py +33 -0
  1803. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/float_blend.pyi +9 -0
  1804. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/fragment_shading_rate.py +27 -0
  1805. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/fragment_shading_rate.pyi +42 -0
  1806. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/framebuffer_blit_layers.py +32 -0
  1807. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/framebuffer_blit_layers.pyi +12 -0
  1808. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/geometry_point_size.py +27 -0
  1809. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/geometry_point_size.pyi +9 -0
  1810. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/geometry_shader.py +74 -0
  1811. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/geometry_shader.pyi +45 -0
  1812. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/gpu_shader5.py +66 -0
  1813. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/gpu_shader5.pyi +9 -0
  1814. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/instanced_arrays.py +50 -0
  1815. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/instanced_arrays.pyi +16 -0
  1816. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/map_buffer_range.py +50 -0
  1817. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/map_buffer_range.pyi +19 -0
  1818. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/memory_object.py +29 -0
  1819. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/memory_object.pyi +42 -0
  1820. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/memory_object_fd.py +27 -0
  1821. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/memory_object_fd.pyi +13 -0
  1822. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/memory_object_win32.py +27 -0
  1823. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/memory_object_win32.pyi +23 -0
  1824. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multi_draw_arrays.py +38 -0
  1825. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multi_draw_arrays.pyi +13 -0
  1826. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multi_draw_indirect.py +43 -0
  1827. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multi_draw_indirect.pyi +13 -0
  1828. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multisampled_compatibility.py +27 -0
  1829. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multisampled_compatibility.pyi +12 -0
  1830. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multisampled_render_to_texture.py +55 -0
  1831. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multisampled_render_to_texture.pyi +17 -0
  1832. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multisampled_render_to_texture2.py +41 -0
  1833. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multisampled_render_to_texture2.pyi +9 -0
  1834. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_draw_buffers.py +58 -0
  1835. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_draw_buffers.pyi +20 -0
  1836. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_tessellation_geometry_shader.py +52 -0
  1837. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_tessellation_geometry_shader.pyi +9 -0
  1838. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_texture_multisample.py +56 -0
  1839. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_texture_multisample.pyi +9 -0
  1840. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_timer_query.py +36 -0
  1841. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_timer_query.pyi +9 -0
  1842. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/occlusion_query_boolean.py +44 -0
  1843. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/occlusion_query_boolean.pyi +24 -0
  1844. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/polygon_offset_clamp.py +39 -0
  1845. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/polygon_offset_clamp.pyi +13 -0
  1846. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/post_depth_coverage.py +41 -0
  1847. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/post_depth_coverage.pyi +9 -0
  1848. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/primitive_bounding_box.py +55 -0
  1849. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/primitive_bounding_box.pyi +13 -0
  1850. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/protected_textures.py +55 -0
  1851. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/protected_textures.pyi +12 -0
  1852. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/pvrtc_sRGB.py +58 -0
  1853. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/pvrtc_sRGB.pyi +16 -0
  1854. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/raster_multisample.py +46 -0
  1855. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/raster_multisample.pyi +18 -0
  1856. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/read_format_bgra.py +50 -0
  1857. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/read_format_bgra.pyi +13 -0
  1858. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/render_snorm.py +35 -0
  1859. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/render_snorm.pyi +18 -0
  1860. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/robustness.py +82 -0
  1861. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/robustness.pyi +24 -0
  1862. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sRGB.py +58 -0
  1863. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sRGB.pyi +14 -0
  1864. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sRGB_write_control.py +37 -0
  1865. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sRGB_write_control.pyi +11 -0
  1866. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/semaphore.py +36 -0
  1867. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/semaphore.pyi +34 -0
  1868. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/semaphore_fd.py +27 -0
  1869. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/semaphore_fd.pyi +13 -0
  1870. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/semaphore_win32.py +27 -0
  1871. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/semaphore_win32.pyi +21 -0
  1872. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/separate_depth_stencil.py +32 -0
  1873. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/separate_depth_stencil.pyi +9 -0
  1874. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/separate_shader_objects.py +51 -0
  1875. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/separate_shader_objects.pyi +65 -0
  1876. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_framebuffer_fetch.py +62 -0
  1877. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_framebuffer_fetch.pyi +11 -0
  1878. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_framebuffer_fetch_non_coherent.py +27 -0
  1879. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_framebuffer_fetch_non_coherent.pyi +13 -0
  1880. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_group_vote.py +81 -0
  1881. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_group_vote.pyi +9 -0
  1882. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_implicit_conversions.py +34 -0
  1883. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_implicit_conversions.pyi +9 -0
  1884. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_integer_mix.py +34 -0
  1885. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_integer_mix.pyi +9 -0
  1886. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_io_blocks.py +53 -0
  1887. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_io_blocks.pyi +9 -0
  1888. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_non_constant_global_initializers.py +34 -0
  1889. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_non_constant_global_initializers.pyi +9 -0
  1890. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_pixel_local_storage.py +54 -0
  1891. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_pixel_local_storage.pyi +13 -0
  1892. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_pixel_local_storage2.py +44 -0
  1893. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_pixel_local_storage2.pyi +18 -0
  1894. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_samples_identical.py +56 -0
  1895. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_samples_identical.pyi +9 -0
  1896. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_texture_lod.py +96 -0
  1897. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_texture_lod.pyi +9 -0
  1898. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shadow_samplers.py +33 -0
  1899. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shadow_samplers.pyi +14 -0
  1900. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sparse_texture.py +46 -0
  1901. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sparse_texture.pyi +28 -0
  1902. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sparse_texture2.py +57 -0
  1903. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sparse_texture2.pyi +9 -0
  1904. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/tessellation_point_size.py +27 -0
  1905. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/tessellation_point_size.pyi +9 -0
  1906. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/tessellation_shader.py +104 -0
  1907. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/tessellation_shader.pyi +59 -0
  1908. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_border_clamp.py +48 -0
  1909. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_border_clamp.pyi +22 -0
  1910. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_buffer.py +67 -0
  1911. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_buffer.pyi +27 -0
  1912. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_astc_decode_mode.py +58 -0
  1913. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_astc_decode_mode.pyi +11 -0
  1914. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_bptc.py +44 -0
  1915. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_bptc.pyi +14 -0
  1916. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_dxt1.py +56 -0
  1917. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_dxt1.pyi +12 -0
  1918. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_rgtc.py +48 -0
  1919. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_rgtc.pyi +14 -0
  1920. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_s3tc.py +38 -0
  1921. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_s3tc.pyi +14 -0
  1922. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_s3tc_srgb.py +32 -0
  1923. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_s3tc_srgb.pyi +14 -0
  1924. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_cube_map_array.py +49 -0
  1925. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_cube_map_array.pyi +19 -0
  1926. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_filter_anisotropic.py +68 -0
  1927. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_filter_anisotropic.pyi +12 -0
  1928. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_filter_minmax.py +43 -0
  1929. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_filter_minmax.pyi +12 -0
  1930. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_format_BGRA8888.py +62 -0
  1931. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_format_BGRA8888.pyi +11 -0
  1932. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_format_sRGB_override.py +37 -0
  1933. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_format_sRGB_override.pyi +11 -0
  1934. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_mirror_clamp_to_edge.py +39 -0
  1935. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_mirror_clamp_to_edge.pyi +11 -0
  1936. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_norm16.py +36 -0
  1937. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_norm16.pyi +18 -0
  1938. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_query_lod.py +33 -0
  1939. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_query_lod.pyi +9 -0
  1940. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_rg.py +55 -0
  1941. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_rg.pyi +14 -0
  1942. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_sRGB_R8.py +33 -0
  1943. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_sRGB_R8.pyi +11 -0
  1944. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_sRGB_RG8.py +33 -0
  1945. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_sRGB_RG8.pyi +11 -0
  1946. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_sRGB_decode.py +45 -0
  1947. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_sRGB_decode.pyi +13 -0
  1948. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_shadow_lod.py +39 -0
  1949. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_shadow_lod.pyi +9 -0
  1950. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_storage.py +49 -0
  1951. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_storage.pyi +40 -0
  1952. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_storage_compression.py +38 -0
  1953. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_storage_compression.pyi +30 -0
  1954. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_type_2_10_10_10_REV.py +32 -0
  1955. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_type_2_10_10_10_REV.pyi +11 -0
  1956. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_view.py +56 -0
  1957. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_view.pyi +17 -0
  1958. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/unpack_subimage.py +35 -0
  1959. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/unpack_subimage.pyi +13 -0
  1960. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/win32_keyed_mutex.py +35 -0
  1961. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/win32_keyed_mutex.pyi +12 -0
  1962. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/window_rectangles.py +53 -0
  1963. pyopengl-4.0.0a4/OpenGL/GLES2/EXT/window_rectangles.pyi +19 -0
  1964. pyopengl-4.0.0a4/OpenGL/GLES2/FJ/shader_binary_GCCSO.py +32 -0
  1965. pyopengl-4.0.0a4/OpenGL/GLES2/FJ/shader_binary_GCCSO.pyi +11 -0
  1966. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/bindless_texture.py +48 -0
  1967. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/bindless_texture.pyi +17 -0
  1968. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/framebuffer_downsample.py +40 -0
  1969. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/framebuffer_downsample.pyi +17 -0
  1970. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/multisampled_render_to_texture.py +55 -0
  1971. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/multisampled_render_to_texture.pyi +17 -0
  1972. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/program_binary.py +33 -0
  1973. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/program_binary.pyi +11 -0
  1974. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/read_format.py +49 -0
  1975. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/read_format.pyi +12 -0
  1976. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/shader_binary.py +32 -0
  1977. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/shader_binary.pyi +11 -0
  1978. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/texture_compression_pvrtc.py +40 -0
  1979. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/texture_compression_pvrtc.pyi +14 -0
  1980. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/texture_compression_pvrtc2.py +40 -0
  1981. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/texture_compression_pvrtc2.pyi +12 -0
  1982. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/texture_filter_cubic.py +43 -0
  1983. pyopengl-4.0.0a4/OpenGL/GLES2/IMG/texture_filter_cubic.pyi +13 -0
  1984. pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/blackhole_render.py +38 -0
  1985. pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/blackhole_render.pyi +11 -0
  1986. pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/conservative_rasterization.py +45 -0
  1987. pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/conservative_rasterization.pyi +11 -0
  1988. pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/framebuffer_CMAA.py +46 -0
  1989. pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/framebuffer_CMAA.pyi +11 -0
  1990. pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/performance_query.py +70 -0
  1991. pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/performance_query.pyi +42 -0
  1992. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/blend_equation_advanced.py +89 -0
  1993. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/blend_equation_advanced.pyi +27 -0
  1994. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/blend_equation_advanced_coherent.py +27 -0
  1995. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/blend_equation_advanced_coherent.pyi +11 -0
  1996. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/context_flush_control.py +56 -0
  1997. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/context_flush_control.pyi +15 -0
  1998. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/debug.py +148 -0
  1999. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/debug.pyi +115 -0
  2000. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/no_error.py +38 -0
  2001. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/no_error.pyi +11 -0
  2002. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/parallel_shader_compile.py +36 -0
  2003. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/parallel_shader_compile.pyi +14 -0
  2004. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/robust_buffer_access_behavior.py +40 -0
  2005. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/robust_buffer_access_behavior.pyi +9 -0
  2006. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/robustness.py +85 -0
  2007. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/robustness.pyi +39 -0
  2008. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/shader_subgroup.py +49 -0
  2009. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/shader_subgroup.pyi +22 -0
  2010. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/texture_compression_astc_hdr.py +45 -0
  2011. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/texture_compression_astc_hdr.pyi +38 -0
  2012. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/texture_compression_astc_ldr.py +27 -0
  2013. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/texture_compression_astc_ldr.pyi +38 -0
  2014. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/texture_compression_astc_sliced_3d.py +41 -0
  2015. pyopengl-4.0.0a4/OpenGL/GLES2/KHR/texture_compression_astc_sliced_3d.pyi +9 -0
  2016. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/bgra.py +36 -0
  2017. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/bgra.pyi +12 -0
  2018. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/framebuffer_flip_x.py +46 -0
  2019. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/framebuffer_flip_x.pyi +11 -0
  2020. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/framebuffer_flip_y.py +42 -0
  2021. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/framebuffer_flip_y.pyi +15 -0
  2022. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/framebuffer_swap_xy.py +49 -0
  2023. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/framebuffer_swap_xy.pyi +11 -0
  2024. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/program_binary_formats.py +32 -0
  2025. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/program_binary_formats.pyi +11 -0
  2026. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/sampler_objects.py +41 -0
  2027. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/sampler_objects.pyi +23 -0
  2028. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/shader_integer_functions.py +67 -0
  2029. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/shader_integer_functions.pyi +9 -0
  2030. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/texture_const_bandwidth.py +38 -0
  2031. pyopengl-4.0.0a4/OpenGL/GLES2/MESA/texture_const_bandwidth.pyi +11 -0
  2032. pyopengl-4.0.0a4/OpenGL/GLES2/NV/bindless_texture.py +74 -0
  2033. pyopengl-4.0.0a4/OpenGL/GLES2/NV/bindless_texture.pyi +24 -0
  2034. pyopengl-4.0.0a4/OpenGL/GLES2/NV/blend_equation_advanced.py +103 -0
  2035. pyopengl-4.0.0a4/OpenGL/GLES2/NV/blend_equation_advanced.pyi +64 -0
  2036. pyopengl-4.0.0a4/OpenGL/GLES2/NV/blend_equation_advanced_coherent.py +27 -0
  2037. pyopengl-4.0.0a4/OpenGL/GLES2/NV/blend_equation_advanced_coherent.pyi +11 -0
  2038. pyopengl-4.0.0a4/OpenGL/GLES2/NV/blend_minmax_factor.py +45 -0
  2039. pyopengl-4.0.0a4/OpenGL/GLES2/NV/blend_minmax_factor.pyi +12 -0
  2040. pyopengl-4.0.0a4/OpenGL/GLES2/NV/clip_space_w_scaling.py +59 -0
  2041. pyopengl-4.0.0a4/OpenGL/GLES2/NV/clip_space_w_scaling.pyi +15 -0
  2042. pyopengl-4.0.0a4/OpenGL/GLES2/NV/compute_shader_derivatives.py +40 -0
  2043. pyopengl-4.0.0a4/OpenGL/GLES2/NV/compute_shader_derivatives.pyi +9 -0
  2044. pyopengl-4.0.0a4/OpenGL/GLES2/NV/conditional_render.py +56 -0
  2045. pyopengl-4.0.0a4/OpenGL/GLES2/NV/conditional_render.pyi +17 -0
  2046. pyopengl-4.0.0a4/OpenGL/GLES2/NV/conservative_raster.py +46 -0
  2047. pyopengl-4.0.0a4/OpenGL/GLES2/NV/conservative_raster.pyi +16 -0
  2048. pyopengl-4.0.0a4/OpenGL/GLES2/NV/conservative_raster_pre_snap.py +35 -0
  2049. pyopengl-4.0.0a4/OpenGL/GLES2/NV/conservative_raster_pre_snap.pyi +11 -0
  2050. pyopengl-4.0.0a4/OpenGL/GLES2/NV/conservative_raster_pre_snap_triangles.py +51 -0
  2051. pyopengl-4.0.0a4/OpenGL/GLES2/NV/conservative_raster_pre_snap_triangles.pyi +15 -0
  2052. pyopengl-4.0.0a4/OpenGL/GLES2/NV/copy_buffer.py +34 -0
  2053. pyopengl-4.0.0a4/OpenGL/GLES2/NV/copy_buffer.pyi +14 -0
  2054. pyopengl-4.0.0a4/OpenGL/GLES2/NV/coverage_sample.py +27 -0
  2055. pyopengl-4.0.0a4/OpenGL/GLES2/NV/coverage_sample.pyi +22 -0
  2056. pyopengl-4.0.0a4/OpenGL/GLES2/NV/depth_nonlinear.py +27 -0
  2057. pyopengl-4.0.0a4/OpenGL/GLES2/NV/depth_nonlinear.pyi +11 -0
  2058. pyopengl-4.0.0a4/OpenGL/GLES2/NV/draw_buffers.py +39 -0
  2059. pyopengl-4.0.0a4/OpenGL/GLES2/NV/draw_buffers.pyi +46 -0
  2060. pyopengl-4.0.0a4/OpenGL/GLES2/NV/draw_instanced.py +48 -0
  2061. pyopengl-4.0.0a4/OpenGL/GLES2/NV/draw_instanced.pyi +13 -0
  2062. pyopengl-4.0.0a4/OpenGL/GLES2/NV/draw_vulkan_image.py +54 -0
  2063. pyopengl-4.0.0a4/OpenGL/GLES2/NV/draw_vulkan_image.pyi +16 -0
  2064. pyopengl-4.0.0a4/OpenGL/GLES2/NV/explicit_attrib_location.py +35 -0
  2065. pyopengl-4.0.0a4/OpenGL/GLES2/NV/explicit_attrib_location.pyi +9 -0
  2066. pyopengl-4.0.0a4/OpenGL/GLES2/NV/fbo_color_attachments.py +32 -0
  2067. pyopengl-4.0.0a4/OpenGL/GLES2/NV/fbo_color_attachments.pyi +27 -0
  2068. pyopengl-4.0.0a4/OpenGL/GLES2/NV/fence.py +57 -0
  2069. pyopengl-4.0.0a4/OpenGL/GLES2/NV/fence.pyi +22 -0
  2070. pyopengl-4.0.0a4/OpenGL/GLES2/NV/fill_rectangle.py +36 -0
  2071. pyopengl-4.0.0a4/OpenGL/GLES2/NV/fill_rectangle.pyi +11 -0
  2072. pyopengl-4.0.0a4/OpenGL/GLES2/NV/fragment_coverage_to_color.py +42 -0
  2073. pyopengl-4.0.0a4/OpenGL/GLES2/NV/fragment_coverage_to_color.pyi +14 -0
  2074. pyopengl-4.0.0a4/OpenGL/GLES2/NV/fragment_shader_barycentric.py +36 -0
  2075. pyopengl-4.0.0a4/OpenGL/GLES2/NV/fragment_shader_barycentric.pyi +9 -0
  2076. pyopengl-4.0.0a4/OpenGL/GLES2/NV/fragment_shader_interlock.py +83 -0
  2077. pyopengl-4.0.0a4/OpenGL/GLES2/NV/fragment_shader_interlock.pyi +9 -0
  2078. pyopengl-4.0.0a4/OpenGL/GLES2/NV/framebuffer_blit.py +36 -0
  2079. pyopengl-4.0.0a4/OpenGL/GLES2/NV/framebuffer_blit.pyi +16 -0
  2080. pyopengl-4.0.0a4/OpenGL/GLES2/NV/framebuffer_mixed_samples.py +80 -0
  2081. pyopengl-4.0.0a4/OpenGL/GLES2/NV/framebuffer_mixed_samples.pyi +30 -0
  2082. pyopengl-4.0.0a4/OpenGL/GLES2/NV/framebuffer_multisample.py +52 -0
  2083. pyopengl-4.0.0a4/OpenGL/GLES2/NV/framebuffer_multisample.pyi +15 -0
  2084. pyopengl-4.0.0a4/OpenGL/GLES2/NV/generate_mipmap_sRGB.py +32 -0
  2085. pyopengl-4.0.0a4/OpenGL/GLES2/NV/generate_mipmap_sRGB.pyi +9 -0
  2086. pyopengl-4.0.0a4/OpenGL/GLES2/NV/geometry_shader_passthrough.py +103 -0
  2087. pyopengl-4.0.0a4/OpenGL/GLES2/NV/geometry_shader_passthrough.pyi +9 -0
  2088. pyopengl-4.0.0a4/OpenGL/GLES2/NV/gpu_shader5.py +110 -0
  2089. pyopengl-4.0.0a4/OpenGL/GLES2/NV/gpu_shader5.pyi +74 -0
  2090. pyopengl-4.0.0a4/OpenGL/GLES2/NV/image_formats.py +34 -0
  2091. pyopengl-4.0.0a4/OpenGL/GLES2/NV/image_formats.pyi +9 -0
  2092. pyopengl-4.0.0a4/OpenGL/GLES2/NV/instanced_arrays.py +56 -0
  2093. pyopengl-4.0.0a4/OpenGL/GLES2/NV/instanced_arrays.pyi +13 -0
  2094. pyopengl-4.0.0a4/OpenGL/GLES2/NV/internalformat_sample_query.py +65 -0
  2095. pyopengl-4.0.0a4/OpenGL/GLES2/NV/internalformat_sample_query.pyi +20 -0
  2096. pyopengl-4.0.0a4/OpenGL/GLES2/NV/memory_attachment.py +35 -0
  2097. pyopengl-4.0.0a4/OpenGL/GLES2/NV/memory_attachment.pyi +28 -0
  2098. pyopengl-4.0.0a4/OpenGL/GLES2/NV/memory_object_sparse.py +31 -0
  2099. pyopengl-4.0.0a4/OpenGL/GLES2/NV/memory_object_sparse.pyi +14 -0
  2100. pyopengl-4.0.0a4/OpenGL/GLES2/NV/mesh_shader.py +37 -0
  2101. pyopengl-4.0.0a4/OpenGL/GLES2/NV/mesh_shader.pyi +63 -0
  2102. pyopengl-4.0.0a4/OpenGL/GLES2/NV/non_square_matrices.py +36 -0
  2103. pyopengl-4.0.0a4/OpenGL/GLES2/NV/non_square_matrices.pyi +24 -0
  2104. pyopengl-4.0.0a4/OpenGL/GLES2/NV/pack_subimage.py +36 -0
  2105. pyopengl-4.0.0a4/OpenGL/GLES2/NV/pack_subimage.pyi +13 -0
  2106. pyopengl-4.0.0a4/OpenGL/GLES2/NV/path_rendering.py +437 -0
  2107. pyopengl-4.0.0a4/OpenGL/GLES2/NV/path_rendering.pyi +259 -0
  2108. pyopengl-4.0.0a4/OpenGL/GLES2/NV/path_rendering_shared_edge.py +40 -0
  2109. pyopengl-4.0.0a4/OpenGL/GLES2/NV/path_rendering_shared_edge.pyi +11 -0
  2110. pyopengl-4.0.0a4/OpenGL/GLES2/NV/pixel_buffer_object.py +75 -0
  2111. pyopengl-4.0.0a4/OpenGL/GLES2/NV/pixel_buffer_object.pyi +14 -0
  2112. pyopengl-4.0.0a4/OpenGL/GLES2/NV/polygon_mode.py +39 -0
  2113. pyopengl-4.0.0a4/OpenGL/GLES2/NV/polygon_mode.pyi +18 -0
  2114. pyopengl-4.0.0a4/OpenGL/GLES2/NV/primitive_shading_rate.py +50 -0
  2115. pyopengl-4.0.0a4/OpenGL/GLES2/NV/primitive_shading_rate.pyi +12 -0
  2116. pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_buffer.py +54 -0
  2117. pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_buffer.pyi +13 -0
  2118. pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_buffer_front.py +27 -0
  2119. pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_buffer_front.pyi +9 -0
  2120. pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_depth.py +27 -0
  2121. pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_depth.pyi +9 -0
  2122. pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_depth_stencil.py +47 -0
  2123. pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_depth_stencil.pyi +9 -0
  2124. pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_stencil.py +27 -0
  2125. pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_stencil.pyi +9 -0
  2126. pyopengl-4.0.0a4/OpenGL/GLES2/NV/representative_fragment_test.py +56 -0
  2127. pyopengl-4.0.0a4/OpenGL/GLES2/NV/representative_fragment_test.pyi +11 -0
  2128. pyopengl-4.0.0a4/OpenGL/GLES2/NV/sRGB_formats.py +44 -0
  2129. pyopengl-4.0.0a4/OpenGL/GLES2/NV/sRGB_formats.pyi +20 -0
  2130. pyopengl-4.0.0a4/OpenGL/GLES2/NV/sample_locations.py +60 -0
  2131. pyopengl-4.0.0a4/OpenGL/GLES2/NV/sample_locations.pyi +23 -0
  2132. pyopengl-4.0.0a4/OpenGL/GLES2/NV/sample_mask_override_coverage.py +37 -0
  2133. pyopengl-4.0.0a4/OpenGL/GLES2/NV/sample_mask_override_coverage.pyi +9 -0
  2134. pyopengl-4.0.0a4/OpenGL/GLES2/NV/scissor_exclusive.py +42 -0
  2135. pyopengl-4.0.0a4/OpenGL/GLES2/NV/scissor_exclusive.pyi +16 -0
  2136. pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_atomic_fp16_vector.py +34 -0
  2137. pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_atomic_fp16_vector.pyi +9 -0
  2138. pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_noperspective_interpolation.py +48 -0
  2139. pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_noperspective_interpolation.pyi +9 -0
  2140. pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_subgroup_partitioned.py +42 -0
  2141. pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_subgroup_partitioned.pyi +11 -0
  2142. pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_texture_footprint.py +78 -0
  2143. pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_texture_footprint.pyi +9 -0
  2144. pyopengl-4.0.0a4/OpenGL/GLES2/NV/shading_rate_image.py +70 -0
  2145. pyopengl-4.0.0a4/OpenGL/GLES2/NV/shading_rate_image.pyi +40 -0
  2146. pyopengl-4.0.0a4/OpenGL/GLES2/NV/shadow_samplers_array.py +33 -0
  2147. pyopengl-4.0.0a4/OpenGL/GLES2/NV/shadow_samplers_array.pyi +11 -0
  2148. pyopengl-4.0.0a4/OpenGL/GLES2/NV/shadow_samplers_cube.py +33 -0
  2149. pyopengl-4.0.0a4/OpenGL/GLES2/NV/shadow_samplers_cube.pyi +11 -0
  2150. pyopengl-4.0.0a4/OpenGL/GLES2/NV/stereo_view_rendering.py +51 -0
  2151. pyopengl-4.0.0a4/OpenGL/GLES2/NV/stereo_view_rendering.pyi +9 -0
  2152. pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_barrier.py +33 -0
  2153. pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_barrier.pyi +11 -0
  2154. pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_border_clamp.py +42 -0
  2155. pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_border_clamp.pyi +12 -0
  2156. pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_compression_s3tc_update.py +36 -0
  2157. pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_compression_s3tc_update.pyi +9 -0
  2158. pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_npot_2D_mipmap.py +45 -0
  2159. pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_npot_2D_mipmap.pyi +9 -0
  2160. pyopengl-4.0.0a4/OpenGL/GLES2/NV/timeline_semaphore.py +35 -0
  2161. pyopengl-4.0.0a4/OpenGL/GLES2/NV/timeline_semaphore.pyi +20 -0
  2162. pyopengl-4.0.0a4/OpenGL/GLES2/NV/viewport_array.py +55 -0
  2163. pyopengl-4.0.0a4/OpenGL/GLES2/NV/viewport_array.pyi +32 -0
  2164. pyopengl-4.0.0a4/OpenGL/GLES2/NV/viewport_array2.py +49 -0
  2165. pyopengl-4.0.0a4/OpenGL/GLES2/NV/viewport_array2.pyi +9 -0
  2166. pyopengl-4.0.0a4/OpenGL/GLES2/NV/viewport_swizzle.py +45 -0
  2167. pyopengl-4.0.0a4/OpenGL/GLES2/NV/viewport_swizzle.pyi +24 -0
  2168. pyopengl-4.0.0a4/OpenGL/GLES2/NVX/blend_equation_advanced_multi_draw_buffers.py +38 -0
  2169. pyopengl-4.0.0a4/OpenGL/GLES2/NVX/blend_equation_advanced_multi_draw_buffers.pyi +9 -0
  2170. pyopengl-4.0.0a4/OpenGL/GLES2/OES/EGL_image.py +47 -0
  2171. pyopengl-4.0.0a4/OpenGL/GLES2/OES/EGL_image.pyi +12 -0
  2172. pyopengl-4.0.0a4/OpenGL/GLES2/OES/EGL_image_external.py +41 -0
  2173. pyopengl-4.0.0a4/OpenGL/GLES2/OES/EGL_image_external.pyi +16 -0
  2174. pyopengl-4.0.0a4/OpenGL/GLES2/OES/EGL_image_external_essl3.py +34 -0
  2175. pyopengl-4.0.0a4/OpenGL/GLES2/OES/EGL_image_external_essl3.pyi +9 -0
  2176. pyopengl-4.0.0a4/OpenGL/GLES2/OES/compressed_ETC1_RGB8_sub_texture.py +27 -0
  2177. pyopengl-4.0.0a4/OpenGL/GLES2/OES/compressed_ETC1_RGB8_sub_texture.pyi +9 -0
  2178. pyopengl-4.0.0a4/OpenGL/GLES2/OES/compressed_ETC1_RGB8_texture.py +41 -0
  2179. pyopengl-4.0.0a4/OpenGL/GLES2/OES/compressed_ETC1_RGB8_texture.pyi +11 -0
  2180. pyopengl-4.0.0a4/OpenGL/GLES2/OES/compressed_paletted_texture.py +64 -0
  2181. pyopengl-4.0.0a4/OpenGL/GLES2/OES/compressed_paletted_texture.pyi +20 -0
  2182. pyopengl-4.0.0a4/OpenGL/GLES2/OES/copy_image.py +49 -0
  2183. pyopengl-4.0.0a4/OpenGL/GLES2/OES/copy_image.pyi +11 -0
  2184. pyopengl-4.0.0a4/OpenGL/GLES2/OES/depth24.py +32 -0
  2185. pyopengl-4.0.0a4/OpenGL/GLES2/OES/depth24.pyi +11 -0
  2186. pyopengl-4.0.0a4/OpenGL/GLES2/OES/depth32.py +32 -0
  2187. pyopengl-4.0.0a4/OpenGL/GLES2/OES/depth32.pyi +11 -0
  2188. pyopengl-4.0.0a4/OpenGL/GLES2/OES/depth_texture.py +34 -0
  2189. pyopengl-4.0.0a4/OpenGL/GLES2/OES/depth_texture.pyi +13 -0
  2190. pyopengl-4.0.0a4/OpenGL/GLES2/OES/draw_buffers_indexed.py +47 -0
  2191. pyopengl-4.0.0a4/OpenGL/GLES2/OES/draw_buffers_indexed.pyi +47 -0
  2192. pyopengl-4.0.0a4/OpenGL/GLES2/OES/draw_elements_base_vertex.py +89 -0
  2193. pyopengl-4.0.0a4/OpenGL/GLES2/OES/draw_elements_base_vertex.pyi +15 -0
  2194. pyopengl-4.0.0a4/OpenGL/GLES2/OES/element_index_uint.py +33 -0
  2195. pyopengl-4.0.0a4/OpenGL/GLES2/OES/element_index_uint.pyi +11 -0
  2196. pyopengl-4.0.0a4/OpenGL/GLES2/OES/fbo_render_mipmap.py +38 -0
  2197. pyopengl-4.0.0a4/OpenGL/GLES2/OES/fbo_render_mipmap.pyi +9 -0
  2198. pyopengl-4.0.0a4/OpenGL/GLES2/OES/fragment_precision_high.py +34 -0
  2199. pyopengl-4.0.0a4/OpenGL/GLES2/OES/fragment_precision_high.pyi +9 -0
  2200. pyopengl-4.0.0a4/OpenGL/GLES2/OES/geometry_point_size.py +27 -0
  2201. pyopengl-4.0.0a4/OpenGL/GLES2/OES/geometry_point_size.pyi +9 -0
  2202. pyopengl-4.0.0a4/OpenGL/GLES2/OES/geometry_shader.py +74 -0
  2203. pyopengl-4.0.0a4/OpenGL/GLES2/OES/geometry_shader.pyi +45 -0
  2204. pyopengl-4.0.0a4/OpenGL/GLES2/OES/get_program_binary.py +54 -0
  2205. pyopengl-4.0.0a4/OpenGL/GLES2/OES/get_program_binary.pyi +17 -0
  2206. pyopengl-4.0.0a4/OpenGL/GLES2/OES/gpu_shader5.py +66 -0
  2207. pyopengl-4.0.0a4/OpenGL/GLES2/OES/gpu_shader5.pyi +9 -0
  2208. pyopengl-4.0.0a4/OpenGL/GLES2/OES/mapbuffer.py +32 -0
  2209. pyopengl-4.0.0a4/OpenGL/GLES2/OES/mapbuffer.pyi +19 -0
  2210. pyopengl-4.0.0a4/OpenGL/GLES2/OES/packed_depth_stencil.py +65 -0
  2211. pyopengl-4.0.0a4/OpenGL/GLES2/OES/packed_depth_stencil.pyi +13 -0
  2212. pyopengl-4.0.0a4/OpenGL/GLES2/OES/primitive_bounding_box.py +55 -0
  2213. pyopengl-4.0.0a4/OpenGL/GLES2/OES/primitive_bounding_box.pyi +13 -0
  2214. pyopengl-4.0.0a4/OpenGL/GLES2/OES/required_internalformat.py +77 -0
  2215. pyopengl-4.0.0a4/OpenGL/GLES2/OES/required_internalformat.pyi +25 -0
  2216. pyopengl-4.0.0a4/OpenGL/GLES2/OES/rgb8_rgba8.py +32 -0
  2217. pyopengl-4.0.0a4/OpenGL/GLES2/OES/rgb8_rgba8.pyi +12 -0
  2218. pyopengl-4.0.0a4/OpenGL/GLES2/OES/sample_shading.py +47 -0
  2219. pyopengl-4.0.0a4/OpenGL/GLES2/OES/sample_shading.pyi +14 -0
  2220. pyopengl-4.0.0a4/OpenGL/GLES2/OES/sample_variables.py +50 -0
  2221. pyopengl-4.0.0a4/OpenGL/GLES2/OES/sample_variables.pyi +9 -0
  2222. pyopengl-4.0.0a4/OpenGL/GLES2/OES/shader_image_atomic.py +35 -0
  2223. pyopengl-4.0.0a4/OpenGL/GLES2/OES/shader_image_atomic.pyi +9 -0
  2224. pyopengl-4.0.0a4/OpenGL/GLES2/OES/shader_io_blocks.py +53 -0
  2225. pyopengl-4.0.0a4/OpenGL/GLES2/OES/shader_io_blocks.pyi +9 -0
  2226. pyopengl-4.0.0a4/OpenGL/GLES2/OES/shader_multisample_interpolation.py +46 -0
  2227. pyopengl-4.0.0a4/OpenGL/GLES2/OES/shader_multisample_interpolation.pyi +13 -0
  2228. pyopengl-4.0.0a4/OpenGL/GLES2/OES/standard_derivatives.py +34 -0
  2229. pyopengl-4.0.0a4/OpenGL/GLES2/OES/standard_derivatives.pyi +11 -0
  2230. pyopengl-4.0.0a4/OpenGL/GLES2/OES/stencil1.py +32 -0
  2231. pyopengl-4.0.0a4/OpenGL/GLES2/OES/stencil1.pyi +11 -0
  2232. pyopengl-4.0.0a4/OpenGL/GLES2/OES/stencil4.py +32 -0
  2233. pyopengl-4.0.0a4/OpenGL/GLES2/OES/stencil4.pyi +11 -0
  2234. pyopengl-4.0.0a4/OpenGL/GLES2/OES/surfaceless_context.py +37 -0
  2235. pyopengl-4.0.0a4/OpenGL/GLES2/OES/surfaceless_context.pyi +11 -0
  2236. pyopengl-4.0.0a4/OpenGL/GLES2/OES/tessellation_point_size.py +27 -0
  2237. pyopengl-4.0.0a4/OpenGL/GLES2/OES/tessellation_point_size.pyi +9 -0
  2238. pyopengl-4.0.0a4/OpenGL/GLES2/OES/tessellation_shader.py +104 -0
  2239. pyopengl-4.0.0a4/OpenGL/GLES2/OES/tessellation_shader.pyi +59 -0
  2240. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_3D.py +40 -0
  2241. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_3D.pyi +24 -0
  2242. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_border_clamp.py +50 -0
  2243. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_border_clamp.pyi +22 -0
  2244. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_buffer.py +67 -0
  2245. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_buffer.pyi +27 -0
  2246. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_compression_astc.py +43 -0
  2247. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_compression_astc.pyi +58 -0
  2248. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_cube_map_array.py +49 -0
  2249. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_cube_map_array.pyi +19 -0
  2250. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_float.py +45 -0
  2251. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_float.pyi +11 -0
  2252. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_float_linear.py +40 -0
  2253. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_float_linear.pyi +9 -0
  2254. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_half_float.py +27 -0
  2255. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_half_float.pyi +11 -0
  2256. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_half_float_linear.py +27 -0
  2257. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_half_float_linear.pyi +9 -0
  2258. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_npot.py +44 -0
  2259. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_npot.pyi +9 -0
  2260. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_stencil8.py +33 -0
  2261. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_stencil8.pyi +12 -0
  2262. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_storage_multisample_2d_array.py +34 -0
  2263. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_storage_multisample_2d_array.pyi +17 -0
  2264. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_view.py +56 -0
  2265. pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_view.pyi +17 -0
  2266. pyopengl-4.0.0a4/OpenGL/GLES2/OES/vertex_array_object.py +37 -0
  2267. pyopengl-4.0.0a4/OpenGL/GLES2/OES/vertex_array_object.pyi +17 -0
  2268. pyopengl-4.0.0a4/OpenGL/GLES2/OES/vertex_half_float.py +45 -0
  2269. pyopengl-4.0.0a4/OpenGL/GLES2/OES/vertex_half_float.pyi +11 -0
  2270. pyopengl-4.0.0a4/OpenGL/GLES2/OES/vertex_type_10_10_10_2.py +38 -0
  2271. pyopengl-4.0.0a4/OpenGL/GLES2/OES/vertex_type_10_10_10_2.pyi +12 -0
  2272. pyopengl-4.0.0a4/OpenGL/GLES2/OES/viewport_array.py +55 -0
  2273. pyopengl-4.0.0a4/OpenGL/GLES2/OES/viewport_array.pyi +32 -0
  2274. pyopengl-4.0.0a4/OpenGL/GLES2/OVR/multiview.py +60 -0
  2275. pyopengl-4.0.0a4/OpenGL/GLES2/OVR/multiview.pyi +17 -0
  2276. pyopengl-4.0.0a4/OpenGL/GLES2/OVR/multiview2.py +34 -0
  2277. pyopengl-4.0.0a4/OpenGL/GLES2/OVR/multiview2.pyi +9 -0
  2278. pyopengl-4.0.0a4/OpenGL/GLES2/OVR/multiview_multisampled_render_to_texture.py +34 -0
  2279. pyopengl-4.0.0a4/OpenGL/GLES2/OVR/multiview_multisampled_render_to_texture.pyi +11 -0
  2280. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/YUV_texture_gather.py +34 -0
  2281. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/YUV_texture_gather.pyi +9 -0
  2282. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/alpha_test.py +34 -0
  2283. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/alpha_test.pyi +15 -0
  2284. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/binning_control.py +35 -0
  2285. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/binning_control.pyi +14 -0
  2286. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/driver_control.py +45 -0
  2287. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/driver_control.pyi +15 -0
  2288. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/extended_get.py +34 -0
  2289. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/extended_get.pyi +31 -0
  2290. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/extended_get2.py +34 -0
  2291. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/extended_get2.pyi +15 -0
  2292. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/frame_extrapolation.py +39 -0
  2293. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/frame_extrapolation.pyi +11 -0
  2294. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/framebuffer_foveated.py +60 -0
  2295. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/framebuffer_foveated.pyi +16 -0
  2296. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/motion_estimation.py +38 -0
  2297. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/motion_estimation.pyi +16 -0
  2298. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/perfmon_global_mode.py +27 -0
  2299. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/perfmon_global_mode.pyi +11 -0
  2300. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/render_sRGB_R8_RG8.py +34 -0
  2301. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/render_sRGB_R8_RG8.pyi +9 -0
  2302. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/render_shared_exponent.py +35 -0
  2303. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/render_shared_exponent.pyi +9 -0
  2304. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/shader_framebuffer_fetch_noncoherent.py +43 -0
  2305. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/shader_framebuffer_fetch_noncoherent.pyi +13 -0
  2306. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/shader_framebuffer_fetch_rate.py +48 -0
  2307. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/shader_framebuffer_fetch_rate.pyi +9 -0
  2308. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/shading_rate.py +54 -0
  2309. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/shading_rate.pyi +20 -0
  2310. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_foveated.py +61 -0
  2311. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_foveated.pyi +19 -0
  2312. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_foveated2.py +32 -0
  2313. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_foveated2.pyi +11 -0
  2314. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_foveated_subsampled_layout.py +45 -0
  2315. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_foveated_subsampled_layout.pyi +12 -0
  2316. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_lod_bias.py +42 -0
  2317. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_lod_bias.pyi +11 -0
  2318. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/tiled_rendering.py +103 -0
  2319. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/tiled_rendering.pyi +45 -0
  2320. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/writeonly_rendering.py +30 -0
  2321. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/writeonly_rendering.pyi +11 -0
  2322. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/ycbcr_degamma.py +47 -0
  2323. pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/ycbcr_degamma.pyi +12 -0
  2324. pyopengl-4.0.0a4/OpenGL/GLES2/VERSION/GLES2_2_0.py +550 -0
  2325. pyopengl-4.0.0a4/OpenGL/GLES2/VERSION/GLES2_2_0.pyi +456 -0
  2326. pyopengl-4.0.0a4/OpenGL/GLES2/VIV/shader_binary.py +32 -0
  2327. pyopengl-4.0.0a4/OpenGL/GLES2/VIV/shader_binary.pyi +11 -0
  2328. pyopengl-4.0.0a4/OpenGL/GLES2/__init__.py +20 -0
  2329. pyopengl-4.0.0a4/OpenGL/GLES2/__init__.pyi +4255 -0
  2330. pyopengl-4.0.0a4/OpenGL/GLES2/images.py +149 -0
  2331. pyopengl-4.0.0a4/OpenGL/GLES2/shaders.py +167 -0
  2332. pyopengl-4.0.0a4/OpenGL/GLES3/VERSION/GLES3_3_0.py +287 -0
  2333. pyopengl-4.0.0a4/OpenGL/GLES3/VERSION/GLES3_3_0.pyi +437 -0
  2334. pyopengl-4.0.0a4/OpenGL/GLES3/VERSION/GLES3_3_1.py +172 -0
  2335. pyopengl-4.0.0a4/OpenGL/GLES3/VERSION/GLES3_3_1.pyi +253 -0
  2336. pyopengl-4.0.0a4/OpenGL/GLES3/__init__.py +22 -0
  2337. pyopengl-4.0.0a4/OpenGL/GLES3/__init__.pyi +1072 -0
  2338. pyopengl-4.0.0a4/OpenGL/GLES3/images.py +27 -0
  2339. pyopengl-4.0.0a4/OpenGL/GLSC2/EXT/texture_compression_s3tc.pyi +14 -0
  2340. pyopengl-4.0.0a4/OpenGL/GLSC2/IMG/pvric_end_to_end_signature.pyi +11 -0
  2341. pyopengl-4.0.0a4/OpenGL/GLSC2/IMG/tile_region_protection.pyi +13 -0
  2342. pyopengl-4.0.0a4/OpenGL/GLSC2/OES/depth24.pyi +11 -0
  2343. pyopengl-4.0.0a4/OpenGL/GLSC2/OES/depth32.pyi +11 -0
  2344. pyopengl-4.0.0a4/OpenGL/GLSC2/OES/rgb8_rgba8.pyi +12 -0
  2345. pyopengl-4.0.0a4/OpenGL/GLSC2/OES/standard_derivatives.pyi +11 -0
  2346. pyopengl-4.0.0a4/OpenGL/GLSC2/SC/VERSION_2_0.pyi +396 -0
  2347. pyopengl-4.0.0a4/OpenGL/GLSC2/__init__.pyi +681 -0
  2348. pyopengl-4.0.0a4/OpenGL/GLU/glunurbs.py +308 -0
  2349. pyopengl-4.0.0a4/OpenGL/GLU/glustruct.py +87 -0
  2350. pyopengl-4.0.0a4/OpenGL/GLU/projection.py +103 -0
  2351. pyopengl-4.0.0a4/OpenGL/GLU/quadrics.py +84 -0
  2352. pyopengl-4.0.0a4/OpenGL/GLU/tess.py +275 -0
  2353. pyopengl-4.0.0a4/OpenGL/GLUT/__init__.py +17 -0
  2354. pyopengl-4.0.0a4/OpenGL/GLUT/freeglut.py +309 -0
  2355. pyopengl-4.0.0a4/OpenGL/GLUT/special.py +384 -0
  2356. pyopengl-4.0.0a4/OpenGL/GLX/AMD/gpu_association.py +27 -0
  2357. pyopengl-4.0.0a4/OpenGL/GLX/AMD/gpu_association.pyi +31 -0
  2358. pyopengl-4.0.0a4/OpenGL/GLX/ARB/context_flush_control.py +27 -0
  2359. pyopengl-4.0.0a4/OpenGL/GLX/ARB/context_flush_control.pyi +13 -0
  2360. pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context.py +27 -0
  2361. pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context.pyi +18 -0
  2362. pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context_no_error.py +34 -0
  2363. pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context_no_error.pyi +11 -0
  2364. pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context_profile.py +27 -0
  2365. pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context_profile.pyi +13 -0
  2366. pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context_robustness.py +27 -0
  2367. pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context_robustness.pyi +14 -0
  2368. pyopengl-4.0.0a4/OpenGL/GLX/ARB/fbconfig_float.py +27 -0
  2369. pyopengl-4.0.0a4/OpenGL/GLX/ARB/fbconfig_float.pyi +12 -0
  2370. pyopengl-4.0.0a4/OpenGL/GLX/ARB/framebuffer_sRGB.py +59 -0
  2371. pyopengl-4.0.0a4/OpenGL/GLX/ARB/framebuffer_sRGB.pyi +11 -0
  2372. pyopengl-4.0.0a4/OpenGL/GLX/ARB/get_proc_address.py +27 -0
  2373. pyopengl-4.0.0a4/OpenGL/GLX/ARB/get_proc_address.pyi +12 -0
  2374. pyopengl-4.0.0a4/OpenGL/GLX/ARB/multisample.py +55 -0
  2375. pyopengl-4.0.0a4/OpenGL/GLX/ARB/multisample.pyi +12 -0
  2376. pyopengl-4.0.0a4/OpenGL/GLX/ARB/robustness_application_isolation.py +44 -0
  2377. pyopengl-4.0.0a4/OpenGL/GLX/ARB/robustness_application_isolation.pyi +11 -0
  2378. pyopengl-4.0.0a4/OpenGL/GLX/ARB/robustness_share_group_isolation.py +27 -0
  2379. pyopengl-4.0.0a4/OpenGL/GLX/ARB/robustness_share_group_isolation.pyi +11 -0
  2380. pyopengl-4.0.0a4/OpenGL/GLX/ARB/vertex_buffer_object.py +85 -0
  2381. pyopengl-4.0.0a4/OpenGL/GLX/ARB/vertex_buffer_object.pyi +11 -0
  2382. pyopengl-4.0.0a4/OpenGL/GLX/DFX/multisample.py +69 -0
  2383. pyopengl-4.0.0a4/OpenGL/GLX/DFX/multisample.pyi +12 -0
  2384. pyopengl-4.0.0a4/OpenGL/GLX/EXT/buffer_age.py +27 -0
  2385. pyopengl-4.0.0a4/OpenGL/GLX/EXT/buffer_age.pyi +11 -0
  2386. pyopengl-4.0.0a4/OpenGL/GLX/EXT/context_priority.py +27 -0
  2387. pyopengl-4.0.0a4/OpenGL/GLX/EXT/context_priority.pyi +14 -0
  2388. pyopengl-4.0.0a4/OpenGL/GLX/EXT/create_context_es2_profile.py +27 -0
  2389. pyopengl-4.0.0a4/OpenGL/GLX/EXT/create_context_es2_profile.pyi +11 -0
  2390. pyopengl-4.0.0a4/OpenGL/GLX/EXT/create_context_es_profile.py +27 -0
  2391. pyopengl-4.0.0a4/OpenGL/GLX/EXT/create_context_es_profile.pyi +11 -0
  2392. pyopengl-4.0.0a4/OpenGL/GLX/EXT/fbconfig_packed_float.py +27 -0
  2393. pyopengl-4.0.0a4/OpenGL/GLX/EXT/fbconfig_packed_float.pyi +12 -0
  2394. pyopengl-4.0.0a4/OpenGL/GLX/EXT/framebuffer_sRGB.py +59 -0
  2395. pyopengl-4.0.0a4/OpenGL/GLX/EXT/framebuffer_sRGB.pyi +11 -0
  2396. pyopengl-4.0.0a4/OpenGL/GLX/EXT/get_drawable_type.py +27 -0
  2397. pyopengl-4.0.0a4/OpenGL/GLX/EXT/get_drawable_type.pyi +11 -0
  2398. pyopengl-4.0.0a4/OpenGL/GLX/EXT/import_context.py +27 -0
  2399. pyopengl-4.0.0a4/OpenGL/GLX/EXT/import_context.pyi +20 -0
  2400. pyopengl-4.0.0a4/OpenGL/GLX/EXT/libglvnd.py +27 -0
  2401. pyopengl-4.0.0a4/OpenGL/GLX/EXT/libglvnd.pyi +11 -0
  2402. pyopengl-4.0.0a4/OpenGL/GLX/EXT/no_config_context.py +27 -0
  2403. pyopengl-4.0.0a4/OpenGL/GLX/EXT/no_config_context.pyi +9 -0
  2404. pyopengl-4.0.0a4/OpenGL/GLX/EXT/stereo_tree.py +27 -0
  2405. pyopengl-4.0.0a4/OpenGL/GLX/EXT/stereo_tree.pyi +13 -0
  2406. pyopengl-4.0.0a4/OpenGL/GLX/EXT/swap_control.py +35 -0
  2407. pyopengl-4.0.0a4/OpenGL/GLX/EXT/swap_control.pyi +15 -0
  2408. pyopengl-4.0.0a4/OpenGL/GLX/EXT/swap_control_tear.py +27 -0
  2409. pyopengl-4.0.0a4/OpenGL/GLX/EXT/swap_control_tear.pyi +11 -0
  2410. pyopengl-4.0.0a4/OpenGL/GLX/EXT/texture_from_pixmap.py +27 -0
  2411. pyopengl-4.0.0a4/OpenGL/GLX/EXT/texture_from_pixmap.pyi +47 -0
  2412. pyopengl-4.0.0a4/OpenGL/GLX/EXT/visual_info.py +27 -0
  2413. pyopengl-4.0.0a4/OpenGL/GLX/EXT/visual_info.pyi +26 -0
  2414. pyopengl-4.0.0a4/OpenGL/GLX/EXT/visual_rating.py +27 -0
  2415. pyopengl-4.0.0a4/OpenGL/GLX/EXT/visual_rating.pyi +14 -0
  2416. pyopengl-4.0.0a4/OpenGL/GLX/INTEL/swap_event.py +27 -0
  2417. pyopengl-4.0.0a4/OpenGL/GLX/INTEL/swap_event.pyi +14 -0
  2418. pyopengl-4.0.0a4/OpenGL/GLX/MESA/agp_offset.py +27 -0
  2419. pyopengl-4.0.0a4/OpenGL/GLX/MESA/agp_offset.pyi +12 -0
  2420. pyopengl-4.0.0a4/OpenGL/GLX/MESA/copy_sub_buffer.py +27 -0
  2421. pyopengl-4.0.0a4/OpenGL/GLX/MESA/copy_sub_buffer.pyi +12 -0
  2422. pyopengl-4.0.0a4/OpenGL/GLX/MESA/pixmap_colormap.py +27 -0
  2423. pyopengl-4.0.0a4/OpenGL/GLX/MESA/pixmap_colormap.pyi +12 -0
  2424. pyopengl-4.0.0a4/OpenGL/GLX/MESA/query_renderer.py +27 -0
  2425. pyopengl-4.0.0a4/OpenGL/GLX/MESA/query_renderer.pyi +27 -0
  2426. pyopengl-4.0.0a4/OpenGL/GLX/MESA/release_buffers.py +27 -0
  2427. pyopengl-4.0.0a4/OpenGL/GLX/MESA/release_buffers.pyi +12 -0
  2428. pyopengl-4.0.0a4/OpenGL/GLX/MESA/set_3dfx_mode.py +27 -0
  2429. pyopengl-4.0.0a4/OpenGL/GLX/MESA/set_3dfx_mode.pyi +14 -0
  2430. pyopengl-4.0.0a4/OpenGL/GLX/MESA/swap_control.py +27 -0
  2431. pyopengl-4.0.0a4/OpenGL/GLX/MESA/swap_control.pyi +12 -0
  2432. pyopengl-4.0.0a4/OpenGL/GLX/NV/copy_buffer.py +34 -0
  2433. pyopengl-4.0.0a4/OpenGL/GLX/NV/copy_buffer.pyi +13 -0
  2434. pyopengl-4.0.0a4/OpenGL/GLX/NV/copy_image.py +36 -0
  2435. pyopengl-4.0.0a4/OpenGL/GLX/NV/copy_image.pyi +12 -0
  2436. pyopengl-4.0.0a4/OpenGL/GLX/NV/delay_before_swap.py +27 -0
  2437. pyopengl-4.0.0a4/OpenGL/GLX/NV/delay_before_swap.pyi +12 -0
  2438. pyopengl-4.0.0a4/OpenGL/GLX/NV/float_buffer.py +95 -0
  2439. pyopengl-4.0.0a4/OpenGL/GLX/NV/float_buffer.pyi +11 -0
  2440. pyopengl-4.0.0a4/OpenGL/GLX/NV/multigpu_context.py +27 -0
  2441. pyopengl-4.0.0a4/OpenGL/GLX/NV/multigpu_context.pyi +15 -0
  2442. pyopengl-4.0.0a4/OpenGL/GLX/NV/multisample_coverage.py +53 -0
  2443. pyopengl-4.0.0a4/OpenGL/GLX/NV/multisample_coverage.pyi +12 -0
  2444. pyopengl-4.0.0a4/OpenGL/GLX/NV/present_video.py +44 -0
  2445. pyopengl-4.0.0a4/OpenGL/GLX/NV/present_video.pyi +15 -0
  2446. pyopengl-4.0.0a4/OpenGL/GLX/NV/robustness_video_memory_purge.py +52 -0
  2447. pyopengl-4.0.0a4/OpenGL/GLX/NV/robustness_video_memory_purge.pyi +11 -0
  2448. pyopengl-4.0.0a4/OpenGL/GLX/NV/swap_group.py +27 -0
  2449. pyopengl-4.0.0a4/OpenGL/GLX/NV/swap_group.pyi +17 -0
  2450. pyopengl-4.0.0a4/OpenGL/GLX/NV/video_capture.py +35 -0
  2451. pyopengl-4.0.0a4/OpenGL/GLX/NV/video_capture.pyi +20 -0
  2452. pyopengl-4.0.0a4/OpenGL/GLX/NV/video_out.py +27 -0
  2453. pyopengl-4.0.0a4/OpenGL/GLX/NV/video_out.pyi +28 -0
  2454. pyopengl-4.0.0a4/OpenGL/GLX/NV/video_output.py +27 -0
  2455. pyopengl-4.0.0a4/OpenGL/GLX/NV/video_output.pyi +28 -0
  2456. pyopengl-4.0.0a4/OpenGL/GLX/OML/swap_method.py +27 -0
  2457. pyopengl-4.0.0a4/OpenGL/GLX/OML/swap_method.pyi +14 -0
  2458. pyopengl-4.0.0a4/OpenGL/GLX/OML/sync_control.py +27 -0
  2459. pyopengl-4.0.0a4/OpenGL/GLX/OML/sync_control.pyi +16 -0
  2460. pyopengl-4.0.0a4/OpenGL/GLX/SGI/cushion.py +27 -0
  2461. pyopengl-4.0.0a4/OpenGL/GLX/SGI/cushion.pyi +12 -0
  2462. pyopengl-4.0.0a4/OpenGL/GLX/SGI/make_current_read.py +27 -0
  2463. pyopengl-4.0.0a4/OpenGL/GLX/SGI/make_current_read.pyi +13 -0
  2464. pyopengl-4.0.0a4/OpenGL/GLX/SGI/swap_control.py +27 -0
  2465. pyopengl-4.0.0a4/OpenGL/GLX/SGI/swap_control.pyi +11 -0
  2466. pyopengl-4.0.0a4/OpenGL/GLX/SGI/video_sync.py +27 -0
  2467. pyopengl-4.0.0a4/OpenGL/GLX/SGI/video_sync.pyi +13 -0
  2468. pyopengl-4.0.0a4/OpenGL/GLX/SGIS/blended_overlay.py +27 -0
  2469. pyopengl-4.0.0a4/OpenGL/GLX/SGIS/blended_overlay.pyi +11 -0
  2470. pyopengl-4.0.0a4/OpenGL/GLX/SGIS/multisample.py +55 -0
  2471. pyopengl-4.0.0a4/OpenGL/GLX/SGIS/multisample.pyi +12 -0
  2472. pyopengl-4.0.0a4/OpenGL/GLX/SGIS/shared_multisample.py +97 -0
  2473. pyopengl-4.0.0a4/OpenGL/GLX/SGIS/shared_multisample.pyi +12 -0
  2474. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/dmbuffer.py +27 -0
  2475. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/dmbuffer.pyi +14 -0
  2476. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/fbconfig.py +27 -0
  2477. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/fbconfig.pyi +29 -0
  2478. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/hyperpipe.py +27 -0
  2479. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/hyperpipe.pyi +30 -0
  2480. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/pbuffer.py +27 -0
  2481. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/pbuffer.pyi +42 -0
  2482. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/swap_barrier.py +27 -0
  2483. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/swap_barrier.pyi +13 -0
  2484. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/swap_group.py +27 -0
  2485. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/swap_group.pyi +12 -0
  2486. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/video_resize.py +27 -0
  2487. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/video_resize.pyi +19 -0
  2488. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/video_source.py +27 -0
  2489. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/video_source.pyi +13 -0
  2490. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/visual_select_group.py +27 -0
  2491. pyopengl-4.0.0a4/OpenGL/GLX/SGIX/visual_select_group.pyi +11 -0
  2492. pyopengl-4.0.0a4/OpenGL/GLX/SUN/get_transparent_index.py +27 -0
  2493. pyopengl-4.0.0a4/OpenGL/GLX/SUN/get_transparent_index.pyi +12 -0
  2494. pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_0.py +27 -0
  2495. pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_0.pyi +56 -0
  2496. pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_1.py +27 -0
  2497. pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_1.pyi +18 -0
  2498. pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_2.py +27 -0
  2499. pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_2.pyi +11 -0
  2500. pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_3.py +27 -0
  2501. pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_3.pyi +85 -0
  2502. pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_4.py +27 -0
  2503. pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_4.pyi +15 -0
  2504. pyopengl-4.0.0a4/OpenGL/GLX/__init__.py +12 -0
  2505. pyopengl-4.0.0a4/OpenGL/GLX/__init__.pyi +758 -0
  2506. pyopengl-4.0.0a4/OpenGL/Tk/__init__.py +72 -0
  2507. pyopengl-4.0.0a4/OpenGL/Tk/attributes.py +159 -0
  2508. pyopengl-4.0.0a4/OpenGL/Tk/context.py +117 -0
  2509. pyopengl-4.0.0a4/OpenGL/Tk/errors.py +14 -0
  2510. pyopengl-4.0.0a4/OpenGL/Tk/glx.py +398 -0
  2511. pyopengl-4.0.0a4/OpenGL/Tk/togl.py +586 -0
  2512. pyopengl-4.0.0a4/OpenGL/Tk/widget.py +337 -0
  2513. pyopengl-4.0.0a4/OpenGL/Tk/win32.py +501 -0
  2514. pyopengl-4.0.0a4/OpenGL/WGL/AMD/gpu_association.py +27 -0
  2515. pyopengl-4.0.0a4/OpenGL/WGL/AMD/gpu_association.pyi +31 -0
  2516. pyopengl-4.0.0a4/OpenGL/WGL/ARB/buffer_region.py +27 -0
  2517. pyopengl-4.0.0a4/OpenGL/WGL/ARB/buffer_region.pyi +19 -0
  2518. pyopengl-4.0.0a4/OpenGL/WGL/ARB/context_flush_control.py +27 -0
  2519. pyopengl-4.0.0a4/OpenGL/WGL/ARB/context_flush_control.pyi +13 -0
  2520. pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context.py +27 -0
  2521. pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context.pyi +20 -0
  2522. pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context_no_error.py +34 -0
  2523. pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context_no_error.pyi +11 -0
  2524. pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context_profile.py +27 -0
  2525. pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context_profile.pyi +14 -0
  2526. pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context_robustness.py +27 -0
  2527. pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context_robustness.pyi +14 -0
  2528. pyopengl-4.0.0a4/OpenGL/WGL/ARB/extensions_string.py +27 -0
  2529. pyopengl-4.0.0a4/OpenGL/WGL/ARB/extensions_string.pyi +11 -0
  2530. pyopengl-4.0.0a4/OpenGL/WGL/ARB/framebuffer_sRGB.py +59 -0
  2531. pyopengl-4.0.0a4/OpenGL/WGL/ARB/framebuffer_sRGB.pyi +11 -0
  2532. pyopengl-4.0.0a4/OpenGL/WGL/ARB/make_current_read.py +27 -0
  2533. pyopengl-4.0.0a4/OpenGL/WGL/ARB/make_current_read.pyi +15 -0
  2534. pyopengl-4.0.0a4/OpenGL/WGL/ARB/multisample.py +55 -0
  2535. pyopengl-4.0.0a4/OpenGL/WGL/ARB/multisample.pyi +12 -0
  2536. pyopengl-4.0.0a4/OpenGL/WGL/ARB/pbuffer.py +27 -0
  2537. pyopengl-4.0.0a4/OpenGL/WGL/ARB/pbuffer.pyi +25 -0
  2538. pyopengl-4.0.0a4/OpenGL/WGL/ARB/pixel_format.py +27 -0
  2539. pyopengl-4.0.0a4/OpenGL/WGL/ARB/pixel_format.pyi +64 -0
  2540. pyopengl-4.0.0a4/OpenGL/WGL/ARB/pixel_format_float.py +27 -0
  2541. pyopengl-4.0.0a4/OpenGL/WGL/ARB/pixel_format_float.pyi +11 -0
  2542. pyopengl-4.0.0a4/OpenGL/WGL/ARB/render_texture.py +27 -0
  2543. pyopengl-4.0.0a4/OpenGL/WGL/ARB/render_texture.pyi +48 -0
  2544. pyopengl-4.0.0a4/OpenGL/WGL/ARB/robustness_application_isolation.py +44 -0
  2545. pyopengl-4.0.0a4/OpenGL/WGL/ARB/robustness_application_isolation.pyi +11 -0
  2546. pyopengl-4.0.0a4/OpenGL/WGL/ARB/robustness_share_group_isolation.py +27 -0
  2547. pyopengl-4.0.0a4/OpenGL/WGL/ARB/robustness_share_group_isolation.pyi +11 -0
  2548. pyopengl-4.0.0a4/OpenGL/WGL/ATI/pixel_format_float.py +27 -0
  2549. pyopengl-4.0.0a4/OpenGL/WGL/ATI/pixel_format_float.pyi +11 -0
  2550. pyopengl-4.0.0a4/OpenGL/WGL/ATI/render_texture_rectangle.py +27 -0
  2551. pyopengl-4.0.0a4/OpenGL/WGL/ATI/render_texture_rectangle.pyi +11 -0
  2552. pyopengl-4.0.0a4/OpenGL/WGL/DFX/multisample.py +69 -0
  2553. pyopengl-4.0.0a4/OpenGL/WGL/DFX/multisample.pyi +12 -0
  2554. pyopengl-4.0.0a4/OpenGL/WGL/DL/stereo_control.py +27 -0
  2555. pyopengl-4.0.0a4/OpenGL/WGL/DL/stereo_control.pyi +16 -0
  2556. pyopengl-4.0.0a4/OpenGL/WGL/EXT/colorspace.py +27 -0
  2557. pyopengl-4.0.0a4/OpenGL/WGL/EXT/colorspace.pyi +13 -0
  2558. pyopengl-4.0.0a4/OpenGL/WGL/EXT/create_context_es2_profile.py +27 -0
  2559. pyopengl-4.0.0a4/OpenGL/WGL/EXT/create_context_es2_profile.pyi +11 -0
  2560. pyopengl-4.0.0a4/OpenGL/WGL/EXT/create_context_es_profile.py +27 -0
  2561. pyopengl-4.0.0a4/OpenGL/WGL/EXT/create_context_es_profile.pyi +11 -0
  2562. pyopengl-4.0.0a4/OpenGL/WGL/EXT/depth_float.py +27 -0
  2563. pyopengl-4.0.0a4/OpenGL/WGL/EXT/depth_float.pyi +11 -0
  2564. pyopengl-4.0.0a4/OpenGL/WGL/EXT/display_color_table.py +27 -0
  2565. pyopengl-4.0.0a4/OpenGL/WGL/EXT/display_color_table.pyi +15 -0
  2566. pyopengl-4.0.0a4/OpenGL/WGL/EXT/extensions_string.py +27 -0
  2567. pyopengl-4.0.0a4/OpenGL/WGL/EXT/extensions_string.pyi +11 -0
  2568. pyopengl-4.0.0a4/OpenGL/WGL/EXT/framebuffer_sRGB.py +59 -0
  2569. pyopengl-4.0.0a4/OpenGL/WGL/EXT/framebuffer_sRGB.pyi +11 -0
  2570. pyopengl-4.0.0a4/OpenGL/WGL/EXT/make_current_read.py +27 -0
  2571. pyopengl-4.0.0a4/OpenGL/WGL/EXT/make_current_read.pyi +14 -0
  2572. pyopengl-4.0.0a4/OpenGL/WGL/EXT/multisample.py +27 -0
  2573. pyopengl-4.0.0a4/OpenGL/WGL/EXT/multisample.pyi +12 -0
  2574. pyopengl-4.0.0a4/OpenGL/WGL/EXT/pbuffer.py +27 -0
  2575. pyopengl-4.0.0a4/OpenGL/WGL/EXT/pbuffer.pyi +26 -0
  2576. pyopengl-4.0.0a4/OpenGL/WGL/EXT/pixel_format.py +27 -0
  2577. pyopengl-4.0.0a4/OpenGL/WGL/EXT/pixel_format.pyi +60 -0
  2578. pyopengl-4.0.0a4/OpenGL/WGL/EXT/pixel_format_packed_float.py +27 -0
  2579. pyopengl-4.0.0a4/OpenGL/WGL/EXT/pixel_format_packed_float.pyi +11 -0
  2580. pyopengl-4.0.0a4/OpenGL/WGL/EXT/swap_control.py +35 -0
  2581. pyopengl-4.0.0a4/OpenGL/WGL/EXT/swap_control.pyi +12 -0
  2582. pyopengl-4.0.0a4/OpenGL/WGL/EXT/swap_control_tear.py +27 -0
  2583. pyopengl-4.0.0a4/OpenGL/WGL/EXT/swap_control_tear.pyi +9 -0
  2584. pyopengl-4.0.0a4/OpenGL/WGL/I3D/digital_video_control.py +27 -0
  2585. pyopengl-4.0.0a4/OpenGL/WGL/I3D/digital_video_control.pyi +18 -0
  2586. pyopengl-4.0.0a4/OpenGL/WGL/I3D/gamma.py +27 -0
  2587. pyopengl-4.0.0a4/OpenGL/WGL/I3D/gamma.pyi +18 -0
  2588. pyopengl-4.0.0a4/OpenGL/WGL/I3D/genlock.py +27 -0
  2589. pyopengl-4.0.0a4/OpenGL/WGL/I3D/genlock.pyi +33 -0
  2590. pyopengl-4.0.0a4/OpenGL/WGL/I3D/image_buffer.py +27 -0
  2591. pyopengl-4.0.0a4/OpenGL/WGL/I3D/image_buffer.pyi +18 -0
  2592. pyopengl-4.0.0a4/OpenGL/WGL/I3D/swap_frame_lock.py +27 -0
  2593. pyopengl-4.0.0a4/OpenGL/WGL/I3D/swap_frame_lock.pyi +15 -0
  2594. pyopengl-4.0.0a4/OpenGL/WGL/I3D/swap_frame_usage.py +27 -0
  2595. pyopengl-4.0.0a4/OpenGL/WGL/I3D/swap_frame_usage.pyi +15 -0
  2596. pyopengl-4.0.0a4/OpenGL/WGL/NV/DX_interop.py +27 -0
  2597. pyopengl-4.0.0a4/OpenGL/WGL/NV/DX_interop.pyi +23 -0
  2598. pyopengl-4.0.0a4/OpenGL/WGL/NV/DX_interop2.py +27 -0
  2599. pyopengl-4.0.0a4/OpenGL/WGL/NV/DX_interop2.pyi +9 -0
  2600. pyopengl-4.0.0a4/OpenGL/WGL/NV/copy_image.py +36 -0
  2601. pyopengl-4.0.0a4/OpenGL/WGL/NV/copy_image.pyi +11 -0
  2602. pyopengl-4.0.0a4/OpenGL/WGL/NV/delay_before_swap.py +27 -0
  2603. pyopengl-4.0.0a4/OpenGL/WGL/NV/delay_before_swap.pyi +11 -0
  2604. pyopengl-4.0.0a4/OpenGL/WGL/NV/float_buffer.py +95 -0
  2605. pyopengl-4.0.0a4/OpenGL/WGL/NV/float_buffer.pyi +19 -0
  2606. pyopengl-4.0.0a4/OpenGL/WGL/NV/gpu_affinity.py +27 -0
  2607. pyopengl-4.0.0a4/OpenGL/WGL/NV/gpu_affinity.pyi +19 -0
  2608. pyopengl-4.0.0a4/OpenGL/WGL/NV/multigpu_context.py +27 -0
  2609. pyopengl-4.0.0a4/OpenGL/WGL/NV/multigpu_context.pyi +15 -0
  2610. pyopengl-4.0.0a4/OpenGL/WGL/NV/multisample_coverage.py +53 -0
  2611. pyopengl-4.0.0a4/OpenGL/WGL/NV/multisample_coverage.pyi +12 -0
  2612. pyopengl-4.0.0a4/OpenGL/WGL/NV/present_video.py +44 -0
  2613. pyopengl-4.0.0a4/OpenGL/WGL/NV/present_video.pyi +16 -0
  2614. pyopengl-4.0.0a4/OpenGL/WGL/NV/render_depth_texture.py +27 -0
  2615. pyopengl-4.0.0a4/OpenGL/WGL/NV/render_depth_texture.pyi +15 -0
  2616. pyopengl-4.0.0a4/OpenGL/WGL/NV/render_texture_rectangle.py +27 -0
  2617. pyopengl-4.0.0a4/OpenGL/WGL/NV/render_texture_rectangle.pyi +13 -0
  2618. pyopengl-4.0.0a4/OpenGL/WGL/NV/swap_group.py +27 -0
  2619. pyopengl-4.0.0a4/OpenGL/WGL/NV/swap_group.pyi +17 -0
  2620. pyopengl-4.0.0a4/OpenGL/WGL/NV/vertex_array_range.py +102 -0
  2621. pyopengl-4.0.0a4/OpenGL/WGL/NV/vertex_array_range.pyi +13 -0
  2622. pyopengl-4.0.0a4/OpenGL/WGL/NV/video_capture.py +35 -0
  2623. pyopengl-4.0.0a4/OpenGL/WGL/NV/video_capture.pyi +19 -0
  2624. pyopengl-4.0.0a4/OpenGL/WGL/NV/video_output.py +27 -0
  2625. pyopengl-4.0.0a4/OpenGL/WGL/NV/video_output.pyi +31 -0
  2626. pyopengl-4.0.0a4/OpenGL/WGL/OML/sync_control.py +27 -0
  2627. pyopengl-4.0.0a4/OpenGL/WGL/OML/sync_control.pyi +17 -0
  2628. pyopengl-4.0.0a4/OpenGL/WGL/VERSION/WGL_1_0.py +27 -0
  2629. pyopengl-4.0.0a4/OpenGL/WGL/VERSION/WGL_1_0.pyi +71 -0
  2630. pyopengl-4.0.0a4/OpenGL/WGL/__init__.py +14 -0
  2631. pyopengl-4.0.0a4/OpenGL/WGL/__init__.pyi +795 -0
  2632. pyopengl-4.0.0a4/OpenGL/WGL/offscreen.py +833 -0
  2633. pyopengl-4.0.0a4/OpenGL/__init__.py +470 -0
  2634. pyopengl-4.0.0a4/OpenGL/__pyinstaller/__init__.py +14 -0
  2635. pyopengl-4.0.0a4/OpenGL/__pyinstaller/hook-OpenGL.py +114 -0
  2636. pyopengl-4.0.0a4/OpenGL/_configflags.py +68 -0
  2637. pyopengl-4.0.0a4/OpenGL/_declarations.py +740 -0
  2638. pyopengl-4.0.0a4/OpenGL/_dispatch/__init__.py +411 -0
  2639. pyopengl-4.0.0a4/OpenGL/_dispatch/_tables.py +4875 -0
  2640. pyopengl-4.0.0a4/OpenGL/_dispatch/finder.py +360 -0
  2641. pyopengl-4.0.0a4/OpenGL/_dispatch/support.py +778 -0
  2642. pyopengl-4.0.0a4/OpenGL/_rawfinder.py +90 -0
  2643. pyopengl-4.0.0a4/OpenGL/_scalar.py +29 -0
  2644. pyopengl-4.0.0a4/OpenGL/_string_array.py +90 -0
  2645. pyopengl-4.0.0a4/OpenGL/_typing.pyi +52 -0
  2646. pyopengl-4.0.0a4/OpenGL/acceleratesupport.py +37 -0
  2647. pyopengl-4.0.0a4/OpenGL/arrays/_arrayconstants.py +61 -0
  2648. pyopengl-4.0.0a4/OpenGL/arrays/arraydatatype.py +435 -0
  2649. pyopengl-4.0.0a4/OpenGL/arrays/ctypesarrays.py +165 -0
  2650. pyopengl-4.0.0a4/OpenGL/arrays/ctypesparameters.py +156 -0
  2651. pyopengl-4.0.0a4/OpenGL/arrays/ctypespointers.py +105 -0
  2652. pyopengl-4.0.0a4/OpenGL/arrays/lists.py +231 -0
  2653. pyopengl-4.0.0a4/OpenGL/arrays/numpybuffers.py +131 -0
  2654. pyopengl-4.0.0a4/OpenGL/arrays/numpymodule.py +285 -0
  2655. pyopengl-4.0.0a4/OpenGL/arrays/strings.py +110 -0
  2656. pyopengl-4.0.0a4/OpenGL/arrays/vbo.py +557 -0
  2657. pyopengl-4.0.0a4/OpenGL/constant.py +82 -0
  2658. pyopengl-4.0.0a4/OpenGL/constants.py +8 -0
  2659. pyopengl-4.0.0a4/OpenGL/converters.py +555 -0
  2660. pyopengl-4.0.0a4/OpenGL/dispatch.py +932 -0
  2661. pyopengl-4.0.0a4/OpenGL/error.py +432 -0
  2662. pyopengl-4.0.0a4/OpenGL/extensions.py +381 -0
  2663. pyopengl-4.0.0a4/OpenGL/logs.py +93 -0
  2664. pyopengl-4.0.0a4/OpenGL/platform/__init__.py +154 -0
  2665. pyopengl-4.0.0a4/OpenGL/platform/baseplatform.py +701 -0
  2666. pyopengl-4.0.0a4/OpenGL/platform/darwin.py +127 -0
  2667. pyopengl-4.0.0a4/OpenGL/platform/egl.py +13 -0
  2668. pyopengl-4.0.0a4/OpenGL/platform/glx.py +13 -0
  2669. pyopengl-4.0.0a4/OpenGL/platform/linux.py +382 -0
  2670. pyopengl-4.0.0a4/OpenGL/platform/win32.py +270 -0
  2671. pyopengl-4.0.0a4/OpenGL/plugins.py +118 -0
  2672. pyopengl-4.0.0a4/OpenGL/raw/EGL/ANDROID/__init__.py +5 -0
  2673. pyopengl-4.0.0a4/OpenGL/raw/EGL/ANGLE/__init__.py +5 -0
  2674. pyopengl-4.0.0a4/OpenGL/raw/EGL/ARM/__init__.py +5 -0
  2675. pyopengl-4.0.0a4/OpenGL/raw/EGL/EXT/__init__.py +5 -0
  2676. pyopengl-4.0.0a4/OpenGL/raw/EGL/HI/__init__.py +5 -0
  2677. pyopengl-4.0.0a4/OpenGL/raw/EGL/IMG/__init__.py +5 -0
  2678. pyopengl-4.0.0a4/OpenGL/raw/EGL/KHR/__init__.py +5 -0
  2679. pyopengl-4.0.0a4/OpenGL/raw/EGL/MESA/__init__.py +5 -0
  2680. pyopengl-4.0.0a4/OpenGL/raw/EGL/NOK/__init__.py +5 -0
  2681. pyopengl-4.0.0a4/OpenGL/raw/EGL/NV/__init__.py +5 -0
  2682. pyopengl-4.0.0a4/OpenGL/raw/EGL/NV/stream_consumer_gltexture_yuv.py +25 -0
  2683. pyopengl-4.0.0a4/OpenGL/raw/EGL/TIZEN/__init__.py +5 -0
  2684. pyopengl-4.0.0a4/OpenGL/raw/EGL/VERSION/__init__.py +5 -0
  2685. pyopengl-4.0.0a4/OpenGL/raw/EGL/WL/__init__.py +4 -0
  2686. pyopengl-4.0.0a4/OpenGL/raw/EGL/__init__.py +22 -0
  2687. pyopengl-4.0.0a4/OpenGL/raw/EGL/_errors.py +36 -0
  2688. pyopengl-4.0.0a4/OpenGL/raw/EGL/_types.py +185 -0
  2689. pyopengl-4.0.0a4/OpenGL/raw/GL/AMD/__init__.py +5 -0
  2690. pyopengl-4.0.0a4/OpenGL/raw/GL/ANGLE/__init__.py +5 -0
  2691. pyopengl-4.0.0a4/OpenGL/raw/GL/APPLE/__init__.py +5 -0
  2692. pyopengl-4.0.0a4/OpenGL/raw/GL/ARB/__init__.py +5 -0
  2693. pyopengl-4.0.0a4/OpenGL/raw/GL/ARM/__init__.py +5 -0
  2694. pyopengl-4.0.0a4/OpenGL/raw/GL/ATI/__init__.py +5 -0
  2695. pyopengl-4.0.0a4/OpenGL/raw/GL/DFX/__init__.py +5 -0
  2696. pyopengl-4.0.0a4/OpenGL/raw/GL/DMP/__init__.py +5 -0
  2697. pyopengl-4.0.0a4/OpenGL/raw/GL/EXT/__init__.py +5 -0
  2698. pyopengl-4.0.0a4/OpenGL/raw/GL/FJ/__init__.py +5 -0
  2699. pyopengl-4.0.0a4/OpenGL/raw/GL/GREMEDY/__init__.py +5 -0
  2700. pyopengl-4.0.0a4/OpenGL/raw/GL/HP/__init__.py +5 -0
  2701. pyopengl-4.0.0a4/OpenGL/raw/GL/IBM/__init__.py +5 -0
  2702. pyopengl-4.0.0a4/OpenGL/raw/GL/IMG/__init__.py +5 -0
  2703. pyopengl-4.0.0a4/OpenGL/raw/GL/INGR/__init__.py +5 -0
  2704. pyopengl-4.0.0a4/OpenGL/raw/GL/INTEL/__init__.py +5 -0
  2705. pyopengl-4.0.0a4/OpenGL/raw/GL/KHR/__init__.py +5 -0
  2706. pyopengl-4.0.0a4/OpenGL/raw/GL/MESA/__init__.py +5 -0
  2707. pyopengl-4.0.0a4/OpenGL/raw/GL/MESAX/__init__.py +5 -0
  2708. pyopengl-4.0.0a4/OpenGL/raw/GL/NV/__init__.py +5 -0
  2709. pyopengl-4.0.0a4/OpenGL/raw/GL/NVX/__init__.py +5 -0
  2710. pyopengl-4.0.0a4/OpenGL/raw/GL/OES/__init__.py +5 -0
  2711. pyopengl-4.0.0a4/OpenGL/raw/GL/OML/__init__.py +5 -0
  2712. pyopengl-4.0.0a4/OpenGL/raw/GL/OVR/__init__.py +5 -0
  2713. pyopengl-4.0.0a4/OpenGL/raw/GL/PGI/__init__.py +5 -0
  2714. pyopengl-4.0.0a4/OpenGL/raw/GL/QCOM/__init__.py +5 -0
  2715. pyopengl-4.0.0a4/OpenGL/raw/GL/REND/__init__.py +5 -0
  2716. pyopengl-4.0.0a4/OpenGL/raw/GL/S3/__init__.py +5 -0
  2717. pyopengl-4.0.0a4/OpenGL/raw/GL/SGI/__init__.py +5 -0
  2718. pyopengl-4.0.0a4/OpenGL/raw/GL/SGIS/__init__.py +5 -0
  2719. pyopengl-4.0.0a4/OpenGL/raw/GL/SGIX/__init__.py +5 -0
  2720. pyopengl-4.0.0a4/OpenGL/raw/GL/SUN/__init__.py +5 -0
  2721. pyopengl-4.0.0a4/OpenGL/raw/GL/SUNX/__init__.py +5 -0
  2722. pyopengl-4.0.0a4/OpenGL/raw/GL/VERSION/__init__.py +5 -0
  2723. pyopengl-4.0.0a4/OpenGL/raw/GL/VIV/__init__.py +5 -0
  2724. pyopengl-4.0.0a4/OpenGL/raw/GL/WIN/__init__.py +5 -0
  2725. pyopengl-4.0.0a4/OpenGL/raw/GL/__init__.py +5 -0
  2726. pyopengl-4.0.0a4/OpenGL/raw/GL/_errors.py +22 -0
  2727. pyopengl-4.0.0a4/OpenGL/raw/GL/_glgets.py +2215 -0
  2728. pyopengl-4.0.0a4/OpenGL/raw/GL/_lookupint.py +52 -0
  2729. pyopengl-4.0.0a4/OpenGL/raw/GL/_types.py +164 -0
  2730. pyopengl-4.0.0a4/OpenGL/raw/GLE/__init__.py +302 -0
  2731. pyopengl-4.0.0a4/OpenGL/raw/GLE/annotations.py +357 -0
  2732. pyopengl-4.0.0a4/OpenGL/raw/GLE/constants.py +71 -0
  2733. pyopengl-4.0.0a4/OpenGL/raw/GLES1/AMD/__init__.py +5 -0
  2734. pyopengl-4.0.0a4/OpenGL/raw/GLES1/APPLE/__init__.py +5 -0
  2735. pyopengl-4.0.0a4/OpenGL/raw/GLES1/ARM/__init__.py +5 -0
  2736. pyopengl-4.0.0a4/OpenGL/raw/GLES1/EXT/__init__.py +5 -0
  2737. pyopengl-4.0.0a4/OpenGL/raw/GLES1/IMG/__init__.py +5 -0
  2738. pyopengl-4.0.0a4/OpenGL/raw/GLES1/KHR/__init__.py +5 -0
  2739. pyopengl-4.0.0a4/OpenGL/raw/GLES1/NV/__init__.py +5 -0
  2740. pyopengl-4.0.0a4/OpenGL/raw/GLES1/OES/__init__.py +5 -0
  2741. pyopengl-4.0.0a4/OpenGL/raw/GLES1/QCOM/__init__.py +5 -0
  2742. pyopengl-4.0.0a4/OpenGL/raw/GLES1/VERSION/__init__.py +5 -0
  2743. pyopengl-4.0.0a4/OpenGL/raw/GLES1/__init__.py +4 -0
  2744. pyopengl-4.0.0a4/OpenGL/raw/GLES1/_errors.py +17 -0
  2745. pyopengl-4.0.0a4/OpenGL/raw/GLES1/_glgets.py +2215 -0
  2746. pyopengl-4.0.0a4/OpenGL/raw/GLES1/_types.py +8 -0
  2747. pyopengl-4.0.0a4/OpenGL/raw/GLES2/AMD/__init__.py +5 -0
  2748. pyopengl-4.0.0a4/OpenGL/raw/GLES2/ANDROID/__init__.py +5 -0
  2749. pyopengl-4.0.0a4/OpenGL/raw/GLES2/ANGLE/__init__.py +5 -0
  2750. pyopengl-4.0.0a4/OpenGL/raw/GLES2/APPLE/__init__.py +5 -0
  2751. pyopengl-4.0.0a4/OpenGL/raw/GLES2/ARM/__init__.py +5 -0
  2752. pyopengl-4.0.0a4/OpenGL/raw/GLES2/DMP/__init__.py +5 -0
  2753. pyopengl-4.0.0a4/OpenGL/raw/GLES2/ES/__init__.py +5 -0
  2754. pyopengl-4.0.0a4/OpenGL/raw/GLES2/EXT/__init__.py +5 -0
  2755. pyopengl-4.0.0a4/OpenGL/raw/GLES2/FJ/__init__.py +5 -0
  2756. pyopengl-4.0.0a4/OpenGL/raw/GLES2/IMG/__init__.py +5 -0
  2757. pyopengl-4.0.0a4/OpenGL/raw/GLES2/INTEL/__init__.py +5 -0
  2758. pyopengl-4.0.0a4/OpenGL/raw/GLES2/KHR/__init__.py +5 -0
  2759. pyopengl-4.0.0a4/OpenGL/raw/GLES2/MESA/__init__.py +5 -0
  2760. pyopengl-4.0.0a4/OpenGL/raw/GLES2/NV/__init__.py +5 -0
  2761. pyopengl-4.0.0a4/OpenGL/raw/GLES2/NVX/__init__.py +5 -0
  2762. pyopengl-4.0.0a4/OpenGL/raw/GLES2/OES/__init__.py +5 -0
  2763. pyopengl-4.0.0a4/OpenGL/raw/GLES2/OVR/__init__.py +5 -0
  2764. pyopengl-4.0.0a4/OpenGL/raw/GLES2/QCOM/__init__.py +5 -0
  2765. pyopengl-4.0.0a4/OpenGL/raw/GLES2/VERSION/__init__.py +5 -0
  2766. pyopengl-4.0.0a4/OpenGL/raw/GLES2/VIV/__init__.py +5 -0
  2767. pyopengl-4.0.0a4/OpenGL/raw/GLES2/__init__.py +4 -0
  2768. pyopengl-4.0.0a4/OpenGL/raw/GLES2/_errors.py +17 -0
  2769. pyopengl-4.0.0a4/OpenGL/raw/GLES2/_glgets.py +2215 -0
  2770. pyopengl-4.0.0a4/OpenGL/raw/GLES2/_types.py +9 -0
  2771. pyopengl-4.0.0a4/OpenGL/raw/GLES3/VERSION/__init__.py +5 -0
  2772. pyopengl-4.0.0a4/OpenGL/raw/GLES3/__init__.py +6 -0
  2773. pyopengl-4.0.0a4/OpenGL/raw/GLES3/_errors.py +17 -0
  2774. pyopengl-4.0.0a4/OpenGL/raw/GLES3/_glgets.py +2215 -0
  2775. pyopengl-4.0.0a4/OpenGL/raw/GLES3/_types.py +8 -0
  2776. pyopengl-4.0.0a4/OpenGL/raw/GLU/__init__.py +811 -0
  2777. pyopengl-4.0.0a4/OpenGL/raw/GLU/_errors.py +11 -0
  2778. pyopengl-4.0.0a4/OpenGL/raw/GLU/annotations.py +226 -0
  2779. pyopengl-4.0.0a4/OpenGL/raw/GLU/constants.py +324 -0
  2780. pyopengl-4.0.0a4/OpenGL/raw/GLUT/__init__.py +1348 -0
  2781. pyopengl-4.0.0a4/OpenGL/raw/GLUT/annotations.py +23 -0
  2782. pyopengl-4.0.0a4/OpenGL/raw/GLUT/constants.py +349 -0
  2783. pyopengl-4.0.0a4/OpenGL/raw/GLX/AMD/__init__.py +5 -0
  2784. pyopengl-4.0.0a4/OpenGL/raw/GLX/ARB/__init__.py +5 -0
  2785. pyopengl-4.0.0a4/OpenGL/raw/GLX/DFX/__init__.py +5 -0
  2786. pyopengl-4.0.0a4/OpenGL/raw/GLX/EXT/__init__.py +5 -0
  2787. pyopengl-4.0.0a4/OpenGL/raw/GLX/INTEL/__init__.py +5 -0
  2788. pyopengl-4.0.0a4/OpenGL/raw/GLX/MESA/__init__.py +5 -0
  2789. pyopengl-4.0.0a4/OpenGL/raw/GLX/NV/__init__.py +5 -0
  2790. pyopengl-4.0.0a4/OpenGL/raw/GLX/OML/__init__.py +5 -0
  2791. pyopengl-4.0.0a4/OpenGL/raw/GLX/SGI/__init__.py +5 -0
  2792. pyopengl-4.0.0a4/OpenGL/raw/GLX/SGIS/__init__.py +5 -0
  2793. pyopengl-4.0.0a4/OpenGL/raw/GLX/SGIX/__init__.py +5 -0
  2794. pyopengl-4.0.0a4/OpenGL/raw/GLX/SUN/__init__.py +5 -0
  2795. pyopengl-4.0.0a4/OpenGL/raw/GLX/VERSION/__init__.py +5 -0
  2796. pyopengl-4.0.0a4/OpenGL/raw/GLX/__init__.py +4 -0
  2797. pyopengl-4.0.0a4/OpenGL/raw/GLX/_errors.py +18 -0
  2798. pyopengl-4.0.0a4/OpenGL/raw/GLX/_types.py +333 -0
  2799. pyopengl-4.0.0a4/OpenGL/raw/WGL/AMD/__init__.py +5 -0
  2800. pyopengl-4.0.0a4/OpenGL/raw/WGL/ARB/__init__.py +5 -0
  2801. pyopengl-4.0.0a4/OpenGL/raw/WGL/ATI/__init__.py +5 -0
  2802. pyopengl-4.0.0a4/OpenGL/raw/WGL/DFX/__init__.py +5 -0
  2803. pyopengl-4.0.0a4/OpenGL/raw/WGL/DL/__init__.py +5 -0
  2804. pyopengl-4.0.0a4/OpenGL/raw/WGL/EXT/__init__.py +5 -0
  2805. pyopengl-4.0.0a4/OpenGL/raw/WGL/I3D/__init__.py +5 -0
  2806. pyopengl-4.0.0a4/OpenGL/raw/WGL/NV/__init__.py +5 -0
  2807. pyopengl-4.0.0a4/OpenGL/raw/WGL/OML/__init__.py +5 -0
  2808. pyopengl-4.0.0a4/OpenGL/raw/WGL/VERSION/__init__.py +5 -0
  2809. pyopengl-4.0.0a4/OpenGL/raw/WGL/__init__.py +4 -0
  2810. pyopengl-4.0.0a4/OpenGL/raw/WGL/_errors.py +12 -0
  2811. pyopengl-4.0.0a4/OpenGL/raw/WGL/_types.py +280 -0
  2812. pyopengl-4.0.0a4/OpenGL/raw/__init__.py +10 -0
  2813. pyopengl-4.0.0a4/OpenGL/raw/_declarations/EGL.dat +0 -0
  2814. pyopengl-4.0.0a4/OpenGL/raw/_declarations/GL.dat +0 -0
  2815. pyopengl-4.0.0a4/OpenGL/raw/_declarations/GLES1.dat +0 -0
  2816. pyopengl-4.0.0a4/OpenGL/raw/_declarations/GLES2.dat +0 -0
  2817. pyopengl-4.0.0a4/OpenGL/raw/_declarations/GLES3.dat +0 -0
  2818. pyopengl-4.0.0a4/OpenGL/raw/_declarations/GLSC2.dat +0 -0
  2819. pyopengl-4.0.0a4/OpenGL/raw/_declarations/GLX.dat +0 -0
  2820. pyopengl-4.0.0a4/OpenGL/raw/_declarations/WGL.dat +0 -0
  2821. pyopengl-4.0.0a4/OpenGL/raw/_declarations/_annotations.dat +0 -0
  2822. pyopengl-4.0.0a4/OpenGL/raw/osmesa/__init__.py +4 -0
  2823. pyopengl-4.0.0a4/OpenGL/raw/osmesa/_types.py +15 -0
  2824. pyopengl-4.0.0a4/OpenGL/raw/osmesa/mesa.py +137 -0
  2825. pyopengl-4.0.0a4/OpenGL/version.py +3 -0
  2826. pyopengl-4.0.0a4/OpenGL/wrapper.py +1702 -0
  2827. pyopengl-4.0.0a4/PKG-INFO +355 -0
  2828. pyopengl-4.0.0a4/PyOpenGL.egg-info/PKG-INFO +355 -0
  2829. pyopengl-4.0.0a4/PyOpenGL.egg-info/SOURCES.txt +3061 -0
  2830. pyopengl-4.0.0a4/PyOpenGL.egg-info/entry_points.txt +2 -0
  2831. pyopengl-4.0.0a4/PyOpenGL.egg-info/requires.txt +22 -0
  2832. pyopengl-4.0.0a4/RELEASE-NOTES-4.0.md +148 -0
  2833. pyopengl-4.0.0a4/examples/tk_shader.py +129 -0
  2834. pyopengl-4.0.0a4/pyproject.toml +202 -0
  2835. pyopengl-4.0.0a4/readme.rst +318 -0
  2836. pyopengl-4.0.0a4/setup.py +31 -0
  2837. pyopengl-4.0.0a4/src/absorb_chains.py +185 -0
  2838. pyopengl-4.0.0a4/src/check_absorption.py +196 -0
  2839. pyopengl-4.0.0a4/src/check_registry.py +83 -0
  2840. pyopengl-4.0.0a4/src/codegenerator.py +660 -0
  2841. pyopengl-4.0.0a4/src/fetch_registries.py +183 -0
  2842. pyopengl-4.0.0a4/src/generate_egl.py +67 -0
  2843. pyopengl-4.0.0a4/src/glget_groups_gen.py +219 -0
  2844. pyopengl-4.0.0a4/src/mark_generated_untyped.py +65 -0
  2845. pyopengl-4.0.0a4/src/migrate_raw_imports.py +108 -0
  2846. pyopengl-4.0.0a4/src/openglgenerator.py +313 -0
  2847. pyopengl-4.0.0a4/src/regen_glgets.py +159 -0
  2848. pyopengl-4.0.0a4/src/regenerate_c.py +128 -0
  2849. pyopengl-4.0.0a4/src/xmlreg.py +496 -0
  2850. pyopengl-4.0.0a4/tests/arraycompat.py +269 -0
  2851. pyopengl-4.0.0a4/tests/backends.py +180 -0
  2852. pyopengl-4.0.0a4/tests/check_wgl_offscreen.py +99 -0
  2853. pyopengl-4.0.0a4/tests/checkutils.py +59 -0
  2854. pyopengl-4.0.0a4/tests/childenv.py +119 -0
  2855. pyopengl-4.0.0a4/tests/conftest.py +78 -0
  2856. pyopengl-4.0.0a4/tests/coverage_scan.py +45 -0
  2857. pyopengl-4.0.0a4/tests/egltest.py +110 -0
  2858. pyopengl-4.0.0a4/tests/glcontext.py +824 -0
  2859. pyopengl-4.0.0a4/tests/glcontext_cgl.py +137 -0
  2860. pyopengl-4.0.0a4/tests/glcontext_desktop.py +233 -0
  2861. pyopengl-4.0.0a4/tests/glcontext_egl.py +299 -0
  2862. pyopengl-4.0.0a4/tests/glcontext_es.py +81 -0
  2863. pyopengl-4.0.0a4/tests/glcontext_glfw.py +135 -0
  2864. pyopengl-4.0.0a4/tests/glcontext_pygame.py +123 -0
  2865. pyopengl-4.0.0a4/tests/glcontext_tk.py +109 -0
  2866. pyopengl-4.0.0a4/tests/glcontext_wgl.py +124 -0
  2867. pyopengl-4.0.0a4/tests/glget_audit.py +118 -0
  2868. pyopengl-4.0.0a4/tests/glget_check.py +320 -0
  2869. pyopengl-4.0.0a4/tests/nv_path_rendering_cases.py +256 -0
  2870. pyopengl-4.0.0a4/tests/os_egl.py +292 -0
  2871. pyopengl-4.0.0a4/tests/paths.py +36 -0
  2872. pyopengl-4.0.0a4/tests/report_cgl_context.py +94 -0
  2873. pyopengl-4.0.0a4/tests/report_egl_device_enumeration.py +80 -0
  2874. pyopengl-4.0.0a4/tests/test_wgl_offscreen.py +429 -0
  2875. pyopengl-4.0.0a4/tests/testdecorator.py +74 -0
  2876. pyopengl-4.0.0a4/tests/xlibegltest.py +311 -0
  2877. pyopengl-3.1.10/MANIFEST.in +0 -11
  2878. pyopengl-3.1.10/OpenGL/EGL/ANDROID/blob_cache.py +0 -23
  2879. pyopengl-3.1.10/OpenGL/EGL/ANDROID/framebuffer_target.py +0 -23
  2880. pyopengl-3.1.10/OpenGL/EGL/ANDROID/image_native_buffer.py +0 -23
  2881. pyopengl-3.1.10/OpenGL/EGL/ANDROID/native_fence_sync.py +0 -23
  2882. pyopengl-3.1.10/OpenGL/EGL/ANDROID/recordable.py +0 -23
  2883. pyopengl-3.1.10/OpenGL/EGL/ANGLE/d3d_share_handle_client_buffer.py +0 -23
  2884. pyopengl-3.1.10/OpenGL/EGL/ANGLE/device_d3d.py +0 -23
  2885. pyopengl-3.1.10/OpenGL/EGL/ANGLE/query_surface_pointer.py +0 -23
  2886. pyopengl-3.1.10/OpenGL/EGL/ANGLE/surface_d3d_texture_2d_share_handle.py +0 -23
  2887. pyopengl-3.1.10/OpenGL/EGL/ANGLE/window_fixed_size.py +0 -23
  2888. pyopengl-3.1.10/OpenGL/EGL/ARM/pixmap_multisample_discard.py +0 -23
  2889. pyopengl-3.1.10/OpenGL/EGL/EXT/buffer_age.py +0 -23
  2890. pyopengl-3.1.10/OpenGL/EGL/EXT/client_extensions.py +0 -23
  2891. pyopengl-3.1.10/OpenGL/EGL/EXT/create_context_robustness.py +0 -23
  2892. pyopengl-3.1.10/OpenGL/EGL/EXT/device_base.py +0 -36
  2893. pyopengl-3.1.10/OpenGL/EGL/EXT/device_drm.py +0 -23
  2894. pyopengl-3.1.10/OpenGL/EGL/EXT/device_enumeration.py +0 -26
  2895. pyopengl-3.1.10/OpenGL/EGL/EXT/device_openwf.py +0 -23
  2896. pyopengl-3.1.10/OpenGL/EGL/EXT/device_query.py +0 -26
  2897. pyopengl-3.1.10/OpenGL/EGL/EXT/image_dma_buf_import.py +0 -23
  2898. pyopengl-3.1.10/OpenGL/EGL/EXT/multiview_window.py +0 -23
  2899. pyopengl-3.1.10/OpenGL/EGL/EXT/output_base.py +0 -23
  2900. pyopengl-3.1.10/OpenGL/EGL/EXT/output_drm.py +0 -23
  2901. pyopengl-3.1.10/OpenGL/EGL/EXT/output_openwf.py +0 -23
  2902. pyopengl-3.1.10/OpenGL/EGL/EXT/platform_base.py +0 -28
  2903. pyopengl-3.1.10/OpenGL/EGL/EXT/platform_device.py +0 -23
  2904. pyopengl-3.1.10/OpenGL/EGL/EXT/platform_wayland.py +0 -23
  2905. pyopengl-3.1.10/OpenGL/EGL/EXT/platform_x11.py +0 -23
  2906. pyopengl-3.1.10/OpenGL/EGL/EXT/protected_surface.py +0 -23
  2907. pyopengl-3.1.10/OpenGL/EGL/EXT/stream_consumer_egloutput.py +0 -23
  2908. pyopengl-3.1.10/OpenGL/EGL/EXT/swap_buffers_with_damage.py +0 -23
  2909. pyopengl-3.1.10/OpenGL/EGL/EXT/yuv_surface.py +0 -23
  2910. pyopengl-3.1.10/OpenGL/EGL/HI/clientpixmap.py +0 -23
  2911. pyopengl-3.1.10/OpenGL/EGL/HI/colorformats.py +0 -23
  2912. pyopengl-3.1.10/OpenGL/EGL/IMG/context_priority.py +0 -23
  2913. pyopengl-3.1.10/OpenGL/EGL/KHR/cl_event.py +0 -23
  2914. pyopengl-3.1.10/OpenGL/EGL/KHR/cl_event2.py +0 -23
  2915. pyopengl-3.1.10/OpenGL/EGL/KHR/client_get_all_proc_addresses.py +0 -23
  2916. pyopengl-3.1.10/OpenGL/EGL/KHR/config_attribs.py +0 -23
  2917. pyopengl-3.1.10/OpenGL/EGL/KHR/create_context.py +0 -23
  2918. pyopengl-3.1.10/OpenGL/EGL/KHR/create_context_no_error.py +0 -23
  2919. pyopengl-3.1.10/OpenGL/EGL/KHR/debug.py +0 -23
  2920. pyopengl-3.1.10/OpenGL/EGL/KHR/fence_sync.py +0 -23
  2921. pyopengl-3.1.10/OpenGL/EGL/KHR/get_all_proc_addresses.py +0 -23
  2922. pyopengl-3.1.10/OpenGL/EGL/KHR/gl_colorspace.py +0 -23
  2923. pyopengl-3.1.10/OpenGL/EGL/KHR/gl_renderbuffer_image.py +0 -23
  2924. pyopengl-3.1.10/OpenGL/EGL/KHR/gl_texture_2D_image.py +0 -23
  2925. pyopengl-3.1.10/OpenGL/EGL/KHR/gl_texture_3D_image.py +0 -23
  2926. pyopengl-3.1.10/OpenGL/EGL/KHR/gl_texture_cubemap_image.py +0 -23
  2927. pyopengl-3.1.10/OpenGL/EGL/KHR/image.py +0 -23
  2928. pyopengl-3.1.10/OpenGL/EGL/KHR/image_base.py +0 -23
  2929. pyopengl-3.1.10/OpenGL/EGL/KHR/image_pixmap.py +0 -23
  2930. pyopengl-3.1.10/OpenGL/EGL/KHR/lock_surface.py +0 -23
  2931. pyopengl-3.1.10/OpenGL/EGL/KHR/lock_surface2.py +0 -23
  2932. pyopengl-3.1.10/OpenGL/EGL/KHR/lock_surface3.py +0 -23
  2933. pyopengl-3.1.10/OpenGL/EGL/KHR/partial_update.py +0 -23
  2934. pyopengl-3.1.10/OpenGL/EGL/KHR/platform_android.py +0 -23
  2935. pyopengl-3.1.10/OpenGL/EGL/KHR/platform_gbm.py +0 -23
  2936. pyopengl-3.1.10/OpenGL/EGL/KHR/platform_wayland.py +0 -23
  2937. pyopengl-3.1.10/OpenGL/EGL/KHR/platform_x11.py +0 -23
  2938. pyopengl-3.1.10/OpenGL/EGL/KHR/reusable_sync.py +0 -23
  2939. pyopengl-3.1.10/OpenGL/EGL/KHR/stream.py +0 -23
  2940. pyopengl-3.1.10/OpenGL/EGL/KHR/stream_consumer_gltexture.py +0 -23
  2941. pyopengl-3.1.10/OpenGL/EGL/KHR/stream_cross_process_fd.py +0 -23
  2942. pyopengl-3.1.10/OpenGL/EGL/KHR/stream_fifo.py +0 -23
  2943. pyopengl-3.1.10/OpenGL/EGL/KHR/stream_producer_aldatalocator.py +0 -23
  2944. pyopengl-3.1.10/OpenGL/EGL/KHR/stream_producer_eglsurface.py +0 -23
  2945. pyopengl-3.1.10/OpenGL/EGL/KHR/surfaceless_context.py +0 -23
  2946. pyopengl-3.1.10/OpenGL/EGL/KHR/swap_buffers_with_damage.py +0 -23
  2947. pyopengl-3.1.10/OpenGL/EGL/KHR/vg_parent_image.py +0 -23
  2948. pyopengl-3.1.10/OpenGL/EGL/KHR/wait_sync.py +0 -23
  2949. pyopengl-3.1.10/OpenGL/EGL/MESA/drm_image.py +0 -23
  2950. pyopengl-3.1.10/OpenGL/EGL/MESA/image_dma_buf_export.py +0 -23
  2951. pyopengl-3.1.10/OpenGL/EGL/MESA/platform_gbm.py +0 -23
  2952. pyopengl-3.1.10/OpenGL/EGL/NOK/swap_region.py +0 -23
  2953. pyopengl-3.1.10/OpenGL/EGL/NOK/swap_region2.py +0 -23
  2954. pyopengl-3.1.10/OpenGL/EGL/NOK/texture_from_pixmap.py +0 -23
  2955. pyopengl-3.1.10/OpenGL/EGL/NV/EGL_3dvision_surface.py +0 -23
  2956. pyopengl-3.1.10/OpenGL/EGL/NV/coverage_sample.py +0 -23
  2957. pyopengl-3.1.10/OpenGL/EGL/NV/coverage_sample_resolve.py +0 -23
  2958. pyopengl-3.1.10/OpenGL/EGL/NV/cuda_event.py +0 -23
  2959. pyopengl-3.1.10/OpenGL/EGL/NV/depth_nonlinear.py +0 -23
  2960. pyopengl-3.1.10/OpenGL/EGL/NV/device_cuda.py +0 -23
  2961. pyopengl-3.1.10/OpenGL/EGL/NV/native_query.py +0 -23
  2962. pyopengl-3.1.10/OpenGL/EGL/NV/post_convert_rounding.py +0 -23
  2963. pyopengl-3.1.10/OpenGL/EGL/NV/post_sub_buffer.py +0 -23
  2964. pyopengl-3.1.10/OpenGL/EGL/NV/stream_consumer_gltexture_yuv.py +0 -23
  2965. pyopengl-3.1.10/OpenGL/EGL/NV/stream_metadata.py +0 -23
  2966. pyopengl-3.1.10/OpenGL/EGL/NV/stream_sync.py +0 -23
  2967. pyopengl-3.1.10/OpenGL/EGL/NV/sync.py +0 -23
  2968. pyopengl-3.1.10/OpenGL/EGL/NV/system_time.py +0 -23
  2969. pyopengl-3.1.10/OpenGL/EGL/TIZEN/image_native_buffer.py +0 -23
  2970. pyopengl-3.1.10/OpenGL/EGL/TIZEN/image_native_surface.py +0 -23
  2971. pyopengl-3.1.10/OpenGL/EGL/VERSION/EGL_1_0.py +0 -23
  2972. pyopengl-3.1.10/OpenGL/EGL/VERSION/EGL_1_1.py +0 -23
  2973. pyopengl-3.1.10/OpenGL/EGL/VERSION/EGL_1_2.py +0 -23
  2974. pyopengl-3.1.10/OpenGL/EGL/VERSION/EGL_1_3.py +0 -23
  2975. pyopengl-3.1.10/OpenGL/EGL/VERSION/EGL_1_4.py +0 -23
  2976. pyopengl-3.1.10/OpenGL/EGL/VERSION/EGL_1_5.py +0 -33
  2977. pyopengl-3.1.10/OpenGL/EGL/__init__.py +0 -9
  2978. pyopengl-3.1.10/OpenGL/EGL/gbmdevice.py +0 -114
  2979. pyopengl-3.1.10/OpenGL/GL/AMD/blend_minmax_factor.py +0 -37
  2980. pyopengl-3.1.10/OpenGL/GL/AMD/conservative_depth.py +0 -39
  2981. pyopengl-3.1.10/OpenGL/GL/AMD/debug_output.py +0 -88
  2982. pyopengl-3.1.10/OpenGL/GL/AMD/depth_clamp_separate.py +0 -34
  2983. pyopengl-3.1.10/OpenGL/GL/AMD/draw_buffers_blend.py +0 -34
  2984. pyopengl-3.1.10/OpenGL/GL/AMD/framebuffer_multisample_advanced.py +0 -46
  2985. pyopengl-3.1.10/OpenGL/GL/AMD/framebuffer_sample_positions.py +0 -44
  2986. pyopengl-3.1.10/OpenGL/GL/AMD/gcn_shader.py +0 -31
  2987. pyopengl-3.1.10/OpenGL/GL/AMD/gpu_shader_half_float.py +0 -47
  2988. pyopengl-3.1.10/OpenGL/GL/AMD/gpu_shader_int16.py +0 -43
  2989. pyopengl-3.1.10/OpenGL/GL/AMD/gpu_shader_int64.py +0 -118
  2990. pyopengl-3.1.10/OpenGL/GL/AMD/interleaved_elements.py +0 -56
  2991. pyopengl-3.1.10/OpenGL/GL/AMD/multi_draw_indirect.py +0 -44
  2992. pyopengl-3.1.10/OpenGL/GL/AMD/name_gen_delete.py +0 -52
  2993. pyopengl-3.1.10/OpenGL/GL/AMD/occlusion_query_event.py +0 -40
  2994. pyopengl-3.1.10/OpenGL/GL/AMD/performance_monitor.py +0 -71
  2995. pyopengl-3.1.10/OpenGL/GL/AMD/pinned_memory.py +0 -35
  2996. pyopengl-3.1.10/OpenGL/GL/AMD/query_buffer_object.py +0 -48
  2997. pyopengl-3.1.10/OpenGL/GL/AMD/sample_positions.py +0 -35
  2998. pyopengl-3.1.10/OpenGL/GL/AMD/seamless_cubemap_per_texture.py +0 -47
  2999. pyopengl-3.1.10/OpenGL/GL/AMD/shader_atomic_counter_ops.py +0 -38
  3000. pyopengl-3.1.10/OpenGL/GL/AMD/shader_ballot.py +0 -32
  3001. pyopengl-3.1.10/OpenGL/GL/AMD/shader_explicit_vertex_parameter.py +0 -34
  3002. pyopengl-3.1.10/OpenGL/GL/AMD/shader_gpu_shader_half_float_fetch.py +0 -23
  3003. pyopengl-3.1.10/OpenGL/GL/AMD/shader_image_load_store_lod.py +0 -29
  3004. pyopengl-3.1.10/OpenGL/GL/AMD/shader_stencil_export.py +0 -37
  3005. pyopengl-3.1.10/OpenGL/GL/AMD/shader_trinary_minmax.py +0 -33
  3006. pyopengl-3.1.10/OpenGL/GL/AMD/sparse_texture.py +0 -42
  3007. pyopengl-3.1.10/OpenGL/GL/AMD/stencil_operation_extended.py +0 -40
  3008. pyopengl-3.1.10/OpenGL/GL/AMD/texture_gather_bias_lod.py +0 -29
  3009. pyopengl-3.1.10/OpenGL/GL/AMD/texture_texture4.py +0 -37
  3010. pyopengl-3.1.10/OpenGL/GL/AMD/transform_feedback3_lines_triangles.py +0 -32
  3011. pyopengl-3.1.10/OpenGL/GL/AMD/transform_feedback4.py +0 -49
  3012. pyopengl-3.1.10/OpenGL/GL/AMD/vertex_shader_layer.py +0 -44
  3013. pyopengl-3.1.10/OpenGL/GL/AMD/vertex_shader_tessellator.py +0 -88
  3014. pyopengl-3.1.10/OpenGL/GL/AMD/vertex_shader_viewport_index.py +0 -38
  3015. pyopengl-3.1.10/OpenGL/GL/APPLE/aux_depth_stencil.py +0 -47
  3016. pyopengl-3.1.10/OpenGL/GL/APPLE/client_storage.py +0 -107
  3017. pyopengl-3.1.10/OpenGL/GL/APPLE/element_array.py +0 -59
  3018. pyopengl-3.1.10/OpenGL/GL/APPLE/fence.py +0 -79
  3019. pyopengl-3.1.10/OpenGL/GL/APPLE/float_pixels.py +0 -70
  3020. pyopengl-3.1.10/OpenGL/GL/APPLE/flush_buffer_range.py +0 -46
  3021. pyopengl-3.1.10/OpenGL/GL/APPLE/object_purgeable.py +0 -79
  3022. pyopengl-3.1.10/OpenGL/GL/APPLE/rgb_422.py +0 -64
  3023. pyopengl-3.1.10/OpenGL/GL/APPLE/row_bytes.py +0 -55
  3024. pyopengl-3.1.10/OpenGL/GL/APPLE/specular_vector.py +0 -52
  3025. pyopengl-3.1.10/OpenGL/GL/APPLE/texture_range.py +0 -45
  3026. pyopengl-3.1.10/OpenGL/GL/APPLE/transform_hint.py +0 -43
  3027. pyopengl-3.1.10/OpenGL/GL/APPLE/vertex_array_object.py +0 -52
  3028. pyopengl-3.1.10/OpenGL/GL/APPLE/vertex_array_range.py +0 -154
  3029. pyopengl-3.1.10/OpenGL/GL/APPLE/vertex_program_evaluators.py +0 -58
  3030. pyopengl-3.1.10/OpenGL/GL/APPLE/ycbcr_422.py +0 -62
  3031. pyopengl-3.1.10/OpenGL/GL/ARB/ES2_compatibility.py +0 -51
  3032. pyopengl-3.1.10/OpenGL/GL/ARB/ES3_1_compatibility.py +0 -59
  3033. pyopengl-3.1.10/OpenGL/GL/ARB/ES3_2_compatibility.py +0 -41
  3034. pyopengl-3.1.10/OpenGL/GL/ARB/ES3_compatibility.py +0 -32
  3035. pyopengl-3.1.10/OpenGL/GL/ARB/arrays_of_arrays.py +0 -115
  3036. pyopengl-3.1.10/OpenGL/GL/ARB/base_instance.py +0 -50
  3037. pyopengl-3.1.10/OpenGL/GL/ARB/bindless_texture.py +0 -76
  3038. pyopengl-3.1.10/OpenGL/GL/ARB/blend_func_extended.py +0 -39
  3039. pyopengl-3.1.10/OpenGL/GL/ARB/buffer_storage.py +0 -48
  3040. pyopengl-3.1.10/OpenGL/GL/ARB/cl_event.py +0 -32
  3041. pyopengl-3.1.10/OpenGL/GL/ARB/clear_buffer_object.py +0 -45
  3042. pyopengl-3.1.10/OpenGL/GL/ARB/clear_texture.py +0 -59
  3043. pyopengl-3.1.10/OpenGL/GL/ARB/clip_control.py +0 -89
  3044. pyopengl-3.1.10/OpenGL/GL/ARB/color_buffer_float.py +0 -55
  3045. pyopengl-3.1.10/OpenGL/GL/ARB/compatibility.py +0 -23
  3046. pyopengl-3.1.10/OpenGL/GL/ARB/compressed_texture_pixel_storage.py +0 -47
  3047. pyopengl-3.1.10/OpenGL/GL/ARB/compute_shader.py +0 -61
  3048. pyopengl-3.1.10/OpenGL/GL/ARB/compute_variable_group_size.py +0 -39
  3049. pyopengl-3.1.10/OpenGL/GL/ARB/conditional_render_inverted.py +0 -28
  3050. pyopengl-3.1.10/OpenGL/GL/ARB/conservative_depth.py +0 -39
  3051. pyopengl-3.1.10/OpenGL/GL/ARB/copy_buffer.py +0 -30
  3052. pyopengl-3.1.10/OpenGL/GL/ARB/copy_image.py +0 -44
  3053. pyopengl-3.1.10/OpenGL/GL/ARB/cull_distance.py +0 -31
  3054. pyopengl-3.1.10/OpenGL/GL/ARB/debug_output.py +0 -116
  3055. pyopengl-3.1.10/OpenGL/GL/ARB/depth_buffer_float.py +0 -43
  3056. pyopengl-3.1.10/OpenGL/GL/ARB/depth_clamp.py +0 -54
  3057. pyopengl-3.1.10/OpenGL/GL/ARB/depth_texture.py +0 -37
  3058. pyopengl-3.1.10/OpenGL/GL/ARB/derivative_control.py +0 -57
  3059. pyopengl-3.1.10/OpenGL/GL/ARB/direct_state_access.py +0 -190
  3060. pyopengl-3.1.10/OpenGL/GL/ARB/draw_buffers.py +0 -48
  3061. pyopengl-3.1.10/OpenGL/GL/ARB/draw_buffers_blend.py +0 -35
  3062. pyopengl-3.1.10/OpenGL/GL/ARB/draw_elements_base_vertex.py +0 -101
  3063. pyopengl-3.1.10/OpenGL/GL/ARB/draw_indirect.py +0 -37
  3064. pyopengl-3.1.10/OpenGL/GL/ARB/draw_instanced.py +0 -47
  3065. pyopengl-3.1.10/OpenGL/GL/ARB/enhanced_layouts.py +0 -123
  3066. pyopengl-3.1.10/OpenGL/GL/ARB/explicit_attrib_location.py +0 -32
  3067. pyopengl-3.1.10/OpenGL/GL/ARB/explicit_uniform_location.py +0 -31
  3068. pyopengl-3.1.10/OpenGL/GL/ARB/fragment_coord_conventions.py +0 -84
  3069. pyopengl-3.1.10/OpenGL/GL/ARB/fragment_layer_viewport.py +0 -36
  3070. pyopengl-3.1.10/OpenGL/GL/ARB/fragment_program.py +0 -112
  3071. pyopengl-3.1.10/OpenGL/GL/ARB/fragment_program_shadow.py +0 -49
  3072. pyopengl-3.1.10/OpenGL/GL/ARB/fragment_shader.py +0 -37
  3073. pyopengl-3.1.10/OpenGL/GL/ARB/fragment_shader_interlock.py +0 -79
  3074. pyopengl-3.1.10/OpenGL/GL/ARB/framebuffer_no_attachments.py +0 -72
  3075. pyopengl-3.1.10/OpenGL/GL/ARB/framebuffer_object.py +0 -331
  3076. pyopengl-3.1.10/OpenGL/GL/ARB/framebuffer_sRGB.py +0 -55
  3077. pyopengl-3.1.10/OpenGL/GL/ARB/geometry_shader4.py +0 -53
  3078. pyopengl-3.1.10/OpenGL/GL/ARB/get_program_binary.py +0 -56
  3079. pyopengl-3.1.10/OpenGL/GL/ARB/get_texture_sub_image.py +0 -35
  3080. pyopengl-3.1.10/OpenGL/GL/ARB/gl_spirv.py +0 -414
  3081. pyopengl-3.1.10/OpenGL/GL/ARB/gpu_shader5.py +0 -104
  3082. pyopengl-3.1.10/OpenGL/GL/ARB/gpu_shader_fp64.py +0 -127
  3083. pyopengl-3.1.10/OpenGL/GL/ARB/gpu_shader_int64.py +0 -115
  3084. pyopengl-3.1.10/OpenGL/GL/ARB/half_float_pixel.py +0 -40
  3085. pyopengl-3.1.10/OpenGL/GL/ARB/half_float_vertex.py +0 -37
  3086. pyopengl-3.1.10/OpenGL/GL/ARB/imaging.py +0 -225
  3087. pyopengl-3.1.10/OpenGL/GL/ARB/indirect_parameters.py +0 -46
  3088. pyopengl-3.1.10/OpenGL/GL/ARB/instanced_arrays.py +0 -52
  3089. pyopengl-3.1.10/OpenGL/GL/ARB/internalformat_query.py +0 -39
  3090. pyopengl-3.1.10/OpenGL/GL/ARB/internalformat_query2.py +0 -73
  3091. pyopengl-3.1.10/OpenGL/GL/ARB/invalidate_subdata.py +0 -75
  3092. pyopengl-3.1.10/OpenGL/GL/ARB/map_buffer_alignment.py +0 -30
  3093. pyopengl-3.1.10/OpenGL/GL/ARB/map_buffer_range.py +0 -50
  3094. pyopengl-3.1.10/OpenGL/GL/ARB/matrix_palette.py +0 -57
  3095. pyopengl-3.1.10/OpenGL/GL/ARB/multi_bind.py +0 -85
  3096. pyopengl-3.1.10/OpenGL/GL/ARB/multi_draw_indirect.py +0 -44
  3097. pyopengl-3.1.10/OpenGL/GL/ARB/multisample.py +0 -51
  3098. pyopengl-3.1.10/OpenGL/GL/ARB/multitexture.py +0 -70
  3099. pyopengl-3.1.10/OpenGL/GL/ARB/occlusion_query.py +0 -114
  3100. pyopengl-3.1.10/OpenGL/GL/ARB/occlusion_query2.py +0 -32
  3101. pyopengl-3.1.10/OpenGL/GL/ARB/parallel_shader_compile.py +0 -32
  3102. pyopengl-3.1.10/OpenGL/GL/ARB/pipeline_statistics_query.py +0 -41
  3103. pyopengl-3.1.10/OpenGL/GL/ARB/pixel_buffer_object.py +0 -89
  3104. pyopengl-3.1.10/OpenGL/GL/ARB/point_parameters.py +0 -83
  3105. pyopengl-3.1.10/OpenGL/GL/ARB/point_sprite.py +0 -43
  3106. pyopengl-3.1.10/OpenGL/GL/ARB/polygon_offset_clamp.py +0 -35
  3107. pyopengl-3.1.10/OpenGL/GL/ARB/post_depth_coverage.py +0 -34
  3108. pyopengl-3.1.10/OpenGL/GL/ARB/program_interface_query.py +0 -86
  3109. pyopengl-3.1.10/OpenGL/GL/ARB/provoking_vertex.py +0 -52
  3110. pyopengl-3.1.10/OpenGL/GL/ARB/query_buffer_object.py +0 -50
  3111. pyopengl-3.1.10/OpenGL/GL/ARB/robust_buffer_access_behavior.py +0 -35
  3112. pyopengl-3.1.10/OpenGL/GL/ARB/robustness.py +0 -178
  3113. pyopengl-3.1.10/OpenGL/GL/ARB/robustness_isolation.py +0 -23
  3114. pyopengl-3.1.10/OpenGL/GL/ARB/sample_locations.py +0 -56
  3115. pyopengl-3.1.10/OpenGL/GL/ARB/sample_shading.py +0 -50
  3116. pyopengl-3.1.10/OpenGL/GL/ARB/sampler_objects.py +0 -86
  3117. pyopengl-3.1.10/OpenGL/GL/ARB/seamless_cube_map.py +0 -45
  3118. pyopengl-3.1.10/OpenGL/GL/ARB/seamless_cubemap_per_texture.py +0 -48
  3119. pyopengl-3.1.10/OpenGL/GL/ARB/separate_shader_objects.py +0 -252
  3120. pyopengl-3.1.10/OpenGL/GL/ARB/shader_atomic_counter_ops.py +0 -37
  3121. pyopengl-3.1.10/OpenGL/GL/ARB/shader_atomic_counters.py +0 -67
  3122. pyopengl-3.1.10/OpenGL/GL/ARB/shader_ballot.py +0 -30
  3123. pyopengl-3.1.10/OpenGL/GL/ARB/shader_bit_encoding.py +0 -31
  3124. pyopengl-3.1.10/OpenGL/GL/ARB/shader_clock.py +0 -39
  3125. pyopengl-3.1.10/OpenGL/GL/ARB/shader_draw_parameters.py +0 -50
  3126. pyopengl-3.1.10/OpenGL/GL/ARB/shader_group_vote.py +0 -77
  3127. pyopengl-3.1.10/OpenGL/GL/ARB/shader_image_load_store.py +0 -68
  3128. pyopengl-3.1.10/OpenGL/GL/ARB/shader_image_size.py +0 -27
  3129. pyopengl-3.1.10/OpenGL/GL/ARB/shader_objects.py +0 -299
  3130. pyopengl-3.1.10/OpenGL/GL/ARB/shader_precision.py +0 -32
  3131. pyopengl-3.1.10/OpenGL/GL/ARB/shader_stencil_export.py +0 -37
  3132. pyopengl-3.1.10/OpenGL/GL/ARB/shader_storage_buffer_object.py +0 -62
  3133. pyopengl-3.1.10/OpenGL/GL/ARB/shader_subroutine.py +0 -54
  3134. pyopengl-3.1.10/OpenGL/GL/ARB/shader_texture_image_samples.py +0 -28
  3135. pyopengl-3.1.10/OpenGL/GL/ARB/shader_texture_lod.py +0 -111
  3136. pyopengl-3.1.10/OpenGL/GL/ARB/shader_viewport_layer_array.py +0 -42
  3137. pyopengl-3.1.10/OpenGL/GL/ARB/shading_language_100.py +0 -31
  3138. pyopengl-3.1.10/OpenGL/GL/ARB/shading_language_420pack.py +0 -65
  3139. pyopengl-3.1.10/OpenGL/GL/ARB/shading_language_include.py +0 -66
  3140. pyopengl-3.1.10/OpenGL/GL/ARB/shading_language_packing.py +0 -43
  3141. pyopengl-3.1.10/OpenGL/GL/ARB/shadow.py +0 -34
  3142. pyopengl-3.1.10/OpenGL/GL/ARB/shadow_ambient.py +0 -35
  3143. pyopengl-3.1.10/OpenGL/GL/ARB/sparse_buffer.py +0 -32
  3144. pyopengl-3.1.10/OpenGL/GL/ARB/sparse_texture.py +0 -42
  3145. pyopengl-3.1.10/OpenGL/GL/ARB/sparse_texture2.py +0 -53
  3146. pyopengl-3.1.10/OpenGL/GL/ARB/sparse_texture_clamp.py +0 -36
  3147. pyopengl-3.1.10/OpenGL/GL/ARB/spirv_extensions.py +0 -49
  3148. pyopengl-3.1.10/OpenGL/GL/ARB/stencil_texturing.py +0 -31
  3149. pyopengl-3.1.10/OpenGL/GL/ARB/sync.py +0 -79
  3150. pyopengl-3.1.10/OpenGL/GL/ARB/tessellation_shader.py +0 -95
  3151. pyopengl-3.1.10/OpenGL/GL/ARB/texture_barrier.py +0 -29
  3152. pyopengl-3.1.10/OpenGL/GL/ARB/texture_border_clamp.py +0 -38
  3153. pyopengl-3.1.10/OpenGL/GL/ARB/texture_buffer_object.py +0 -55
  3154. pyopengl-3.1.10/OpenGL/GL/ARB/texture_buffer_object_rgb32.py +0 -30
  3155. pyopengl-3.1.10/OpenGL/GL/ARB/texture_buffer_range.py +0 -35
  3156. pyopengl-3.1.10/OpenGL/GL/ARB/texture_compression.py +0 -132
  3157. pyopengl-3.1.10/OpenGL/GL/ARB/texture_compression_bptc.py +0 -42
  3158. pyopengl-3.1.10/OpenGL/GL/ARB/texture_compression_rgtc.py +0 -44
  3159. pyopengl-3.1.10/OpenGL/GL/ARB/texture_cube_map.py +0 -72
  3160. pyopengl-3.1.10/OpenGL/GL/ARB/texture_cube_map_array.py +0 -51
  3161. pyopengl-3.1.10/OpenGL/GL/ARB/texture_env_add.py +0 -36
  3162. pyopengl-3.1.10/OpenGL/GL/ARB/texture_env_combine.py +0 -45
  3163. pyopengl-3.1.10/OpenGL/GL/ARB/texture_env_crossbar.py +0 -32
  3164. pyopengl-3.1.10/OpenGL/GL/ARB/texture_env_dot3.py +0 -34
  3165. pyopengl-3.1.10/OpenGL/GL/ARB/texture_filter_anisotropic.py +0 -64
  3166. pyopengl-3.1.10/OpenGL/GL/ARB/texture_filter_minmax.py +0 -39
  3167. pyopengl-3.1.10/OpenGL/GL/ARB/texture_float.py +0 -33
  3168. pyopengl-3.1.10/OpenGL/GL/ARB/texture_gather.py +0 -32
  3169. pyopengl-3.1.10/OpenGL/GL/ARB/texture_mirror_clamp_to_edge.py +0 -35
  3170. pyopengl-3.1.10/OpenGL/GL/ARB/texture_mirrored_repeat.py +0 -34
  3171. pyopengl-3.1.10/OpenGL/GL/ARB/texture_multisample.py +0 -40
  3172. pyopengl-3.1.10/OpenGL/GL/ARB/texture_non_power_of_two.py +0 -44
  3173. pyopengl-3.1.10/OpenGL/GL/ARB/texture_query_levels.py +0 -46
  3174. pyopengl-3.1.10/OpenGL/GL/ARB/texture_query_lod.py +0 -30
  3175. pyopengl-3.1.10/OpenGL/GL/ARB/texture_rectangle.py +0 -55
  3176. pyopengl-3.1.10/OpenGL/GL/ARB/texture_rg.py +0 -74
  3177. pyopengl-3.1.10/OpenGL/GL/ARB/texture_rgb10_a2ui.py +0 -34
  3178. pyopengl-3.1.10/OpenGL/GL/ARB/texture_stencil8.py +0 -29
  3179. pyopengl-3.1.10/OpenGL/GL/ARB/texture_storage.py +0 -45
  3180. pyopengl-3.1.10/OpenGL/GL/ARB/texture_storage_multisample.py +0 -37
  3181. pyopengl-3.1.10/OpenGL/GL/ARB/texture_swizzle.py +0 -46
  3182. pyopengl-3.1.10/OpenGL/GL/ARB/texture_view.py +0 -52
  3183. pyopengl-3.1.10/OpenGL/GL/ARB/timer_query.py +0 -51
  3184. pyopengl-3.1.10/OpenGL/GL/ARB/transform_feedback2.py +0 -56
  3185. pyopengl-3.1.10/OpenGL/GL/ARB/transform_feedback3.py +0 -75
  3186. pyopengl-3.1.10/OpenGL/GL/ARB/transform_feedback_instanced.py +0 -36
  3187. pyopengl-3.1.10/OpenGL/GL/ARB/transform_feedback_overflow_query.py +0 -29
  3188. pyopengl-3.1.10/OpenGL/GL/ARB/transpose_matrix.py +0 -48
  3189. pyopengl-3.1.10/OpenGL/GL/ARB/uniform_buffer_object.py +0 -155
  3190. pyopengl-3.1.10/OpenGL/GL/ARB/vertex_array_bgra.py +0 -80
  3191. pyopengl-3.1.10/OpenGL/GL/ARB/vertex_array_object.py +0 -47
  3192. pyopengl-3.1.10/OpenGL/GL/ARB/vertex_attrib_64bit.py +0 -80
  3193. pyopengl-3.1.10/OpenGL/GL/ARB/vertex_attrib_binding.py +0 -61
  3194. pyopengl-3.1.10/OpenGL/GL/ARB/vertex_blend.py +0 -77
  3195. pyopengl-3.1.10/OpenGL/GL/ARB/vertex_buffer_object.py +0 -167
  3196. pyopengl-3.1.10/OpenGL/GL/ARB/vertex_program.py +0 -231
  3197. pyopengl-3.1.10/OpenGL/GL/ARB/vertex_shader.py +0 -159
  3198. pyopengl-3.1.10/OpenGL/GL/ARB/vertex_type_10f_11f_11f_rev.py +0 -35
  3199. pyopengl-3.1.10/OpenGL/GL/ARB/vertex_type_2_10_10_10_rev.py +0 -91
  3200. pyopengl-3.1.10/OpenGL/GL/ARB/viewport_array.py +0 -72
  3201. pyopengl-3.1.10/OpenGL/GL/ARB/window_pos.py +0 -66
  3202. pyopengl-3.1.10/OpenGL/GL/ATI/draw_buffers.py +0 -48
  3203. pyopengl-3.1.10/OpenGL/GL/ATI/element_array.py +0 -42
  3204. pyopengl-3.1.10/OpenGL/GL/ATI/envmap_bumpmap.py +0 -54
  3205. pyopengl-3.1.10/OpenGL/GL/ATI/fragment_shader.py +0 -46
  3206. pyopengl-3.1.10/OpenGL/GL/ATI/map_object_buffer.py +0 -31
  3207. pyopengl-3.1.10/OpenGL/GL/ATI/meminfo.py +0 -33
  3208. pyopengl-3.1.10/OpenGL/GL/ATI/pixel_format_float.py +0 -23
  3209. pyopengl-3.1.10/OpenGL/GL/ATI/pn_triangles.py +0 -38
  3210. pyopengl-3.1.10/OpenGL/GL/ATI/separate_stencil.py +0 -29
  3211. pyopengl-3.1.10/OpenGL/GL/ATI/text_fragment_shader.py +0 -84
  3212. pyopengl-3.1.10/OpenGL/GL/ATI/texture_env_combine3.py +0 -44
  3213. pyopengl-3.1.10/OpenGL/GL/ATI/texture_float.py +0 -33
  3214. pyopengl-3.1.10/OpenGL/GL/ATI/texture_mirror_once.py +0 -36
  3215. pyopengl-3.1.10/OpenGL/GL/ATI/vertex_array_object.py +0 -56
  3216. pyopengl-3.1.10/OpenGL/GL/ATI/vertex_attrib_array_object.py +0 -36
  3217. pyopengl-3.1.10/OpenGL/GL/ATI/vertex_streams.py +0 -96
  3218. pyopengl-3.1.10/OpenGL/GL/DFX/multisample.py +0 -65
  3219. pyopengl-3.1.10/OpenGL/GL/DFX/tbuffer.py +0 -29
  3220. pyopengl-3.1.10/OpenGL/GL/DFX/texture_compression_FXT1.py +0 -42
  3221. pyopengl-3.1.10/OpenGL/GL/EXT/EGL_image_storage.py +0 -45
  3222. pyopengl-3.1.10/OpenGL/GL/EXT/EGL_sync.py +0 -32
  3223. pyopengl-3.1.10/OpenGL/GL/EXT/GL_422_pixels.py +0 -41
  3224. pyopengl-3.1.10/OpenGL/GL/EXT/abgr.py +0 -32
  3225. pyopengl-3.1.10/OpenGL/GL/EXT/bgra.py +0 -30
  3226. pyopengl-3.1.10/OpenGL/GL/EXT/bindable_uniform.py +0 -44
  3227. pyopengl-3.1.10/OpenGL/GL/EXT/blend_color.py +0 -30
  3228. pyopengl-3.1.10/OpenGL/GL/EXT/blend_equation_separate.py +0 -38
  3229. pyopengl-3.1.10/OpenGL/GL/EXT/blend_func_separate.py +0 -31
  3230. pyopengl-3.1.10/OpenGL/GL/EXT/blend_logic_op.py +0 -32
  3231. pyopengl-3.1.10/OpenGL/GL/EXT/blend_minmax.py +0 -35
  3232. pyopengl-3.1.10/OpenGL/GL/EXT/blend_subtract.py +0 -31
  3233. pyopengl-3.1.10/OpenGL/GL/EXT/clip_volume_hint.py +0 -32
  3234. pyopengl-3.1.10/OpenGL/GL/EXT/cmyka.py +0 -44
  3235. pyopengl-3.1.10/OpenGL/GL/EXT/color_subtable.py +0 -34
  3236. pyopengl-3.1.10/OpenGL/GL/EXT/compiled_vertex_array.py +0 -41
  3237. pyopengl-3.1.10/OpenGL/GL/EXT/convolution.py +0 -67
  3238. pyopengl-3.1.10/OpenGL/GL/EXT/coordinate_frame.py +0 -67
  3239. pyopengl-3.1.10/OpenGL/GL/EXT/copy_texture.py +0 -31
  3240. pyopengl-3.1.10/OpenGL/GL/EXT/cull_vertex.py +0 -42
  3241. pyopengl-3.1.10/OpenGL/GL/EXT/debug_label.py +0 -43
  3242. pyopengl-3.1.10/OpenGL/GL/EXT/debug_marker.py +0 -38
  3243. pyopengl-3.1.10/OpenGL/GL/EXT/depth_bounds_test.py +0 -67
  3244. pyopengl-3.1.10/OpenGL/GL/EXT/direct_state_access.py +0 -723
  3245. pyopengl-3.1.10/OpenGL/GL/EXT/draw_buffers2.py +0 -40
  3246. pyopengl-3.1.10/OpenGL/GL/EXT/draw_instanced.py +0 -33
  3247. pyopengl-3.1.10/OpenGL/GL/EXT/draw_range_elements.py +0 -32
  3248. pyopengl-3.1.10/OpenGL/GL/EXT/external_buffer.py +0 -62
  3249. pyopengl-3.1.10/OpenGL/GL/EXT/fog_coord.py +0 -38
  3250. pyopengl-3.1.10/OpenGL/GL/EXT/framebuffer_blit.py +0 -32
  3251. pyopengl-3.1.10/OpenGL/GL/EXT/framebuffer_blit_layers.py +0 -28
  3252. pyopengl-3.1.10/OpenGL/GL/EXT/framebuffer_multisample.py +0 -96
  3253. pyopengl-3.1.10/OpenGL/GL/EXT/framebuffer_multisample_blit_scaled.py +0 -57
  3254. pyopengl-3.1.10/OpenGL/GL/EXT/framebuffer_object.py +0 -133
  3255. pyopengl-3.1.10/OpenGL/GL/EXT/framebuffer_sRGB.py +0 -55
  3256. pyopengl-3.1.10/OpenGL/GL/EXT/geometry_shader4.py +0 -53
  3257. pyopengl-3.1.10/OpenGL/GL/EXT/gpu_program_parameters.py +0 -44
  3258. pyopengl-3.1.10/OpenGL/GL/EXT/gpu_shader4.py +0 -189
  3259. pyopengl-3.1.10/OpenGL/GL/EXT/histogram.py +0 -52
  3260. pyopengl-3.1.10/OpenGL/GL/EXT/index_array_formats.py +0 -29
  3261. pyopengl-3.1.10/OpenGL/GL/EXT/index_func.py +0 -29
  3262. pyopengl-3.1.10/OpenGL/GL/EXT/index_material.py +0 -35
  3263. pyopengl-3.1.10/OpenGL/GL/EXT/index_texture.py +0 -34
  3264. pyopengl-3.1.10/OpenGL/GL/EXT/light_texture.py +0 -44
  3265. pyopengl-3.1.10/OpenGL/GL/EXT/memory_object.py +0 -34
  3266. pyopengl-3.1.10/OpenGL/GL/EXT/memory_object_fd.py +0 -23
  3267. pyopengl-3.1.10/OpenGL/GL/EXT/memory_object_win32.py +0 -23
  3268. pyopengl-3.1.10/OpenGL/GL/EXT/misc_attribute.py +0 -30
  3269. pyopengl-3.1.10/OpenGL/GL/EXT/multi_draw_arrays.py +0 -44
  3270. pyopengl-3.1.10/OpenGL/GL/EXT/multisample.py +0 -23
  3271. pyopengl-3.1.10/OpenGL/GL/EXT/multiview_tessellation_geometry_shader.py +0 -48
  3272. pyopengl-3.1.10/OpenGL/GL/EXT/multiview_texture_multisample.py +0 -52
  3273. pyopengl-3.1.10/OpenGL/GL/EXT/multiview_timer_query.py +0 -32
  3274. pyopengl-3.1.10/OpenGL/GL/EXT/packed_depth_stencil.py +0 -112
  3275. pyopengl-3.1.10/OpenGL/GL/EXT/packed_float.py +0 -44
  3276. pyopengl-3.1.10/OpenGL/GL/EXT/packed_pixels.py +0 -34
  3277. pyopengl-3.1.10/OpenGL/GL/EXT/paletted_texture.py +0 -74
  3278. pyopengl-3.1.10/OpenGL/GL/EXT/pixel_buffer_object.py +0 -74
  3279. pyopengl-3.1.10/OpenGL/GL/EXT/pixel_transform.py +0 -44
  3280. pyopengl-3.1.10/OpenGL/GL/EXT/pixel_transform_color_table.py +0 -28
  3281. pyopengl-3.1.10/OpenGL/GL/EXT/point_parameters.py +0 -77
  3282. pyopengl-3.1.10/OpenGL/GL/EXT/polygon_offset.py +0 -37
  3283. pyopengl-3.1.10/OpenGL/GL/EXT/polygon_offset_clamp.py +0 -35
  3284. pyopengl-3.1.10/OpenGL/GL/EXT/post_depth_coverage.py +0 -37
  3285. pyopengl-3.1.10/OpenGL/GL/EXT/provoking_vertex.py +0 -52
  3286. pyopengl-3.1.10/OpenGL/GL/EXT/raster_multisample.py +0 -42
  3287. pyopengl-3.1.10/OpenGL/GL/EXT/rescale_normal.py +0 -34
  3288. pyopengl-3.1.10/OpenGL/GL/EXT/secondary_color.py +0 -57
  3289. pyopengl-3.1.10/OpenGL/GL/EXT/semaphore.py +0 -58
  3290. pyopengl-3.1.10/OpenGL/GL/EXT/semaphore_fd.py +0 -23
  3291. pyopengl-3.1.10/OpenGL/GL/EXT/semaphore_win32.py +0 -23
  3292. pyopengl-3.1.10/OpenGL/GL/EXT/separate_shader_objects.py +0 -124
  3293. pyopengl-3.1.10/OpenGL/GL/EXT/separate_specular_color.py +0 -55
  3294. pyopengl-3.1.10/OpenGL/GL/EXT/shader_framebuffer_fetch.py +0 -58
  3295. pyopengl-3.1.10/OpenGL/GL/EXT/shader_framebuffer_fetch_non_coherent.py +0 -23
  3296. pyopengl-3.1.10/OpenGL/GL/EXT/shader_image_load_formatted.py +0 -32
  3297. pyopengl-3.1.10/OpenGL/GL/EXT/shader_image_load_store.py +0 -70
  3298. pyopengl-3.1.10/OpenGL/GL/EXT/shader_integer_mix.py +0 -30
  3299. pyopengl-3.1.10/OpenGL/GL/EXT/shader_samples_identical.py +0 -52
  3300. pyopengl-3.1.10/OpenGL/GL/EXT/shadow_funcs.py +0 -29
  3301. pyopengl-3.1.10/OpenGL/GL/EXT/shared_texture_palette.py +0 -33
  3302. pyopengl-3.1.10/OpenGL/GL/EXT/sparse_texture2.py +0 -53
  3303. pyopengl-3.1.10/OpenGL/GL/EXT/stencil_clear_tag.py +0 -84
  3304. pyopengl-3.1.10/OpenGL/GL/EXT/stencil_two_side.py +0 -32
  3305. pyopengl-3.1.10/OpenGL/GL/EXT/stencil_wrap.py +0 -43
  3306. pyopengl-3.1.10/OpenGL/GL/EXT/subtexture.py +0 -42
  3307. pyopengl-3.1.10/OpenGL/GL/EXT/texture.py +0 -50
  3308. pyopengl-3.1.10/OpenGL/GL/EXT/texture3D.py +0 -40
  3309. pyopengl-3.1.10/OpenGL/GL/EXT/texture_array.py +0 -56
  3310. pyopengl-3.1.10/OpenGL/GL/EXT/texture_buffer_object.py +0 -58
  3311. pyopengl-3.1.10/OpenGL/GL/EXT/texture_compression_latc.py +0 -39
  3312. pyopengl-3.1.10/OpenGL/GL/EXT/texture_compression_rgtc.py +0 -44
  3313. pyopengl-3.1.10/OpenGL/GL/EXT/texture_compression_s3tc.py +0 -34
  3314. pyopengl-3.1.10/OpenGL/GL/EXT/texture_cube_map.py +0 -72
  3315. pyopengl-3.1.10/OpenGL/GL/EXT/texture_env_add.py +0 -32
  3316. pyopengl-3.1.10/OpenGL/GL/EXT/texture_env_combine.py +0 -46
  3317. pyopengl-3.1.10/OpenGL/GL/EXT/texture_env_dot3.py +0 -41
  3318. pyopengl-3.1.10/OpenGL/GL/EXT/texture_filter_anisotropic.py +0 -64
  3319. pyopengl-3.1.10/OpenGL/GL/EXT/texture_filter_minmax.py +0 -39
  3320. pyopengl-3.1.10/OpenGL/GL/EXT/texture_integer.py +0 -87
  3321. pyopengl-3.1.10/OpenGL/GL/EXT/texture_lod_bias.py +0 -41
  3322. pyopengl-3.1.10/OpenGL/GL/EXT/texture_mirror_clamp.py +0 -36
  3323. pyopengl-3.1.10/OpenGL/GL/EXT/texture_object.py +0 -49
  3324. pyopengl-3.1.10/OpenGL/GL/EXT/texture_perturb_normal.py +0 -30
  3325. pyopengl-3.1.10/OpenGL/GL/EXT/texture_sRGB.py +0 -39
  3326. pyopengl-3.1.10/OpenGL/GL/EXT/texture_sRGB_R8.py +0 -29
  3327. pyopengl-3.1.10/OpenGL/GL/EXT/texture_sRGB_RG8.py +0 -29
  3328. pyopengl-3.1.10/OpenGL/GL/EXT/texture_sRGB_decode.py +0 -41
  3329. pyopengl-3.1.10/OpenGL/GL/EXT/texture_shadow_lod.py +0 -35
  3330. pyopengl-3.1.10/OpenGL/GL/EXT/texture_shared_exponent.py +0 -45
  3331. pyopengl-3.1.10/OpenGL/GL/EXT/texture_snorm.py +0 -36
  3332. pyopengl-3.1.10/OpenGL/GL/EXT/texture_storage.py +0 -45
  3333. pyopengl-3.1.10/OpenGL/GL/EXT/texture_swizzle.py +0 -46
  3334. pyopengl-3.1.10/OpenGL/GL/EXT/timer_query.py +0 -51
  3335. pyopengl-3.1.10/OpenGL/GL/EXT/transform_feedback.py +0 -67
  3336. pyopengl-3.1.10/OpenGL/GL/EXT/vertex_array.py +0 -64
  3337. pyopengl-3.1.10/OpenGL/GL/EXT/vertex_array_bgra.py +0 -80
  3338. pyopengl-3.1.10/OpenGL/GL/EXT/vertex_attrib_64bit.py +0 -81
  3339. pyopengl-3.1.10/OpenGL/GL/EXT/vertex_shader.py +0 -105
  3340. pyopengl-3.1.10/OpenGL/GL/EXT/vertex_weighting.py +0 -48
  3341. pyopengl-3.1.10/OpenGL/GL/EXT/win32_keyed_mutex.py +0 -31
  3342. pyopengl-3.1.10/OpenGL/GL/EXT/window_rectangles.py +0 -52
  3343. pyopengl-3.1.10/OpenGL/GL/EXT/x11_sync_object.py +0 -46
  3344. pyopengl-3.1.10/OpenGL/GL/GREMEDY/frame_terminator.py +0 -47
  3345. pyopengl-3.1.10/OpenGL/GL/GREMEDY/string_marker.py +0 -54
  3346. pyopengl-3.1.10/OpenGL/GL/HP/convolution_border_modes.py +0 -28
  3347. pyopengl-3.1.10/OpenGL/GL/HP/image_transform.py +0 -47
  3348. pyopengl-3.1.10/OpenGL/GL/HP/occlusion_test.py +0 -26
  3349. pyopengl-3.1.10/OpenGL/GL/HP/texture_lighting.py +0 -29
  3350. pyopengl-3.1.10/OpenGL/GL/IBM/cull_vertex.py +0 -32
  3351. pyopengl-3.1.10/OpenGL/GL/IBM/multimode_draw_arrays.py +0 -55
  3352. pyopengl-3.1.10/OpenGL/GL/IBM/rasterpos_clip.py +0 -34
  3353. pyopengl-3.1.10/OpenGL/GL/IBM/static_data.py +0 -38
  3354. pyopengl-3.1.10/OpenGL/GL/IBM/texture_mirrored_repeat.py +0 -33
  3355. pyopengl-3.1.10/OpenGL/GL/IBM/vertex_array_lists.py +0 -95
  3356. pyopengl-3.1.10/OpenGL/GL/INGR/blend_func_separate.py +0 -23
  3357. pyopengl-3.1.10/OpenGL/GL/INGR/color_clamp.py +0 -31
  3358. pyopengl-3.1.10/OpenGL/GL/INGR/interlace_read.py +0 -30
  3359. pyopengl-3.1.10/OpenGL/GL/INTEL/blackhole_render.py +0 -34
  3360. pyopengl-3.1.10/OpenGL/GL/INTEL/conservative_rasterization.py +0 -41
  3361. pyopengl-3.1.10/OpenGL/GL/INTEL/fragment_shader_ordering.py +0 -51
  3362. pyopengl-3.1.10/OpenGL/GL/INTEL/framebuffer_CMAA.py +0 -42
  3363. pyopengl-3.1.10/OpenGL/GL/INTEL/map_texture.py +0 -43
  3364. pyopengl-3.1.10/OpenGL/GL/INTEL/parallel_arrays.py +0 -38
  3365. pyopengl-3.1.10/OpenGL/GL/INTEL/performance_query.py +0 -74
  3366. pyopengl-3.1.10/OpenGL/GL/KHR/blend_equation_advanced.py +0 -85
  3367. pyopengl-3.1.10/OpenGL/GL/KHR/blend_equation_advanced_coherent.py +0 -23
  3368. pyopengl-3.1.10/OpenGL/GL/KHR/context_flush_control.py +0 -52
  3369. pyopengl-3.1.10/OpenGL/GL/KHR/debug.py +0 -211
  3370. pyopengl-3.1.10/OpenGL/GL/KHR/no_error.py +0 -34
  3371. pyopengl-3.1.10/OpenGL/GL/KHR/parallel_shader_compile.py +0 -32
  3372. pyopengl-3.1.10/OpenGL/GL/KHR/robust_buffer_access_behavior.py +0 -36
  3373. pyopengl-3.1.10/OpenGL/GL/KHR/robustness.py +0 -87
  3374. pyopengl-3.1.10/OpenGL/GL/KHR/shader_subgroup.py +0 -45
  3375. pyopengl-3.1.10/OpenGL/GL/KHR/texture_compression_astc_hdr.py +0 -41
  3376. pyopengl-3.1.10/OpenGL/GL/KHR/texture_compression_astc_ldr.py +0 -23
  3377. pyopengl-3.1.10/OpenGL/GL/KHR/texture_compression_astc_sliced_3d.py +0 -37
  3378. pyopengl-3.1.10/OpenGL/GL/MESA/framebuffer_flip_x.py +0 -42
  3379. pyopengl-3.1.10/OpenGL/GL/MESA/framebuffer_flip_y.py +0 -41
  3380. pyopengl-3.1.10/OpenGL/GL/MESA/framebuffer_swap_xy.py +0 -45
  3381. pyopengl-3.1.10/OpenGL/GL/MESA/pack_invert.py +0 -37
  3382. pyopengl-3.1.10/OpenGL/GL/MESA/program_binary_formats.py +0 -28
  3383. pyopengl-3.1.10/OpenGL/GL/MESA/resize_buffers.py +0 -41
  3384. pyopengl-3.1.10/OpenGL/GL/MESA/shader_integer_functions.py +0 -63
  3385. pyopengl-3.1.10/OpenGL/GL/MESA/texture_const_bandwidth.py +0 -34
  3386. pyopengl-3.1.10/OpenGL/GL/MESA/tile_raster_order.py +0 -31
  3387. pyopengl-3.1.10/OpenGL/GL/MESA/window_pos.py +0 -76
  3388. pyopengl-3.1.10/OpenGL/GL/MESA/ycbcr_texture.py +0 -39
  3389. pyopengl-3.1.10/OpenGL/GL/MESAX/texture_stack.py +0 -66
  3390. pyopengl-3.1.10/OpenGL/GL/NV/alpha_to_coverage_dither_control.py +0 -30
  3391. pyopengl-3.1.10/OpenGL/GL/NV/bindless_multi_draw_indirect.py +0 -43
  3392. pyopengl-3.1.10/OpenGL/GL/NV/bindless_multi_draw_indirect_count.py +0 -30
  3393. pyopengl-3.1.10/OpenGL/GL/NV/bindless_texture.py +0 -76
  3394. pyopengl-3.1.10/OpenGL/GL/NV/blend_equation_advanced.py +0 -99
  3395. pyopengl-3.1.10/OpenGL/GL/NV/blend_equation_advanced_coherent.py +0 -23
  3396. pyopengl-3.1.10/OpenGL/GL/NV/blend_minmax_factor.py +0 -41
  3397. pyopengl-3.1.10/OpenGL/GL/NV/blend_square.py +0 -37
  3398. pyopengl-3.1.10/OpenGL/GL/NV/clip_space_w_scaling.py +0 -55
  3399. pyopengl-3.1.10/OpenGL/GL/NV/command_list.py +0 -79
  3400. pyopengl-3.1.10/OpenGL/GL/NV/compute_program5.py +0 -32
  3401. pyopengl-3.1.10/OpenGL/GL/NV/compute_shader_derivatives.py +0 -36
  3402. pyopengl-3.1.10/OpenGL/GL/NV/conditional_render.py +0 -52
  3403. pyopengl-3.1.10/OpenGL/GL/NV/conservative_raster.py +0 -42
  3404. pyopengl-3.1.10/OpenGL/GL/NV/conservative_raster_dilate.py +0 -36
  3405. pyopengl-3.1.10/OpenGL/GL/NV/conservative_raster_pre_snap.py +0 -31
  3406. pyopengl-3.1.10/OpenGL/GL/NV/conservative_raster_pre_snap_triangles.py +0 -47
  3407. pyopengl-3.1.10/OpenGL/GL/NV/conservative_raster_underestimation.py +0 -36
  3408. pyopengl-3.1.10/OpenGL/GL/NV/copy_depth_to_color.py +0 -58
  3409. pyopengl-3.1.10/OpenGL/GL/NV/copy_image.py +0 -32
  3410. pyopengl-3.1.10/OpenGL/GL/NV/deep_texture3D.py +0 -32
  3411. pyopengl-3.1.10/OpenGL/GL/NV/depth_buffer_float.py +0 -48
  3412. pyopengl-3.1.10/OpenGL/GL/NV/depth_clamp.py +0 -54
  3413. pyopengl-3.1.10/OpenGL/GL/NV/draw_texture.py +0 -47
  3414. pyopengl-3.1.10/OpenGL/GL/NV/draw_vulkan_image.py +0 -53
  3415. pyopengl-3.1.10/OpenGL/GL/NV/evaluators.py +0 -103
  3416. pyopengl-3.1.10/OpenGL/GL/NV/explicit_multisample.py +0 -45
  3417. pyopengl-3.1.10/OpenGL/GL/NV/fence.py +0 -62
  3418. pyopengl-3.1.10/OpenGL/GL/NV/fill_rectangle.py +0 -32
  3419. pyopengl-3.1.10/OpenGL/GL/NV/float_buffer.py +0 -91
  3420. pyopengl-3.1.10/OpenGL/GL/NV/fog_distance.py +0 -56
  3421. pyopengl-3.1.10/OpenGL/GL/NV/fragment_coverage_to_color.py +0 -38
  3422. pyopengl-3.1.10/OpenGL/GL/NV/fragment_program.py +0 -99
  3423. pyopengl-3.1.10/OpenGL/GL/NV/fragment_program2.py +0 -57
  3424. pyopengl-3.1.10/OpenGL/GL/NV/fragment_program4.py +0 -50
  3425. pyopengl-3.1.10/OpenGL/GL/NV/fragment_program_option.py +0 -56
  3426. pyopengl-3.1.10/OpenGL/GL/NV/fragment_shader_barycentric.py +0 -32
  3427. pyopengl-3.1.10/OpenGL/GL/NV/fragment_shader_interlock.py +0 -79
  3428. pyopengl-3.1.10/OpenGL/GL/NV/framebuffer_mixed_samples.py +0 -79
  3429. pyopengl-3.1.10/OpenGL/GL/NV/framebuffer_multisample_coverage.py +0 -45
  3430. pyopengl-3.1.10/OpenGL/GL/NV/geometry_program4.py +0 -67
  3431. pyopengl-3.1.10/OpenGL/GL/NV/geometry_shader4.py +0 -37
  3432. pyopengl-3.1.10/OpenGL/GL/NV/geometry_shader_passthrough.py +0 -99
  3433. pyopengl-3.1.10/OpenGL/GL/NV/gpu_multicast.py +0 -56
  3434. pyopengl-3.1.10/OpenGL/GL/NV/gpu_program4.py +0 -100
  3435. pyopengl-3.1.10/OpenGL/GL/NV/gpu_program5.py +0 -149
  3436. pyopengl-3.1.10/OpenGL/GL/NV/gpu_program5_mem_extended.py +0 -62
  3437. pyopengl-3.1.10/OpenGL/GL/NV/gpu_shader5.py +0 -154
  3438. pyopengl-3.1.10/OpenGL/GL/NV/half_float.py +0 -119
  3439. pyopengl-3.1.10/OpenGL/GL/NV/internalformat_sample_query.py +0 -64
  3440. pyopengl-3.1.10/OpenGL/GL/NV/light_max_exponent.py +0 -37
  3441. pyopengl-3.1.10/OpenGL/GL/NV/memory_attachment.py +0 -31
  3442. pyopengl-3.1.10/OpenGL/GL/NV/memory_object_sparse.py +0 -27
  3443. pyopengl-3.1.10/OpenGL/GL/NV/mesh_shader.py +0 -33
  3444. pyopengl-3.1.10/OpenGL/GL/NV/multisample_coverage.py +0 -49
  3445. pyopengl-3.1.10/OpenGL/GL/NV/multisample_filter_hint.py +0 -38
  3446. pyopengl-3.1.10/OpenGL/GL/NV/occlusion_query.py +0 -91
  3447. pyopengl-3.1.10/OpenGL/GL/NV/packed_depth_stencil.py +0 -94
  3448. pyopengl-3.1.10/OpenGL/GL/NV/parameter_buffer_object.py +0 -56
  3449. pyopengl-3.1.10/OpenGL/GL/NV/parameter_buffer_object2.py +0 -52
  3450. pyopengl-3.1.10/OpenGL/GL/NV/path_rendering.py +0 -587
  3451. pyopengl-3.1.10/OpenGL/GL/NV/path_rendering_shared_edge.py +0 -36
  3452. pyopengl-3.1.10/OpenGL/GL/NV/pixel_data_range.py +0 -85
  3453. pyopengl-3.1.10/OpenGL/GL/NV/point_sprite.py +0 -51
  3454. pyopengl-3.1.10/OpenGL/GL/NV/present_video.py +0 -51
  3455. pyopengl-3.1.10/OpenGL/GL/NV/primitive_restart.py +0 -49
  3456. pyopengl-3.1.10/OpenGL/GL/NV/primitive_shading_rate.py +0 -46
  3457. pyopengl-3.1.10/OpenGL/GL/NV/query_resource.py +0 -48
  3458. pyopengl-3.1.10/OpenGL/GL/NV/query_resource_tag.py +0 -38
  3459. pyopengl-3.1.10/OpenGL/GL/NV/register_combiners.py +0 -117
  3460. pyopengl-3.1.10/OpenGL/GL/NV/register_combiners2.py +0 -58
  3461. pyopengl-3.1.10/OpenGL/GL/NV/representative_fragment_test.py +0 -52
  3462. pyopengl-3.1.10/OpenGL/GL/NV/robustness_video_memory_purge.py +0 -48
  3463. pyopengl-3.1.10/OpenGL/GL/NV/sample_locations.py +0 -56
  3464. pyopengl-3.1.10/OpenGL/GL/NV/sample_mask_override_coverage.py +0 -33
  3465. pyopengl-3.1.10/OpenGL/GL/NV/scissor_exclusive.py +0 -41
  3466. pyopengl-3.1.10/OpenGL/GL/NV/shader_atomic_counters.py +0 -34
  3467. pyopengl-3.1.10/OpenGL/GL/NV/shader_atomic_float.py +0 -39
  3468. pyopengl-3.1.10/OpenGL/GL/NV/shader_atomic_float64.py +0 -38
  3469. pyopengl-3.1.10/OpenGL/GL/NV/shader_atomic_fp16_vector.py +0 -30
  3470. pyopengl-3.1.10/OpenGL/GL/NV/shader_atomic_int64.py +0 -30
  3471. pyopengl-3.1.10/OpenGL/GL/NV/shader_buffer_load.py +0 -135
  3472. pyopengl-3.1.10/OpenGL/GL/NV/shader_buffer_store.py +0 -50
  3473. pyopengl-3.1.10/OpenGL/GL/NV/shader_storage_buffer_object.py +0 -34
  3474. pyopengl-3.1.10/OpenGL/GL/NV/shader_subgroup_partitioned.py +0 -38
  3475. pyopengl-3.1.10/OpenGL/GL/NV/shader_texture_footprint.py +0 -74
  3476. pyopengl-3.1.10/OpenGL/GL/NV/shader_thread_group.py +0 -66
  3477. pyopengl-3.1.10/OpenGL/GL/NV/shader_thread_shuffle.py +0 -40
  3478. pyopengl-3.1.10/OpenGL/GL/NV/shading_rate_image.py +0 -78
  3479. pyopengl-3.1.10/OpenGL/GL/NV/stereo_view_rendering.py +0 -47
  3480. pyopengl-3.1.10/OpenGL/GL/NV/tessellation_program5.py +0 -99
  3481. pyopengl-3.1.10/OpenGL/GL/NV/texgen_emboss.py +0 -43
  3482. pyopengl-3.1.10/OpenGL/GL/NV/texgen_reflection.py +0 -35
  3483. pyopengl-3.1.10/OpenGL/GL/NV/texture_barrier.py +0 -29
  3484. pyopengl-3.1.10/OpenGL/GL/NV/texture_compression_vtc.py +0 -31
  3485. pyopengl-3.1.10/OpenGL/GL/NV/texture_env_combine4.py +0 -43
  3486. pyopengl-3.1.10/OpenGL/GL/NV/texture_expand_normal.py +0 -35
  3487. pyopengl-3.1.10/OpenGL/GL/NV/texture_multisample.py +0 -40
  3488. pyopengl-3.1.10/OpenGL/GL/NV/texture_rectangle.py +0 -53
  3489. pyopengl-3.1.10/OpenGL/GL/NV/texture_rectangle_compressed.py +0 -29
  3490. pyopengl-3.1.10/OpenGL/GL/NV/texture_shader.py +0 -198
  3491. pyopengl-3.1.10/OpenGL/GL/NV/texture_shader2.py +0 -45
  3492. pyopengl-3.1.10/OpenGL/GL/NV/texture_shader3.py +0 -118
  3493. pyopengl-3.1.10/OpenGL/GL/NV/timeline_semaphore.py +0 -34
  3494. pyopengl-3.1.10/OpenGL/GL/NV/transform_feedback.py +0 -91
  3495. pyopengl-3.1.10/OpenGL/GL/NV/transform_feedback2.py +0 -57
  3496. pyopengl-3.1.10/OpenGL/GL/NV/uniform_buffer_std430_layout.py +0 -39
  3497. pyopengl-3.1.10/OpenGL/GL/NV/uniform_buffer_unified_memory.py +0 -35
  3498. pyopengl-3.1.10/OpenGL/GL/NV/vdpau_interop.py +0 -58
  3499. pyopengl-3.1.10/OpenGL/GL/NV/vdpau_interop2.py +0 -31
  3500. pyopengl-3.1.10/OpenGL/GL/NV/vertex_array_range.py +0 -101
  3501. pyopengl-3.1.10/OpenGL/GL/NV/vertex_array_range2.py +0 -36
  3502. pyopengl-3.1.10/OpenGL/GL/NV/vertex_attrib_integer_64bit.py +0 -64
  3503. pyopengl-3.1.10/OpenGL/GL/NV/vertex_buffer_unified_memory.py +0 -37
  3504. pyopengl-3.1.10/OpenGL/GL/NV/vertex_program.py +0 -229
  3505. pyopengl-3.1.10/OpenGL/GL/NV/vertex_program1_1.py +0 -48
  3506. pyopengl-3.1.10/OpenGL/GL/NV/vertex_program2.py +0 -117
  3507. pyopengl-3.1.10/OpenGL/GL/NV/vertex_program2_option.py +0 -57
  3508. pyopengl-3.1.10/OpenGL/GL/NV/vertex_program3.py +0 -46
  3509. pyopengl-3.1.10/OpenGL/GL/NV/vertex_program4.py +0 -91
  3510. pyopengl-3.1.10/OpenGL/GL/NV/video_capture.py +0 -56
  3511. pyopengl-3.1.10/OpenGL/GL/NV/viewport_array2.py +0 -45
  3512. pyopengl-3.1.10/OpenGL/GL/NV/viewport_swizzle.py +0 -41
  3513. pyopengl-3.1.10/OpenGL/GL/NVX/blend_equation_advanced_multi_draw_buffers.py +0 -34
  3514. pyopengl-3.1.10/OpenGL/GL/NVX/conditional_render.py +0 -39
  3515. pyopengl-3.1.10/OpenGL/GL/NVX/gpu_memory_info.py +0 -50
  3516. pyopengl-3.1.10/OpenGL/GL/NVX/gpu_multicast2.py +0 -61
  3517. pyopengl-3.1.10/OpenGL/GL/NVX/linked_gpu_multicast.py +0 -58
  3518. pyopengl-3.1.10/OpenGL/GL/NVX/progress_fence.py +0 -62
  3519. pyopengl-3.1.10/OpenGL/GL/OES/byte_coordinates.py +0 -63
  3520. pyopengl-3.1.10/OpenGL/GL/OES/compressed_paletted_texture.py +0 -60
  3521. pyopengl-3.1.10/OpenGL/GL/OES/fixed_point.py +0 -215
  3522. pyopengl-3.1.10/OpenGL/GL/OES/query_matrix.py +0 -40
  3523. pyopengl-3.1.10/OpenGL/GL/OES/read_format.py +0 -36
  3524. pyopengl-3.1.10/OpenGL/GL/OES/single_precision.py +0 -37
  3525. pyopengl-3.1.10/OpenGL/GL/OML/interlace.py +0 -38
  3526. pyopengl-3.1.10/OpenGL/GL/OML/resample.py +0 -42
  3527. pyopengl-3.1.10/OpenGL/GL/OML/subsample.py +0 -53
  3528. pyopengl-3.1.10/OpenGL/GL/OVR/multiview.py +0 -56
  3529. pyopengl-3.1.10/OpenGL/GL/OVR/multiview2.py +0 -30
  3530. pyopengl-3.1.10/OpenGL/GL/PGI/misc_hints.py +0 -28
  3531. pyopengl-3.1.10/OpenGL/GL/PGI/vertex_hints.py +0 -28
  3532. pyopengl-3.1.10/OpenGL/GL/REND/screen_coordinates.py +0 -70
  3533. pyopengl-3.1.10/OpenGL/GL/S3/s3tc.py +0 -28
  3534. pyopengl-3.1.10/OpenGL/GL/SGI/color_matrix.py +0 -46
  3535. pyopengl-3.1.10/OpenGL/GL/SGI/color_table.py +0 -57
  3536. pyopengl-3.1.10/OpenGL/GL/SGI/texture_color_table.py +0 -41
  3537. pyopengl-3.1.10/OpenGL/GL/SGIS/detail_texture.py +0 -44
  3538. pyopengl-3.1.10/OpenGL/GL/SGIS/fog_function.py +0 -39
  3539. pyopengl-3.1.10/OpenGL/GL/SGIS/generate_mipmap.py +0 -30
  3540. pyopengl-3.1.10/OpenGL/GL/SGIS/multisample.py +0 -51
  3541. pyopengl-3.1.10/OpenGL/GL/SGIS/pixel_texture.py +0 -81
  3542. pyopengl-3.1.10/OpenGL/GL/SGIS/point_line_texgen.py +0 -29
  3543. pyopengl-3.1.10/OpenGL/GL/SGIS/point_parameters.py +0 -26
  3544. pyopengl-3.1.10/OpenGL/GL/SGIS/sharpen_texture.py +0 -36
  3545. pyopengl-3.1.10/OpenGL/GL/SGIS/texture4D.py +0 -58
  3546. pyopengl-3.1.10/OpenGL/GL/SGIS/texture_border_clamp.py +0 -40
  3547. pyopengl-3.1.10/OpenGL/GL/SGIS/texture_color_mask.py +0 -36
  3548. pyopengl-3.1.10/OpenGL/GL/SGIS/texture_edge_clamp.py +0 -44
  3549. pyopengl-3.1.10/OpenGL/GL/SGIS/texture_filter4.py +0 -36
  3550. pyopengl-3.1.10/OpenGL/GL/SGIS/texture_lod.py +0 -47
  3551. pyopengl-3.1.10/OpenGL/GL/SGIS/texture_select.py +0 -44
  3552. pyopengl-3.1.10/OpenGL/GL/SGIX/async_.py +0 -72
  3553. pyopengl-3.1.10/OpenGL/GL/SGIX/async_histogram.py +0 -30
  3554. pyopengl-3.1.10/OpenGL/GL/SGIX/async_pixel.py +0 -35
  3555. pyopengl-3.1.10/OpenGL/GL/SGIX/blend_alpha_minmax.py +0 -32
  3556. pyopengl-3.1.10/OpenGL/GL/SGIX/calligraphic_fragment.py +0 -32
  3557. pyopengl-3.1.10/OpenGL/GL/SGIX/clipmap.py +0 -31
  3558. pyopengl-3.1.10/OpenGL/GL/SGIX/convolution_accuracy.py +0 -28
  3559. pyopengl-3.1.10/OpenGL/GL/SGIX/depth_pass_instrument.py +0 -39
  3560. pyopengl-3.1.10/OpenGL/GL/SGIX/depth_texture.py +0 -34
  3561. pyopengl-3.1.10/OpenGL/GL/SGIX/flush_raster.py +0 -38
  3562. pyopengl-3.1.10/OpenGL/GL/SGIX/fog_offset.py +0 -40
  3563. pyopengl-3.1.10/OpenGL/GL/SGIX/fragment_lighting.py +0 -58
  3564. pyopengl-3.1.10/OpenGL/GL/SGIX/framezoom.py +0 -47
  3565. pyopengl-3.1.10/OpenGL/GL/SGIX/igloo_interface.py +0 -32
  3566. pyopengl-3.1.10/OpenGL/GL/SGIX/instruments.py +0 -64
  3567. pyopengl-3.1.10/OpenGL/GL/SGIX/interlace.py +0 -33
  3568. pyopengl-3.1.10/OpenGL/GL/SGIX/ir_instrument1.py +0 -26
  3569. pyopengl-3.1.10/OpenGL/GL/SGIX/list_priority.py +0 -43
  3570. pyopengl-3.1.10/OpenGL/GL/SGIX/pixel_texture.py +0 -32
  3571. pyopengl-3.1.10/OpenGL/GL/SGIX/pixel_tiles.py +0 -58
  3572. pyopengl-3.1.10/OpenGL/GL/SGIX/polynomial_ffd.py +0 -45
  3573. pyopengl-3.1.10/OpenGL/GL/SGIX/reference_plane.py +0 -49
  3574. pyopengl-3.1.10/OpenGL/GL/SGIX/resample.py +0 -43
  3575. pyopengl-3.1.10/OpenGL/GL/SGIX/scalebias_hint.py +0 -30
  3576. pyopengl-3.1.10/OpenGL/GL/SGIX/shadow.py +0 -31
  3577. pyopengl-3.1.10/OpenGL/GL/SGIX/shadow_ambient.py +0 -33
  3578. pyopengl-3.1.10/OpenGL/GL/SGIX/sprite.py +0 -79
  3579. pyopengl-3.1.10/OpenGL/GL/SGIX/subsample.py +0 -52
  3580. pyopengl-3.1.10/OpenGL/GL/SGIX/tag_sample_buffer.py +0 -32
  3581. pyopengl-3.1.10/OpenGL/GL/SGIX/texture_add_env.py +0 -34
  3582. pyopengl-3.1.10/OpenGL/GL/SGIX/texture_coordinate_clamp.py +0 -31
  3583. pyopengl-3.1.10/OpenGL/GL/SGIX/texture_lod_bias.py +0 -43
  3584. pyopengl-3.1.10/OpenGL/GL/SGIX/texture_multi_buffer.py +0 -53
  3585. pyopengl-3.1.10/OpenGL/GL/SGIX/texture_scale_bias.py +0 -38
  3586. pyopengl-3.1.10/OpenGL/GL/SGIX/vertex_preclip.py +0 -39
  3587. pyopengl-3.1.10/OpenGL/GL/SGIX/ycrcb.py +0 -52
  3588. pyopengl-3.1.10/OpenGL/GL/SGIX/ycrcb_subsample.py +0 -27
  3589. pyopengl-3.1.10/OpenGL/GL/SGIX/ycrcba.py +0 -47
  3590. pyopengl-3.1.10/OpenGL/GL/SUN/convolution_border_modes.py +0 -28
  3591. pyopengl-3.1.10/OpenGL/GL/SUN/global_alpha.py +0 -49
  3592. pyopengl-3.1.10/OpenGL/GL/SUN/mesh_array.py +0 -33
  3593. pyopengl-3.1.10/OpenGL/GL/SUN/slice_accum.py +0 -30
  3594. pyopengl-3.1.10/OpenGL/GL/SUN/triangle_list.py +0 -78
  3595. pyopengl-3.1.10/OpenGL/GL/SUN/vertex.py +0 -166
  3596. pyopengl-3.1.10/OpenGL/GL/SUNX/constant_data.py +0 -32
  3597. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_1_0.py +0 -456
  3598. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_1_1.py +0 -100
  3599. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_1_2.py +0 -49
  3600. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_1_3.py +0 -143
  3601. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_1_4.py +0 -113
  3602. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_1_5.py +0 -157
  3603. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_2_0.py +0 -534
  3604. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_2_1.py +0 -46
  3605. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_3_0.py +0 -163
  3606. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_3_1.py +0 -55
  3607. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_3_2.py +0 -61
  3608. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_3_3.py +0 -120
  3609. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_4_0.py +0 -112
  3610. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_4_1.py +0 -245
  3611. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_4_2.py +0 -48
  3612. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_4_3.py +0 -153
  3613. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_4_4.py +0 -70
  3614. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_4_5.py +0 -212
  3615. pyopengl-3.1.10/OpenGL/GL/VERSION/GL_4_6.py +0 -29
  3616. pyopengl-3.1.10/OpenGL/GL/WIN/phong_shading.py +0 -39
  3617. pyopengl-3.1.10/OpenGL/GL/WIN/specular_fog.py +0 -50
  3618. pyopengl-3.1.10/OpenGL/GL/exceptional.py +0 -264
  3619. pyopengl-3.1.10/OpenGL/GL/feedback.py +0 -86
  3620. pyopengl-3.1.10/OpenGL/GL/images.py +0 -630
  3621. pyopengl-3.1.10/OpenGL/GL/pointers.py +0 -308
  3622. pyopengl-3.1.10/OpenGL/GL/shaders.py +0 -250
  3623. pyopengl-3.1.10/OpenGL/GLES1/AMD/compressed_3DC_texture.py +0 -73
  3624. pyopengl-3.1.10/OpenGL/GLES1/AMD/compressed_ATC_texture.py +0 -36
  3625. pyopengl-3.1.10/OpenGL/GLES1/APPLE/copy_texture_levels.py +0 -49
  3626. pyopengl-3.1.10/OpenGL/GLES1/APPLE/framebuffer_multisample.py +0 -51
  3627. pyopengl-3.1.10/OpenGL/GLES1/APPLE/sync.py +0 -48
  3628. pyopengl-3.1.10/OpenGL/GLES1/APPLE/texture_2D_limited_npot.py +0 -42
  3629. pyopengl-3.1.10/OpenGL/GLES1/APPLE/texture_format_BGRA8888.py +0 -29
  3630. pyopengl-3.1.10/OpenGL/GLES1/APPLE/texture_max_level.py +0 -30
  3631. pyopengl-3.1.10/OpenGL/GLES1/ARM/rgba8.py +0 -28
  3632. pyopengl-3.1.10/OpenGL/GLES1/EXT/blend_minmax.py +0 -35
  3633. pyopengl-3.1.10/OpenGL/GLES1/EXT/debug_marker.py +0 -38
  3634. pyopengl-3.1.10/OpenGL/GLES1/EXT/discard_framebuffer.py +0 -52
  3635. pyopengl-3.1.10/OpenGL/GLES1/EXT/map_buffer_range.py +0 -46
  3636. pyopengl-3.1.10/OpenGL/GLES1/EXT/multi_draw_arrays.py +0 -44
  3637. pyopengl-3.1.10/OpenGL/GLES1/EXT/multisampled_render_to_texture.py +0 -51
  3638. pyopengl-3.1.10/OpenGL/GLES1/EXT/read_format_bgra.py +0 -46
  3639. pyopengl-3.1.10/OpenGL/GLES1/EXT/robustness.py +0 -81
  3640. pyopengl-3.1.10/OpenGL/GLES1/EXT/sRGB.py +0 -54
  3641. pyopengl-3.1.10/OpenGL/GLES1/EXT/texture_compression_dxt1.py +0 -52
  3642. pyopengl-3.1.10/OpenGL/GLES1/EXT/texture_filter_anisotropic.py +0 -64
  3643. pyopengl-3.1.10/OpenGL/GLES1/EXT/texture_format_BGRA8888.py +0 -58
  3644. pyopengl-3.1.10/OpenGL/GLES1/EXT/texture_lod_bias.py +0 -41
  3645. pyopengl-3.1.10/OpenGL/GLES1/EXT/texture_storage.py +0 -45
  3646. pyopengl-3.1.10/OpenGL/GLES1/IMG/multisampled_render_to_texture.py +0 -51
  3647. pyopengl-3.1.10/OpenGL/GLES1/IMG/read_format.py +0 -45
  3648. pyopengl-3.1.10/OpenGL/GLES1/IMG/texture_compression_pvrtc.py +0 -36
  3649. pyopengl-3.1.10/OpenGL/GLES1/IMG/texture_env_enhanced_fixed_function.py +0 -33
  3650. pyopengl-3.1.10/OpenGL/GLES1/IMG/user_clip_plane.py +0 -33
  3651. pyopengl-3.1.10/OpenGL/GLES1/KHR/debug.py +0 -211
  3652. pyopengl-3.1.10/OpenGL/GLES1/NV/fence.py +0 -62
  3653. pyopengl-3.1.10/OpenGL/GLES1/OES/EGL_image.py +0 -43
  3654. pyopengl-3.1.10/OpenGL/GLES1/OES/EGL_image_external.py +0 -37
  3655. pyopengl-3.1.10/OpenGL/GLES1/OES/blend_equation_separate.py +0 -30
  3656. pyopengl-3.1.10/OpenGL/GLES1/OES/blend_func_separate.py +0 -31
  3657. pyopengl-3.1.10/OpenGL/GLES1/OES/blend_subtract.py +0 -36
  3658. pyopengl-3.1.10/OpenGL/GLES1/OES/byte_coordinates.py +0 -63
  3659. pyopengl-3.1.10/OpenGL/GLES1/OES/compressed_ETC1_RGB8_sub_texture.py +0 -23
  3660. pyopengl-3.1.10/OpenGL/GLES1/OES/compressed_ETC1_RGB8_texture.py +0 -37
  3661. pyopengl-3.1.10/OpenGL/GLES1/OES/compressed_paletted_texture.py +0 -60
  3662. pyopengl-3.1.10/OpenGL/GLES1/OES/depth24.py +0 -28
  3663. pyopengl-3.1.10/OpenGL/GLES1/OES/depth32.py +0 -28
  3664. pyopengl-3.1.10/OpenGL/GLES1/OES/draw_texture.py +0 -60
  3665. pyopengl-3.1.10/OpenGL/GLES1/OES/element_index_uint.py +0 -29
  3666. pyopengl-3.1.10/OpenGL/GLES1/OES/extended_matrix_palette.py +0 -52
  3667. pyopengl-3.1.10/OpenGL/GLES1/OES/fbo_render_mipmap.py +0 -34
  3668. pyopengl-3.1.10/OpenGL/GLES1/OES/fixed_point.py +0 -215
  3669. pyopengl-3.1.10/OpenGL/GLES1/OES/framebuffer_object.py +0 -129
  3670. pyopengl-3.1.10/OpenGL/GLES1/OES/mapbuffer.py +0 -31
  3671. pyopengl-3.1.10/OpenGL/GLES1/OES/matrix_get.py +0 -48
  3672. pyopengl-3.1.10/OpenGL/GLES1/OES/matrix_palette.py +0 -55
  3673. pyopengl-3.1.10/OpenGL/GLES1/OES/packed_depth_stencil.py +0 -61
  3674. pyopengl-3.1.10/OpenGL/GLES1/OES/point_size_array.py +0 -42
  3675. pyopengl-3.1.10/OpenGL/GLES1/OES/point_sprite.py +0 -43
  3676. pyopengl-3.1.10/OpenGL/GLES1/OES/query_matrix.py +0 -40
  3677. pyopengl-3.1.10/OpenGL/GLES1/OES/read_format.py +0 -36
  3678. pyopengl-3.1.10/OpenGL/GLES1/OES/required_internalformat.py +0 -73
  3679. pyopengl-3.1.10/OpenGL/GLES1/OES/rgb8_rgba8.py +0 -28
  3680. pyopengl-3.1.10/OpenGL/GLES1/OES/single_precision.py +0 -37
  3681. pyopengl-3.1.10/OpenGL/GLES1/OES/stencil1.py +0 -28
  3682. pyopengl-3.1.10/OpenGL/GLES1/OES/stencil4.py +0 -28
  3683. pyopengl-3.1.10/OpenGL/GLES1/OES/stencil8.py +0 -28
  3684. pyopengl-3.1.10/OpenGL/GLES1/OES/stencil_wrap.py +0 -23
  3685. pyopengl-3.1.10/OpenGL/GLES1/OES/surfaceless_context.py +0 -33
  3686. pyopengl-3.1.10/OpenGL/GLES1/OES/texture_cube_map.py +0 -94
  3687. pyopengl-3.1.10/OpenGL/GLES1/OES/texture_env_crossbar.py +0 -32
  3688. pyopengl-3.1.10/OpenGL/GLES1/OES/texture_mirrored_repeat.py +0 -34
  3689. pyopengl-3.1.10/OpenGL/GLES1/OES/texture_npot.py +0 -40
  3690. pyopengl-3.1.10/OpenGL/GLES1/OES/vertex_array_object.py +0 -39
  3691. pyopengl-3.1.10/OpenGL/GLES1/QCOM/driver_control.py +0 -47
  3692. pyopengl-3.1.10/OpenGL/GLES1/QCOM/extended_get.py +0 -48
  3693. pyopengl-3.1.10/OpenGL/GLES1/QCOM/extended_get2.py +0 -43
  3694. pyopengl-3.1.10/OpenGL/GLES1/QCOM/perfmon_global_mode.py +0 -23
  3695. pyopengl-3.1.10/OpenGL/GLES1/QCOM/tiled_rendering.py +0 -99
  3696. pyopengl-3.1.10/OpenGL/GLES1/QCOM/writeonly_rendering.py +0 -26
  3697. pyopengl-3.1.10/OpenGL/GLES1/VERSION/GLES1_1_0.py +0 -218
  3698. pyopengl-3.1.10/OpenGL/GLES1/__init__.py +0 -3
  3699. pyopengl-3.1.10/OpenGL/GLES2/AMD/compressed_3DC_texture.py +0 -73
  3700. pyopengl-3.1.10/OpenGL/GLES2/AMD/compressed_ATC_texture.py +0 -36
  3701. pyopengl-3.1.10/OpenGL/GLES2/AMD/framebuffer_multisample_advanced.py +0 -46
  3702. pyopengl-3.1.10/OpenGL/GLES2/AMD/performance_monitor.py +0 -71
  3703. pyopengl-3.1.10/OpenGL/GLES2/AMD/program_binary_Z400.py +0 -42
  3704. pyopengl-3.1.10/OpenGL/GLES2/ANDROID/extension_pack_es31a.py +0 -37
  3705. pyopengl-3.1.10/OpenGL/GLES2/ANGLE/depth_texture.py +0 -36
  3706. pyopengl-3.1.10/OpenGL/GLES2/ANGLE/framebuffer_blit.py +0 -32
  3707. pyopengl-3.1.10/OpenGL/GLES2/ANGLE/framebuffer_multisample.py +0 -48
  3708. pyopengl-3.1.10/OpenGL/GLES2/ANGLE/instanced_arrays.py +0 -49
  3709. pyopengl-3.1.10/OpenGL/GLES2/ANGLE/pack_reverse_row_order.py +0 -37
  3710. pyopengl-3.1.10/OpenGL/GLES2/ANGLE/program_binary.py +0 -29
  3711. pyopengl-3.1.10/OpenGL/GLES2/ANGLE/texture_compression_dxt3.py +0 -23
  3712. pyopengl-3.1.10/OpenGL/GLES2/ANGLE/texture_compression_dxt5.py +0 -23
  3713. pyopengl-3.1.10/OpenGL/GLES2/ANGLE/texture_usage.py +0 -39
  3714. pyopengl-3.1.10/OpenGL/GLES2/ANGLE/translated_shader_source.py +0 -39
  3715. pyopengl-3.1.10/OpenGL/GLES2/APPLE/clip_distance.py +0 -30
  3716. pyopengl-3.1.10/OpenGL/GLES2/APPLE/color_buffer_packed_float.py +0 -29
  3717. pyopengl-3.1.10/OpenGL/GLES2/APPLE/copy_texture_levels.py +0 -49
  3718. pyopengl-3.1.10/OpenGL/GLES2/APPLE/framebuffer_multisample.py +0 -51
  3719. pyopengl-3.1.10/OpenGL/GLES2/APPLE/rgb_422.py +0 -64
  3720. pyopengl-3.1.10/OpenGL/GLES2/APPLE/sync.py +0 -48
  3721. pyopengl-3.1.10/OpenGL/GLES2/APPLE/texture_format_BGRA8888.py +0 -29
  3722. pyopengl-3.1.10/OpenGL/GLES2/APPLE/texture_max_level.py +0 -30
  3723. pyopengl-3.1.10/OpenGL/GLES2/APPLE/texture_packed_float.py +0 -45
  3724. pyopengl-3.1.10/OpenGL/GLES2/ARM/mali_program_binary.py +0 -34
  3725. pyopengl-3.1.10/OpenGL/GLES2/ARM/mali_shader_binary.py +0 -34
  3726. pyopengl-3.1.10/OpenGL/GLES2/ARM/rgba8.py +0 -28
  3727. pyopengl-3.1.10/OpenGL/GLES2/ARM/shader_core_properties.py +0 -45
  3728. pyopengl-3.1.10/OpenGL/GLES2/ARM/shader_framebuffer_fetch.py +0 -37
  3729. pyopengl-3.1.10/OpenGL/GLES2/ARM/shader_framebuffer_fetch_depth_stencil.py +0 -38
  3730. pyopengl-3.1.10/OpenGL/GLES2/ARM/texture_unnormalized_coordinates.py +0 -37
  3731. pyopengl-3.1.10/OpenGL/GLES2/DMP/program_binary.py +0 -28
  3732. pyopengl-3.1.10/OpenGL/GLES2/DMP/shader_binary.py +0 -28
  3733. pyopengl-3.1.10/OpenGL/GLES2/ES/VERSION_3_2.py +0 -112
  3734. pyopengl-3.1.10/OpenGL/GLES2/EXT/EGL_image_array.py +0 -34
  3735. pyopengl-3.1.10/OpenGL/GLES2/EXT/EGL_image_storage.py +0 -45
  3736. pyopengl-3.1.10/OpenGL/GLES2/EXT/EGL_image_storage_compression.py +0 -34
  3737. pyopengl-3.1.10/OpenGL/GLES2/EXT/YUV_target.py +0 -41
  3738. pyopengl-3.1.10/OpenGL/GLES2/EXT/base_instance.py +0 -50
  3739. pyopengl-3.1.10/OpenGL/GLES2/EXT/blend_func_extended.py +0 -59
  3740. pyopengl-3.1.10/OpenGL/GLES2/EXT/blend_minmax.py +0 -35
  3741. pyopengl-3.1.10/OpenGL/GLES2/EXT/buffer_storage.py +0 -48
  3742. pyopengl-3.1.10/OpenGL/GLES2/EXT/clear_texture.py +0 -59
  3743. pyopengl-3.1.10/OpenGL/GLES2/EXT/clip_control.py +0 -35
  3744. pyopengl-3.1.10/OpenGL/GLES2/EXT/clip_cull_distance.py +0 -30
  3745. pyopengl-3.1.10/OpenGL/GLES2/EXT/color_buffer_float.py +0 -28
  3746. pyopengl-3.1.10/OpenGL/GLES2/EXT/color_buffer_half_float.py +0 -33
  3747. pyopengl-3.1.10/OpenGL/GLES2/EXT/conservative_depth.py +0 -39
  3748. pyopengl-3.1.10/OpenGL/GLES2/EXT/copy_image.py +0 -45
  3749. pyopengl-3.1.10/OpenGL/GLES2/EXT/debug_label.py +0 -43
  3750. pyopengl-3.1.10/OpenGL/GLES2/EXT/debug_marker.py +0 -38
  3751. pyopengl-3.1.10/OpenGL/GLES2/EXT/depth_clamp.py +0 -54
  3752. pyopengl-3.1.10/OpenGL/GLES2/EXT/discard_framebuffer.py +0 -52
  3753. pyopengl-3.1.10/OpenGL/GLES2/EXT/disjoint_timer_query.py +0 -75
  3754. pyopengl-3.1.10/OpenGL/GLES2/EXT/draw_buffers.py +0 -53
  3755. pyopengl-3.1.10/OpenGL/GLES2/EXT/draw_buffers_indexed.py +0 -43
  3756. pyopengl-3.1.10/OpenGL/GLES2/EXT/draw_elements_base_vertex.py +0 -101
  3757. pyopengl-3.1.10/OpenGL/GLES2/EXT/draw_instanced.py +0 -33
  3758. pyopengl-3.1.10/OpenGL/GLES2/EXT/draw_transform_feedback.py +0 -34
  3759. pyopengl-3.1.10/OpenGL/GLES2/EXT/external_buffer.py +0 -62
  3760. pyopengl-3.1.10/OpenGL/GLES2/EXT/float_blend.py +0 -29
  3761. pyopengl-3.1.10/OpenGL/GLES2/EXT/fragment_shading_rate.py +0 -28
  3762. pyopengl-3.1.10/OpenGL/GLES2/EXT/framebuffer_blit_layers.py +0 -28
  3763. pyopengl-3.1.10/OpenGL/GLES2/EXT/geometry_point_size.py +0 -23
  3764. pyopengl-3.1.10/OpenGL/GLES2/EXT/geometry_shader.py +0 -70
  3765. pyopengl-3.1.10/OpenGL/GLES2/EXT/gpu_shader5.py +0 -62
  3766. pyopengl-3.1.10/OpenGL/GLES2/EXT/instanced_arrays.py +0 -49
  3767. pyopengl-3.1.10/OpenGL/GLES2/EXT/map_buffer_range.py +0 -46
  3768. pyopengl-3.1.10/OpenGL/GLES2/EXT/memory_object.py +0 -34
  3769. pyopengl-3.1.10/OpenGL/GLES2/EXT/memory_object_fd.py +0 -23
  3770. pyopengl-3.1.10/OpenGL/GLES2/EXT/memory_object_win32.py +0 -23
  3771. pyopengl-3.1.10/OpenGL/GLES2/EXT/multi_draw_arrays.py +0 -44
  3772. pyopengl-3.1.10/OpenGL/GLES2/EXT/multi_draw_indirect.py +0 -45
  3773. pyopengl-3.1.10/OpenGL/GLES2/EXT/multisampled_compatibility.py +0 -23
  3774. pyopengl-3.1.10/OpenGL/GLES2/EXT/multisampled_render_to_texture.py +0 -51
  3775. pyopengl-3.1.10/OpenGL/GLES2/EXT/multisampled_render_to_texture2.py +0 -37
  3776. pyopengl-3.1.10/OpenGL/GLES2/EXT/multiview_draw_buffers.py +0 -59
  3777. pyopengl-3.1.10/OpenGL/GLES2/EXT/multiview_tessellation_geometry_shader.py +0 -48
  3778. pyopengl-3.1.10/OpenGL/GLES2/EXT/multiview_texture_multisample.py +0 -52
  3779. pyopengl-3.1.10/OpenGL/GLES2/EXT/multiview_timer_query.py +0 -32
  3780. pyopengl-3.1.10/OpenGL/GLES2/EXT/occlusion_query_boolean.py +0 -52
  3781. pyopengl-3.1.10/OpenGL/GLES2/EXT/polygon_offset_clamp.py +0 -35
  3782. pyopengl-3.1.10/OpenGL/GLES2/EXT/post_depth_coverage.py +0 -37
  3783. pyopengl-3.1.10/OpenGL/GLES2/EXT/primitive_bounding_box.py +0 -51
  3784. pyopengl-3.1.10/OpenGL/GLES2/EXT/protected_textures.py +0 -51
  3785. pyopengl-3.1.10/OpenGL/GLES2/EXT/pvrtc_sRGB.py +0 -54
  3786. pyopengl-3.1.10/OpenGL/GLES2/EXT/raster_multisample.py +0 -42
  3787. pyopengl-3.1.10/OpenGL/GLES2/EXT/read_format_bgra.py +0 -46
  3788. pyopengl-3.1.10/OpenGL/GLES2/EXT/render_snorm.py +0 -31
  3789. pyopengl-3.1.10/OpenGL/GLES2/EXT/robustness.py +0 -81
  3790. pyopengl-3.1.10/OpenGL/GLES2/EXT/sRGB.py +0 -54
  3791. pyopengl-3.1.10/OpenGL/GLES2/EXT/sRGB_write_control.py +0 -33
  3792. pyopengl-3.1.10/OpenGL/GLES2/EXT/semaphore.py +0 -58
  3793. pyopengl-3.1.10/OpenGL/GLES2/EXT/semaphore_fd.py +0 -23
  3794. pyopengl-3.1.10/OpenGL/GLES2/EXT/semaphore_win32.py +0 -23
  3795. pyopengl-3.1.10/OpenGL/GLES2/EXT/separate_depth_stencil.py +0 -28
  3796. pyopengl-3.1.10/OpenGL/GLES2/EXT/separate_shader_objects.py +0 -124
  3797. pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_framebuffer_fetch.py +0 -58
  3798. pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_framebuffer_fetch_non_coherent.py +0 -23
  3799. pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_group_vote.py +0 -77
  3800. pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_implicit_conversions.py +0 -30
  3801. pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_integer_mix.py +0 -30
  3802. pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_io_blocks.py +0 -49
  3803. pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_non_constant_global_initializers.py +0 -30
  3804. pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_pixel_local_storage.py +0 -50
  3805. pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_pixel_local_storage2.py +0 -43
  3806. pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_samples_identical.py +0 -52
  3807. pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_texture_lod.py +0 -92
  3808. pyopengl-3.1.10/OpenGL/GLES2/EXT/shadow_samplers.py +0 -29
  3809. pyopengl-3.1.10/OpenGL/GLES2/EXT/sparse_texture.py +0 -42
  3810. pyopengl-3.1.10/OpenGL/GLES2/EXT/sparse_texture2.py +0 -53
  3811. pyopengl-3.1.10/OpenGL/GLES2/EXT/tessellation_point_size.py +0 -23
  3812. pyopengl-3.1.10/OpenGL/GLES2/EXT/tessellation_shader.py +0 -100
  3813. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_border_clamp.py +0 -68
  3814. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_buffer.py +0 -63
  3815. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_compression_astc_decode_mode.py +0 -54
  3816. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_compression_bptc.py +0 -40
  3817. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_compression_dxt1.py +0 -52
  3818. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_compression_rgtc.py +0 -44
  3819. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_compression_s3tc.py +0 -34
  3820. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_compression_s3tc_srgb.py +0 -28
  3821. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_cube_map_array.py +0 -45
  3822. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_filter_anisotropic.py +0 -64
  3823. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_filter_minmax.py +0 -39
  3824. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_format_BGRA8888.py +0 -58
  3825. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_format_sRGB_override.py +0 -33
  3826. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_mirror_clamp_to_edge.py +0 -35
  3827. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_norm16.py +0 -32
  3828. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_query_lod.py +0 -29
  3829. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_rg.py +0 -51
  3830. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_sRGB_R8.py +0 -29
  3831. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_sRGB_RG8.py +0 -29
  3832. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_sRGB_decode.py +0 -41
  3833. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_shadow_lod.py +0 -35
  3834. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_storage.py +0 -45
  3835. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_storage_compression.py +0 -34
  3836. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_type_2_10_10_10_REV.py +0 -28
  3837. pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_view.py +0 -52
  3838. pyopengl-3.1.10/OpenGL/GLES2/EXT/unpack_subimage.py +0 -31
  3839. pyopengl-3.1.10/OpenGL/GLES2/EXT/win32_keyed_mutex.py +0 -31
  3840. pyopengl-3.1.10/OpenGL/GLES2/EXT/window_rectangles.py +0 -52
  3841. pyopengl-3.1.10/OpenGL/GLES2/FJ/shader_binary_GCCSO.py +0 -28
  3842. pyopengl-3.1.10/OpenGL/GLES2/IMG/bindless_texture.py +0 -50
  3843. pyopengl-3.1.10/OpenGL/GLES2/IMG/framebuffer_downsample.py +0 -36
  3844. pyopengl-3.1.10/OpenGL/GLES2/IMG/multisampled_render_to_texture.py +0 -51
  3845. pyopengl-3.1.10/OpenGL/GLES2/IMG/program_binary.py +0 -29
  3846. pyopengl-3.1.10/OpenGL/GLES2/IMG/read_format.py +0 -45
  3847. pyopengl-3.1.10/OpenGL/GLES2/IMG/shader_binary.py +0 -28
  3848. pyopengl-3.1.10/OpenGL/GLES2/IMG/texture_compression_pvrtc.py +0 -36
  3849. pyopengl-3.1.10/OpenGL/GLES2/IMG/texture_compression_pvrtc2.py +0 -36
  3850. pyopengl-3.1.10/OpenGL/GLES2/IMG/texture_filter_cubic.py +0 -39
  3851. pyopengl-3.1.10/OpenGL/GLES2/INTEL/blackhole_render.py +0 -34
  3852. pyopengl-3.1.10/OpenGL/GLES2/INTEL/conservative_rasterization.py +0 -41
  3853. pyopengl-3.1.10/OpenGL/GLES2/INTEL/framebuffer_CMAA.py +0 -42
  3854. pyopengl-3.1.10/OpenGL/GLES2/INTEL/performance_query.py +0 -74
  3855. pyopengl-3.1.10/OpenGL/GLES2/KHR/blend_equation_advanced.py +0 -85
  3856. pyopengl-3.1.10/OpenGL/GLES2/KHR/blend_equation_advanced_coherent.py +0 -23
  3857. pyopengl-3.1.10/OpenGL/GLES2/KHR/context_flush_control.py +0 -52
  3858. pyopengl-3.1.10/OpenGL/GLES2/KHR/debug.py +0 -211
  3859. pyopengl-3.1.10/OpenGL/GLES2/KHR/no_error.py +0 -34
  3860. pyopengl-3.1.10/OpenGL/GLES2/KHR/parallel_shader_compile.py +0 -32
  3861. pyopengl-3.1.10/OpenGL/GLES2/KHR/robust_buffer_access_behavior.py +0 -36
  3862. pyopengl-3.1.10/OpenGL/GLES2/KHR/robustness.py +0 -87
  3863. pyopengl-3.1.10/OpenGL/GLES2/KHR/shader_subgroup.py +0 -45
  3864. pyopengl-3.1.10/OpenGL/GLES2/KHR/texture_compression_astc_hdr.py +0 -41
  3865. pyopengl-3.1.10/OpenGL/GLES2/KHR/texture_compression_astc_ldr.py +0 -23
  3866. pyopengl-3.1.10/OpenGL/GLES2/KHR/texture_compression_astc_sliced_3d.py +0 -37
  3867. pyopengl-3.1.10/OpenGL/GLES2/MESA/bgra.py +0 -32
  3868. pyopengl-3.1.10/OpenGL/GLES2/MESA/framebuffer_flip_x.py +0 -42
  3869. pyopengl-3.1.10/OpenGL/GLES2/MESA/framebuffer_flip_y.py +0 -41
  3870. pyopengl-3.1.10/OpenGL/GLES2/MESA/framebuffer_swap_xy.py +0 -45
  3871. pyopengl-3.1.10/OpenGL/GLES2/MESA/program_binary_formats.py +0 -28
  3872. pyopengl-3.1.10/OpenGL/GLES2/MESA/sampler_objects.py +0 -55
  3873. pyopengl-3.1.10/OpenGL/GLES2/MESA/shader_integer_functions.py +0 -63
  3874. pyopengl-3.1.10/OpenGL/GLES2/MESA/texture_const_bandwidth.py +0 -34
  3875. pyopengl-3.1.10/OpenGL/GLES2/NV/bindless_texture.py +0 -76
  3876. pyopengl-3.1.10/OpenGL/GLES2/NV/blend_equation_advanced.py +0 -99
  3877. pyopengl-3.1.10/OpenGL/GLES2/NV/blend_equation_advanced_coherent.py +0 -23
  3878. pyopengl-3.1.10/OpenGL/GLES2/NV/blend_minmax_factor.py +0 -41
  3879. pyopengl-3.1.10/OpenGL/GLES2/NV/clip_space_w_scaling.py +0 -55
  3880. pyopengl-3.1.10/OpenGL/GLES2/NV/compute_shader_derivatives.py +0 -36
  3881. pyopengl-3.1.10/OpenGL/GLES2/NV/conditional_render.py +0 -52
  3882. pyopengl-3.1.10/OpenGL/GLES2/NV/conservative_raster.py +0 -42
  3883. pyopengl-3.1.10/OpenGL/GLES2/NV/conservative_raster_pre_snap.py +0 -31
  3884. pyopengl-3.1.10/OpenGL/GLES2/NV/conservative_raster_pre_snap_triangles.py +0 -47
  3885. pyopengl-3.1.10/OpenGL/GLES2/NV/copy_buffer.py +0 -30
  3886. pyopengl-3.1.10/OpenGL/GLES2/NV/coverage_sample.py +0 -23
  3887. pyopengl-3.1.10/OpenGL/GLES2/NV/depth_nonlinear.py +0 -23
  3888. pyopengl-3.1.10/OpenGL/GLES2/NV/draw_buffers.py +0 -38
  3889. pyopengl-3.1.10/OpenGL/GLES2/NV/draw_instanced.py +0 -47
  3890. pyopengl-3.1.10/OpenGL/GLES2/NV/draw_vulkan_image.py +0 -53
  3891. pyopengl-3.1.10/OpenGL/GLES2/NV/explicit_attrib_location.py +0 -31
  3892. pyopengl-3.1.10/OpenGL/GLES2/NV/fbo_color_attachments.py +0 -28
  3893. pyopengl-3.1.10/OpenGL/GLES2/NV/fence.py +0 -62
  3894. pyopengl-3.1.10/OpenGL/GLES2/NV/fill_rectangle.py +0 -32
  3895. pyopengl-3.1.10/OpenGL/GLES2/NV/fragment_coverage_to_color.py +0 -38
  3896. pyopengl-3.1.10/OpenGL/GLES2/NV/fragment_shader_barycentric.py +0 -32
  3897. pyopengl-3.1.10/OpenGL/GLES2/NV/fragment_shader_interlock.py +0 -79
  3898. pyopengl-3.1.10/OpenGL/GLES2/NV/framebuffer_blit.py +0 -32
  3899. pyopengl-3.1.10/OpenGL/GLES2/NV/framebuffer_mixed_samples.py +0 -79
  3900. pyopengl-3.1.10/OpenGL/GLES2/NV/framebuffer_multisample.py +0 -48
  3901. pyopengl-3.1.10/OpenGL/GLES2/NV/generate_mipmap_sRGB.py +0 -28
  3902. pyopengl-3.1.10/OpenGL/GLES2/NV/geometry_shader_passthrough.py +0 -99
  3903. pyopengl-3.1.10/OpenGL/GLES2/NV/gpu_shader5.py +0 -154
  3904. pyopengl-3.1.10/OpenGL/GLES2/NV/image_formats.py +0 -30
  3905. pyopengl-3.1.10/OpenGL/GLES2/NV/instanced_arrays.py +0 -52
  3906. pyopengl-3.1.10/OpenGL/GLES2/NV/internalformat_sample_query.py +0 -64
  3907. pyopengl-3.1.10/OpenGL/GLES2/NV/memory_attachment.py +0 -31
  3908. pyopengl-3.1.10/OpenGL/GLES2/NV/memory_object_sparse.py +0 -27
  3909. pyopengl-3.1.10/OpenGL/GLES2/NV/mesh_shader.py +0 -33
  3910. pyopengl-3.1.10/OpenGL/GLES2/NV/non_square_matrices.py +0 -50
  3911. pyopengl-3.1.10/OpenGL/GLES2/NV/pack_subimage.py +0 -32
  3912. pyopengl-3.1.10/OpenGL/GLES2/NV/path_rendering.py +0 -587
  3913. pyopengl-3.1.10/OpenGL/GLES2/NV/path_rendering_shared_edge.py +0 -36
  3914. pyopengl-3.1.10/OpenGL/GLES2/NV/pixel_buffer_object.py +0 -71
  3915. pyopengl-3.1.10/OpenGL/GLES2/NV/polygon_mode.py +0 -35
  3916. pyopengl-3.1.10/OpenGL/GLES2/NV/primitive_shading_rate.py +0 -46
  3917. pyopengl-3.1.10/OpenGL/GLES2/NV/read_buffer.py +0 -50
  3918. pyopengl-3.1.10/OpenGL/GLES2/NV/read_buffer_front.py +0 -23
  3919. pyopengl-3.1.10/OpenGL/GLES2/NV/read_depth.py +0 -23
  3920. pyopengl-3.1.10/OpenGL/GLES2/NV/read_depth_stencil.py +0 -43
  3921. pyopengl-3.1.10/OpenGL/GLES2/NV/read_stencil.py +0 -23
  3922. pyopengl-3.1.10/OpenGL/GLES2/NV/representative_fragment_test.py +0 -52
  3923. pyopengl-3.1.10/OpenGL/GLES2/NV/sRGB_formats.py +0 -40
  3924. pyopengl-3.1.10/OpenGL/GLES2/NV/sample_locations.py +0 -56
  3925. pyopengl-3.1.10/OpenGL/GLES2/NV/sample_mask_override_coverage.py +0 -33
  3926. pyopengl-3.1.10/OpenGL/GLES2/NV/scissor_exclusive.py +0 -41
  3927. pyopengl-3.1.10/OpenGL/GLES2/NV/shader_atomic_fp16_vector.py +0 -30
  3928. pyopengl-3.1.10/OpenGL/GLES2/NV/shader_noperspective_interpolation.py +0 -44
  3929. pyopengl-3.1.10/OpenGL/GLES2/NV/shader_subgroup_partitioned.py +0 -38
  3930. pyopengl-3.1.10/OpenGL/GLES2/NV/shader_texture_footprint.py +0 -74
  3931. pyopengl-3.1.10/OpenGL/GLES2/NV/shading_rate_image.py +0 -78
  3932. pyopengl-3.1.10/OpenGL/GLES2/NV/shadow_samplers_array.py +0 -29
  3933. pyopengl-3.1.10/OpenGL/GLES2/NV/shadow_samplers_cube.py +0 -29
  3934. pyopengl-3.1.10/OpenGL/GLES2/NV/stereo_view_rendering.py +0 -47
  3935. pyopengl-3.1.10/OpenGL/GLES2/NV/texture_barrier.py +0 -29
  3936. pyopengl-3.1.10/OpenGL/GLES2/NV/texture_border_clamp.py +0 -38
  3937. pyopengl-3.1.10/OpenGL/GLES2/NV/texture_compression_s3tc_update.py +0 -32
  3938. pyopengl-3.1.10/OpenGL/GLES2/NV/texture_npot_2D_mipmap.py +0 -41
  3939. pyopengl-3.1.10/OpenGL/GLES2/NV/timeline_semaphore.py +0 -34
  3940. pyopengl-3.1.10/OpenGL/GLES2/NV/viewport_array.py +0 -66
  3941. pyopengl-3.1.10/OpenGL/GLES2/NV/viewport_array2.py +0 -45
  3942. pyopengl-3.1.10/OpenGL/GLES2/NV/viewport_swizzle.py +0 -41
  3943. pyopengl-3.1.10/OpenGL/GLES2/NVX/blend_equation_advanced_multi_draw_buffers.py +0 -34
  3944. pyopengl-3.1.10/OpenGL/GLES2/OES/EGL_image.py +0 -43
  3945. pyopengl-3.1.10/OpenGL/GLES2/OES/EGL_image_external.py +0 -37
  3946. pyopengl-3.1.10/OpenGL/GLES2/OES/EGL_image_external_essl3.py +0 -30
  3947. pyopengl-3.1.10/OpenGL/GLES2/OES/compressed_ETC1_RGB8_sub_texture.py +0 -23
  3948. pyopengl-3.1.10/OpenGL/GLES2/OES/compressed_ETC1_RGB8_texture.py +0 -37
  3949. pyopengl-3.1.10/OpenGL/GLES2/OES/compressed_paletted_texture.py +0 -60
  3950. pyopengl-3.1.10/OpenGL/GLES2/OES/copy_image.py +0 -45
  3951. pyopengl-3.1.10/OpenGL/GLES2/OES/depth24.py +0 -28
  3952. pyopengl-3.1.10/OpenGL/GLES2/OES/depth32.py +0 -28
  3953. pyopengl-3.1.10/OpenGL/GLES2/OES/depth_texture.py +0 -30
  3954. pyopengl-3.1.10/OpenGL/GLES2/OES/draw_buffers_indexed.py +0 -43
  3955. pyopengl-3.1.10/OpenGL/GLES2/OES/draw_elements_base_vertex.py +0 -101
  3956. pyopengl-3.1.10/OpenGL/GLES2/OES/element_index_uint.py +0 -29
  3957. pyopengl-3.1.10/OpenGL/GLES2/OES/fbo_render_mipmap.py +0 -34
  3958. pyopengl-3.1.10/OpenGL/GLES2/OES/fragment_precision_high.py +0 -30
  3959. pyopengl-3.1.10/OpenGL/GLES2/OES/geometry_point_size.py +0 -23
  3960. pyopengl-3.1.10/OpenGL/GLES2/OES/geometry_shader.py +0 -70
  3961. pyopengl-3.1.10/OpenGL/GLES2/OES/get_program_binary.py +0 -60
  3962. pyopengl-3.1.10/OpenGL/GLES2/OES/gpu_shader5.py +0 -62
  3963. pyopengl-3.1.10/OpenGL/GLES2/OES/mapbuffer.py +0 -31
  3964. pyopengl-3.1.10/OpenGL/GLES2/OES/packed_depth_stencil.py +0 -61
  3965. pyopengl-3.1.10/OpenGL/GLES2/OES/primitive_bounding_box.py +0 -51
  3966. pyopengl-3.1.10/OpenGL/GLES2/OES/required_internalformat.py +0 -73
  3967. pyopengl-3.1.10/OpenGL/GLES2/OES/rgb8_rgba8.py +0 -28
  3968. pyopengl-3.1.10/OpenGL/GLES2/OES/sample_shading.py +0 -43
  3969. pyopengl-3.1.10/OpenGL/GLES2/OES/sample_variables.py +0 -46
  3970. pyopengl-3.1.10/OpenGL/GLES2/OES/shader_image_atomic.py +0 -31
  3971. pyopengl-3.1.10/OpenGL/GLES2/OES/shader_io_blocks.py +0 -49
  3972. pyopengl-3.1.10/OpenGL/GLES2/OES/shader_multisample_interpolation.py +0 -42
  3973. pyopengl-3.1.10/OpenGL/GLES2/OES/standard_derivatives.py +0 -30
  3974. pyopengl-3.1.10/OpenGL/GLES2/OES/stencil1.py +0 -28
  3975. pyopengl-3.1.10/OpenGL/GLES2/OES/stencil4.py +0 -28
  3976. pyopengl-3.1.10/OpenGL/GLES2/OES/surfaceless_context.py +0 -33
  3977. pyopengl-3.1.10/OpenGL/GLES2/OES/tessellation_point_size.py +0 -23
  3978. pyopengl-3.1.10/OpenGL/GLES2/OES/tessellation_shader.py +0 -100
  3979. pyopengl-3.1.10/OpenGL/GLES2/OES/texture_3D.py +0 -48
  3980. pyopengl-3.1.10/OpenGL/GLES2/OES/texture_border_clamp.py +0 -70
  3981. pyopengl-3.1.10/OpenGL/GLES2/OES/texture_buffer.py +0 -63
  3982. pyopengl-3.1.10/OpenGL/GLES2/OES/texture_compression_astc.py +0 -39
  3983. pyopengl-3.1.10/OpenGL/GLES2/OES/texture_cube_map_array.py +0 -45
  3984. pyopengl-3.1.10/OpenGL/GLES2/OES/texture_float.py +0 -41
  3985. pyopengl-3.1.10/OpenGL/GLES2/OES/texture_float_linear.py +0 -36
  3986. pyopengl-3.1.10/OpenGL/GLES2/OES/texture_half_float.py +0 -23
  3987. pyopengl-3.1.10/OpenGL/GLES2/OES/texture_half_float_linear.py +0 -23
  3988. pyopengl-3.1.10/OpenGL/GLES2/OES/texture_npot.py +0 -40
  3989. pyopengl-3.1.10/OpenGL/GLES2/OES/texture_stencil8.py +0 -29
  3990. pyopengl-3.1.10/OpenGL/GLES2/OES/texture_storage_multisample_2d_array.py +0 -30
  3991. pyopengl-3.1.10/OpenGL/GLES2/OES/texture_view.py +0 -52
  3992. pyopengl-3.1.10/OpenGL/GLES2/OES/vertex_array_object.py +0 -39
  3993. pyopengl-3.1.10/OpenGL/GLES2/OES/vertex_half_float.py +0 -41
  3994. pyopengl-3.1.10/OpenGL/GLES2/OES/vertex_type_10_10_10_2.py +0 -34
  3995. pyopengl-3.1.10/OpenGL/GLES2/OES/viewport_array.py +0 -66
  3996. pyopengl-3.1.10/OpenGL/GLES2/OVR/multiview.py +0 -56
  3997. pyopengl-3.1.10/OpenGL/GLES2/OVR/multiview2.py +0 -30
  3998. pyopengl-3.1.10/OpenGL/GLES2/OVR/multiview_multisampled_render_to_texture.py +0 -30
  3999. pyopengl-3.1.10/OpenGL/GLES2/QCOM/YUV_texture_gather.py +0 -30
  4000. pyopengl-3.1.10/OpenGL/GLES2/QCOM/alpha_test.py +0 -30
  4001. pyopengl-3.1.10/OpenGL/GLES2/QCOM/binning_control.py +0 -31
  4002. pyopengl-3.1.10/OpenGL/GLES2/QCOM/driver_control.py +0 -47
  4003. pyopengl-3.1.10/OpenGL/GLES2/QCOM/extended_get.py +0 -48
  4004. pyopengl-3.1.10/OpenGL/GLES2/QCOM/extended_get2.py +0 -43
  4005. pyopengl-3.1.10/OpenGL/GLES2/QCOM/frame_extrapolation.py +0 -35
  4006. pyopengl-3.1.10/OpenGL/GLES2/QCOM/framebuffer_foveated.py +0 -59
  4007. pyopengl-3.1.10/OpenGL/GLES2/QCOM/motion_estimation.py +0 -34
  4008. pyopengl-3.1.10/OpenGL/GLES2/QCOM/perfmon_global_mode.py +0 -23
  4009. pyopengl-3.1.10/OpenGL/GLES2/QCOM/render_sRGB_R8_RG8.py +0 -30
  4010. pyopengl-3.1.10/OpenGL/GLES2/QCOM/render_shared_exponent.py +0 -31
  4011. pyopengl-3.1.10/OpenGL/GLES2/QCOM/shader_framebuffer_fetch_noncoherent.py +0 -39
  4012. pyopengl-3.1.10/OpenGL/GLES2/QCOM/shader_framebuffer_fetch_rate.py +0 -44
  4013. pyopengl-3.1.10/OpenGL/GLES2/QCOM/shading_rate.py +0 -50
  4014. pyopengl-3.1.10/OpenGL/GLES2/QCOM/texture_foveated.py +0 -57
  4015. pyopengl-3.1.10/OpenGL/GLES2/QCOM/texture_foveated2.py +0 -28
  4016. pyopengl-3.1.10/OpenGL/GLES2/QCOM/texture_foveated_subsampled_layout.py +0 -41
  4017. pyopengl-3.1.10/OpenGL/GLES2/QCOM/texture_lod_bias.py +0 -38
  4018. pyopengl-3.1.10/OpenGL/GLES2/QCOM/tiled_rendering.py +0 -99
  4019. pyopengl-3.1.10/OpenGL/GLES2/QCOM/writeonly_rendering.py +0 -26
  4020. pyopengl-3.1.10/OpenGL/GLES2/QCOM/ycbcr_degamma.py +0 -43
  4021. pyopengl-3.1.10/OpenGL/GLES2/VERSION/GLES2_2_0.py +0 -489
  4022. pyopengl-3.1.10/OpenGL/GLES2/VIV/shader_binary.py +0 -28
  4023. pyopengl-3.1.10/OpenGL/GLES2/__init__.py +0 -5
  4024. pyopengl-3.1.10/OpenGL/GLES2/shaders.py +0 -164
  4025. pyopengl-3.1.10/OpenGL/GLES3/VERSION/GLES3_3_0.py +0 -244
  4026. pyopengl-3.1.10/OpenGL/GLES3/VERSION/GLES3_3_1.py +0 -164
  4027. pyopengl-3.1.10/OpenGL/GLES3/__init__.py +0 -5
  4028. pyopengl-3.1.10/OpenGL/GLU/glunurbs.py +0 -288
  4029. pyopengl-3.1.10/OpenGL/GLU/glustruct.py +0 -87
  4030. pyopengl-3.1.10/OpenGL/GLU/projection.py +0 -100
  4031. pyopengl-3.1.10/OpenGL/GLU/quadrics.py +0 -56
  4032. pyopengl-3.1.10/OpenGL/GLU/tess.py +0 -267
  4033. pyopengl-3.1.10/OpenGL/GLUT/__init__.py +0 -12
  4034. pyopengl-3.1.10/OpenGL/GLUT/freeglut.py +0 -304
  4035. pyopengl-3.1.10/OpenGL/GLUT/special.py +0 -352
  4036. pyopengl-3.1.10/OpenGL/GLX/AMD/gpu_association.py +0 -23
  4037. pyopengl-3.1.10/OpenGL/GLX/ARB/context_flush_control.py +0 -23
  4038. pyopengl-3.1.10/OpenGL/GLX/ARB/create_context.py +0 -23
  4039. pyopengl-3.1.10/OpenGL/GLX/ARB/create_context_no_error.py +0 -30
  4040. pyopengl-3.1.10/OpenGL/GLX/ARB/create_context_profile.py +0 -23
  4041. pyopengl-3.1.10/OpenGL/GLX/ARB/create_context_robustness.py +0 -23
  4042. pyopengl-3.1.10/OpenGL/GLX/ARB/fbconfig_float.py +0 -23
  4043. pyopengl-3.1.10/OpenGL/GLX/ARB/framebuffer_sRGB.py +0 -55
  4044. pyopengl-3.1.10/OpenGL/GLX/ARB/get_proc_address.py +0 -23
  4045. pyopengl-3.1.10/OpenGL/GLX/ARB/multisample.py +0 -51
  4046. pyopengl-3.1.10/OpenGL/GLX/ARB/robustness_application_isolation.py +0 -40
  4047. pyopengl-3.1.10/OpenGL/GLX/ARB/robustness_share_group_isolation.py +0 -23
  4048. pyopengl-3.1.10/OpenGL/GLX/ARB/vertex_buffer_object.py +0 -81
  4049. pyopengl-3.1.10/OpenGL/GLX/DFX/multisample.py +0 -65
  4050. pyopengl-3.1.10/OpenGL/GLX/EXT/buffer_age.py +0 -23
  4051. pyopengl-3.1.10/OpenGL/GLX/EXT/context_priority.py +0 -23
  4052. pyopengl-3.1.10/OpenGL/GLX/EXT/create_context_es2_profile.py +0 -23
  4053. pyopengl-3.1.10/OpenGL/GLX/EXT/create_context_es_profile.py +0 -23
  4054. pyopengl-3.1.10/OpenGL/GLX/EXT/fbconfig_packed_float.py +0 -23
  4055. pyopengl-3.1.10/OpenGL/GLX/EXT/framebuffer_sRGB.py +0 -55
  4056. pyopengl-3.1.10/OpenGL/GLX/EXT/get_drawable_type.py +0 -23
  4057. pyopengl-3.1.10/OpenGL/GLX/EXT/import_context.py +0 -23
  4058. pyopengl-3.1.10/OpenGL/GLX/EXT/libglvnd.py +0 -23
  4059. pyopengl-3.1.10/OpenGL/GLX/EXT/no_config_context.py +0 -23
  4060. pyopengl-3.1.10/OpenGL/GLX/EXT/stereo_tree.py +0 -23
  4061. pyopengl-3.1.10/OpenGL/GLX/EXT/swap_control.py +0 -31
  4062. pyopengl-3.1.10/OpenGL/GLX/EXT/swap_control_tear.py +0 -23
  4063. pyopengl-3.1.10/OpenGL/GLX/EXT/texture_from_pixmap.py +0 -23
  4064. pyopengl-3.1.10/OpenGL/GLX/EXT/visual_info.py +0 -23
  4065. pyopengl-3.1.10/OpenGL/GLX/EXT/visual_rating.py +0 -23
  4066. pyopengl-3.1.10/OpenGL/GLX/INTEL/swap_event.py +0 -23
  4067. pyopengl-3.1.10/OpenGL/GLX/MESA/agp_offset.py +0 -23
  4068. pyopengl-3.1.10/OpenGL/GLX/MESA/copy_sub_buffer.py +0 -23
  4069. pyopengl-3.1.10/OpenGL/GLX/MESA/pixmap_colormap.py +0 -23
  4070. pyopengl-3.1.10/OpenGL/GLX/MESA/query_renderer.py +0 -23
  4071. pyopengl-3.1.10/OpenGL/GLX/MESA/release_buffers.py +0 -23
  4072. pyopengl-3.1.10/OpenGL/GLX/MESA/set_3dfx_mode.py +0 -23
  4073. pyopengl-3.1.10/OpenGL/GLX/MESA/swap_control.py +0 -23
  4074. pyopengl-3.1.10/OpenGL/GLX/NV/copy_buffer.py +0 -30
  4075. pyopengl-3.1.10/OpenGL/GLX/NV/copy_image.py +0 -32
  4076. pyopengl-3.1.10/OpenGL/GLX/NV/delay_before_swap.py +0 -23
  4077. pyopengl-3.1.10/OpenGL/GLX/NV/float_buffer.py +0 -91
  4078. pyopengl-3.1.10/OpenGL/GLX/NV/multigpu_context.py +0 -23
  4079. pyopengl-3.1.10/OpenGL/GLX/NV/multisample_coverage.py +0 -49
  4080. pyopengl-3.1.10/OpenGL/GLX/NV/present_video.py +0 -40
  4081. pyopengl-3.1.10/OpenGL/GLX/NV/robustness_video_memory_purge.py +0 -48
  4082. pyopengl-3.1.10/OpenGL/GLX/NV/swap_group.py +0 -23
  4083. pyopengl-3.1.10/OpenGL/GLX/NV/video_capture.py +0 -31
  4084. pyopengl-3.1.10/OpenGL/GLX/NV/video_out.py +0 -23
  4085. pyopengl-3.1.10/OpenGL/GLX/NV/video_output.py +0 -23
  4086. pyopengl-3.1.10/OpenGL/GLX/OML/swap_method.py +0 -23
  4087. pyopengl-3.1.10/OpenGL/GLX/OML/sync_control.py +0 -23
  4088. pyopengl-3.1.10/OpenGL/GLX/SGI/cushion.py +0 -23
  4089. pyopengl-3.1.10/OpenGL/GLX/SGI/make_current_read.py +0 -23
  4090. pyopengl-3.1.10/OpenGL/GLX/SGI/swap_control.py +0 -23
  4091. pyopengl-3.1.10/OpenGL/GLX/SGI/video_sync.py +0 -23
  4092. pyopengl-3.1.10/OpenGL/GLX/SGIS/blended_overlay.py +0 -23
  4093. pyopengl-3.1.10/OpenGL/GLX/SGIS/multisample.py +0 -51
  4094. pyopengl-3.1.10/OpenGL/GLX/SGIS/shared_multisample.py +0 -93
  4095. pyopengl-3.1.10/OpenGL/GLX/SGIX/dmbuffer.py +0 -23
  4096. pyopengl-3.1.10/OpenGL/GLX/SGIX/fbconfig.py +0 -23
  4097. pyopengl-3.1.10/OpenGL/GLX/SGIX/hyperpipe.py +0 -23
  4098. pyopengl-3.1.10/OpenGL/GLX/SGIX/pbuffer.py +0 -23
  4099. pyopengl-3.1.10/OpenGL/GLX/SGIX/swap_barrier.py +0 -23
  4100. pyopengl-3.1.10/OpenGL/GLX/SGIX/swap_group.py +0 -23
  4101. pyopengl-3.1.10/OpenGL/GLX/SGIX/video_resize.py +0 -23
  4102. pyopengl-3.1.10/OpenGL/GLX/SGIX/video_source.py +0 -23
  4103. pyopengl-3.1.10/OpenGL/GLX/SGIX/visual_select_group.py +0 -23
  4104. pyopengl-3.1.10/OpenGL/GLX/SUN/get_transparent_index.py +0 -23
  4105. pyopengl-3.1.10/OpenGL/GLX/VERSION/GLX_1_0.py +0 -23
  4106. pyopengl-3.1.10/OpenGL/GLX/VERSION/GLX_1_1.py +0 -23
  4107. pyopengl-3.1.10/OpenGL/GLX/VERSION/GLX_1_2.py +0 -23
  4108. pyopengl-3.1.10/OpenGL/GLX/VERSION/GLX_1_3.py +0 -23
  4109. pyopengl-3.1.10/OpenGL/GLX/VERSION/GLX_1_4.py +0 -23
  4110. pyopengl-3.1.10/OpenGL/GLX/__init__.py +0 -7
  4111. pyopengl-3.1.10/OpenGL/Tk/__init__.py +0 -576
  4112. pyopengl-3.1.10/OpenGL/WGL/AMD/gpu_association.py +0 -23
  4113. pyopengl-3.1.10/OpenGL/WGL/ARB/buffer_region.py +0 -23
  4114. pyopengl-3.1.10/OpenGL/WGL/ARB/context_flush_control.py +0 -23
  4115. pyopengl-3.1.10/OpenGL/WGL/ARB/create_context.py +0 -23
  4116. pyopengl-3.1.10/OpenGL/WGL/ARB/create_context_no_error.py +0 -30
  4117. pyopengl-3.1.10/OpenGL/WGL/ARB/create_context_profile.py +0 -23
  4118. pyopengl-3.1.10/OpenGL/WGL/ARB/create_context_robustness.py +0 -23
  4119. pyopengl-3.1.10/OpenGL/WGL/ARB/extensions_string.py +0 -23
  4120. pyopengl-3.1.10/OpenGL/WGL/ARB/framebuffer_sRGB.py +0 -55
  4121. pyopengl-3.1.10/OpenGL/WGL/ARB/make_current_read.py +0 -23
  4122. pyopengl-3.1.10/OpenGL/WGL/ARB/multisample.py +0 -51
  4123. pyopengl-3.1.10/OpenGL/WGL/ARB/pbuffer.py +0 -23
  4124. pyopengl-3.1.10/OpenGL/WGL/ARB/pixel_format.py +0 -23
  4125. pyopengl-3.1.10/OpenGL/WGL/ARB/pixel_format_float.py +0 -23
  4126. pyopengl-3.1.10/OpenGL/WGL/ARB/render_texture.py +0 -23
  4127. pyopengl-3.1.10/OpenGL/WGL/ARB/robustness_application_isolation.py +0 -40
  4128. pyopengl-3.1.10/OpenGL/WGL/ARB/robustness_share_group_isolation.py +0 -23
  4129. pyopengl-3.1.10/OpenGL/WGL/ATI/pixel_format_float.py +0 -23
  4130. pyopengl-3.1.10/OpenGL/WGL/ATI/render_texture_rectangle.py +0 -23
  4131. pyopengl-3.1.10/OpenGL/WGL/DFX/multisample.py +0 -65
  4132. pyopengl-3.1.10/OpenGL/WGL/DL/stereo_control.py +0 -23
  4133. pyopengl-3.1.10/OpenGL/WGL/EXT/colorspace.py +0 -23
  4134. pyopengl-3.1.10/OpenGL/WGL/EXT/create_context_es2_profile.py +0 -23
  4135. pyopengl-3.1.10/OpenGL/WGL/EXT/create_context_es_profile.py +0 -23
  4136. pyopengl-3.1.10/OpenGL/WGL/EXT/depth_float.py +0 -23
  4137. pyopengl-3.1.10/OpenGL/WGL/EXT/display_color_table.py +0 -23
  4138. pyopengl-3.1.10/OpenGL/WGL/EXT/extensions_string.py +0 -23
  4139. pyopengl-3.1.10/OpenGL/WGL/EXT/framebuffer_sRGB.py +0 -55
  4140. pyopengl-3.1.10/OpenGL/WGL/EXT/make_current_read.py +0 -23
  4141. pyopengl-3.1.10/OpenGL/WGL/EXT/multisample.py +0 -23
  4142. pyopengl-3.1.10/OpenGL/WGL/EXT/pbuffer.py +0 -23
  4143. pyopengl-3.1.10/OpenGL/WGL/EXT/pixel_format.py +0 -23
  4144. pyopengl-3.1.10/OpenGL/WGL/EXT/pixel_format_packed_float.py +0 -23
  4145. pyopengl-3.1.10/OpenGL/WGL/EXT/swap_control.py +0 -31
  4146. pyopengl-3.1.10/OpenGL/WGL/EXT/swap_control_tear.py +0 -23
  4147. pyopengl-3.1.10/OpenGL/WGL/I3D/digital_video_control.py +0 -23
  4148. pyopengl-3.1.10/OpenGL/WGL/I3D/gamma.py +0 -23
  4149. pyopengl-3.1.10/OpenGL/WGL/I3D/genlock.py +0 -23
  4150. pyopengl-3.1.10/OpenGL/WGL/I3D/image_buffer.py +0 -23
  4151. pyopengl-3.1.10/OpenGL/WGL/I3D/swap_frame_lock.py +0 -23
  4152. pyopengl-3.1.10/OpenGL/WGL/I3D/swap_frame_usage.py +0 -23
  4153. pyopengl-3.1.10/OpenGL/WGL/NV/DX_interop.py +0 -23
  4154. pyopengl-3.1.10/OpenGL/WGL/NV/DX_interop2.py +0 -23
  4155. pyopengl-3.1.10/OpenGL/WGL/NV/copy_image.py +0 -32
  4156. pyopengl-3.1.10/OpenGL/WGL/NV/delay_before_swap.py +0 -23
  4157. pyopengl-3.1.10/OpenGL/WGL/NV/float_buffer.py +0 -91
  4158. pyopengl-3.1.10/OpenGL/WGL/NV/gpu_affinity.py +0 -23
  4159. pyopengl-3.1.10/OpenGL/WGL/NV/multigpu_context.py +0 -23
  4160. pyopengl-3.1.10/OpenGL/WGL/NV/multisample_coverage.py +0 -49
  4161. pyopengl-3.1.10/OpenGL/WGL/NV/present_video.py +0 -40
  4162. pyopengl-3.1.10/OpenGL/WGL/NV/render_depth_texture.py +0 -23
  4163. pyopengl-3.1.10/OpenGL/WGL/NV/render_texture_rectangle.py +0 -23
  4164. pyopengl-3.1.10/OpenGL/WGL/NV/swap_group.py +0 -23
  4165. pyopengl-3.1.10/OpenGL/WGL/NV/vertex_array_range.py +0 -98
  4166. pyopengl-3.1.10/OpenGL/WGL/NV/video_capture.py +0 -31
  4167. pyopengl-3.1.10/OpenGL/WGL/NV/video_output.py +0 -23
  4168. pyopengl-3.1.10/OpenGL/WGL/OML/sync_control.py +0 -23
  4169. pyopengl-3.1.10/OpenGL/WGL/VERSION/WGL_1_0.py +0 -25
  4170. pyopengl-3.1.10/OpenGL/WGL/__init__.py +0 -3
  4171. pyopengl-3.1.10/OpenGL/__init__.py +0 -376
  4172. pyopengl-3.1.10/OpenGL/_configflags.py +0 -19
  4173. pyopengl-3.1.10/OpenGL/acceleratesupport.py +0 -25
  4174. pyopengl-3.1.10/OpenGL/arrays/_arrayconstants.py +0 -52
  4175. pyopengl-3.1.10/OpenGL/arrays/arraydatatype.py +0 -372
  4176. pyopengl-3.1.10/OpenGL/arrays/ctypesarrays.py +0 -148
  4177. pyopengl-3.1.10/OpenGL/arrays/ctypesparameters.py +0 -152
  4178. pyopengl-3.1.10/OpenGL/arrays/ctypespointers.py +0 -91
  4179. pyopengl-3.1.10/OpenGL/arrays/lists.py +0 -229
  4180. pyopengl-3.1.10/OpenGL/arrays/numpybuffers.py +0 -120
  4181. pyopengl-3.1.10/OpenGL/arrays/numpymodule.py +0 -272
  4182. pyopengl-3.1.10/OpenGL/arrays/strings.py +0 -103
  4183. pyopengl-3.1.10/OpenGL/arrays/vbo.py +0 -540
  4184. pyopengl-3.1.10/OpenGL/constant.py +0 -78
  4185. pyopengl-3.1.10/OpenGL/constants.py +0 -3
  4186. pyopengl-3.1.10/OpenGL/converters.py +0 -383
  4187. pyopengl-3.1.10/OpenGL/error.py +0 -248
  4188. pyopengl-3.1.10/OpenGL/extensions.py +0 -331
  4189. pyopengl-3.1.10/OpenGL/logs.py +0 -91
  4190. pyopengl-3.1.10/OpenGL/platform/__init__.py +0 -116
  4191. pyopengl-3.1.10/OpenGL/platform/baseplatform.py +0 -513
  4192. pyopengl-3.1.10/OpenGL/platform/darwin.py +0 -85
  4193. pyopengl-3.1.10/OpenGL/platform/egl.py +0 -134
  4194. pyopengl-3.1.10/OpenGL/platform/glx.py +0 -126
  4195. pyopengl-3.1.10/OpenGL/platform/win32.py +0 -154
  4196. pyopengl-3.1.10/OpenGL/plugins.py +0 -76
  4197. pyopengl-3.1.10/OpenGL/raw/EGL/ANDROID/__init__.py +0 -1
  4198. pyopengl-3.1.10/OpenGL/raw/EGL/ANDROID/blob_cache.py +0 -17
  4199. pyopengl-3.1.10/OpenGL/raw/EGL/ANDROID/framebuffer_target.py +0 -15
  4200. pyopengl-3.1.10/OpenGL/raw/EGL/ANDROID/image_native_buffer.py +0 -15
  4201. pyopengl-3.1.10/OpenGL/raw/EGL/ANDROID/native_fence_sync.py +0 -20
  4202. pyopengl-3.1.10/OpenGL/raw/EGL/ANDROID/recordable.py +0 -15
  4203. pyopengl-3.1.10/OpenGL/raw/EGL/ANGLE/__init__.py +0 -1
  4204. pyopengl-3.1.10/OpenGL/raw/EGL/ANGLE/d3d_share_handle_client_buffer.py +0 -15
  4205. pyopengl-3.1.10/OpenGL/raw/EGL/ANGLE/device_d3d.py +0 -16
  4206. pyopengl-3.1.10/OpenGL/raw/EGL/ANGLE/query_surface_pointer.py +0 -17
  4207. pyopengl-3.1.10/OpenGL/raw/EGL/ANGLE/surface_d3d_texture_2d_share_handle.py +0 -15
  4208. pyopengl-3.1.10/OpenGL/raw/EGL/ANGLE/window_fixed_size.py +0 -15
  4209. pyopengl-3.1.10/OpenGL/raw/EGL/ARM/__init__.py +0 -1
  4210. pyopengl-3.1.10/OpenGL/raw/EGL/ARM/pixmap_multisample_discard.py +0 -15
  4211. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/__init__.py +0 -1
  4212. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/buffer_age.py +0 -15
  4213. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/client_extensions.py +0 -15
  4214. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/create_context_robustness.py +0 -18
  4215. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/device_base.py +0 -28
  4216. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/device_drm.py +0 -15
  4217. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/device_enumeration.py +0 -17
  4218. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/device_openwf.py +0 -15
  4219. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/device_query.py +0 -25
  4220. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/image_dma_buf_import.py +0 -36
  4221. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/multiview_window.py +0 -15
  4222. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/output_base.py +0 -42
  4223. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/output_drm.py +0 -17
  4224. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/output_openwf.py +0 -16
  4225. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/platform_base.py +0 -23
  4226. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/platform_device.py +0 -15
  4227. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/platform_wayland.py +0 -15
  4228. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/platform_x11.py +0 -16
  4229. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/protected_surface.py +0 -15
  4230. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/stream_consumer_egloutput.py +0 -17
  4231. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/swap_buffers_with_damage.py +0 -17
  4232. pyopengl-3.1.10/OpenGL/raw/EGL/EXT/yuv_surface.py +0 -39
  4233. pyopengl-3.1.10/OpenGL/raw/EGL/HI/__init__.py +0 -1
  4234. pyopengl-3.1.10/OpenGL/raw/EGL/HI/clientpixmap.py +0 -17
  4235. pyopengl-3.1.10/OpenGL/raw/EGL/HI/colorformats.py +0 -18
  4236. pyopengl-3.1.10/OpenGL/raw/EGL/IMG/__init__.py +0 -1
  4237. pyopengl-3.1.10/OpenGL/raw/EGL/IMG/context_priority.py +0 -18
  4238. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/__init__.py +0 -1
  4239. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/cl_event.py +0 -17
  4240. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/cl_event2.py +0 -19
  4241. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/client_get_all_proc_addresses.py +0 -15
  4242. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/config_attribs.py +0 -17
  4243. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/create_context.py +0 -28
  4244. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/create_context_no_error.py +0 -15
  4245. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/debug.py +0 -34
  4246. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/fence_sync.py +0 -28
  4247. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/get_all_proc_addresses.py +0 -15
  4248. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/gl_colorspace.py +0 -17
  4249. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/gl_renderbuffer_image.py +0 -15
  4250. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/gl_texture_2D_image.py +0 -16
  4251. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/gl_texture_3D_image.py +0 -16
  4252. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/gl_texture_cubemap_image.py +0 -20
  4253. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/image.py +0 -21
  4254. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/image_base.py +0 -21
  4255. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/image_pixmap.py +0 -15
  4256. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/lock_surface.py +0 -40
  4257. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/lock_surface2.py +0 -15
  4258. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/lock_surface3.py +0 -44
  4259. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/partial_update.py +0 -17
  4260. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/platform_android.py +0 -15
  4261. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/platform_gbm.py +0 -15
  4262. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/platform_wayland.py +0 -15
  4263. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/platform_x11.py +0 -16
  4264. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/reusable_sync.py +0 -38
  4265. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/stream.py +0 -41
  4266. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/stream_consumer_gltexture.py +0 -23
  4267. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/stream_cross_process_fd.py +0 -20
  4268. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/stream_fifo.py +0 -20
  4269. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/stream_producer_aldatalocator.py +0 -15
  4270. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/stream_producer_eglsurface.py +0 -17
  4271. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/surfaceless_context.py +0 -15
  4272. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/swap_buffers_with_damage.py +0 -17
  4273. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/vg_parent_image.py +0 -15
  4274. pyopengl-3.1.10/OpenGL/raw/EGL/KHR/wait_sync.py +0 -17
  4275. pyopengl-3.1.10/OpenGL/raw/EGL/MESA/__init__.py +0 -1
  4276. pyopengl-3.1.10/OpenGL/raw/EGL/MESA/drm_image.py +0 -26
  4277. pyopengl-3.1.10/OpenGL/raw/EGL/MESA/image_dma_buf_export.py +0 -20
  4278. pyopengl-3.1.10/OpenGL/raw/EGL/MESA/platform_gbm.py +0 -15
  4279. pyopengl-3.1.10/OpenGL/raw/EGL/NOK/__init__.py +0 -1
  4280. pyopengl-3.1.10/OpenGL/raw/EGL/NOK/swap_region.py +0 -17
  4281. pyopengl-3.1.10/OpenGL/raw/EGL/NOK/swap_region2.py +0 -17
  4282. pyopengl-3.1.10/OpenGL/raw/EGL/NOK/texture_from_pixmap.py +0 -15
  4283. pyopengl-3.1.10/OpenGL/raw/EGL/NV/EGL_3dvision_surface.py +0 -15
  4284. pyopengl-3.1.10/OpenGL/raw/EGL/NV/__init__.py +0 -1
  4285. pyopengl-3.1.10/OpenGL/raw/EGL/NV/coverage_sample.py +0 -16
  4286. pyopengl-3.1.10/OpenGL/raw/EGL/NV/coverage_sample_resolve.py +0 -17
  4287. pyopengl-3.1.10/OpenGL/raw/EGL/NV/cuda_event.py +0 -17
  4288. pyopengl-3.1.10/OpenGL/raw/EGL/NV/depth_nonlinear.py +0 -17
  4289. pyopengl-3.1.10/OpenGL/raw/EGL/NV/device_cuda.py +0 -15
  4290. pyopengl-3.1.10/OpenGL/raw/EGL/NV/native_query.py +0 -23
  4291. pyopengl-3.1.10/OpenGL/raw/EGL/NV/post_convert_rounding.py +0 -15
  4292. pyopengl-3.1.10/OpenGL/raw/EGL/NV/post_sub_buffer.py +0 -17
  4293. pyopengl-3.1.10/OpenGL/raw/EGL/NV/stream_consumer_gltexture_yuv.py +0 -21
  4294. pyopengl-3.1.10/OpenGL/raw/EGL/NV/stream_metadata.py +0 -36
  4295. pyopengl-3.1.10/OpenGL/raw/EGL/NV/stream_sync.py +0 -18
  4296. pyopengl-3.1.10/OpenGL/raw/EGL/NV/sync.py +0 -44
  4297. pyopengl-3.1.10/OpenGL/raw/EGL/NV/system_time.py +0 -20
  4298. pyopengl-3.1.10/OpenGL/raw/EGL/TIZEN/__init__.py +0 -1
  4299. pyopengl-3.1.10/OpenGL/raw/EGL/TIZEN/image_native_buffer.py +0 -15
  4300. pyopengl-3.1.10/OpenGL/raw/EGL/TIZEN/image_native_surface.py +0 -15
  4301. pyopengl-3.1.10/OpenGL/raw/EGL/VERSION/EGL_1_0.py +0 -144
  4302. pyopengl-3.1.10/OpenGL/raw/EGL/VERSION/EGL_1_1.py +0 -39
  4303. pyopengl-3.1.10/OpenGL/raw/EGL/VERSION/EGL_1_2.py +0 -57
  4304. pyopengl-3.1.10/OpenGL/raw/EGL/VERSION/EGL_1_3.py +0 -26
  4305. pyopengl-3.1.10/OpenGL/raw/EGL/VERSION/EGL_1_4.py +0 -24
  4306. pyopengl-3.1.10/OpenGL/raw/EGL/VERSION/EGL_1_5.py +0 -88
  4307. pyopengl-3.1.10/OpenGL/raw/EGL/VERSION/__init__.py +0 -1
  4308. pyopengl-3.1.10/OpenGL/raw/EGL/_errors.py +0 -21
  4309. pyopengl-3.1.10/OpenGL/raw/EGL/_types.py +0 -134
  4310. pyopengl-3.1.10/OpenGL/raw/GL/AMD/__init__.py +0 -1
  4311. pyopengl-3.1.10/OpenGL/raw/GL/AMD/blend_minmax_factor.py +0 -16
  4312. pyopengl-3.1.10/OpenGL/raw/GL/AMD/conservative_depth.py +0 -15
  4313. pyopengl-3.1.10/OpenGL/raw/GL/AMD/debug_output.py +0 -39
  4314. pyopengl-3.1.10/OpenGL/raw/GL/AMD/depth_clamp_separate.py +0 -16
  4315. pyopengl-3.1.10/OpenGL/raw/GL/AMD/draw_buffers_blend.py +0 -26
  4316. pyopengl-3.1.10/OpenGL/raw/GL/AMD/framebuffer_multisample_advanced.py +0 -25
  4317. pyopengl-3.1.10/OpenGL/raw/GL/AMD/framebuffer_sample_positions.py +0 -29
  4318. pyopengl-3.1.10/OpenGL/raw/GL/AMD/gcn_shader.py +0 -15
  4319. pyopengl-3.1.10/OpenGL/raw/GL/AMD/gpu_shader_half_float.py +0 -27
  4320. pyopengl-3.1.10/OpenGL/raw/GL/AMD/gpu_shader_int16.py +0 -15
  4321. pyopengl-3.1.10/OpenGL/raw/GL/AMD/gpu_shader_int64.py +0 -143
  4322. pyopengl-3.1.10/OpenGL/raw/GL/AMD/interleaved_elements.py +0 -25
  4323. pyopengl-3.1.10/OpenGL/raw/GL/AMD/multi_draw_indirect.py +0 -20
  4324. pyopengl-3.1.10/OpenGL/raw/GL/AMD/name_gen_delete.py +0 -27
  4325. pyopengl-3.1.10/OpenGL/raw/GL/AMD/occlusion_query_event.py +0 -22
  4326. pyopengl-3.1.10/OpenGL/raw/GL/AMD/performance_monitor.py +0 -53
  4327. pyopengl-3.1.10/OpenGL/raw/GL/AMD/pinned_memory.py +0 -15
  4328. pyopengl-3.1.10/OpenGL/raw/GL/AMD/query_buffer_object.py +0 -17
  4329. pyopengl-3.1.10/OpenGL/raw/GL/AMD/sample_positions.py +0 -17
  4330. pyopengl-3.1.10/OpenGL/raw/GL/AMD/seamless_cubemap_per_texture.py +0 -15
  4331. pyopengl-3.1.10/OpenGL/raw/GL/AMD/shader_atomic_counter_ops.py +0 -15
  4332. pyopengl-3.1.10/OpenGL/raw/GL/AMD/shader_ballot.py +0 -15
  4333. pyopengl-3.1.10/OpenGL/raw/GL/AMD/shader_explicit_vertex_parameter.py +0 -15
  4334. pyopengl-3.1.10/OpenGL/raw/GL/AMD/shader_gpu_shader_half_float_fetch.py +0 -15
  4335. pyopengl-3.1.10/OpenGL/raw/GL/AMD/shader_image_load_store_lod.py +0 -15
  4336. pyopengl-3.1.10/OpenGL/raw/GL/AMD/shader_stencil_export.py +0 -15
  4337. pyopengl-3.1.10/OpenGL/raw/GL/AMD/shader_trinary_minmax.py +0 -15
  4338. pyopengl-3.1.10/OpenGL/raw/GL/AMD/sparse_texture.py +0 -28
  4339. pyopengl-3.1.10/OpenGL/raw/GL/AMD/stencil_operation_extended.py +0 -20
  4340. pyopengl-3.1.10/OpenGL/raw/GL/AMD/texture_gather_bias_lod.py +0 -15
  4341. pyopengl-3.1.10/OpenGL/raw/GL/AMD/texture_texture4.py +0 -15
  4342. pyopengl-3.1.10/OpenGL/raw/GL/AMD/transform_feedback3_lines_triangles.py +0 -15
  4343. pyopengl-3.1.10/OpenGL/raw/GL/AMD/transform_feedback4.py +0 -15
  4344. pyopengl-3.1.10/OpenGL/raw/GL/AMD/vertex_shader_layer.py +0 -15
  4345. pyopengl-3.1.10/OpenGL/raw/GL/AMD/vertex_shader_tessellator.py +0 -26
  4346. pyopengl-3.1.10/OpenGL/raw/GL/AMD/vertex_shader_viewport_index.py +0 -15
  4347. pyopengl-3.1.10/OpenGL/raw/GL/ANGLE/__init__.py +0 -1
  4348. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/__init__.py +0 -1
  4349. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/aux_depth_stencil.py +0 -15
  4350. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/client_storage.py +0 -15
  4351. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/element_array.py +0 -31
  4352. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/fence.py +0 -39
  4353. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/float_pixels.py +0 -28
  4354. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/flush_buffer_range.py +0 -21
  4355. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/object_purgeable.py +0 -28
  4356. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/rgb_422.py +0 -18
  4357. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/row_bytes.py +0 -16
  4358. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/specular_vector.py +0 -15
  4359. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/texture_range.py +0 -25
  4360. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/transform_hint.py +0 -15
  4361. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/vertex_array_object.py +0 -26
  4362. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/vertex_array_range.py +0 -29
  4363. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/vertex_program_evaluators.py +0 -44
  4364. pyopengl-3.1.10/OpenGL/raw/GL/APPLE/ycbcr_422.py +0 -17
  4365. pyopengl-3.1.10/OpenGL/raw/GL/ARB/ES2_compatibility.py +0 -44
  4366. pyopengl-3.1.10/OpenGL/raw/GL/ARB/ES3_1_compatibility.py +0 -17
  4367. pyopengl-3.1.10/OpenGL/raw/GL/ARB/ES3_2_compatibility.py +0 -19
  4368. pyopengl-3.1.10/OpenGL/raw/GL/ARB/ES3_compatibility.py +0 -27
  4369. pyopengl-3.1.10/OpenGL/raw/GL/ARB/__init__.py +0 -1
  4370. pyopengl-3.1.10/OpenGL/raw/GL/ARB/arrays_of_arrays.py +0 -15
  4371. pyopengl-3.1.10/OpenGL/raw/GL/ARB/base_instance.py +0 -23
  4372. pyopengl-3.1.10/OpenGL/raw/GL/ARB/bindless_texture.py +0 -62
  4373. pyopengl-3.1.10/OpenGL/raw/GL/ARB/blend_func_extended.py +0 -24
  4374. pyopengl-3.1.10/OpenGL/raw/GL/ARB/buffer_storage.py +0 -25
  4375. pyopengl-3.1.10/OpenGL/raw/GL/ARB/cl_event.py +0 -18
  4376. pyopengl-3.1.10/OpenGL/raw/GL/ARB/clear_buffer_object.py +0 -20
  4377. pyopengl-3.1.10/OpenGL/raw/GL/ARB/clear_texture.py +0 -20
  4378. pyopengl-3.1.10/OpenGL/raw/GL/ARB/clip_control.py +0 -22
  4379. pyopengl-3.1.10/OpenGL/raw/GL/ARB/color_buffer_float.py +0 -21
  4380. pyopengl-3.1.10/OpenGL/raw/GL/ARB/compatibility.py +0 -15
  4381. pyopengl-3.1.10/OpenGL/raw/GL/ARB/compressed_texture_pixel_storage.py +0 -22
  4382. pyopengl-3.1.10/OpenGL/raw/GL/ARB/compute_shader.py +0 -37
  4383. pyopengl-3.1.10/OpenGL/raw/GL/ARB/compute_variable_group_size.py +0 -20
  4384. pyopengl-3.1.10/OpenGL/raw/GL/ARB/conditional_render_inverted.py +0 -18
  4385. pyopengl-3.1.10/OpenGL/raw/GL/ARB/conservative_depth.py +0 -15
  4386. pyopengl-3.1.10/OpenGL/raw/GL/ARB/copy_buffer.py +0 -18
  4387. pyopengl-3.1.10/OpenGL/raw/GL/ARB/copy_image.py +0 -17
  4388. pyopengl-3.1.10/OpenGL/raw/GL/ARB/cull_distance.py +0 -16
  4389. pyopengl-3.1.10/OpenGL/raw/GL/ARB/debug_output.py +0 -47
  4390. pyopengl-3.1.10/OpenGL/raw/GL/ARB/depth_buffer_float.py +0 -17
  4391. pyopengl-3.1.10/OpenGL/raw/GL/ARB/depth_clamp.py +0 -15
  4392. pyopengl-3.1.10/OpenGL/raw/GL/ARB/depth_texture.py +0 -19
  4393. pyopengl-3.1.10/OpenGL/raw/GL/ARB/derivative_control.py +0 -15
  4394. pyopengl-3.1.10/OpenGL/raw/GL/ARB/direct_state_access.py +0 -317
  4395. pyopengl-3.1.10/OpenGL/raw/GL/ARB/draw_buffers.py +0 -33
  4396. pyopengl-3.1.10/OpenGL/raw/GL/ARB/draw_buffers_blend.py +0 -26
  4397. pyopengl-3.1.10/OpenGL/raw/GL/ARB/draw_elements_base_vertex.py +0 -26
  4398. pyopengl-3.1.10/OpenGL/raw/GL/ARB/draw_indirect.py +0 -21
  4399. pyopengl-3.1.10/OpenGL/raw/GL/ARB/draw_instanced.py +0 -20
  4400. pyopengl-3.1.10/OpenGL/raw/GL/ARB/enhanced_layouts.py +0 -18
  4401. pyopengl-3.1.10/OpenGL/raw/GL/ARB/explicit_attrib_location.py +0 -15
  4402. pyopengl-3.1.10/OpenGL/raw/GL/ARB/explicit_uniform_location.py +0 -15
  4403. pyopengl-3.1.10/OpenGL/raw/GL/ARB/fragment_coord_conventions.py +0 -15
  4404. pyopengl-3.1.10/OpenGL/raw/GL/ARB/fragment_layer_viewport.py +0 -15
  4405. pyopengl-3.1.10/OpenGL/raw/GL/ARB/fragment_program.py +0 -148
  4406. pyopengl-3.1.10/OpenGL/raw/GL/ARB/fragment_program_shadow.py +0 -15
  4407. pyopengl-3.1.10/OpenGL/raw/GL/ARB/fragment_shader.py +0 -17
  4408. pyopengl-3.1.10/OpenGL/raw/GL/ARB/fragment_shader_interlock.py +0 -15
  4409. pyopengl-3.1.10/OpenGL/raw/GL/ARB/framebuffer_no_attachments.py +0 -28
  4410. pyopengl-3.1.10/OpenGL/raw/GL/ARB/framebuffer_object.py +0 -146
  4411. pyopengl-3.1.10/OpenGL/raw/GL/ARB/framebuffer_sRGB.py +0 -15
  4412. pyopengl-3.1.10/OpenGL/raw/GL/ARB/geometry_shader4.py +0 -45
  4413. pyopengl-3.1.10/OpenGL/raw/GL/ARB/get_program_binary.py +0 -26
  4414. pyopengl-3.1.10/OpenGL/raw/GL/ARB/get_texture_sub_image.py +0 -20
  4415. pyopengl-3.1.10/OpenGL/raw/GL/ARB/gl_spirv.py +0 -18
  4416. pyopengl-3.1.10/OpenGL/raw/GL/ARB/gpu_shader5.py +0 -20
  4417. pyopengl-3.1.10/OpenGL/raw/GL/ARB/gpu_shader_fp64.py +0 -80
  4418. pyopengl-3.1.10/OpenGL/raw/GL/ARB/gpu_shader_int64.py +0 -129
  4419. pyopengl-3.1.10/OpenGL/raw/GL/ARB/half_float_pixel.py +0 -15
  4420. pyopengl-3.1.10/OpenGL/raw/GL/ARB/half_float_vertex.py +0 -15
  4421. pyopengl-3.1.10/OpenGL/raw/GL/ARB/imaging.py +0 -190
  4422. pyopengl-3.1.10/OpenGL/raw/GL/ARB/indirect_parameters.py +0 -21
  4423. pyopengl-3.1.10/OpenGL/raw/GL/ARB/instanced_arrays.py +0 -17
  4424. pyopengl-3.1.10/OpenGL/raw/GL/ARB/internalformat_query.py +0 -17
  4425. pyopengl-3.1.10/OpenGL/raw/GL/ARB/internalformat_query2.py +0 -150
  4426. pyopengl-3.1.10/OpenGL/raw/GL/ARB/invalidate_subdata.py +0 -32
  4427. pyopengl-3.1.10/OpenGL/raw/GL/ARB/map_buffer_alignment.py +0 -15
  4428. pyopengl-3.1.10/OpenGL/raw/GL/ARB/map_buffer_range.py +0 -25
  4429. pyopengl-3.1.10/OpenGL/raw/GL/ARB/matrix_palette.py +0 -38
  4430. pyopengl-3.1.10/OpenGL/raw/GL/ARB/multi_bind.py +0 -32
  4431. pyopengl-3.1.10/OpenGL/raw/GL/ARB/multi_draw_indirect.py +0 -20
  4432. pyopengl-3.1.10/OpenGL/raw/GL/ARB/multisample.py +0 -25
  4433. pyopengl-3.1.10/OpenGL/raw/GL/ARB/multitexture.py +0 -150
  4434. pyopengl-3.1.10/OpenGL/raw/GL/ARB/occlusion_query.py +0 -42
  4435. pyopengl-3.1.10/OpenGL/raw/GL/ARB/occlusion_query2.py +0 -15
  4436. pyopengl-3.1.10/OpenGL/raw/GL/ARB/parallel_shader_compile.py +0 -18
  4437. pyopengl-3.1.10/OpenGL/raw/GL/ARB/pipeline_statistics_query.py +0 -25
  4438. pyopengl-3.1.10/OpenGL/raw/GL/ARB/pixel_buffer_object.py +0 -18
  4439. pyopengl-3.1.10/OpenGL/raw/GL/ARB/point_parameters.py +0 -23
  4440. pyopengl-3.1.10/OpenGL/raw/GL/ARB/point_sprite.py +0 -16
  4441. pyopengl-3.1.10/OpenGL/raw/GL/ARB/polygon_offset_clamp.py +0 -17
  4442. pyopengl-3.1.10/OpenGL/raw/GL/ARB/post_depth_coverage.py +0 -15
  4443. pyopengl-3.1.10/OpenGL/raw/GL/ARB/program_interface_query.py +0 -81
  4444. pyopengl-3.1.10/OpenGL/raw/GL/ARB/provoking_vertex.py +0 -20
  4445. pyopengl-3.1.10/OpenGL/raw/GL/ARB/query_buffer_object.py +0 -18
  4446. pyopengl-3.1.10/OpenGL/raw/GL/ARB/robust_buffer_access_behavior.py +0 -15
  4447. pyopengl-3.1.10/OpenGL/raw/GL/ARB/robustness.py +0 -81
  4448. pyopengl-3.1.10/OpenGL/raw/GL/ARB/robustness_isolation.py +0 -15
  4449. pyopengl-3.1.10/OpenGL/raw/GL/ARB/sample_locations.py +0 -30
  4450. pyopengl-3.1.10/OpenGL/raw/GL/ARB/sample_shading.py +0 -18
  4451. pyopengl-3.1.10/OpenGL/raw/GL/ARB/sampler_objects.py +0 -56
  4452. pyopengl-3.1.10/OpenGL/raw/GL/ARB/seamless_cube_map.py +0 -15
  4453. pyopengl-3.1.10/OpenGL/raw/GL/ARB/seamless_cubemap_per_texture.py +0 -15
  4454. pyopengl-3.1.10/OpenGL/raw/GL/ARB/separate_shader_objects.py +0 -205
  4455. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_atomic_counter_ops.py +0 -15
  4456. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_atomic_counters.py +0 -45
  4457. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_ballot.py +0 -15
  4458. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_bit_encoding.py +0 -15
  4459. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_clock.py +0 -15
  4460. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_draw_parameters.py +0 -15
  4461. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_group_vote.py +0 -15
  4462. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_image_load_store.py +0 -83
  4463. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_image_size.py +0 -15
  4464. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_objects.py +0 -164
  4465. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_precision.py +0 -15
  4466. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_stencil_export.py +0 -15
  4467. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_storage_buffer_object.py +0 -33
  4468. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_subroutine.py +0 -48
  4469. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_texture_image_samples.py +0 -15
  4470. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_texture_lod.py +0 -15
  4471. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_viewport_layer_array.py +0 -15
  4472. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shading_language_100.py +0 -15
  4473. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shading_language_420pack.py +0 -15
  4474. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shading_language_include.py +0 -34
  4475. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shading_language_packing.py +0 -15
  4476. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shadow.py +0 -17
  4477. pyopengl-3.1.10/OpenGL/raw/GL/ARB/shadow_ambient.py +0 -15
  4478. pyopengl-3.1.10/OpenGL/raw/GL/ARB/sparse_buffer.py +0 -24
  4479. pyopengl-3.1.10/OpenGL/raw/GL/ARB/sparse_texture.py +0 -27
  4480. pyopengl-3.1.10/OpenGL/raw/GL/ARB/sparse_texture2.py +0 -15
  4481. pyopengl-3.1.10/OpenGL/raw/GL/ARB/sparse_texture_clamp.py +0 -15
  4482. pyopengl-3.1.10/OpenGL/raw/GL/ARB/spirv_extensions.py +0 -16
  4483. pyopengl-3.1.10/OpenGL/raw/GL/ARB/stencil_texturing.py +0 -15
  4484. pyopengl-3.1.10/OpenGL/raw/GL/ARB/sync.py +0 -49
  4485. pyopengl-3.1.10/OpenGL/raw/GL/ARB/tessellation_shader.py +0 -56
  4486. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_barrier.py +0 -17
  4487. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_border_clamp.py +0 -15
  4488. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_buffer_object.py +0 -21
  4489. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_buffer_object_rgb32.py +0 -17
  4490. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_buffer_range.py +0 -19
  4491. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_compression.py +0 -45
  4492. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_compression_bptc.py +0 -18
  4493. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_compression_rgtc.py +0 -18
  4494. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_cube_map.py +0 -26
  4495. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_cube_map_array.py +0 -21
  4496. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_env_add.py +0 -15
  4497. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_env_combine.py +0 -36
  4498. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_env_crossbar.py +0 -15
  4499. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_env_dot3.py +0 -16
  4500. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_filter_anisotropic.py +0 -16
  4501. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_filter_minmax.py +0 -16
  4502. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_float.py +0 -34
  4503. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_gather.py +0 -17
  4504. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_mirror_clamp_to_edge.py +0 -15
  4505. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_mirrored_repeat.py +0 -15
  4506. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_multisample.py +0 -46
  4507. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_non_power_of_two.py +0 -15
  4508. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_query_levels.py +0 -15
  4509. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_query_lod.py +0 -15
  4510. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_rectangle.py +0 -18
  4511. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_rg.py +0 -36
  4512. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_rgb10_a2ui.py +0 -15
  4513. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_stencil8.py +0 -16
  4514. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_storage.py +0 -23
  4515. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_storage_multisample.py +0 -20
  4516. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_swizzle.py +0 -19
  4517. pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_view.py +0 -21
  4518. pyopengl-3.1.10/OpenGL/raw/GL/ARB/timer_query.py +0 -24
  4519. pyopengl-3.1.10/OpenGL/raw/GL/ARB/transform_feedback2.py +0 -38
  4520. pyopengl-3.1.10/OpenGL/raw/GL/ARB/transform_feedback3.py +0 -27
  4521. pyopengl-3.1.10/OpenGL/raw/GL/ARB/transform_feedback_instanced.py +0 -20
  4522. pyopengl-3.1.10/OpenGL/raw/GL/ARB/transform_feedback_overflow_query.py +0 -16
  4523. pyopengl-3.1.10/OpenGL/raw/GL/ARB/transpose_matrix.py +0 -29
  4524. pyopengl-3.1.10/OpenGL/raw/GL/ARB/uniform_buffer_object.py +0 -76
  4525. pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_array_bgra.py +0 -15
  4526. pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_array_object.py +0 -26
  4527. pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_attrib_64bit.py +0 -56
  4528. pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_attrib_binding.py +0 -38
  4529. pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_blend.py +0 -85
  4530. pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_buffer_object.py +0 -77
  4531. pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_program.py +0 -278
  4532. pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_shader.py +0 -177
  4533. pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_type_10f_11f_11f_rev.py +0 -15
  4534. pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_type_2_10_10_10_rev.py +0 -129
  4535. pyopengl-3.1.10/OpenGL/raw/GL/ARB/viewport_array.py +0 -62
  4536. pyopengl-3.1.10/OpenGL/raw/GL/ARB/window_pos.py +0 -62
  4537. pyopengl-3.1.10/OpenGL/raw/GL/ARM/__init__.py +0 -1
  4538. pyopengl-3.1.10/OpenGL/raw/GL/ATI/__init__.py +0 -1
  4539. pyopengl-3.1.10/OpenGL/raw/GL/ATI/draw_buffers.py +0 -33
  4540. pyopengl-3.1.10/OpenGL/raw/GL/ATI/element_array.py +0 -25
  4541. pyopengl-3.1.10/OpenGL/raw/GL/ATI/envmap_bumpmap.py +0 -33
  4542. pyopengl-3.1.10/OpenGL/raw/GL/ATI/fragment_shader.py +0 -159
  4543. pyopengl-3.1.10/OpenGL/raw/GL/ATI/map_object_buffer.py +0 -20
  4544. pyopengl-3.1.10/OpenGL/raw/GL/ATI/meminfo.py +0 -17
  4545. pyopengl-3.1.10/OpenGL/raw/GL/ATI/pixel_format_float.py +0 -16
  4546. pyopengl-3.1.10/OpenGL/raw/GL/ATI/pn_triangles.py +0 -28
  4547. pyopengl-3.1.10/OpenGL/raw/GL/ATI/separate_stencil.py +0 -23
  4548. pyopengl-3.1.10/OpenGL/raw/GL/ATI/text_fragment_shader.py +0 -15
  4549. pyopengl-3.1.10/OpenGL/raw/GL/ATI/texture_env_combine3.py +0 -17
  4550. pyopengl-3.1.10/OpenGL/raw/GL/ATI/texture_float.py +0 -26
  4551. pyopengl-3.1.10/OpenGL/raw/GL/ATI/texture_mirror_once.py +0 -16
  4552. pyopengl-3.1.10/OpenGL/raw/GL/ATI/vertex_array_object.py +0 -57
  4553. pyopengl-3.1.10/OpenGL/raw/GL/ATI/vertex_attrib_array_object.py +0 -23
  4554. pyopengl-3.1.10/OpenGL/raw/GL/ATI/vertex_streams.py +0 -158
  4555. pyopengl-3.1.10/OpenGL/raw/GL/DFX/__init__.py +0 -1
  4556. pyopengl-3.1.10/OpenGL/raw/GL/DFX/multisample.py +0 -18
  4557. pyopengl-3.1.10/OpenGL/raw/GL/DFX/tbuffer.py +0 -17
  4558. pyopengl-3.1.10/OpenGL/raw/GL/DFX/texture_compression_FXT1.py +0 -16
  4559. pyopengl-3.1.10/OpenGL/raw/GL/DMP/__init__.py +0 -1
  4560. pyopengl-3.1.10/OpenGL/raw/GL/EXT/EGL_image_storage.py +0 -20
  4561. pyopengl-3.1.10/OpenGL/raw/GL/EXT/EGL_sync.py +0 -15
  4562. pyopengl-3.1.10/OpenGL/raw/GL/EXT/GL_422_pixels.py +0 -18
  4563. pyopengl-3.1.10/OpenGL/raw/GL/EXT/__init__.py +0 -1
  4564. pyopengl-3.1.10/OpenGL/raw/GL/EXT/abgr.py +0 -15
  4565. pyopengl-3.1.10/OpenGL/raw/GL/EXT/bgra.py +0 -16
  4566. pyopengl-3.1.10/OpenGL/raw/GL/EXT/bindable_uniform.py +0 -28
  4567. pyopengl-3.1.10/OpenGL/raw/GL/EXT/blend_color.py +0 -21
  4568. pyopengl-3.1.10/OpenGL/raw/GL/EXT/blend_equation_separate.py +0 -18
  4569. pyopengl-3.1.10/OpenGL/raw/GL/EXT/blend_func_separate.py +0 -20
  4570. pyopengl-3.1.10/OpenGL/raw/GL/EXT/blend_logic_op.py +0 -15
  4571. pyopengl-3.1.10/OpenGL/raw/GL/EXT/blend_minmax.py +0 -20
  4572. pyopengl-3.1.10/OpenGL/raw/GL/EXT/blend_subtract.py +0 -16
  4573. pyopengl-3.1.10/OpenGL/raw/GL/EXT/clip_volume_hint.py +0 -15
  4574. pyopengl-3.1.10/OpenGL/raw/GL/EXT/cmyka.py +0 -18
  4575. pyopengl-3.1.10/OpenGL/raw/GL/EXT/color_subtable.py +0 -20
  4576. pyopengl-3.1.10/OpenGL/raw/GL/EXT/compiled_vertex_array.py +0 -21
  4577. pyopengl-3.1.10/OpenGL/raw/GL/EXT/convolution.py +0 -72
  4578. pyopengl-3.1.10/OpenGL/raw/GL/EXT/coordinate_frame.py +0 -93
  4579. pyopengl-3.1.10/OpenGL/raw/GL/EXT/copy_texture.py +0 -29
  4580. pyopengl-3.1.10/OpenGL/raw/GL/EXT/cull_vertex.py +0 -22
  4581. pyopengl-3.1.10/OpenGL/raw/GL/EXT/debug_label.py +0 -27
  4582. pyopengl-3.1.10/OpenGL/raw/GL/EXT/debug_marker.py +0 -23
  4583. pyopengl-3.1.10/OpenGL/raw/GL/EXT/depth_bounds_test.py +0 -18
  4584. pyopengl-3.1.10/OpenGL/raw/GL/EXT/direct_state_access.py +0 -781
  4585. pyopengl-3.1.10/OpenGL/raw/GL/EXT/draw_buffers2.py +0 -32
  4586. pyopengl-3.1.10/OpenGL/raw/GL/EXT/draw_instanced.py +0 -20
  4587. pyopengl-3.1.10/OpenGL/raw/GL/EXT/draw_range_elements.py +0 -18
  4588. pyopengl-3.1.10/OpenGL/raw/GL/EXT/external_buffer.py +0 -20
  4589. pyopengl-3.1.10/OpenGL/raw/GL/EXT/fog_coord.py +0 -36
  4590. pyopengl-3.1.10/OpenGL/raw/GL/EXT/framebuffer_blit.py +0 -20
  4591. pyopengl-3.1.10/OpenGL/raw/GL/EXT/framebuffer_blit_layers.py +0 -20
  4592. pyopengl-3.1.10/OpenGL/raw/GL/EXT/framebuffer_multisample.py +0 -19
  4593. pyopengl-3.1.10/OpenGL/raw/GL/EXT/framebuffer_multisample_blit_scaled.py +0 -16
  4594. pyopengl-3.1.10/OpenGL/raw/GL/EXT/framebuffer_object.py +0 -115
  4595. pyopengl-3.1.10/OpenGL/raw/GL/EXT/framebuffer_sRGB.py +0 -16
  4596. pyopengl-3.1.10/OpenGL/raw/GL/EXT/geometry_shader4.py +0 -36
  4597. pyopengl-3.1.10/OpenGL/raw/GL/EXT/gpu_program_parameters.py +0 -20
  4598. pyopengl-3.1.10/OpenGL/raw/GL/EXT/gpu_shader4.py +0 -143
  4599. pyopengl-3.1.10/OpenGL/raw/GL/EXT/histogram.py +0 -57
  4600. pyopengl-3.1.10/OpenGL/raw/GL/EXT/index_array_formats.py +0 -22
  4601. pyopengl-3.1.10/OpenGL/raw/GL/EXT/index_func.py +0 -19
  4602. pyopengl-3.1.10/OpenGL/raw/GL/EXT/index_material.py +0 -19
  4603. pyopengl-3.1.10/OpenGL/raw/GL/EXT/index_texture.py +0 -15
  4604. pyopengl-3.1.10/OpenGL/raw/GL/EXT/light_texture.py +0 -32
  4605. pyopengl-3.1.10/OpenGL/raw/GL/EXT/memory_object.py +0 -81
  4606. pyopengl-3.1.10/OpenGL/raw/GL/EXT/memory_object_fd.py +0 -17
  4607. pyopengl-3.1.10/OpenGL/raw/GL/EXT/memory_object_win32.py +0 -28
  4608. pyopengl-3.1.10/OpenGL/raw/GL/EXT/misc_attribute.py +0 -15
  4609. pyopengl-3.1.10/OpenGL/raw/GL/EXT/multi_draw_arrays.py +0 -20
  4610. pyopengl-3.1.10/OpenGL/raw/GL/EXT/multisample.py +0 -36
  4611. pyopengl-3.1.10/OpenGL/raw/GL/EXT/multiview_tessellation_geometry_shader.py +0 -15
  4612. pyopengl-3.1.10/OpenGL/raw/GL/EXT/multiview_texture_multisample.py +0 -15
  4613. pyopengl-3.1.10/OpenGL/raw/GL/EXT/multiview_timer_query.py +0 -15
  4614. pyopengl-3.1.10/OpenGL/raw/GL/EXT/packed_depth_stencil.py +0 -18
  4615. pyopengl-3.1.10/OpenGL/raw/GL/EXT/packed_float.py +0 -17
  4616. pyopengl-3.1.10/OpenGL/raw/GL/EXT/packed_pixels.py +0 -19
  4617. pyopengl-3.1.10/OpenGL/raw/GL/EXT/paletted_texture.py +0 -32
  4618. pyopengl-3.1.10/OpenGL/raw/GL/EXT/pixel_buffer_object.py +0 -18
  4619. pyopengl-3.1.10/OpenGL/raw/GL/EXT/pixel_transform.py +0 -40
  4620. pyopengl-3.1.10/OpenGL/raw/GL/EXT/pixel_transform_color_table.py +0 -15
  4621. pyopengl-3.1.10/OpenGL/raw/GL/EXT/point_parameters.py +0 -23
  4622. pyopengl-3.1.10/OpenGL/raw/GL/EXT/polygon_offset.py +0 -19
  4623. pyopengl-3.1.10/OpenGL/raw/GL/EXT/polygon_offset_clamp.py +0 -17
  4624. pyopengl-3.1.10/OpenGL/raw/GL/EXT/post_depth_coverage.py +0 -15
  4625. pyopengl-3.1.10/OpenGL/raw/GL/EXT/provoking_vertex.py +0 -20
  4626. pyopengl-3.1.10/OpenGL/raw/GL/EXT/raster_multisample.py +0 -22
  4627. pyopengl-3.1.10/OpenGL/raw/GL/EXT/rescale_normal.py +0 -15
  4628. pyopengl-3.1.10/OpenGL/raw/GL/EXT/secondary_color.py +0 -71
  4629. pyopengl-3.1.10/OpenGL/raw/GL/EXT/semaphore.py +0 -53
  4630. pyopengl-3.1.10/OpenGL/raw/GL/EXT/semaphore_fd.py +0 -17
  4631. pyopengl-3.1.10/OpenGL/raw/GL/EXT/semaphore_win32.py +0 -26
  4632. pyopengl-3.1.10/OpenGL/raw/GL/EXT/separate_shader_objects.py +0 -161
  4633. pyopengl-3.1.10/OpenGL/raw/GL/EXT/separate_specular_color.py +0 -17
  4634. pyopengl-3.1.10/OpenGL/raw/GL/EXT/shader_framebuffer_fetch.py +0 -15
  4635. pyopengl-3.1.10/OpenGL/raw/GL/EXT/shader_framebuffer_fetch_non_coherent.py +0 -17
  4636. pyopengl-3.1.10/OpenGL/raw/GL/EXT/shader_image_load_formatted.py +0 -15
  4637. pyopengl-3.1.10/OpenGL/raw/GL/EXT/shader_image_load_store.py +0 -74
  4638. pyopengl-3.1.10/OpenGL/raw/GL/EXT/shader_integer_mix.py +0 -15
  4639. pyopengl-3.1.10/OpenGL/raw/GL/EXT/shader_samples_identical.py +0 -15
  4640. pyopengl-3.1.10/OpenGL/raw/GL/EXT/shadow_funcs.py +0 -15
  4641. pyopengl-3.1.10/OpenGL/raw/GL/EXT/shared_texture_palette.py +0 -15
  4642. pyopengl-3.1.10/OpenGL/raw/GL/EXT/sparse_texture2.py +0 -15
  4643. pyopengl-3.1.10/OpenGL/raw/GL/EXT/stencil_clear_tag.py +0 -18
  4644. pyopengl-3.1.10/OpenGL/raw/GL/EXT/stencil_two_side.py +0 -18
  4645. pyopengl-3.1.10/OpenGL/raw/GL/EXT/stencil_wrap.py +0 -16
  4646. pyopengl-3.1.10/OpenGL/raw/GL/EXT/subtexture.py +0 -20
  4647. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture.py +0 -57
  4648. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture3D.py +0 -28
  4649. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_array.py +0 -25
  4650. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_buffer_object.py +0 -21
  4651. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_compression_latc.py +0 -18
  4652. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_compression_rgtc.py +0 -18
  4653. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_compression_s3tc.py +0 -18
  4654. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_cube_map.py +0 -26
  4655. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_env_add.py +0 -15
  4656. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_env_combine.py +0 -35
  4657. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_env_dot3.py +0 -16
  4658. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_filter_anisotropic.py +0 -16
  4659. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_filter_minmax.py +0 -16
  4660. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_integer.py +0 -78
  4661. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_lod_bias.py +0 -17
  4662. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_mirror_clamp.py +0 -17
  4663. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_object.py +0 -36
  4664. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_perturb_normal.py +0 -18
  4665. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_sRGB.py +0 -30
  4666. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_sRGB_R8.py +0 -15
  4667. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_sRGB_RG8.py +0 -15
  4668. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_sRGB_decode.py +0 -17
  4669. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_shadow_lod.py +0 -15
  4670. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_shared_exponent.py +0 -17
  4671. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_snorm.py +0 -39
  4672. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_storage.py +0 -54
  4673. pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_swizzle.py +0 -19
  4674. pyopengl-3.1.10/OpenGL/raw/GL/EXT/timer_query.py +0 -20
  4675. pyopengl-3.1.10/OpenGL/raw/GL/EXT/transform_feedback.py +0 -49
  4676. pyopengl-3.1.10/OpenGL/raw/GL/EXT/vertex_array.py +0 -72
  4677. pyopengl-3.1.10/OpenGL/raw/GL/EXT/vertex_array_bgra.py +0 -15
  4678. pyopengl-3.1.10/OpenGL/raw/GL/EXT/vertex_attrib_64bit.py +0 -56
  4679. pyopengl-3.1.10/OpenGL/raw/GL/EXT/vertex_shader.py +0 -249
  4680. pyopengl-3.1.10/OpenGL/raw/GL/EXT/vertex_weighting.py +0 -35
  4681. pyopengl-3.1.10/OpenGL/raw/GL/EXT/win32_keyed_mutex.py +0 -20
  4682. pyopengl-3.1.10/OpenGL/raw/GL/EXT/window_rectangles.py +0 -22
  4683. pyopengl-3.1.10/OpenGL/raw/GL/EXT/x11_sync_object.py +0 -17
  4684. pyopengl-3.1.10/OpenGL/raw/GL/FJ/__init__.py +0 -1
  4685. pyopengl-3.1.10/OpenGL/raw/GL/GREMEDY/__init__.py +0 -1
  4686. pyopengl-3.1.10/OpenGL/raw/GL/GREMEDY/frame_terminator.py +0 -17
  4687. pyopengl-3.1.10/OpenGL/raw/GL/GREMEDY/string_marker.py +0 -17
  4688. pyopengl-3.1.10/OpenGL/raw/GL/HP/__init__.py +0 -1
  4689. pyopengl-3.1.10/OpenGL/raw/GL/HP/convolution_border_modes.py +0 -18
  4690. pyopengl-3.1.10/OpenGL/raw/GL/HP/image_transform.py +0 -46
  4691. pyopengl-3.1.10/OpenGL/raw/GL/HP/occlusion_test.py +0 -16
  4692. pyopengl-3.1.10/OpenGL/raw/GL/HP/texture_lighting.py +0 -17
  4693. pyopengl-3.1.10/OpenGL/raw/GL/IBM/__init__.py +0 -1
  4694. pyopengl-3.1.10/OpenGL/raw/GL/IBM/cull_vertex.py +0 -15
  4695. pyopengl-3.1.10/OpenGL/raw/GL/IBM/multimode_draw_arrays.py +0 -20
  4696. pyopengl-3.1.10/OpenGL/raw/GL/IBM/rasterpos_clip.py +0 -15
  4697. pyopengl-3.1.10/OpenGL/raw/GL/IBM/static_data.py +0 -18
  4698. pyopengl-3.1.10/OpenGL/raw/GL/IBM/texture_mirrored_repeat.py +0 -15
  4699. pyopengl-3.1.10/OpenGL/raw/GL/IBM/vertex_array_lists.py +0 -53
  4700. pyopengl-3.1.10/OpenGL/raw/GL/IMG/__init__.py +0 -1
  4701. pyopengl-3.1.10/OpenGL/raw/GL/INGR/__init__.py +0 -1
  4702. pyopengl-3.1.10/OpenGL/raw/GL/INGR/blend_func_separate.py +0 -17
  4703. pyopengl-3.1.10/OpenGL/raw/GL/INGR/color_clamp.py +0 -22
  4704. pyopengl-3.1.10/OpenGL/raw/GL/INGR/interlace_read.py +0 -15
  4705. pyopengl-3.1.10/OpenGL/raw/GL/INTEL/__init__.py +0 -1
  4706. pyopengl-3.1.10/OpenGL/raw/GL/INTEL/blackhole_render.py +0 -15
  4707. pyopengl-3.1.10/OpenGL/raw/GL/INTEL/conservative_rasterization.py +0 -15
  4708. pyopengl-3.1.10/OpenGL/raw/GL/INTEL/fragment_shader_ordering.py +0 -15
  4709. pyopengl-3.1.10/OpenGL/raw/GL/INTEL/framebuffer_CMAA.py +0 -17
  4710. pyopengl-3.1.10/OpenGL/raw/GL/INTEL/map_texture.py +0 -26
  4711. pyopengl-3.1.10/OpenGL/raw/GL/INTEL/parallel_arrays.py +0 -30
  4712. pyopengl-3.1.10/OpenGL/raw/GL/INTEL/performance_query.py +0 -63
  4713. pyopengl-3.1.10/OpenGL/raw/GL/KHR/__init__.py +0 -1
  4714. pyopengl-3.1.10/OpenGL/raw/GL/KHR/blend_equation_advanced.py +0 -31
  4715. pyopengl-3.1.10/OpenGL/raw/GL/KHR/blend_equation_advanced_coherent.py +0 -15
  4716. pyopengl-3.1.10/OpenGL/raw/GL/KHR/context_flush_control.py +0 -20
  4717. pyopengl-3.1.10/OpenGL/raw/GL/KHR/debug.py +0 -160
  4718. pyopengl-3.1.10/OpenGL/raw/GL/KHR/no_error.py +0 -15
  4719. pyopengl-3.1.10/OpenGL/raw/GL/KHR/parallel_shader_compile.py +0 -18
  4720. pyopengl-3.1.10/OpenGL/raw/GL/KHR/robust_buffer_access_behavior.py +0 -15
  4721. pyopengl-3.1.10/OpenGL/raw/GL/KHR/robustness.py +0 -61
  4722. pyopengl-3.1.10/OpenGL/raw/GL/KHR/shader_subgroup.py +0 -26
  4723. pyopengl-3.1.10/OpenGL/raw/GL/KHR/texture_compression_astc_hdr.py +0 -42
  4724. pyopengl-3.1.10/OpenGL/raw/GL/KHR/texture_compression_astc_ldr.py +0 -42
  4725. pyopengl-3.1.10/OpenGL/raw/GL/KHR/texture_compression_astc_sliced_3d.py +0 -15
  4726. pyopengl-3.1.10/OpenGL/raw/GL/MESA/__init__.py +0 -1
  4727. pyopengl-3.1.10/OpenGL/raw/GL/MESA/framebuffer_flip_x.py +0 -15
  4728. pyopengl-3.1.10/OpenGL/raw/GL/MESA/framebuffer_flip_y.py +0 -20
  4729. pyopengl-3.1.10/OpenGL/raw/GL/MESA/framebuffer_swap_xy.py +0 -15
  4730. pyopengl-3.1.10/OpenGL/raw/GL/MESA/pack_invert.py +0 -15
  4731. pyopengl-3.1.10/OpenGL/raw/GL/MESA/program_binary_formats.py +0 -15
  4732. pyopengl-3.1.10/OpenGL/raw/GL/MESA/resize_buffers.py +0 -17
  4733. pyopengl-3.1.10/OpenGL/raw/GL/MESA/shader_integer_functions.py +0 -15
  4734. pyopengl-3.1.10/OpenGL/raw/GL/MESA/texture_const_bandwidth.py +0 -15
  4735. pyopengl-3.1.10/OpenGL/raw/GL/MESA/tile_raster_order.py +0 -17
  4736. pyopengl-3.1.10/OpenGL/raw/GL/MESA/window_pos.py +0 -86
  4737. pyopengl-3.1.10/OpenGL/raw/GL/MESA/ycbcr_texture.py +0 -17
  4738. pyopengl-3.1.10/OpenGL/raw/GL/MESAX/__init__.py +0 -1
  4739. pyopengl-3.1.10/OpenGL/raw/GL/MESAX/texture_stack.py +0 -20
  4740. pyopengl-3.1.10/OpenGL/raw/GL/NV/__init__.py +0 -1
  4741. pyopengl-3.1.10/OpenGL/raw/GL/NV/alpha_to_coverage_dither_control.py +0 -20
  4742. pyopengl-3.1.10/OpenGL/raw/GL/NV/bindless_multi_draw_indirect.py +0 -20
  4743. pyopengl-3.1.10/OpenGL/raw/GL/NV/bindless_multi_draw_indirect_count.py +0 -20
  4744. pyopengl-3.1.10/OpenGL/raw/GL/NV/bindless_texture.py +0 -53
  4745. pyopengl-3.1.10/OpenGL/raw/GL/NV/blend_equation_advanced.py +0 -70
  4746. pyopengl-3.1.10/OpenGL/raw/GL/NV/blend_equation_advanced_coherent.py +0 -15
  4747. pyopengl-3.1.10/OpenGL/raw/GL/NV/blend_minmax_factor.py +0 -16
  4748. pyopengl-3.1.10/OpenGL/raw/GL/NV/blend_square.py +0 -15
  4749. pyopengl-3.1.10/OpenGL/raw/GL/NV/clip_space_w_scaling.py +0 -19
  4750. pyopengl-3.1.10/OpenGL/raw/GL/NV/command_list.py +0 -83
  4751. pyopengl-3.1.10/OpenGL/raw/GL/NV/compute_program5.py +0 -16
  4752. pyopengl-3.1.10/OpenGL/raw/GL/NV/compute_shader_derivatives.py +0 -15
  4753. pyopengl-3.1.10/OpenGL/raw/GL/NV/conditional_render.py +0 -23
  4754. pyopengl-3.1.10/OpenGL/raw/GL/NV/conservative_raster.py +0 -20
  4755. pyopengl-3.1.10/OpenGL/raw/GL/NV/conservative_raster_dilate.py +0 -19
  4756. pyopengl-3.1.10/OpenGL/raw/GL/NV/conservative_raster_pre_snap.py +0 -15
  4757. pyopengl-3.1.10/OpenGL/raw/GL/NV/conservative_raster_pre_snap_triangles.py +0 -19
  4758. pyopengl-3.1.10/OpenGL/raw/GL/NV/conservative_raster_underestimation.py +0 -15
  4759. pyopengl-3.1.10/OpenGL/raw/GL/NV/copy_depth_to_color.py +0 -16
  4760. pyopengl-3.1.10/OpenGL/raw/GL/NV/copy_image.py +0 -17
  4761. pyopengl-3.1.10/OpenGL/raw/GL/NV/deep_texture3D.py +0 -16
  4762. pyopengl-3.1.10/OpenGL/raw/GL/NV/depth_buffer_float.py +0 -26
  4763. pyopengl-3.1.10/OpenGL/raw/GL/NV/depth_clamp.py +0 -15
  4764. pyopengl-3.1.10/OpenGL/raw/GL/NV/draw_texture.py +0 -17
  4765. pyopengl-3.1.10/OpenGL/raw/GL/NV/draw_vulkan_image.py +0 -29
  4766. pyopengl-3.1.10/OpenGL/raw/GL/NV/evaluators.py +0 -64
  4767. pyopengl-3.1.10/OpenGL/raw/GL/NV/explicit_multisample.py +0 -32
  4768. pyopengl-3.1.10/OpenGL/raw/GL/NV/fence.py +0 -37
  4769. pyopengl-3.1.10/OpenGL/raw/GL/NV/fill_rectangle.py +0 -15
  4770. pyopengl-3.1.10/OpenGL/raw/GL/NV/float_buffer.py +0 -29
  4771. pyopengl-3.1.10/OpenGL/raw/GL/NV/fog_distance.py +0 -18
  4772. pyopengl-3.1.10/OpenGL/raw/GL/NV/fragment_coverage_to_color.py +0 -18
  4773. pyopengl-3.1.10/OpenGL/raw/GL/NV/fragment_program.py +0 -37
  4774. pyopengl-3.1.10/OpenGL/raw/GL/NV/fragment_program2.py +0 -19
  4775. pyopengl-3.1.10/OpenGL/raw/GL/NV/fragment_program4.py +0 -15
  4776. pyopengl-3.1.10/OpenGL/raw/GL/NV/fragment_program_option.py +0 -15
  4777. pyopengl-3.1.10/OpenGL/raw/GL/NV/fragment_shader_barycentric.py +0 -15
  4778. pyopengl-3.1.10/OpenGL/raw/GL/NV/fragment_shader_interlock.py +0 -15
  4779. pyopengl-3.1.10/OpenGL/raw/GL/NV/framebuffer_mixed_samples.py +0 -39
  4780. pyopengl-3.1.10/OpenGL/raw/GL/NV/framebuffer_multisample_coverage.py +0 -20
  4781. pyopengl-3.1.10/OpenGL/raw/GL/NV/geometry_program4.py +0 -41
  4782. pyopengl-3.1.10/OpenGL/raw/GL/NV/geometry_shader4.py +0 -15
  4783. pyopengl-3.1.10/OpenGL/raw/GL/NV/geometry_shader_passthrough.py +0 -15
  4784. pyopengl-3.1.10/OpenGL/raw/GL/NV/gpu_multicast.py +0 -54
  4785. pyopengl-3.1.10/OpenGL/raw/GL/NV/gpu_program4.py +0 -69
  4786. pyopengl-3.1.10/OpenGL/raw/GL/NV/gpu_program5.py +0 -27
  4787. pyopengl-3.1.10/OpenGL/raw/GL/NV/gpu_program5_mem_extended.py +0 -15
  4788. pyopengl-3.1.10/OpenGL/raw/GL/NV/gpu_shader5.py +0 -141
  4789. pyopengl-3.1.10/OpenGL/raw/GL/NV/half_float.py +0 -152
  4790. pyopengl-3.1.10/OpenGL/raw/GL/NV/internalformat_sample_query.py +0 -23
  4791. pyopengl-3.1.10/OpenGL/raw/GL/NV/light_max_exponent.py +0 -16
  4792. pyopengl-3.1.10/OpenGL/raw/GL/NV/memory_attachment.py +0 -41
  4793. pyopengl-3.1.10/OpenGL/raw/GL/NV/memory_object_sparse.py +0 -26
  4794. pyopengl-3.1.10/OpenGL/raw/GL/NV/mesh_shader.py +0 -73
  4795. pyopengl-3.1.10/OpenGL/raw/GL/NV/multisample_coverage.py +0 -16
  4796. pyopengl-3.1.10/OpenGL/raw/GL/NV/multisample_filter_hint.py +0 -15
  4797. pyopengl-3.1.10/OpenGL/raw/GL/NV/occlusion_query.py +0 -38
  4798. pyopengl-3.1.10/OpenGL/raw/GL/NV/packed_depth_stencil.py +0 -16
  4799. pyopengl-3.1.10/OpenGL/raw/GL/NV/parameter_buffer_object.py +0 -27
  4800. pyopengl-3.1.10/OpenGL/raw/GL/NV/parameter_buffer_object2.py +0 -15
  4801. pyopengl-3.1.10/OpenGL/raw/GL/NV/path_rendering.py +0 -426
  4802. pyopengl-3.1.10/OpenGL/raw/GL/NV/path_rendering_shared_edge.py +0 -15
  4803. pyopengl-3.1.10/OpenGL/raw/GL/NV/pixel_data_range.py +0 -25
  4804. pyopengl-3.1.10/OpenGL/raw/GL/NV/point_sprite.py +0 -22
  4805. pyopengl-3.1.10/OpenGL/raw/GL/NV/present_video.py +0 -37
  4806. pyopengl-3.1.10/OpenGL/raw/GL/NV/primitive_restart.py +0 -21
  4807. pyopengl-3.1.10/OpenGL/raw/GL/NV/primitive_shading_rate.py +0 -16
  4808. pyopengl-3.1.10/OpenGL/raw/GL/NV/query_resource.py +0 -22
  4809. pyopengl-3.1.10/OpenGL/raw/GL/NV/query_resource_tag.py +0 -23
  4810. pyopengl-3.1.10/OpenGL/raw/GL/NV/register_combiners.py +0 -108
  4811. pyopengl-3.1.10/OpenGL/raw/GL/NV/register_combiners2.py +0 -20
  4812. pyopengl-3.1.10/OpenGL/raw/GL/NV/representative_fragment_test.py +0 -15
  4813. pyopengl-3.1.10/OpenGL/raw/GL/NV/robustness_video_memory_purge.py +0 -15
  4814. pyopengl-3.1.10/OpenGL/raw/GL/NV/sample_locations.py +0 -30
  4815. pyopengl-3.1.10/OpenGL/raw/GL/NV/sample_mask_override_coverage.py +0 -15
  4816. pyopengl-3.1.10/OpenGL/raw/GL/NV/scissor_exclusive.py +0 -21
  4817. pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_atomic_counters.py +0 -15
  4818. pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_atomic_float.py +0 -15
  4819. pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_atomic_float64.py +0 -15
  4820. pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_atomic_fp16_vector.py +0 -15
  4821. pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_atomic_int64.py +0 -15
  4822. pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_buffer_load.py +0 -58
  4823. pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_buffer_store.py +0 -17
  4824. pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_storage_buffer_object.py +0 -15
  4825. pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_subgroup_partitioned.py +0 -15
  4826. pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_texture_footprint.py +0 -15
  4827. pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_thread_group.py +0 -17
  4828. pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_thread_shuffle.py +0 -15
  4829. pyopengl-3.1.10/OpenGL/raw/GL/NV/shading_rate_image.py +0 -55
  4830. pyopengl-3.1.10/OpenGL/raw/GL/NV/stereo_view_rendering.py +0 -15
  4831. pyopengl-3.1.10/OpenGL/raw/GL/NV/tessellation_program5.py +0 -19
  4832. pyopengl-3.1.10/OpenGL/raw/GL/NV/texgen_emboss.py +0 -17
  4833. pyopengl-3.1.10/OpenGL/raw/GL/NV/texgen_reflection.py +0 -16
  4834. pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_barrier.py +0 -17
  4835. pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_compression_vtc.py +0 -15
  4836. pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_env_combine4.py +0 -19
  4837. pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_expand_normal.py +0 -15
  4838. pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_multisample.py +0 -33
  4839. pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_rectangle.py +0 -18
  4840. pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_rectangle_compressed.py +0 -15
  4841. pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_shader.py +0 -87
  4842. pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_shader2.py +0 -15
  4843. pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_shader3.py +0 -31
  4844. pyopengl-3.1.10/OpenGL/raw/GL/NV/timeline_semaphore.py +0 -27
  4845. pyopengl-3.1.10/OpenGL/raw/GL/NV/transform_feedback.py +0 -80
  4846. pyopengl-3.1.10/OpenGL/raw/GL/NV/transform_feedback2.py +0 -38
  4847. pyopengl-3.1.10/OpenGL/raw/GL/NV/uniform_buffer_std430_layout.py +0 -15
  4848. pyopengl-3.1.10/OpenGL/raw/GL/NV/uniform_buffer_unified_memory.py +0 -17
  4849. pyopengl-3.1.10/OpenGL/raw/GL/NV/vdpau_interop.py +0 -47
  4850. pyopengl-3.1.10/OpenGL/raw/GL/NV/vdpau_interop2.py +0 -17
  4851. pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_array_range.py +0 -24
  4852. pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_array_range2.py +0 -15
  4853. pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_attrib_integer_64bit.py +0 -72
  4854. pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_buffer_unified_memory.py +0 -74
  4855. pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_program.py +0 -288
  4856. pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_program1_1.py +0 -15
  4857. pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_program2.py +0 -15
  4858. pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_program2_option.py +0 -16
  4859. pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_program3.py +0 -15
  4860. pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_program4.py +0 -83
  4861. pyopengl-3.1.10/OpenGL/raw/GL/NV/video_capture.py +0 -78
  4862. pyopengl-3.1.10/OpenGL/raw/GL/NV/viewport_array2.py +0 -15
  4863. pyopengl-3.1.10/OpenGL/raw/GL/NV/viewport_swizzle.py +0 -28
  4864. pyopengl-3.1.10/OpenGL/raw/GL/NVX/__init__.py +0 -1
  4865. pyopengl-3.1.10/OpenGL/raw/GL/NVX/blend_equation_advanced_multi_draw_buffers.py +0 -15
  4866. pyopengl-3.1.10/OpenGL/raw/GL/NVX/conditional_render.py +0 -20
  4867. pyopengl-3.1.10/OpenGL/raw/GL/NVX/gpu_memory_info.py +0 -19
  4868. pyopengl-3.1.10/OpenGL/raw/GL/NVX/gpu_multicast2.py +0 -32
  4869. pyopengl-3.1.10/OpenGL/raw/GL/NVX/linked_gpu_multicast.py +0 -24
  4870. pyopengl-3.1.10/OpenGL/raw/GL/NVX/progress_fence.py +0 -26
  4871. pyopengl-3.1.10/OpenGL/raw/GL/OES/__init__.py +0 -1
  4872. pyopengl-3.1.10/OpenGL/raw/GL/OES/byte_coordinates.py +0 -80
  4873. pyopengl-3.1.10/OpenGL/raw/GL/OES/compressed_paletted_texture.py +0 -24
  4874. pyopengl-3.1.10/OpenGL/raw/GL/OES/fixed_point.py +0 -335
  4875. pyopengl-3.1.10/OpenGL/raw/GL/OES/query_matrix.py +0 -17
  4876. pyopengl-3.1.10/OpenGL/raw/GL/OES/read_format.py +0 -16
  4877. pyopengl-3.1.10/OpenGL/raw/GL/OES/single_precision.py +0 -32
  4878. pyopengl-3.1.10/OpenGL/raw/GL/OML/__init__.py +0 -1
  4879. pyopengl-3.1.10/OpenGL/raw/GL/OML/interlace.py +0 -16
  4880. pyopengl-3.1.10/OpenGL/raw/GL/OML/resample.py +0 -20
  4881. pyopengl-3.1.10/OpenGL/raw/GL/OML/subsample.py +0 -16
  4882. pyopengl-3.1.10/OpenGL/raw/GL/OVR/__init__.py +0 -1
  4883. pyopengl-3.1.10/OpenGL/raw/GL/OVR/multiview.py +0 -23
  4884. pyopengl-3.1.10/OpenGL/raw/GL/OVR/multiview2.py +0 -15
  4885. pyopengl-3.1.10/OpenGL/raw/GL/PGI/__init__.py +0 -1
  4886. pyopengl-3.1.10/OpenGL/raw/GL/PGI/misc_hints.py +0 -36
  4887. pyopengl-3.1.10/OpenGL/raw/GL/PGI/vertex_hints.py +0 -36
  4888. pyopengl-3.1.10/OpenGL/raw/GL/QCOM/__init__.py +0 -1
  4889. pyopengl-3.1.10/OpenGL/raw/GL/REND/__init__.py +0 -1
  4890. pyopengl-3.1.10/OpenGL/raw/GL/REND/screen_coordinates.py +0 -16
  4891. pyopengl-3.1.10/OpenGL/raw/GL/S3/__init__.py +0 -1
  4892. pyopengl-3.1.10/OpenGL/raw/GL/S3/s3tc.py +0 -20
  4893. pyopengl-3.1.10/OpenGL/raw/GL/SGI/__init__.py +0 -1
  4894. pyopengl-3.1.10/OpenGL/raw/GL/SGI/color_matrix.py +0 -25
  4895. pyopengl-3.1.10/OpenGL/raw/GL/SGI/color_table.py +0 -50
  4896. pyopengl-3.1.10/OpenGL/raw/GL/SGI/texture_color_table.py +0 -16
  4897. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/__init__.py +0 -1
  4898. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/detail_texture.py +0 -27
  4899. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/fog_function.py +0 -22
  4900. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/generate_mipmap.py +0 -16
  4901. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/multisample.py +0 -35
  4902. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/pixel_texture.py +0 -35
  4903. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/point_line_texgen.py +0 -22
  4904. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/point_parameters.py +0 -23
  4905. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/sharpen_texture.py +0 -23
  4906. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/texture4D.py +0 -29
  4907. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/texture_border_clamp.py +0 -15
  4908. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/texture_color_mask.py +0 -17
  4909. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/texture_edge_clamp.py +0 -15
  4910. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/texture_filter4.py +0 -21
  4911. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/texture_lod.py +0 -18
  4912. pyopengl-3.1.10/OpenGL/raw/GL/SGIS/texture_select.py +0 -36
  4913. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/__init__.py +0 -1
  4914. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/async_.py +0 -32
  4915. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/async_histogram.py +0 -16
  4916. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/async_pixel.py +0 -20
  4917. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/blend_alpha_minmax.py +0 -16
  4918. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/calligraphic_fragment.py +0 -15
  4919. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/clipmap.py +0 -26
  4920. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/convolution_accuracy.py +0 -15
  4921. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/depth_pass_instrument.py +0 -15
  4922. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/depth_texture.py +0 -17
  4923. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/flush_raster.py +0 -17
  4924. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/fog_offset.py +0 -16
  4925. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/fragment_lighting.py +0 -87
  4926. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/framezoom.py +0 -19
  4927. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/igloo_interface.py +0 -17
  4928. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/instruments.py +0 -33
  4929. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/interlace.py +0 -15
  4930. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/ir_instrument1.py +0 -15
  4931. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/list_priority.py +0 -32
  4932. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/pixel_texture.py +0 -18
  4933. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/pixel_tiles.py +0 -22
  4934. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/polynomial_ffd.py +0 -31
  4935. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/reference_plane.py +0 -18
  4936. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/resample.py +0 -19
  4937. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/scalebias_hint.py +0 -15
  4938. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/shadow.py +0 -18
  4939. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/shadow_ambient.py +0 -15
  4940. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/sprite.py +0 -32
  4941. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/subsample.py +0 -19
  4942. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/tag_sample_buffer.py +0 -17
  4943. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/texture_add_env.py +0 -15
  4944. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/texture_coordinate_clamp.py +0 -17
  4945. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/texture_lod_bias.py +0 -17
  4946. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/texture_multi_buffer.py +0 -15
  4947. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/texture_scale_bias.py +0 -18
  4948. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/vertex_preclip.py +0 -16
  4949. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/ycrcb.py +0 -16
  4950. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/ycrcb_subsample.py +0 -15
  4951. pyopengl-3.1.10/OpenGL/raw/GL/SGIX/ycrcba.py +0 -16
  4952. pyopengl-3.1.10/OpenGL/raw/GL/SUN/__init__.py +0 -1
  4953. pyopengl-3.1.10/OpenGL/raw/GL/SUN/convolution_border_modes.py +0 -15
  4954. pyopengl-3.1.10/OpenGL/raw/GL/SUN/global_alpha.py +0 -39
  4955. pyopengl-3.1.10/OpenGL/raw/GL/SUN/mesh_array.py +0 -18
  4956. pyopengl-3.1.10/OpenGL/raw/GL/SUN/slice_accum.py +0 -15
  4957. pyopengl-3.1.10/OpenGL/raw/GL/SUN/triangle_list.py +0 -51
  4958. pyopengl-3.1.10/OpenGL/raw/GL/SUN/vertex.py +0 -134
  4959. pyopengl-3.1.10/OpenGL/raw/GL/SUNX/__init__.py +0 -1
  4960. pyopengl-3.1.10/OpenGL/raw/GL/SUNX/constant_data.py +0 -18
  4961. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_1_0.py +0 -1355
  4962. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_1_1.py +0 -208
  4963. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_1_2.py +0 -66
  4964. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_1_3.py +0 -247
  4965. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_1_4.py +0 -204
  4966. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_1_5.py +0 -120
  4967. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_2_0.py +0 -376
  4968. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_2_1.py +0 -54
  4969. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_3_0.py +0 -502
  4970. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_3_1.py +0 -119
  4971. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_3_2.py +0 -134
  4972. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_3_3.py +0 -203
  4973. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_4_0.py +0 -230
  4974. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_4_1.py +0 -315
  4975. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_4_2.py +0 -161
  4976. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_4_3.py +0 -407
  4977. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_4_4.py +0 -65
  4978. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_4_5.py +0 -430
  4979. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_4_6.py +0 -51
  4980. pyopengl-3.1.10/OpenGL/raw/GL/VERSION/__init__.py +0 -1
  4981. pyopengl-3.1.10/OpenGL/raw/GL/VIV/__init__.py +0 -1
  4982. pyopengl-3.1.10/OpenGL/raw/GL/WIN/__init__.py +0 -1
  4983. pyopengl-3.1.10/OpenGL/raw/GL/WIN/phong_shading.py +0 -16
  4984. pyopengl-3.1.10/OpenGL/raw/GL/WIN/specular_fog.py +0 -15
  4985. pyopengl-3.1.10/OpenGL/raw/GL/__init__.py +0 -1
  4986. pyopengl-3.1.10/OpenGL/raw/GL/_errors.py +0 -6
  4987. pyopengl-3.1.10/OpenGL/raw/GL/_glgets.py +0 -2172
  4988. pyopengl-3.1.10/OpenGL/raw/GL/_lookupint.py +0 -48
  4989. pyopengl-3.1.10/OpenGL/raw/GL/_types.py +0 -173
  4990. pyopengl-3.1.10/OpenGL/raw/GLE/__init__.py +0 -298
  4991. pyopengl-3.1.10/OpenGL/raw/GLE/annotations.py +0 -353
  4992. pyopengl-3.1.10/OpenGL/raw/GLE/constants.py +0 -67
  4993. pyopengl-3.1.10/OpenGL/raw/GLES1/AMD/__init__.py +0 -1
  4994. pyopengl-3.1.10/OpenGL/raw/GLES1/AMD/compressed_3DC_texture.py +0 -16
  4995. pyopengl-3.1.10/OpenGL/raw/GLES1/AMD/compressed_ATC_texture.py +0 -17
  4996. pyopengl-3.1.10/OpenGL/raw/GLES1/APPLE/__init__.py +0 -1
  4997. pyopengl-3.1.10/OpenGL/raw/GLES1/APPLE/copy_texture_levels.py +0 -17
  4998. pyopengl-3.1.10/OpenGL/raw/GLES1/APPLE/framebuffer_multisample.py +0 -26
  4999. pyopengl-3.1.10/OpenGL/raw/GLES1/APPLE/sync.py +0 -50
  5000. pyopengl-3.1.10/OpenGL/raw/GLES1/APPLE/texture_2D_limited_npot.py +0 -15
  5001. pyopengl-3.1.10/OpenGL/raw/GLES1/APPLE/texture_format_BGRA8888.py +0 -16
  5002. pyopengl-3.1.10/OpenGL/raw/GLES1/APPLE/texture_max_level.py +0 -15
  5003. pyopengl-3.1.10/OpenGL/raw/GLES1/ARM/__init__.py +0 -1
  5004. pyopengl-3.1.10/OpenGL/raw/GLES1/ARM/rgba8.py +0 -15
  5005. pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/__init__.py +0 -1
  5006. pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/blend_minmax.py +0 -20
  5007. pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/debug_marker.py +0 -23
  5008. pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/discard_framebuffer.py +0 -19
  5009. pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/map_buffer_range.py +0 -25
  5010. pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/multi_draw_arrays.py +0 -20
  5011. pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/multisampled_render_to_texture.py +0 -23
  5012. pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/read_format_bgra.py +0 -17
  5013. pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/robustness.py +0 -33
  5014. pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/sRGB.py +0 -18
  5015. pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/texture_compression_dxt1.py +0 -16
  5016. pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/texture_filter_anisotropic.py +0 -16
  5017. pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/texture_format_BGRA8888.py +0 -15
  5018. pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/texture_lod_bias.py +0 -17
  5019. pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/texture_storage.py +0 -54
  5020. pyopengl-3.1.10/OpenGL/raw/GLES1/IMG/__init__.py +0 -1
  5021. pyopengl-3.1.10/OpenGL/raw/GLES1/IMG/multisampled_render_to_texture.py +0 -23
  5022. pyopengl-3.1.10/OpenGL/raw/GLES1/IMG/read_format.py +0 -16
  5023. pyopengl-3.1.10/OpenGL/raw/GLES1/IMG/texture_compression_pvrtc.py +0 -18
  5024. pyopengl-3.1.10/OpenGL/raw/GLES1/IMG/texture_env_enhanced_fixed_function.py +0 -21
  5025. pyopengl-3.1.10/OpenGL/raw/GLES1/IMG/user_clip_plane.py +0 -26
  5026. pyopengl-3.1.10/OpenGL/raw/GLES1/KHR/__init__.py +0 -1
  5027. pyopengl-3.1.10/OpenGL/raw/GLES1/KHR/debug.py +0 -160
  5028. pyopengl-3.1.10/OpenGL/raw/GLES1/NV/__init__.py +0 -1
  5029. pyopengl-3.1.10/OpenGL/raw/GLES1/NV/fence.py +0 -37
  5030. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/EGL_image.py +0 -20
  5031. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/EGL_image_external.py +0 -20
  5032. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/__init__.py +0 -1
  5033. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/blend_equation_separate.py +0 -18
  5034. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/blend_func_separate.py +0 -20
  5035. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/blend_subtract.py +0 -20
  5036. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/byte_coordinates.py +0 -80
  5037. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/compressed_ETC1_RGB8_sub_texture.py +0 -15
  5038. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/compressed_ETC1_RGB8_texture.py +0 -15
  5039. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/compressed_paletted_texture.py +0 -24
  5040. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/depth24.py +0 -15
  5041. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/depth32.py +0 -15
  5042. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/draw_texture.py +0 -38
  5043. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/element_index_uint.py +0 -15
  5044. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/extended_matrix_palette.py +0 -15
  5045. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/fbo_render_mipmap.py +0 -15
  5046. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/fixed_point.py +0 -335
  5047. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/framebuffer_object.py +0 -91
  5048. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/mapbuffer.py +0 -26
  5049. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/matrix_get.py +0 -17
  5050. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/matrix_palette.py +0 -41
  5051. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/packed_depth_stencil.py +0 -17
  5052. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/point_size_array.py +0 -21
  5053. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/point_sprite.py +0 -16
  5054. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/query_matrix.py +0 -17
  5055. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/read_format.py +0 -16
  5056. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/required_internalformat.py +0 -29
  5057. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/rgb8_rgba8.py +0 -16
  5058. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/single_precision.py +0 -32
  5059. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/stencil1.py +0 -15
  5060. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/stencil4.py +0 -15
  5061. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/stencil8.py +0 -15
  5062. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/stencil_wrap.py +0 -16
  5063. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/surfaceless_context.py +0 -15
  5064. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/texture_cube_map.py +0 -53
  5065. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/texture_env_crossbar.py +0 -15
  5066. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/texture_mirrored_repeat.py +0 -15
  5067. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/texture_npot.py +0 -15
  5068. pyopengl-3.1.10/OpenGL/raw/GLES1/OES/vertex_array_object.py +0 -26
  5069. pyopengl-3.1.10/OpenGL/raw/GLES1/QCOM/__init__.py +0 -1
  5070. pyopengl-3.1.10/OpenGL/raw/GLES1/QCOM/driver_control.py +0 -26
  5071. pyopengl-3.1.10/OpenGL/raw/GLES1/QCOM/extended_get.py +0 -48
  5072. pyopengl-3.1.10/OpenGL/raw/GLES1/QCOM/extended_get2.py +0 -26
  5073. pyopengl-3.1.10/OpenGL/raw/GLES1/QCOM/perfmon_global_mode.py +0 -15
  5074. pyopengl-3.1.10/OpenGL/raw/GLES1/QCOM/tiled_rendering.py +0 -51
  5075. pyopengl-3.1.10/OpenGL/raw/GLES1/QCOM/writeonly_rendering.py +0 -15
  5076. pyopengl-3.1.10/OpenGL/raw/GLES1/VERSION/GLES1_1_0.py +0 -778
  5077. pyopengl-3.1.10/OpenGL/raw/GLES1/VERSION/__init__.py +0 -1
  5078. pyopengl-3.1.10/OpenGL/raw/GLES1/_errors.py +0 -6
  5079. pyopengl-3.1.10/OpenGL/raw/GLES1/_glgets.py +0 -2172
  5080. pyopengl-3.1.10/OpenGL/raw/GLES1/_types.py +0 -4
  5081. pyopengl-3.1.10/OpenGL/raw/GLES2/AMD/__init__.py +0 -1
  5082. pyopengl-3.1.10/OpenGL/raw/GLES2/AMD/compressed_3DC_texture.py +0 -16
  5083. pyopengl-3.1.10/OpenGL/raw/GLES2/AMD/compressed_ATC_texture.py +0 -17
  5084. pyopengl-3.1.10/OpenGL/raw/GLES2/AMD/framebuffer_multisample_advanced.py +0 -25
  5085. pyopengl-3.1.10/OpenGL/raw/GLES2/AMD/performance_monitor.py +0 -53
  5086. pyopengl-3.1.10/OpenGL/raw/GLES2/AMD/program_binary_Z400.py +0 -15
  5087. pyopengl-3.1.10/OpenGL/raw/GLES2/ANDROID/__init__.py +0 -1
  5088. pyopengl-3.1.10/OpenGL/raw/GLES2/ANDROID/extension_pack_es31a.py +0 -15
  5089. pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/__init__.py +0 -1
  5090. pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/depth_texture.py +0 -22
  5091. pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/framebuffer_blit.py +0 -20
  5092. pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/framebuffer_multisample.py +0 -19
  5093. pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/instanced_arrays.py +0 -23
  5094. pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/pack_reverse_row_order.py +0 -15
  5095. pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/program_binary.py +0 -15
  5096. pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/texture_compression_dxt3.py +0 -15
  5097. pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/texture_compression_dxt5.py +0 -15
  5098. pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/texture_usage.py +0 -16
  5099. pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/translated_shader_source.py +0 -17
  5100. pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/__init__.py +0 -1
  5101. pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/clip_distance.py +0 -23
  5102. pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/color_buffer_packed_float.py +0 -15
  5103. pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/copy_texture_levels.py +0 -17
  5104. pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/framebuffer_multisample.py +0 -26
  5105. pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/rgb_422.py +0 -18
  5106. pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/sync.py +0 -50
  5107. pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/texture_format_BGRA8888.py +0 -16
  5108. pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/texture_max_level.py +0 -15
  5109. pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/texture_packed_float.py +0 -18
  5110. pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/__init__.py +0 -1
  5111. pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/mali_program_binary.py +0 -15
  5112. pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/mali_shader_binary.py +0 -15
  5113. pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/rgba8.py +0 -15
  5114. pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/shader_core_properties.py +0 -23
  5115. pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/shader_framebuffer_fetch.py +0 -16
  5116. pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/shader_framebuffer_fetch_depth_stencil.py +0 -15
  5117. pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/texture_unnormalized_coordinates.py +0 -15
  5118. pyopengl-3.1.10/OpenGL/raw/GLES2/DMP/__init__.py +0 -1
  5119. pyopengl-3.1.10/OpenGL/raw/GLES2/DMP/program_binary.py +0 -17
  5120. pyopengl-3.1.10/OpenGL/raw/GLES2/DMP/shader_binary.py +0 -15
  5121. pyopengl-3.1.10/OpenGL/raw/GLES2/ES/VERSION_3_2.py +0 -358
  5122. pyopengl-3.1.10/OpenGL/raw/GLES2/ES/__init__.py +0 -1
  5123. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/EGL_image_array.py +0 -15
  5124. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/EGL_image_storage.py +0 -20
  5125. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/EGL_image_storage_compression.py +0 -17
  5126. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/YUV_target.py +0 -18
  5127. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/__init__.py +0 -1
  5128. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/base_instance.py +0 -23
  5129. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/blend_func_extended.py +0 -32
  5130. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/blend_minmax.py +0 -20
  5131. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/buffer_storage.py +0 -25
  5132. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/clear_texture.py +0 -20
  5133. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/clip_control.py +0 -22
  5134. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/clip_cull_distance.py +0 -25
  5135. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/color_buffer_float.py +0 -15
  5136. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/color_buffer_half_float.py +0 -20
  5137. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/conservative_depth.py +0 -15
  5138. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/copy_image.py +0 -17
  5139. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/debug_label.py +0 -27
  5140. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/debug_marker.py +0 -23
  5141. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/depth_clamp.py +0 -15
  5142. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/discard_framebuffer.py +0 -19
  5143. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/disjoint_timer_query.py +0 -56
  5144. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/draw_buffers.py +0 -50
  5145. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/draw_buffers_indexed.py +0 -65
  5146. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/draw_elements_base_vertex.py +0 -26
  5147. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/draw_instanced.py +0 -20
  5148. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/draw_transform_feedback.py +0 -20
  5149. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/external_buffer.py +0 -20
  5150. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/float_blend.py +0 -15
  5151. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/fragment_shading_rate.py +0 -51
  5152. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/framebuffer_blit_layers.py +0 -20
  5153. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/geometry_point_size.py +0 -15
  5154. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/geometry_shader.py +0 -49
  5155. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/gpu_shader5.py +0 -15
  5156. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/instanced_arrays.py +0 -23
  5157. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/map_buffer_range.py +0 -25
  5158. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/memory_object.py +0 -81
  5159. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/memory_object_fd.py +0 -17
  5160. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/memory_object_win32.py +0 -28
  5161. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multi_draw_arrays.py +0 -20
  5162. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multi_draw_indirect.py +0 -20
  5163. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multisampled_compatibility.py +0 -16
  5164. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multisampled_render_to_texture.py +0 -23
  5165. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multisampled_render_to_texture2.py +0 -15
  5166. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multiview_draw_buffers.py +0 -27
  5167. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multiview_tessellation_geometry_shader.py +0 -15
  5168. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multiview_texture_multisample.py +0 -15
  5169. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multiview_timer_query.py +0 -15
  5170. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/occlusion_query_boolean.py +0 -39
  5171. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/polygon_offset_clamp.py +0 -17
  5172. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/post_depth_coverage.py +0 -15
  5173. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/primitive_bounding_box.py +0 -17
  5174. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/protected_textures.py +0 -16
  5175. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/pvrtc_sRGB.py +0 -20
  5176. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/raster_multisample.py +0 -22
  5177. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/read_format_bgra.py +0 -17
  5178. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/render_snorm.py +0 -22
  5179. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/robustness.py +0 -33
  5180. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/sRGB.py +0 -18
  5181. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/sRGB_write_control.py +0 -15
  5182. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/semaphore.py +0 -53
  5183. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/semaphore_fd.py +0 -17
  5184. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/semaphore_win32.py +0 -26
  5185. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/separate_depth_stencil.py +0 -15
  5186. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/separate_shader_objects.py +0 -161
  5187. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_framebuffer_fetch.py +0 -15
  5188. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_framebuffer_fetch_non_coherent.py +0 -17
  5189. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_group_vote.py +0 -15
  5190. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_implicit_conversions.py +0 -15
  5191. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_integer_mix.py +0 -15
  5192. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_io_blocks.py +0 -15
  5193. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_non_constant_global_initializers.py +0 -15
  5194. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_pixel_local_storage.py +0 -17
  5195. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_pixel_local_storage2.py +0 -25
  5196. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_samples_identical.py +0 -15
  5197. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_texture_lod.py +0 -15
  5198. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shadow_samplers.py +0 -18
  5199. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/sparse_texture.py +0 -32
  5200. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/sparse_texture2.py +0 -15
  5201. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/tessellation_point_size.py +0 -15
  5202. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/tessellation_shader.py +0 -63
  5203. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_border_clamp.py +0 -39
  5204. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_buffer.py +0 -33
  5205. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_compression_astc_decode_mode.py +0 -15
  5206. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_compression_bptc.py +0 -18
  5207. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_compression_dxt1.py +0 -16
  5208. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_compression_rgtc.py +0 -18
  5209. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_compression_s3tc.py +0 -18
  5210. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_compression_s3tc_srgb.py +0 -18
  5211. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_cube_map_array.py +0 -23
  5212. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_filter_anisotropic.py +0 -16
  5213. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_filter_minmax.py +0 -16
  5214. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_format_BGRA8888.py +0 -15
  5215. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_format_sRGB_override.py +0 -15
  5216. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_mirror_clamp_to_edge.py +0 -15
  5217. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_norm16.py +0 -22
  5218. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_query_lod.py +0 -15
  5219. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_rg.py +0 -18
  5220. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_sRGB_R8.py +0 -15
  5221. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_sRGB_RG8.py +0 -15
  5222. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_sRGB_decode.py +0 -17
  5223. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_shadow_lod.py +0 -15
  5224. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_storage.py +0 -54
  5225. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_storage_compression.py +0 -35
  5226. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_type_2_10_10_10_REV.py +0 -15
  5227. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_view.py +0 -21
  5228. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/unpack_subimage.py +0 -17
  5229. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/win32_keyed_mutex.py +0 -20
  5230. pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/window_rectangles.py +0 -22
  5231. pyopengl-3.1.10/OpenGL/raw/GLES2/FJ/__init__.py +0 -1
  5232. pyopengl-3.1.10/OpenGL/raw/GLES2/FJ/shader_binary_GCCSO.py +0 -15
  5233. pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/__init__.py +0 -1
  5234. pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/bindless_texture.py +0 -32
  5235. pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/framebuffer_downsample.py +0 -23
  5236. pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/multisampled_render_to_texture.py +0 -23
  5237. pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/program_binary.py +0 -15
  5238. pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/read_format.py +0 -16
  5239. pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/shader_binary.py +0 -15
  5240. pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/texture_compression_pvrtc.py +0 -18
  5241. pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/texture_compression_pvrtc2.py +0 -16
  5242. pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/texture_filter_cubic.py +0 -17
  5243. pyopengl-3.1.10/OpenGL/raw/GLES2/INTEL/__init__.py +0 -1
  5244. pyopengl-3.1.10/OpenGL/raw/GLES2/INTEL/blackhole_render.py +0 -15
  5245. pyopengl-3.1.10/OpenGL/raw/GLES2/INTEL/conservative_rasterization.py +0 -15
  5246. pyopengl-3.1.10/OpenGL/raw/GLES2/INTEL/framebuffer_CMAA.py +0 -17
  5247. pyopengl-3.1.10/OpenGL/raw/GLES2/INTEL/performance_query.py +0 -63
  5248. pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/__init__.py +0 -1
  5249. pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/blend_equation_advanced.py +0 -31
  5250. pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/blend_equation_advanced_coherent.py +0 -15
  5251. pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/context_flush_control.py +0 -20
  5252. pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/debug.py +0 -160
  5253. pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/no_error.py +0 -15
  5254. pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/parallel_shader_compile.py +0 -18
  5255. pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/robust_buffer_access_behavior.py +0 -15
  5256. pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/robustness.py +0 -61
  5257. pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/shader_subgroup.py +0 -26
  5258. pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/texture_compression_astc_hdr.py +0 -42
  5259. pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/texture_compression_astc_ldr.py +0 -42
  5260. pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/texture_compression_astc_sliced_3d.py +0 -15
  5261. pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/__init__.py +0 -1
  5262. pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/bgra.py +0 -16
  5263. pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/framebuffer_flip_x.py +0 -15
  5264. pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/framebuffer_flip_y.py +0 -20
  5265. pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/framebuffer_swap_xy.py +0 -15
  5266. pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/program_binary_formats.py +0 -15
  5267. pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/sampler_objects.py +0 -44
  5268. pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/shader_integer_functions.py +0 -15
  5269. pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/texture_const_bandwidth.py +0 -15
  5270. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/__init__.py +0 -1
  5271. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/bindless_texture.py +0 -53
  5272. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/blend_equation_advanced.py +0 -70
  5273. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/blend_equation_advanced_coherent.py +0 -15
  5274. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/blend_minmax_factor.py +0 -16
  5275. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/clip_space_w_scaling.py +0 -19
  5276. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/compute_shader_derivatives.py +0 -15
  5277. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/conditional_render.py +0 -23
  5278. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/conservative_raster.py +0 -20
  5279. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/conservative_raster_pre_snap.py +0 -15
  5280. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/conservative_raster_pre_snap_triangles.py +0 -19
  5281. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/copy_buffer.py +0 -18
  5282. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/coverage_sample.py +0 -28
  5283. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/depth_nonlinear.py +0 -15
  5284. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/draw_buffers.py +0 -49
  5285. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/draw_instanced.py +0 -20
  5286. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/draw_vulkan_image.py +0 -29
  5287. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/explicit_attrib_location.py +0 -15
  5288. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/fbo_color_attachments.py +0 -31
  5289. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/fence.py +0 -37
  5290. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/fill_rectangle.py +0 -15
  5291. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/fragment_coverage_to_color.py +0 -18
  5292. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/fragment_shader_barycentric.py +0 -15
  5293. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/fragment_shader_interlock.py +0 -15
  5294. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/framebuffer_blit.py +0 -20
  5295. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/framebuffer_mixed_samples.py +0 -39
  5296. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/framebuffer_multisample.py +0 -19
  5297. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/generate_mipmap_sRGB.py +0 -15
  5298. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/geometry_shader_passthrough.py +0 -15
  5299. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/gpu_shader5.py +0 -141
  5300. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/image_formats.py +0 -15
  5301. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/instanced_arrays.py +0 -17
  5302. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/internalformat_sample_query.py +0 -23
  5303. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/memory_attachment.py +0 -41
  5304. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/memory_object_sparse.py +0 -26
  5305. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/mesh_shader.py +0 -73
  5306. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/non_square_matrices.py +0 -37
  5307. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/pack_subimage.py +0 -17
  5308. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/path_rendering.py +0 -426
  5309. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/path_rendering_shared_edge.py +0 -15
  5310. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/pixel_buffer_object.py +0 -18
  5311. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/polygon_mode.py +0 -22
  5312. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/primitive_shading_rate.py +0 -16
  5313. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/read_buffer.py +0 -17
  5314. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/read_buffer_front.py +0 -15
  5315. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/read_depth.py +0 -15
  5316. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/read_depth_stencil.py +0 -15
  5317. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/read_stencil.py +0 -15
  5318. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/representative_fragment_test.py +0 -15
  5319. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/sRGB_formats.py +0 -24
  5320. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/sample_locations.py +0 -30
  5321. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/sample_mask_override_coverage.py +0 -15
  5322. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/scissor_exclusive.py +0 -21
  5323. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/shader_atomic_fp16_vector.py +0 -15
  5324. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/shader_noperspective_interpolation.py +0 -15
  5325. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/shader_subgroup_partitioned.py +0 -15
  5326. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/shader_texture_footprint.py +0 -15
  5327. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/shading_rate_image.py +0 -55
  5328. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/shadow_samplers_array.py +0 -15
  5329. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/shadow_samplers_cube.py +0 -15
  5330. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/stereo_view_rendering.py +0 -15
  5331. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/texture_barrier.py +0 -17
  5332. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/texture_border_clamp.py +0 -16
  5333. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/texture_compression_s3tc_update.py +0 -15
  5334. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/texture_npot_2D_mipmap.py +0 -15
  5335. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/timeline_semaphore.py +0 -27
  5336. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/viewport_array.py +0 -57
  5337. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/viewport_array2.py +0 -15
  5338. pyopengl-3.1.10/OpenGL/raw/GLES2/NV/viewport_swizzle.py +0 -28
  5339. pyopengl-3.1.10/OpenGL/raw/GLES2/NVX/__init__.py +0 -1
  5340. pyopengl-3.1.10/OpenGL/raw/GLES2/NVX/blend_equation_advanced_multi_draw_buffers.py +0 -15
  5341. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/EGL_image.py +0 -20
  5342. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/EGL_image_external.py +0 -20
  5343. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/EGL_image_external_essl3.py +0 -15
  5344. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/__init__.py +0 -1
  5345. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/compressed_ETC1_RGB8_sub_texture.py +0 -15
  5346. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/compressed_ETC1_RGB8_texture.py +0 -15
  5347. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/compressed_paletted_texture.py +0 -24
  5348. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/copy_image.py +0 -17
  5349. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/depth24.py +0 -15
  5350. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/depth32.py +0 -15
  5351. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/depth_texture.py +0 -17
  5352. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/draw_buffers_indexed.py +0 -65
  5353. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/draw_elements_base_vertex.py +0 -26
  5354. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/element_index_uint.py +0 -15
  5355. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/fbo_render_mipmap.py +0 -15
  5356. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/fragment_precision_high.py +0 -15
  5357. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/geometry_point_size.py +0 -15
  5358. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/geometry_shader.py +0 -49
  5359. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/get_program_binary.py +0 -22
  5360. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/gpu_shader5.py +0 -15
  5361. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/mapbuffer.py +0 -26
  5362. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/packed_depth_stencil.py +0 -17
  5363. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/primitive_bounding_box.py +0 -17
  5364. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/required_internalformat.py +0 -29
  5365. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/rgb8_rgba8.py +0 -16
  5366. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/sample_shading.py +0 -18
  5367. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/sample_variables.py +0 -15
  5368. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/shader_image_atomic.py +0 -15
  5369. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/shader_io_blocks.py +0 -15
  5370. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/shader_multisample_interpolation.py +0 -17
  5371. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/standard_derivatives.py +0 -15
  5372. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/stencil1.py +0 -15
  5373. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/stencil4.py +0 -15
  5374. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/surfaceless_context.py +0 -15
  5375. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/tessellation_point_size.py +0 -15
  5376. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/tessellation_shader.py +0 -63
  5377. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_3D.py +0 -37
  5378. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_border_clamp.py +0 -39
  5379. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_buffer.py +0 -33
  5380. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_compression_astc.py +0 -62
  5381. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_cube_map_array.py +0 -23
  5382. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_float.py +0 -15
  5383. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_float_linear.py +0 -15
  5384. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_half_float.py +0 -15
  5385. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_half_float_linear.py +0 -15
  5386. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_npot.py +0 -15
  5387. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_stencil8.py +0 -16
  5388. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_storage_multisample_2d_array.py +0 -21
  5389. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_view.py +0 -21
  5390. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/vertex_array_object.py +0 -26
  5391. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/vertex_half_float.py +0 -15
  5392. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/vertex_type_10_10_10_2.py +0 -16
  5393. pyopengl-3.1.10/OpenGL/raw/GLES2/OES/viewport_array.py +0 -57
  5394. pyopengl-3.1.10/OpenGL/raw/GLES2/OVR/__init__.py +0 -1
  5395. pyopengl-3.1.10/OpenGL/raw/GLES2/OVR/multiview.py +0 -23
  5396. pyopengl-3.1.10/OpenGL/raw/GLES2/OVR/multiview2.py +0 -15
  5397. pyopengl-3.1.10/OpenGL/raw/GLES2/OVR/multiview_multisampled_render_to_texture.py +0 -17
  5398. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/YUV_texture_gather.py +0 -15
  5399. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/__init__.py +0 -1
  5400. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/alpha_test.py +0 -19
  5401. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/binning_control.py +0 -18
  5402. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/driver_control.py +0 -26
  5403. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/extended_get.py +0 -48
  5404. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/extended_get2.py +0 -26
  5405. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/frame_extrapolation.py +0 -17
  5406. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/framebuffer_foveated.py +0 -21
  5407. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/motion_estimation.py +0 -22
  5408. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/perfmon_global_mode.py +0 -15
  5409. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/render_sRGB_R8_RG8.py +0 -15
  5410. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/render_shared_exponent.py +0 -15
  5411. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/shader_framebuffer_fetch_noncoherent.py +0 -17
  5412. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/shader_framebuffer_fetch_rate.py +0 -15
  5413. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/shading_rate.py +0 -24
  5414. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/texture_foveated.py +0 -23
  5415. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/texture_foveated2.py +0 -15
  5416. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/texture_foveated_subsampled_layout.py +0 -16
  5417. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/texture_lod_bias.py +0 -15
  5418. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/tiled_rendering.py +0 -51
  5419. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/writeonly_rendering.py +0 -15
  5420. pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/ycbcr_degamma.py +0 -16
  5421. pyopengl-3.1.10/OpenGL/raw/GLES2/VERSION/GLES2_2_0.py +0 -740
  5422. pyopengl-3.1.10/OpenGL/raw/GLES2/VERSION/__init__.py +0 -1
  5423. pyopengl-3.1.10/OpenGL/raw/GLES2/VIV/__init__.py +0 -1
  5424. pyopengl-3.1.10/OpenGL/raw/GLES2/VIV/shader_binary.py +0 -15
  5425. pyopengl-3.1.10/OpenGL/raw/GLES2/__init__.py +0 -0
  5426. pyopengl-3.1.10/OpenGL/raw/GLES2/_errors.py +0 -7
  5427. pyopengl-3.1.10/OpenGL/raw/GLES2/_glgets.py +0 -2172
  5428. pyopengl-3.1.10/OpenGL/raw/GLES2/_types.py +0 -5
  5429. pyopengl-3.1.10/OpenGL/raw/GLES3/VERSION/GLES3_3_0.py +0 -646
  5430. pyopengl-3.1.10/OpenGL/raw/GLES3/VERSION/GLES3_3_1.py +0 -394
  5431. pyopengl-3.1.10/OpenGL/raw/GLES3/VERSION/__init__.py +0 -1
  5432. pyopengl-3.1.10/OpenGL/raw/GLES3/__init__.py +0 -2
  5433. pyopengl-3.1.10/OpenGL/raw/GLES3/_errors.py +0 -7
  5434. pyopengl-3.1.10/OpenGL/raw/GLES3/_glgets.py +0 -2172
  5435. pyopengl-3.1.10/OpenGL/raw/GLES3/_types.py +0 -4
  5436. pyopengl-3.1.10/OpenGL/raw/GLU/__init__.py +0 -807
  5437. pyopengl-3.1.10/OpenGL/raw/GLU/_errors.py +0 -6
  5438. pyopengl-3.1.10/OpenGL/raw/GLU/annotations.py +0 -222
  5439. pyopengl-3.1.10/OpenGL/raw/GLU/constants.py +0 -320
  5440. pyopengl-3.1.10/OpenGL/raw/GLUT/__init__.py +0 -1344
  5441. pyopengl-3.1.10/OpenGL/raw/GLUT/annotations.py +0 -19
  5442. pyopengl-3.1.10/OpenGL/raw/GLUT/constants.py +0 -345
  5443. pyopengl-3.1.10/OpenGL/raw/GLX/AMD/__init__.py +0 -1
  5444. pyopengl-3.1.10/OpenGL/raw/GLX/AMD/gpu_association.py +0 -50
  5445. pyopengl-3.1.10/OpenGL/raw/GLX/ARB/__init__.py +0 -1
  5446. pyopengl-3.1.10/OpenGL/raw/GLX/ARB/context_flush_control.py +0 -17
  5447. pyopengl-3.1.10/OpenGL/raw/GLX/ARB/create_context.py +0 -21
  5448. pyopengl-3.1.10/OpenGL/raw/GLX/ARB/create_context_no_error.py +0 -15
  5449. pyopengl-3.1.10/OpenGL/raw/GLX/ARB/create_context_profile.py +0 -17
  5450. pyopengl-3.1.10/OpenGL/raw/GLX/ARB/create_context_robustness.py +0 -18
  5451. pyopengl-3.1.10/OpenGL/raw/GLX/ARB/fbconfig_float.py +0 -16
  5452. pyopengl-3.1.10/OpenGL/raw/GLX/ARB/framebuffer_sRGB.py +0 -15
  5453. pyopengl-3.1.10/OpenGL/raw/GLX/ARB/get_proc_address.py +0 -17
  5454. pyopengl-3.1.10/OpenGL/raw/GLX/ARB/multisample.py +0 -16
  5455. pyopengl-3.1.10/OpenGL/raw/GLX/ARB/robustness_application_isolation.py +0 -15
  5456. pyopengl-3.1.10/OpenGL/raw/GLX/ARB/robustness_share_group_isolation.py +0 -15
  5457. pyopengl-3.1.10/OpenGL/raw/GLX/ARB/vertex_buffer_object.py +0 -15
  5458. pyopengl-3.1.10/OpenGL/raw/GLX/DFX/__init__.py +0 -1
  5459. pyopengl-3.1.10/OpenGL/raw/GLX/DFX/multisample.py +0 -16
  5460. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/__init__.py +0 -1
  5461. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/buffer_age.py +0 -15
  5462. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/context_priority.py +0 -18
  5463. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/create_context_es2_profile.py +0 -15
  5464. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/create_context_es_profile.py +0 -15
  5465. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/fbconfig_packed_float.py +0 -16
  5466. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/framebuffer_sRGB.py +0 -15
  5467. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/get_drawable_type.py +0 -15
  5468. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/import_context.py +0 -31
  5469. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/libglvnd.py +0 -15
  5470. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/no_config_context.py +0 -15
  5471. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/stereo_tree.py +0 -17
  5472. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/swap_control.py +0 -18
  5473. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/swap_control_tear.py +0 -15
  5474. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/texture_from_pixmap.py +0 -52
  5475. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/visual_info.py +0 -30
  5476. pyopengl-3.1.10/OpenGL/raw/GLX/EXT/visual_rating.py +0 -18
  5477. pyopengl-3.1.10/OpenGL/raw/GLX/INTEL/__init__.py +0 -1
  5478. pyopengl-3.1.10/OpenGL/raw/GLX/INTEL/swap_event.py +0 -18
  5479. pyopengl-3.1.10/OpenGL/raw/GLX/MESA/__init__.py +0 -1
  5480. pyopengl-3.1.10/OpenGL/raw/GLX/MESA/agp_offset.py +0 -17
  5481. pyopengl-3.1.10/OpenGL/raw/GLX/MESA/copy_sub_buffer.py +0 -17
  5482. pyopengl-3.1.10/OpenGL/raw/GLX/MESA/pixmap_colormap.py +0 -17
  5483. pyopengl-3.1.10/OpenGL/raw/GLX/MESA/query_renderer.py +0 -36
  5484. pyopengl-3.1.10/OpenGL/raw/GLX/MESA/release_buffers.py +0 -17
  5485. pyopengl-3.1.10/OpenGL/raw/GLX/MESA/set_3dfx_mode.py +0 -18
  5486. pyopengl-3.1.10/OpenGL/raw/GLX/MESA/swap_control.py +0 -20
  5487. pyopengl-3.1.10/OpenGL/raw/GLX/NV/__init__.py +0 -1
  5488. pyopengl-3.1.10/OpenGL/raw/GLX/NV/copy_buffer.py +0 -20
  5489. pyopengl-3.1.10/OpenGL/raw/GLX/NV/copy_image.py +0 -17
  5490. pyopengl-3.1.10/OpenGL/raw/GLX/NV/delay_before_swap.py +0 -17
  5491. pyopengl-3.1.10/OpenGL/raw/GLX/NV/float_buffer.py +0 -15
  5492. pyopengl-3.1.10/OpenGL/raw/GLX/NV/multigpu_context.py +0 -19
  5493. pyopengl-3.1.10/OpenGL/raw/GLX/NV/multisample_coverage.py +0 -16
  5494. pyopengl-3.1.10/OpenGL/raw/GLX/NV/present_video.py +0 -20
  5495. pyopengl-3.1.10/OpenGL/raw/GLX/NV/robustness_video_memory_purge.py +0 -15
  5496. pyopengl-3.1.10/OpenGL/raw/GLX/NV/swap_group.py +0 -32
  5497. pyopengl-3.1.10/OpenGL/raw/GLX/NV/video_capture.py +0 -31
  5498. pyopengl-3.1.10/OpenGL/raw/GLX/NV/video_out.py +0 -41
  5499. pyopengl-3.1.10/OpenGL/raw/GLX/NV/video_output.py +0 -41
  5500. pyopengl-3.1.10/OpenGL/raw/GLX/OML/__init__.py +0 -1
  5501. pyopengl-3.1.10/OpenGL/raw/GLX/OML/swap_method.py +0 -18
  5502. pyopengl-3.1.10/OpenGL/raw/GLX/OML/sync_control.py +0 -29
  5503. pyopengl-3.1.10/OpenGL/raw/GLX/SGI/__init__.py +0 -1
  5504. pyopengl-3.1.10/OpenGL/raw/GLX/SGI/cushion.py +0 -17
  5505. pyopengl-3.1.10/OpenGL/raw/GLX/SGI/make_current_read.py +0 -20
  5506. pyopengl-3.1.10/OpenGL/raw/GLX/SGI/swap_control.py +0 -17
  5507. pyopengl-3.1.10/OpenGL/raw/GLX/SGI/video_sync.py +0 -20
  5508. pyopengl-3.1.10/OpenGL/raw/GLX/SGIS/__init__.py +0 -1
  5509. pyopengl-3.1.10/OpenGL/raw/GLX/SGIS/blended_overlay.py +0 -15
  5510. pyopengl-3.1.10/OpenGL/raw/GLX/SGIS/multisample.py +0 -16
  5511. pyopengl-3.1.10/OpenGL/raw/GLX/SGIS/shared_multisample.py +0 -16
  5512. pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/__init__.py +0 -1
  5513. pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/dmbuffer.py +0 -17
  5514. pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/fbconfig.py +0 -42
  5515. pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/hyperpipe.py +0 -47
  5516. pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/pbuffer.py +0 -53
  5517. pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/swap_barrier.py +0 -20
  5518. pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/swap_group.py +0 -17
  5519. pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/video_resize.py +0 -30
  5520. pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/video_source.py +0 -20
  5521. pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/visual_select_group.py +0 -15
  5522. pyopengl-3.1.10/OpenGL/raw/GLX/SUN/__init__.py +0 -1
  5523. pyopengl-3.1.10/OpenGL/raw/GLX/SUN/get_transparent_index.py +0 -17
  5524. pyopengl-3.1.10/OpenGL/raw/GLX/VERSION/GLX_1_0.py +0 -92
  5525. pyopengl-3.1.10/OpenGL/raw/GLX/VERSION/GLX_1_1.py +0 -25
  5526. pyopengl-3.1.10/OpenGL/raw/GLX/VERSION/GLX_1_2.py +0 -17
  5527. pyopengl-3.1.10/OpenGL/raw/GLX/VERSION/GLX_1_3.py +0 -120
  5528. pyopengl-3.1.10/OpenGL/raw/GLX/VERSION/GLX_1_4.py +0 -18
  5529. pyopengl-3.1.10/OpenGL/raw/GLX/VERSION/__init__.py +0 -1
  5530. pyopengl-3.1.10/OpenGL/raw/GLX/__init__.py +0 -0
  5531. pyopengl-3.1.10/OpenGL/raw/GLX/_errors.py +0 -6
  5532. pyopengl-3.1.10/OpenGL/raw/GLX/_types.py +0 -261
  5533. pyopengl-3.1.10/OpenGL/raw/WGL/AMD/__init__.py +0 -1
  5534. pyopengl-3.1.10/OpenGL/raw/WGL/AMD/gpu_association.py +0 -50
  5535. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/__init__.py +0 -1
  5536. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/buffer_region.py +0 -29
  5537. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/context_flush_control.py +0 -17
  5538. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/create_context.py +0 -23
  5539. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/create_context_no_error.py +0 -15
  5540. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/create_context_profile.py +0 -18
  5541. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/create_context_robustness.py +0 -18
  5542. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/extensions_string.py +0 -17
  5543. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/framebuffer_sRGB.py +0 -15
  5544. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/make_current_read.py +0 -21
  5545. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/multisample.py +0 -16
  5546. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/pbuffer.py +0 -36
  5547. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/pixel_format.py +0 -71
  5548. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/pixel_format_float.py +0 -15
  5549. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/render_texture.py +0 -55
  5550. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/robustness_application_isolation.py +0 -15
  5551. pyopengl-3.1.10/OpenGL/raw/WGL/ARB/robustness_share_group_isolation.py +0 -15
  5552. pyopengl-3.1.10/OpenGL/raw/WGL/ATI/__init__.py +0 -1
  5553. pyopengl-3.1.10/OpenGL/raw/WGL/ATI/pixel_format_float.py +0 -15
  5554. pyopengl-3.1.10/OpenGL/raw/WGL/ATI/render_texture_rectangle.py +0 -15
  5555. pyopengl-3.1.10/OpenGL/raw/WGL/DFX/__init__.py +0 -1
  5556. pyopengl-3.1.10/OpenGL/raw/WGL/DFX/multisample.py +0 -16
  5557. pyopengl-3.1.10/OpenGL/raw/WGL/DL/__init__.py +0 -1
  5558. pyopengl-3.1.10/OpenGL/raw/WGL/DL/stereo_control.py +0 -20
  5559. pyopengl-3.1.10/OpenGL/raw/WGL/EXT/__init__.py +0 -1
  5560. pyopengl-3.1.10/OpenGL/raw/WGL/EXT/colorspace.py +0 -17
  5561. pyopengl-3.1.10/OpenGL/raw/WGL/EXT/create_context_es2_profile.py +0 -15
  5562. pyopengl-3.1.10/OpenGL/raw/WGL/EXT/create_context_es_profile.py +0 -15
  5563. pyopengl-3.1.10/OpenGL/raw/WGL/EXT/depth_float.py +0 -15
  5564. pyopengl-3.1.10/OpenGL/raw/WGL/EXT/display_color_table.py +0 -26
  5565. pyopengl-3.1.10/OpenGL/raw/WGL/EXT/extensions_string.py +0 -17
  5566. pyopengl-3.1.10/OpenGL/raw/WGL/EXT/framebuffer_sRGB.py +0 -15
  5567. pyopengl-3.1.10/OpenGL/raw/WGL/EXT/make_current_read.py +0 -20
  5568. pyopengl-3.1.10/OpenGL/raw/WGL/EXT/multisample.py +0 -16
  5569. pyopengl-3.1.10/OpenGL/raw/WGL/EXT/pbuffer.py +0 -37
  5570. pyopengl-3.1.10/OpenGL/raw/WGL/EXT/pixel_format.py +0 -67
  5571. pyopengl-3.1.10/OpenGL/raw/WGL/EXT/pixel_format_packed_float.py +0 -15
  5572. pyopengl-3.1.10/OpenGL/raw/WGL/EXT/swap_control.py +0 -20
  5573. pyopengl-3.1.10/OpenGL/raw/WGL/EXT/swap_control_tear.py +0 -15
  5574. pyopengl-3.1.10/OpenGL/raw/WGL/I3D/__init__.py +0 -1
  5575. pyopengl-3.1.10/OpenGL/raw/WGL/I3D/digital_video_control.py +0 -23
  5576. pyopengl-3.1.10/OpenGL/raw/WGL/I3D/gamma.py +0 -27
  5577. pyopengl-3.1.10/OpenGL/raw/WGL/I3D/genlock.py +0 -58
  5578. pyopengl-3.1.10/OpenGL/raw/WGL/I3D/image_buffer.py +0 -27
  5579. pyopengl-3.1.10/OpenGL/raw/WGL/I3D/swap_frame_lock.py +0 -26
  5580. pyopengl-3.1.10/OpenGL/raw/WGL/I3D/swap_frame_usage.py +0 -26
  5581. pyopengl-3.1.10/OpenGL/raw/WGL/NV/DX_interop.py +0 -40
  5582. pyopengl-3.1.10/OpenGL/raw/WGL/NV/DX_interop2.py +0 -15
  5583. pyopengl-3.1.10/OpenGL/raw/WGL/NV/__init__.py +0 -1
  5584. pyopengl-3.1.10/OpenGL/raw/WGL/NV/copy_image.py +0 -17
  5585. pyopengl-3.1.10/OpenGL/raw/WGL/NV/delay_before_swap.py +0 -17
  5586. pyopengl-3.1.10/OpenGL/raw/WGL/NV/float_buffer.py +0 -23
  5587. pyopengl-3.1.10/OpenGL/raw/WGL/NV/gpu_affinity.py +0 -30
  5588. pyopengl-3.1.10/OpenGL/raw/WGL/NV/multigpu_context.py +0 -19
  5589. pyopengl-3.1.10/OpenGL/raw/WGL/NV/multisample_coverage.py +0 -16
  5590. pyopengl-3.1.10/OpenGL/raw/WGL/NV/present_video.py +0 -23
  5591. pyopengl-3.1.10/OpenGL/raw/WGL/NV/render_depth_texture.py +0 -19
  5592. pyopengl-3.1.10/OpenGL/raw/WGL/NV/render_texture_rectangle.py +0 -17
  5593. pyopengl-3.1.10/OpenGL/raw/WGL/NV/swap_group.py +0 -32
  5594. pyopengl-3.1.10/OpenGL/raw/WGL/NV/vertex_array_range.py +0 -20
  5595. pyopengl-3.1.10/OpenGL/raw/WGL/NV/video_capture.py +0 -30
  5596. pyopengl-3.1.10/OpenGL/raw/WGL/NV/video_output.py +0 -44
  5597. pyopengl-3.1.10/OpenGL/raw/WGL/OML/__init__.py +0 -1
  5598. pyopengl-3.1.10/OpenGL/raw/WGL/OML/sync_control.py +0 -32
  5599. pyopengl-3.1.10/OpenGL/raw/WGL/VERSION/WGL_1_0.py +0 -124
  5600. pyopengl-3.1.10/OpenGL/raw/WGL/VERSION/__init__.py +0 -1
  5601. pyopengl-3.1.10/OpenGL/raw/WGL/__init__.py +0 -0
  5602. pyopengl-3.1.10/OpenGL/raw/WGL/_errors.py +0 -2
  5603. pyopengl-3.1.10/OpenGL/raw/WGL/_types.py +0 -248
  5604. pyopengl-3.1.10/OpenGL/raw/__init__.py +0 -6
  5605. pyopengl-3.1.10/OpenGL/raw/osmesa/__init__.py +0 -0
  5606. pyopengl-3.1.10/OpenGL/raw/osmesa/_types.py +0 -11
  5607. pyopengl-3.1.10/OpenGL/raw/osmesa/mesa.py +0 -133
  5608. pyopengl-3.1.10/OpenGL/version.py +0 -3
  5609. pyopengl-3.1.10/OpenGL/wrapper.py +0 -1666
  5610. pyopengl-3.1.10/PKG-INFO +0 -95
  5611. pyopengl-3.1.10/PyOpenGL.egg-info/PKG-INFO +0 -95
  5612. pyopengl-3.1.10/PyOpenGL.egg-info/SOURCES.txt +0 -2980
  5613. pyopengl-3.1.10/pyproject.toml +0 -98
  5614. pyopengl-3.1.10/readme.rst +0 -76
  5615. pyopengl-3.1.10/setup.py +0 -33
  5616. pyopengl-3.1.10/src/codegenerator.py +0 -643
  5617. pyopengl-3.1.10/src/openglgenerator.py +0 -308
  5618. pyopengl-3.1.10/src/xmlreg.py +0 -491
  5619. pyopengl-3.1.10/tests/basetestcase.py +0 -80
  5620. pyopengl-3.1.10/tests/check_crash_on_glutinit.py +0 -23
  5621. pyopengl-3.1.10/tests/check_egl_device_enumeration.py +0 -40
  5622. pyopengl-3.1.10/tests/check_egl_es1.py +0 -19
  5623. pyopengl-3.1.10/tests/check_egl_es2.py +0 -56
  5624. pyopengl-3.1.10/tests/check_egl_opengl.py +0 -15
  5625. pyopengl-3.1.10/tests/check_egl_platform_ext.py +0 -41
  5626. pyopengl-3.1.10/tests/check_egl_pygame.py +0 -297
  5627. pyopengl-3.1.10/tests/check_freeglut_deinit.py +0 -36
  5628. pyopengl-3.1.10/tests/check_gles_imports.py +0 -11
  5629. pyopengl-3.1.10/tests/check_glut_debug.py +0 -139
  5630. pyopengl-3.1.10/tests/check_glut_fc.py +0 -123
  5631. pyopengl-3.1.10/tests/check_glut_load.py +0 -22
  5632. pyopengl-3.1.10/tests/check_glutinit.py +0 -34
  5633. pyopengl-3.1.10/tests/check_glutinit_0args.py +0 -18
  5634. pyopengl-3.1.10/tests/check_glutinit_simplest.py +0 -10
  5635. pyopengl-3.1.10/tests/check_glutinit_single.py +0 -12
  5636. pyopengl-3.1.10/tests/check_glutwindow.py +0 -134
  5637. pyopengl-3.1.10/tests/check_import_err.py +0 -10
  5638. pyopengl-3.1.10/tests/check_init_framebufferarb.py +0 -26
  5639. pyopengl-3.1.10/tests/check_leak_on_discontiguous_array.py +0 -43
  5640. pyopengl-3.1.10/tests/check_querier_version_parse.py +0 -14
  5641. pyopengl-3.1.10/tests/check_silence_numpy_warning.py +0 -17
  5642. pyopengl-3.1.10/tests/egl_ext_enumerate.py +0 -36
  5643. pyopengl-3.1.10/tests/egltest.py +0 -106
  5644. pyopengl-3.1.10/tests/feedbackvarying.py +0 -74
  5645. pyopengl-3.1.10/tests/geomshader.py +0 -110
  5646. pyopengl-3.1.10/tests/gh_bug32.py +0 -24
  5647. pyopengl-3.1.10/tests/gh_bug6_check.py +0 -30
  5648. pyopengl-3.1.10/tests/glsl_version.py +0 -16
  5649. pyopengl-3.1.10/tests/importtests.py +0 -5
  5650. pyopengl-3.1.10/tests/os_egl.py +0 -288
  5651. pyopengl-3.1.10/tests/performance.py +0 -98
  5652. pyopengl-3.1.10/tests/pygamegltest.py +0 -55
  5653. pyopengl-3.1.10/tests/test_arraydatatype.py +0 -419
  5654. pyopengl-3.1.10/tests/test_checks.py +0 -268
  5655. pyopengl-3.1.10/tests/test_core.py +0 -699
  5656. pyopengl-3.1.10/tests/test_evaluators.py +0 -181
  5657. pyopengl-3.1.10/tests/test_fbdel.py +0 -31
  5658. pyopengl-3.1.10/tests/test_gldouble_ctypes.py +0 -116
  5659. pyopengl-3.1.10/tests/test_glgetactiveuniform.py +0 -33
  5660. pyopengl-3.1.10/tests/test_glgetfloat_leak.py +0 -37
  5661. pyopengl-3.1.10/tests/test_glx_raw_x.py +0 -93
  5662. pyopengl-3.1.10/tests/test_instanced_draw_detect.py +0 -40
  5663. pyopengl-3.1.10/tests/test_sf2946226.py +0 -51
  5664. pyopengl-3.1.10/tests/test_tess.py +0 -191
  5665. pyopengl-3.1.10/tests/test_textures.py +0 -143
  5666. pyopengl-3.1.10/tests/test_vbo_memusage.py +0 -57
  5667. pyopengl-3.1.10/tests/test_wgl.py +0 -49
  5668. pyopengl-3.1.10/tests/testing_context.py +0 -26
  5669. pyopengl-3.1.10/tests/tests.py +0 -175
  5670. pyopengl-3.1.10/tests/timerleak.py +0 -22
  5671. pyopengl-3.1.10/tests/xlibegltest.py +0 -182
  5672. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/AGL/__init__.py +0 -0
  5673. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/GLE_WIN32_README.txt +0 -0
  5674. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut32.vc10.dll +0 -0
  5675. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut32.vc14.dll +0 -0
  5676. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut32.vc9.dll +0 -0
  5677. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut64.vc10.dll +0 -0
  5678. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut64.vc14.dll +0 -0
  5679. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut64.vc9.dll +0 -0
  5680. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut_COPYING.txt +0 -0
  5681. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut_README.txt +0 -0
  5682. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle32.vc10.dll +0 -0
  5683. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle32.vc14.dll +0 -0
  5684. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle32.vc9.dll +0 -0
  5685. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle64.vc10.dll +0 -0
  5686. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle64.vc14.dll +0 -0
  5687. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle64.vc9.dll +0 -0
  5688. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle_AUTHORS +0 -0
  5689. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle_COPYING +0 -0
  5690. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle_COPYING.src +0 -0
  5691. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/ANDROID/__init__.py +0 -0
  5692. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/ANGLE/__init__.py +0 -0
  5693. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/ARM/__init__.py +0 -0
  5694. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/EXT/__init__.py +0 -0
  5695. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/HI/__init__.py +0 -0
  5696. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/IMG/__init__.py +0 -0
  5697. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/KHR/__init__.py +0 -0
  5698. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/MESA/__init__.py +0 -0
  5699. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/NOK/__init__.py +0 -0
  5700. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/NV/__init__.py +0 -0
  5701. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/TIZEN/__init__.py +0 -0
  5702. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/VERSION/__init__.py +0 -0
  5703. {pyopengl-3.1.10/OpenGL/GL/AMD → pyopengl-4.0.0a4/OpenGL/EGL/WL}/__init__.py +0 -0
  5704. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/debug.py +0 -0
  5705. {pyopengl-3.1.10/OpenGL/GL/KHR → pyopengl-4.0.0a4/OpenGL/GL/AMD}/__init__.py +0 -0
  5706. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/ANGLE/__init__.py +0 -0
  5707. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/APPLE/__init__.py +0 -0
  5708. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/ARB/__init__.py +0 -0
  5709. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/ARB/vboimplementation.py +0 -0
  5710. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/ARM/__init__.py +0 -0
  5711. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/ATI/__init__.py +0 -0
  5712. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/DFX/__init__.py +0 -0
  5713. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/DMP/__init__.py +0 -0
  5714. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/EXT/__init__.py +0 -0
  5715. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/FJ/__init__.py +0 -0
  5716. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/GREMEDY/__init__.py +0 -0
  5717. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/HP/__init__.py +0 -0
  5718. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/IBM/__init__.py +0 -0
  5719. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/IMG/__init__.py +0 -0
  5720. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/INGR/__init__.py +0 -0
  5721. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/INTEL/__init__.py +0 -0
  5722. {pyopengl-3.1.10/OpenGL/GL/MESAX → pyopengl-4.0.0a4/OpenGL/GL/KHR}/__init__.py +0 -0
  5723. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/MESA/__init__.py +0 -0
  5724. {pyopengl-3.1.10/OpenGL/GL/NVX → pyopengl-4.0.0a4/OpenGL/GL/MESAX}/__init__.py +0 -0
  5725. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/NV/__init__.py +0 -0
  5726. {pyopengl-3.1.10/OpenGL/GL/VERSION → pyopengl-4.0.0a4/OpenGL/GL/NVX}/__init__.py +0 -0
  5727. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/OES/__init__.py +0 -0
  5728. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/OML/__init__.py +0 -0
  5729. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/OVR/__init__.py +0 -0
  5730. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/PGI/__init__.py +0 -0
  5731. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/QCOM/__init__.py +0 -0
  5732. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/REND/__init__.py +0 -0
  5733. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/S3/__init__.py +0 -0
  5734. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/SGI/__init__.py +0 -0
  5735. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/SGIS/__init__.py +0 -0
  5736. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/SGIX/__init__.py +0 -0
  5737. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/SUN/__init__.py +0 -0
  5738. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/SUNX/__init__.py +0 -0
  5739. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/VERSION/GL_1_2_images.py +0 -0
  5740. {pyopengl-3.1.10/OpenGL/GLU/EXT → pyopengl-4.0.0a4/OpenGL/GL/VERSION}/__init__.py +0 -0
  5741. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/VIV/__init__.py +0 -0
  5742. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/WIN/__init__.py +0 -0
  5743. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/__init__.py +0 -0
  5744. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/framebufferobjects.py +0 -0
  5745. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/glget.py +0 -0
  5746. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/selection.py +0 -0
  5747. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/vboimplementation.py +0 -0
  5748. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLE/__init__.py +0 -0
  5749. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLE/exceptional.py +0 -0
  5750. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/AMD/__init__.py +0 -0
  5751. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/APPLE/__init__.py +0 -0
  5752. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/ARM/__init__.py +0 -0
  5753. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/EXT/__init__.py +0 -0
  5754. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/IMG/__init__.py +0 -0
  5755. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/KHR/__init__.py +0 -0
  5756. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/NV/__init__.py +0 -0
  5757. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/OES/__init__.py +0 -0
  5758. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/QCOM/__init__.py +0 -0
  5759. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/VERSION/__init__.py +0 -0
  5760. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/AMD/__init__.py +0 -0
  5761. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/ANDROID/__init__.py +0 -0
  5762. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/ANGLE/__init__.py +0 -0
  5763. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/APPLE/__init__.py +0 -0
  5764. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/ARM/__init__.py +0 -0
  5765. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/DMP/__init__.py +0 -0
  5766. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/ES/__init__.py +0 -0
  5767. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/EXT/__init__.py +0 -0
  5768. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/FJ/__init__.py +0 -0
  5769. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/IMG/__init__.py +0 -0
  5770. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/INTEL/__init__.py +0 -0
  5771. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/KHR/__init__.py +0 -0
  5772. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/MESA/__init__.py +0 -0
  5773. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/NV/__init__.py +0 -0
  5774. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/NVX/__init__.py +0 -0
  5775. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/OES/__init__.py +0 -0
  5776. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/OVR/__init__.py +0 -0
  5777. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/QCOM/__init__.py +0 -0
  5778. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/VERSION/__init__.py +0 -0
  5779. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/VIV/__init__.py +0 -0
  5780. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/vboimplementation.py +0 -0
  5781. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES3/VERSION/__init__.py +0 -0
  5782. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES3/vboimplementation.py +0 -0
  5783. {pyopengl-3.1.10/OpenGL/raw/EGL → pyopengl-4.0.0a4/OpenGL/GLU/EXT}/__init__.py +0 -0
  5784. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLU/EXT/nurbs_tessellator.py +0 -0
  5785. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLU/EXT/object_space_tess.py +0 -0
  5786. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLU/__init__.py +0 -0
  5787. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLUT/fonts.py +0 -0
  5788. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLUT/osx.py +0 -0
  5789. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/AMD/__init__.py +0 -0
  5790. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/ARB/__init__.py +0 -0
  5791. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/DFX/__init__.py +0 -0
  5792. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/EXT/__init__.py +0 -0
  5793. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/INTEL/__init__.py +0 -0
  5794. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/MESA/__init__.py +0 -0
  5795. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/NV/__init__.py +0 -0
  5796. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/OML/__init__.py +0 -0
  5797. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/SGI/__init__.py +0 -0
  5798. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/SGIS/__init__.py +0 -0
  5799. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/SGIX/__init__.py +0 -0
  5800. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/SUN/__init__.py +0 -0
  5801. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/VERSION/__init__.py +0 -0
  5802. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/AMD/__init__.py +0 -0
  5803. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/ARB/__init__.py +0 -0
  5804. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/ATI/__init__.py +0 -0
  5805. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/DFX/__init__.py +0 -0
  5806. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/DL/__init__.py +0 -0
  5807. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/EXT/__init__.py +0 -0
  5808. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/I3D/__init__.py +0 -0
  5809. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/NV/__init__.py +0 -0
  5810. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/OML/__init__.py +0 -0
  5811. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/VERSION/__init__.py +0 -0
  5812. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/_bytes.py +0 -0
  5813. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/_null.py +0 -0
  5814. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/_opaque.py +0 -0
  5815. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/__init__.py +0 -0
  5816. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/_buffers.py +0 -0
  5817. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/_strings.py +0 -0
  5818. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/arrayhelpers.py +0 -0
  5819. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/buffers.py +0 -0
  5820. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/formathandler.py +0 -0
  5821. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/nones.py +0 -0
  5822. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/numbers.py +0 -0
  5823. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/contextdata.py +0 -0
  5824. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/images.py +0 -0
  5825. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/latebind.py +0 -0
  5826. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/lazywrapper.py +0 -0
  5827. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/osmesa/__init__.py +0 -0
  5828. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/platform/ctypesloader.py +0 -0
  5829. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/platform/entrypoint31.py +0 -0
  5830. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/platform/osmesa.py +0 -0
  5831. /pyopengl-3.1.10/OpenGL/raw/GLES1/__init__.py → /pyopengl-4.0.0a4/OpenGL/py.typed +0 -0
  5832. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/raw/EGL/_glgets.py +0 -0
  5833. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/raw/GLX/_glgets.py +0 -0
  5834. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/raw/WGL/_glgets.py +0 -0
  5835. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/PyOpenGL.egg-info/dependency_links.txt +0 -0
  5836. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/PyOpenGL.egg-info/top_level.txt +0 -0
  5837. /pyopengl-3.1.10/tests/osdemo.py → /pyopengl-4.0.0a4/examples/osmesa_offscreen.py +0 -0
  5838. /pyopengl-3.1.10/tests/gh_bug33_osmesa_attribute_pointer.py → /pyopengl-4.0.0a4/examples/osmesa_vertex_attributes.py +0 -0
  5839. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/license.txt +0 -0
  5840. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/setup.cfg +0 -0
  5841. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/buildgledll.py +0 -0
  5842. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/check_pollution.py +0 -0
  5843. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/checkdefs.py +0 -0
  5844. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/comparechromium.py +0 -0
  5845. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/core.py +0 -0
  5846. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/ctypetopytype.py +0 -0
  5847. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/downloadglut.py +0 -0
  5848. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/find_glget_constants.py +0 -0
  5849. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/funcparse.py +0 -0
  5850. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/generateraw.py +0 -0
  5851. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/gengl.py +0 -0
  5852. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/get_gl_extensions.py +0 -0
  5853. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/get_gles_extensions.py +0 -0
  5854. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/missingdefs.py +0 -0
  5855. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/missingglut.py +0 -0
  5856. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/togl.py +0 -0
  5857. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/xml_generate.py +0 -0
  5858. {pyopengl-3.1.10 → pyopengl-4.0.0a4}/tests/yingyang.png +0 -0
@@ -0,0 +1,17 @@
1
+ global-exclude *.odt *.odp .cvsignore *.diff
2
+ include ./*.rst ./*.md
3
+ exclude src/*.h src/*.xml src/*.zip src/*.pdf src/*.zip src/*.txt
4
+ include src/win32deps.py src/toglinstall/get_togl.py src/*.py
5
+ include tests/*.py tests/*.png
6
+ include examples/*.py
7
+ include metadata.py
8
+ include OpenGL/DLLS/*
9
+ include license.txt
10
+ include ChangeLog.txt
11
+ exclude accelerate
12
+ exclude directdocs
13
+
14
+ # The type stubs and the marker that tells a checker to use them.
15
+ include OpenGL/py.typed
16
+ include OpenGL/raw/_declarations/*.dat
17
+ recursive-include OpenGL *.pyi
@@ -0,0 +1,504 @@
1
+ """CGL, the interface that gives macOS an OpenGL context with no window.
2
+
3
+ CGL is the layer NSGL and AGL are built on, and the only one of the three that
4
+ will hand out a context without a window server to put a window on. That makes
5
+ it what an offscreen renderer, a batch tool or a CI job on macOS needs::
6
+
7
+ from OpenGL.CGL import headless_context
8
+
9
+ with headless_context() as context:
10
+ ... # the context is current here
11
+
12
+ **There is no default framebuffer.** Framebuffer zero belongs to a drawable,
13
+ and a context created this way has none: a ``glClear`` or a ``glReadPixels``
14
+ against it draws nowhere and reads nothing. Render into a framebuffer object
15
+ instead -- :func:`headless_context` is the context alone, and
16
+ :class:`OffscreenTarget` is a colour/depth/stencil target to bind to it.
17
+
18
+ **Which renderer answers is a choice.** A machine with no accelerated renderer
19
+ available -- a virtual machine, or a session with no window server -- has only
20
+ Apple's CPU renderer, and asking for acceleration there fails rather than
21
+ falling back. :func:`pixel_format_attributes` builds the attribute list for
22
+ either, and :func:`choose_pixel_format` tries acceleration first and settles for
23
+ what is on offer, reporting which it got.
24
+
25
+ Constant values are from Apple's ``CGLTypes.h`` and ``CGLRenderers.h``.
26
+ """
27
+
28
+ import contextlib
29
+ import ctypes
30
+
31
+ __all__ = (
32
+ 'CGL_ERROR_NAMES',
33
+ 'PROFILES',
34
+ 'PROFILE_VERSIONS',
35
+ 'RENDERER_KINDS',
36
+ 'CGLError',
37
+ 'OffscreenTarget',
38
+ 'RendererInfo',
39
+ 'choose_pixel_format',
40
+ 'headless_context',
41
+ 'pixel_format_attributes',
42
+ 'renderers',
43
+ )
44
+
45
+ # -- types -----------------------------------------------------------------
46
+
47
+ CGLPixelFormatObj = ctypes.c_void_p
48
+ CGLContextObj = ctypes.c_void_p
49
+ CGLPixelFormatAttribute = ctypes.c_uint32
50
+ GLint = ctypes.c_int32
51
+
52
+ # -- pixel format attributes (CGLTypes.h) ----------------------------------
53
+
54
+ kCGLPFAAllRenderers = 1
55
+ kCGLPFATripleBuffer = 3
56
+ kCGLPFADoubleBuffer = 5
57
+ kCGLPFAStereo = 6
58
+ kCGLPFAAuxBuffers = 7
59
+ kCGLPFAColorSize = 8
60
+ kCGLPFAAlphaSize = 11
61
+ kCGLPFADepthSize = 12
62
+ kCGLPFAStencilSize = 13
63
+ kCGLPFAAccumSize = 14
64
+ kCGLPFAMinimumPolicy = 51
65
+ kCGLPFAMaximumPolicy = 52
66
+ kCGLPFASampleBuffers = 55
67
+ kCGLPFASamples = 56
68
+ kCGLPFAAuxDepthStencil = 57
69
+ kCGLPFAColorFloat = 58
70
+ kCGLPFAMultisample = 59
71
+ kCGLPFASupersample = 60
72
+ kCGLPFASampleAlpha = 61
73
+ kCGLPFARendererID = 70
74
+ kCGLPFASingleRenderer = 71
75
+ kCGLPFANoRecovery = 72
76
+ kCGLPFAAccelerated = 73
77
+ kCGLPFAClosestPolicy = 74
78
+ kCGLPFABackingStore = 76
79
+ kCGLPFABackingVolatile = 77
80
+ kCGLPFADisplayMask = 84
81
+ kCGLPFAAllowOfflineRenderers = 96
82
+ kCGLPFAAcceleratedCompute = 97
83
+ kCGLPFAOpenGLProfile = 99
84
+ kCGLPFASupportsAutomaticGraphicsSwitching = 101
85
+ kCGLPFAVirtualScreenCount = 128
86
+
87
+ # -- OpenGL profiles (CGLTypes.h) ------------------------------------------
88
+
89
+ kCGLOGLPVersion_Legacy = 0x1000
90
+ kCGLOGLPVersion_3_2_Core = 0x3200
91
+ kCGLOGLPVersion_GL3_Core = 0x3200
92
+ kCGLOGLPVersion_GL4_Core = 0x4100
93
+
94
+ #: The profiles CGL offers, by the name this module takes for them. macOS has
95
+ #: no compatibility profile above 2.1: ``'legacy'`` is the fixed-function
96
+ #: pipeline at GL 2.1, and the two core profiles have no fixed function in them
97
+ #: at all.
98
+ PROFILES = {
99
+ 'legacy': kCGLOGLPVersion_Legacy,
100
+ 'core3': kCGLOGLPVersion_3_2_Core,
101
+ 'core4': kCGLOGLPVersion_GL4_Core,
102
+ }
103
+
104
+ #: The GL version each profile promises. Worth comparing against what the
105
+ #: context reports: CGL accepts a pixel format naming a profile the renderer
106
+ #: cannot provide and hands back a lower context rather than refusing, and
107
+ #: macOS resolves every entry point from the framework whether or not the
108
+ #: current context implements it -- so a call the context does not have
109
+ #: segfaults instead of failing.
110
+ PROFILE_VERSIONS = {
111
+ 'legacy': (2, 1),
112
+ 'core3': (3, 2),
113
+ 'core4': (4, 1),
114
+ }
115
+
116
+ # -- renderer ids (CGLRenderers.h) -----------------------------------------
117
+
118
+ kCGLRendererGenericID = 0x00020200
119
+ kCGLRendererGenericFloatID = 0x00020400
120
+ kCGLRendererAppleSWID = 0x00020600
121
+ kCGLRendererIDMatchingMask = 0x00FE7F00
122
+
123
+ #: How to ask for a kind of renderer, by the name this module takes for it.
124
+ #: ``'any'`` names no preference, which is what a machine with no accelerated
125
+ #: renderer needs: asking for acceleration where there is none fails outright
126
+ #: rather than falling back.
127
+ RENDERER_KINDS = ('accelerated', 'any', 'software')
128
+
129
+ # -- renderer properties (CGLTypes.h) --------------------------------------
130
+ #
131
+ # CGLQueryRendererInfo describes what this machine can render *without*
132
+ # creating anything, which is the only way to know what a context would have
133
+ # been before asking for one.
134
+
135
+ kCGLRPOffScreen = 53
136
+ kCGLRPFullScreen = 54
137
+ kCGLRPRendererID = 70
138
+ kCGLRPAccelerated = 73
139
+ kCGLRPRobust = 75
140
+ kCGLRPBackingStore = 76
141
+ kCGLRPMPSafe = 78
142
+ kCGLRPWindow = 80
143
+ kCGLRPMultiScreen = 81
144
+ kCGLRPCompliant = 83
145
+ kCGLRPDisplayMask = 84
146
+ kCGLRPBufferModes = 100
147
+ kCGLRPColorModes = 103
148
+ kCGLRPAccumModes = 104
149
+ kCGLRPDepthModes = 105
150
+ kCGLRPStencilModes = 106
151
+ kCGLRPMaxAuxBuffers = 107
152
+ kCGLRPMaxSampleBuffers = 108
153
+ kCGLRPMaxSamples = 109
154
+ kCGLRPSampleModes = 110
155
+ kCGLRPSampleAlpha = 111
156
+ kCGLRPGPUVertProcCapable = 122
157
+ kCGLRPGPUFragProcCapable = 123
158
+ kCGLRPRendererCount = 128
159
+ kCGLRPOnline = 129
160
+ kCGLRPAcceleratedCompute = 130
161
+ kCGLRPVideoMemoryMegabytes = 131
162
+ kCGLRPTextureMemoryMegabytes = 132
163
+ kCGLRPMajorGLVersion = 133
164
+ kCGLRPRegistryIDLow = 140
165
+ kCGLRPRegistryIDHigh = 141
166
+ kCGLRPRemovable = 142
167
+
168
+ #: Query every renderer, whatever display it belongs to.
169
+ kCGLDisplayMaskAll = 0xFFFFFFFF
170
+
171
+
172
+ class RendererInfo:
173
+ """One renderer this machine offers, and what it can do.
174
+
175
+ ``major_gl_version`` is the highest GL major version it supports, which is
176
+ what decides whether a core profile asked of it will be the profile that
177
+ comes back: CGL accepts a pixel format naming one this renderer cannot
178
+ provide and answers with a lower context rather than refusing.
179
+ """
180
+
181
+ __slots__ = ('accelerated', 'index', 'major_gl_version', 'online',
182
+ 'renderer_id', 'video_memory')
183
+
184
+ def __init__(self, index, renderer_id, accelerated, online,
185
+ major_gl_version, video_memory):
186
+ self.index = index
187
+ self.renderer_id = renderer_id
188
+ self.accelerated = bool(accelerated)
189
+ self.online = bool(online)
190
+ self.major_gl_version = major_gl_version
191
+ self.video_memory = video_memory
192
+
193
+ @property
194
+ def software(self):
195
+ """Whether this renderer rasterises on the CPU."""
196
+ return not self.accelerated
197
+
198
+ def __repr__(self):
199
+ return '<%s %d id=0x%08X %s, GL %s, %s MB>' % (
200
+ self.__class__.__name__, self.index, self.renderer_id,
201
+ 'software' if self.software else 'accelerated',
202
+ self.major_gl_version, self.video_memory)
203
+
204
+
205
+ def renderers(display_mask=kCGLDisplayMaskAll):
206
+ """Every renderer this machine offers, as :class:`RendererInfo`.
207
+
208
+ Creates no context and opens no window, so it answers on a machine where
209
+ nothing else here would -- which is what makes it the first thing to ask
210
+ when a context turns out not to be what was requested.
211
+ """
212
+ cgl = library()
213
+ info = ctypes.c_void_p()
214
+ count = GLint()
215
+ _check('CGLQueryRendererInfo',
216
+ cgl.CGLQueryRendererInfo(display_mask, ctypes.byref(info),
217
+ ctypes.byref(count)))
218
+ try:
219
+ found = []
220
+ for index in range(count.value):
221
+ def describe(prop, _index=index):
222
+ value = GLint()
223
+ if cgl.CGLDescribeRenderer(info, _index, prop,
224
+ ctypes.byref(value)) != 0:
225
+ return 0
226
+ return value.value
227
+
228
+ found.append(RendererInfo(
229
+ index=index,
230
+ renderer_id=describe(kCGLRPRendererID),
231
+ accelerated=describe(kCGLRPAccelerated),
232
+ online=describe(kCGLRPOnline),
233
+ major_gl_version=describe(kCGLRPMajorGLVersion),
234
+ video_memory=describe(kCGLRPVideoMemoryMegabytes),
235
+ ))
236
+ return tuple(found)
237
+ finally:
238
+ cgl.CGLDestroyRendererInfo(info)
239
+
240
+
241
+ # -- errors (CGLTypes.h) ---------------------------------------------------
242
+
243
+ CGL_ERROR_NAMES = {
244
+ 0: 'kCGLNoError',
245
+ 10000: 'kCGLBadAttribute',
246
+ 10001: 'kCGLBadProperty',
247
+ 10002: 'kCGLBadPixelFormat',
248
+ 10003: 'kCGLBadRendererInfo',
249
+ 10004: 'kCGLBadContext',
250
+ 10005: 'kCGLBadDrawable',
251
+ 10006: 'kCGLBadDisplay',
252
+ 10007: 'kCGLBadState',
253
+ 10008: 'kCGLBadValue',
254
+ 10009: 'kCGLBadMatch',
255
+ 10010: 'kCGLBadEnumeration',
256
+ 10011: 'kCGLBadOffScreen',
257
+ 10012: 'kCGLBadFullScreen',
258
+ 10013: 'kCGLBadWindow',
259
+ 10014: 'kCGLBadAddress',
260
+ 10015: 'kCGLBadCodeModule',
261
+ 10016: 'kCGLBadAlloc',
262
+ 10017: 'kCGLBadConnection',
263
+ }
264
+
265
+
266
+ class CGLError(RuntimeError):
267
+ """A CGL call answered with an error.
268
+
269
+ ``code`` is the ``CGLError`` value and ``operation`` the call that returned
270
+ it, so a caller can tell "this machine offers no such pixel format" from
271
+ "the arguments were wrong" without parsing the message.
272
+ """
273
+
274
+ def __init__(self, operation, code):
275
+ self.operation = operation
276
+ self.code = code
277
+ super().__init__('%s: %s (%s)' % (
278
+ operation, CGL_ERROR_NAMES.get(code, 'unknown CGL error'), code))
279
+
280
+
281
+ # -- the library -----------------------------------------------------------
282
+
283
+ _cgl = None
284
+
285
+
286
+ def library():
287
+ """The OpenGL framework, with the CGL entry points declared.
288
+
289
+ Loaded on use rather than at import, so this module can be imported --
290
+ and its attribute-building half used and tested -- on a platform that has
291
+ no CGL at all.
292
+ """
293
+ global _cgl
294
+ if _cgl is None:
295
+ from OpenGL.platform import PLATFORM
296
+
297
+ cgl = getattr(PLATFORM, 'CGL', None)
298
+ if cgl is None:
299
+ raise CGLError('loading CGL', 10006) # kCGLBadDisplay
300
+ cgl.CGLChoosePixelFormat.argtypes = [
301
+ ctypes.POINTER(CGLPixelFormatAttribute),
302
+ ctypes.POINTER(CGLPixelFormatObj),
303
+ ctypes.POINTER(GLint),
304
+ ]
305
+ cgl.CGLChoosePixelFormat.restype = ctypes.c_int32
306
+ cgl.CGLDestroyPixelFormat.argtypes = [CGLPixelFormatObj]
307
+ cgl.CGLDestroyPixelFormat.restype = ctypes.c_int32
308
+ cgl.CGLCreateContext.argtypes = [
309
+ CGLPixelFormatObj, CGLContextObj, ctypes.POINTER(CGLContextObj),
310
+ ]
311
+ cgl.CGLCreateContext.restype = ctypes.c_int32
312
+ cgl.CGLDestroyContext.argtypes = [CGLContextObj]
313
+ cgl.CGLDestroyContext.restype = ctypes.c_int32
314
+ cgl.CGLSetCurrentContext.argtypes = [CGLContextObj]
315
+ cgl.CGLSetCurrentContext.restype = ctypes.c_int32
316
+ cgl.CGLGetCurrentContext.argtypes = []
317
+ cgl.CGLGetCurrentContext.restype = CGLContextObj
318
+ cgl.CGLDescribePixelFormat.argtypes = [
319
+ CGLPixelFormatObj, GLint, CGLPixelFormatAttribute,
320
+ ctypes.POINTER(GLint),
321
+ ]
322
+ cgl.CGLDescribePixelFormat.restype = ctypes.c_int32
323
+ cgl.CGLQueryRendererInfo.argtypes = [
324
+ ctypes.c_uint32, ctypes.POINTER(ctypes.c_void_p),
325
+ ctypes.POINTER(GLint),
326
+ ]
327
+ cgl.CGLQueryRendererInfo.restype = ctypes.c_int32
328
+ cgl.CGLDescribeRenderer.argtypes = [
329
+ ctypes.c_void_p, GLint, ctypes.c_uint32, ctypes.POINTER(GLint),
330
+ ]
331
+ cgl.CGLDescribeRenderer.restype = ctypes.c_int32
332
+ cgl.CGLDestroyRendererInfo.argtypes = [ctypes.c_void_p]
333
+ cgl.CGLDestroyRendererInfo.restype = ctypes.c_int32
334
+ _cgl = cgl
335
+ return _cgl
336
+
337
+
338
+ def _check(operation, code):
339
+ if code != 0:
340
+ raise CGLError(operation, code)
341
+ return code
342
+
343
+
344
+ # -- choosing a pixel format -----------------------------------------------
345
+
346
+ def pixel_format_attributes(profile='legacy', renderer='accelerated',
347
+ color_size=24, alpha_size=8, depth_size=24,
348
+ stencil_size=8, samples=0, double_buffer=False):
349
+ """The attribute list ``CGLChoosePixelFormat`` takes, as plain integers.
350
+
351
+ Pure, so what a caller asked for can be read off without a Mac to ask.
352
+ ``profile`` is a key of :data:`PROFILES` and ``renderer`` one of
353
+ :data:`RENDERER_KINDS`; the sizes are bits per buffer, ``color_size``
354
+ counting the three colour channels together as CGL does.
355
+
356
+ The list is terminated with a zero, which is how CGL knows where it ends.
357
+ """
358
+ if profile not in PROFILES:
359
+ raise ValueError('profile must be one of %r, not %r'
360
+ % (sorted(PROFILES), profile))
361
+ if renderer not in RENDERER_KINDS:
362
+ raise ValueError('renderer must be one of %r, not %r'
363
+ % (list(RENDERER_KINDS), renderer))
364
+ attributes = [kCGLPFAOpenGLProfile, PROFILES[profile]]
365
+ if renderer == 'accelerated':
366
+ attributes.append(kCGLPFAAccelerated)
367
+ elif renderer == 'software':
368
+ # Naming the renderer is the only way to *ask for* the CPU one; there
369
+ # is no "not accelerated" attribute.
370
+ attributes += [kCGLPFARendererID, kCGLRendererGenericFloatID]
371
+ # 'any' names neither, and lets CGL answer with whatever it has.
372
+ if double_buffer:
373
+ attributes.append(kCGLPFADoubleBuffer)
374
+ attributes += [
375
+ kCGLPFAColorSize, color_size,
376
+ kCGLPFAAlphaSize, alpha_size,
377
+ kCGLPFADepthSize, depth_size,
378
+ kCGLPFAStencilSize, stencil_size,
379
+ ]
380
+ if samples:
381
+ attributes += [kCGLPFASampleBuffers, 1, kCGLPFASamples, samples]
382
+ attributes.append(0)
383
+ return attributes
384
+
385
+
386
+ #: The renderer kinds :func:`choose_pixel_format` tries, in order. A GPU is
387
+ #: worth having where there is one; 'any' is what answers on a machine whose
388
+ #: only renderer is Apple's CPU one but which does not advertise it under the
389
+ #: generic-float id; naming that id is the last resort.
390
+ _RENDERER_ORDER = ('accelerated', 'any', 'software')
391
+
392
+
393
+ def choose_pixel_format(profile='legacy', renderer=None, **sizes):
394
+ """A pixel format for this machine, and the renderer kind it came from.
395
+
396
+ Returns ``(pixel_format, renderer_kind)``. With ``renderer`` given, that
397
+ kind is the only one tried. Without, the kinds in :data:`_RENDERER_ORDER`
398
+ are tried in turn and the first the machine offers is taken -- so a Mac
399
+ with a GPU renders on it, and a virtual machine or a session with no window
400
+ server still gets a context instead of an error.
401
+
402
+ Raises :class:`CGLError` if none of them is available.
403
+ """
404
+ cgl = library()
405
+ kinds = (renderer,) if renderer is not None else _RENDERER_ORDER
406
+ failure = None
407
+ for kind in kinds:
408
+ attributes = pixel_format_attributes(
409
+ profile=profile, renderer=kind, **sizes)
410
+ array = (CGLPixelFormatAttribute * len(attributes))(*attributes)
411
+ pixel_format = CGLPixelFormatObj()
412
+ count = GLint()
413
+ code = cgl.CGLChoosePixelFormat(
414
+ array, ctypes.byref(pixel_format), ctypes.byref(count))
415
+ if code == 0 and pixel_format.value and count.value > 0:
416
+ return pixel_format, kind
417
+ failure = failure or CGLError('CGLChoosePixelFormat', code or 10002)
418
+ raise failure
419
+
420
+
421
+ # -- a context ---------------------------------------------------------------
422
+
423
+ @contextlib.contextmanager
424
+ def headless_context(profile='legacy', renderer=None, **sizes):
425
+ """A CGL context with no drawable, current for the body and then destroyed.
426
+
427
+ Yields the ``CGLContextObj``. ``profile`` is a key of :data:`PROFILES`;
428
+ the remaining arguments are :func:`pixel_format_attributes`'. Remember
429
+ that there is no default framebuffer: bind an :class:`OffscreenTarget`
430
+ before drawing anything.
431
+ """
432
+ cgl = library()
433
+ pixel_format = choose_pixel_format(
434
+ profile=profile, renderer=renderer, **sizes)[0]
435
+ context = CGLContextObj()
436
+ try:
437
+ _check('CGLCreateContext',
438
+ cgl.CGLCreateContext(pixel_format, None, ctypes.byref(context)))
439
+ finally:
440
+ cgl.CGLDestroyPixelFormat(pixel_format)
441
+ try:
442
+ _check('CGLSetCurrentContext', cgl.CGLSetCurrentContext(context))
443
+ yield context
444
+ finally:
445
+ cgl.CGLSetCurrentContext(None)
446
+ cgl.CGLDestroyContext(context)
447
+
448
+
449
+ class OffscreenTarget:
450
+ """A framebuffer object to draw into, since there is no framebuffer zero.
451
+
452
+ Built and bound inside a current context, and torn down with
453
+ :meth:`release`. ``color_format`` is the colour attachment's internal
454
+ format, ``GL_RGBA8`` unless a caller wants something else -- ``GL_RGB8``
455
+ for a target whose readback should have no alpha in it -- and the
456
+ depth/stencil attachment is ``GL_DEPTH24_STENCIL8``. ``glReadPixels``
457
+ reads from it while it is bound, so nothing else about a caller's drawing
458
+ has to change.
459
+
460
+ Its colour is at ``GL_COLOR_ATTACHMENT0`` rather than ``GL_BACK_LEFT``,
461
+ which is what a caller asking the framebuffer about its own buffers has to
462
+ name.
463
+ """
464
+
465
+ def __init__(self, width, height, color_format=None):
466
+ from OpenGL import GL as gl
467
+
468
+ if color_format is None:
469
+ color_format = gl.GL_RGBA8
470
+ self.color_format = color_format
471
+ self.width, self.height = width, height
472
+ self.framebuffer = int(gl.glGenFramebuffers(1))
473
+ gl.glBindFramebuffer(gl.GL_FRAMEBUFFER, self.framebuffer)
474
+ self.color = int(gl.glGenRenderbuffers(1))
475
+ gl.glBindRenderbuffer(gl.GL_RENDERBUFFER, self.color)
476
+ gl.glRenderbufferStorage(gl.GL_RENDERBUFFER, color_format, width, height)
477
+ gl.glFramebufferRenderbuffer(
478
+ gl.GL_FRAMEBUFFER, gl.GL_COLOR_ATTACHMENT0,
479
+ gl.GL_RENDERBUFFER, self.color)
480
+ self.depth = int(gl.glGenRenderbuffers(1))
481
+ gl.glBindRenderbuffer(gl.GL_RENDERBUFFER, self.depth)
482
+ gl.glRenderbufferStorage(
483
+ gl.GL_RENDERBUFFER, gl.GL_DEPTH24_STENCIL8, width, height)
484
+ gl.glFramebufferRenderbuffer(
485
+ gl.GL_FRAMEBUFFER, gl.GL_DEPTH_STENCIL_ATTACHMENT,
486
+ gl.GL_RENDERBUFFER, self.depth)
487
+ status = gl.glCheckFramebufferStatus(gl.GL_FRAMEBUFFER)
488
+ if status != gl.GL_FRAMEBUFFER_COMPLETE:
489
+ self.release()
490
+ raise CGLError('glCheckFramebufferStatus -> %s' % (status,), 10011)
491
+ gl.glViewport(0, 0, width, height)
492
+
493
+ def release(self):
494
+ from OpenGL import GL as gl
495
+
496
+ for name, delete in (
497
+ ('color', gl.glDeleteRenderbuffers),
498
+ ('depth', gl.glDeleteRenderbuffers),
499
+ ('framebuffer', gl.glDeleteFramebuffers),
500
+ ):
501
+ value = getattr(self, name, None)
502
+ if value:
503
+ delete(1, [value])
504
+ setattr(self, name, None)
@@ -0,0 +1,27 @@
1
+ # mypy: ignore-errors
2
+ # The names in this module arrive from the declaration tables at import
3
+ # time, so a checker reading this file sees calls to things it cannot
4
+ # find. The typed surface is the .pyi stub beside the package.
5
+ '''OpenGL extension ANDROID.blob_cache
6
+
7
+ This module customises the behaviour of the
8
+ OpenGL.raw.EGL.ANDROID.blob_cache to provide a more
9
+ Python-friendly API
10
+
11
+ The official definition of this extension is available here:
12
+ http://www.opengl.org/registry/specs/ANDROID/blob_cache.txt
13
+ '''
14
+ from OpenGL import platform, constant, arrays
15
+ from OpenGL import extensions, wrapper
16
+ import ctypes
17
+ from OpenGL.raw.EGL import _types, _glgets
18
+ from OpenGL._declarations import define as _define
19
+ _EXTENSION_NAME = _define(globals(), 'OpenGL.raw.EGL.ANDROID.blob_cache')
20
+
21
+ def glInitBlobCacheANDROID():
22
+ '''Return boolean indicating whether this extension is available'''
23
+ from OpenGL import extensions
24
+ return extensions.hasGLExtension( _EXTENSION_NAME )
25
+
26
+
27
+ ### END AUTOGENERATED SECTION
@@ -0,0 +1,11 @@
1
+ """OpenGL.EGL.ANDROID.blob_cache -- generated; regenerate with src/regenerate_c.py."""
2
+
3
+ from typing import Any
4
+
5
+ from OpenGL.raw.EGL._types import *
6
+
7
+ def eglSetBlobCacheFuncsANDROID(dpy: Any, set: Any, get: Any) -> None: ...
8
+
9
+ def glInitBlobCacheANDROID() -> bool: ...
10
+
11
+ def __getattr__(name: str) -> Any: ...
@@ -0,0 +1,27 @@
1
+ # mypy: ignore-errors
2
+ # The names in this module arrive from the declaration tables at import
3
+ # time, so a checker reading this file sees calls to things it cannot
4
+ # find. The typed surface is the .pyi stub beside the package.
5
+ '''OpenGL extension ANDROID.create_native_client_buffer
6
+
7
+ This module customises the behaviour of the
8
+ OpenGL.raw.EGL.ANDROID.create_native_client_buffer to provide a more
9
+ Python-friendly API
10
+
11
+ The official definition of this extension is available here:
12
+ https://www.khronos.org/registry/EGL/extensions/ANDROID/EGL_ANDROID_create_native_client_buffer.txt
13
+ '''
14
+ from OpenGL import platform, constant, arrays
15
+ from OpenGL import extensions, wrapper
16
+ import ctypes
17
+ from OpenGL.raw.EGL import _types, _glgets
18
+ from OpenGL._declarations import define as _define
19
+ _EXTENSION_NAME = _define(globals(), 'OpenGL.raw.EGL.ANDROID.create_native_client_buffer')
20
+
21
+ def eglInitCreateNativeClientBufferANDROID():
22
+ '''Return boolean indicating whether this extension is available'''
23
+ from OpenGL import extensions
24
+ return extensions.hasGLExtension( _EXTENSION_NAME )
25
+
26
+
27
+ ### END AUTOGENERATED SECTION
@@ -0,0 +1,17 @@
1
+ """OpenGL.EGL.ANDROID.create_native_client_buffer -- generated; regenerate with src/regenerate_c.py."""
2
+
3
+ from typing import Any
4
+ from OpenGL._typing import IntArray
5
+
6
+ from OpenGL.raw.EGL._types import *
7
+
8
+ EGL_NATIVE_BUFFER_USAGE_ANDROID: int
9
+ EGL_NATIVE_BUFFER_USAGE_PROTECTED_BIT_ANDROID: int
10
+ EGL_NATIVE_BUFFER_USAGE_RENDERBUFFER_BIT_ANDROID: int
11
+ EGL_NATIVE_BUFFER_USAGE_TEXTURE_BIT_ANDROID: int
12
+
13
+ def eglCreateNativeClientBufferANDROID(attrib_list: IntArray) -> Any: ...
14
+
15
+ def eglInitCreateNativeClientBufferANDROID(*args: Any, **named: Any) -> Any: ...
16
+
17
+ def __getattr__(name: str) -> Any: ...
@@ -0,0 +1,27 @@
1
+ # mypy: ignore-errors
2
+ # The names in this module arrive from the declaration tables at import
3
+ # time, so a checker reading this file sees calls to things it cannot
4
+ # find. The typed surface is the .pyi stub beside the package.
5
+ '''OpenGL extension ANDROID.framebuffer_target
6
+
7
+ This module customises the behaviour of the
8
+ OpenGL.raw.EGL.ANDROID.framebuffer_target to provide a more
9
+ Python-friendly API
10
+
11
+ The official definition of this extension is available here:
12
+ http://www.opengl.org/registry/specs/ANDROID/framebuffer_target.txt
13
+ '''
14
+ from OpenGL import platform, constant, arrays
15
+ from OpenGL import extensions, wrapper
16
+ import ctypes
17
+ from OpenGL.raw.EGL import _types, _glgets
18
+ from OpenGL._declarations import define as _define
19
+ _EXTENSION_NAME = _define(globals(), 'OpenGL.raw.EGL.ANDROID.framebuffer_target')
20
+
21
+ def glInitFramebufferTargetANDROID():
22
+ '''Return boolean indicating whether this extension is available'''
23
+ from OpenGL import extensions
24
+ return extensions.hasGLExtension( _EXTENSION_NAME )
25
+
26
+
27
+ ### END AUTOGENERATED SECTION
@@ -0,0 +1,11 @@
1
+ """OpenGL.EGL.ANDROID.framebuffer_target -- generated; regenerate with src/regenerate_c.py."""
2
+
3
+ from typing import Any
4
+
5
+ from OpenGL.raw.EGL._types import *
6
+
7
+ EGL_FRAMEBUFFER_TARGET_ANDROID: int
8
+
9
+ def glInitFramebufferTargetANDROID() -> bool: ...
10
+
11
+ def __getattr__(name: str) -> Any: ...
@@ -0,0 +1,27 @@
1
+ # mypy: ignore-errors
2
+ # The names in this module arrive from the declaration tables at import
3
+ # time, so a checker reading this file sees calls to things it cannot
4
+ # find. The typed surface is the .pyi stub beside the package.
5
+ '''OpenGL extension ANDROID.get_frame_timestamps
6
+
7
+ This module customises the behaviour of the
8
+ OpenGL.raw.EGL.ANDROID.get_frame_timestamps to provide a more
9
+ Python-friendly API
10
+
11
+ The official definition of this extension is available here:
12
+ https://www.khronos.org/registry/EGL/extensions/ANDROID/EGL_ANDROID_get_frame_timestamps.txt
13
+ '''
14
+ from OpenGL import platform, constant, arrays
15
+ from OpenGL import extensions, wrapper
16
+ import ctypes
17
+ from OpenGL.raw.EGL import _types, _glgets
18
+ from OpenGL._declarations import define as _define
19
+ _EXTENSION_NAME = _define(globals(), 'OpenGL.raw.EGL.ANDROID.get_frame_timestamps')
20
+
21
+ def eglInitGetFrameTimestampsANDROID():
22
+ '''Return boolean indicating whether this extension is available'''
23
+ from OpenGL import extensions
24
+ return extensions.hasGLExtension( _EXTENSION_NAME )
25
+
26
+
27
+ ### END AUTOGENERATED SECTION