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.
- pyopengl-4.0.0a4/MANIFEST.in +17 -0
- pyopengl-4.0.0a4/OpenGL/CGL/__init__.py +504 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/blob_cache.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/blob_cache.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/create_native_client_buffer.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/create_native_client_buffer.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/framebuffer_target.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/framebuffer_target.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/get_frame_timestamps.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/get_frame_timestamps.pyi +32 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/get_native_client_buffer.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/get_native_client_buffer.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/image_native_buffer.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/image_native_buffer.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/native_fence_sync.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/native_fence_sync.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/presentation_time.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/presentation_time.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/recordable.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANDROID/recordable.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/d3d_share_handle_client_buffer.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/d3d_share_handle_client_buffer.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/device_d3d.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/device_d3d.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/query_surface_pointer.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/query_surface_pointer.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/surface_d3d_texture_2d_share_handle.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/surface_d3d_texture_2d_share_handle.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/sync_control_rate.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/sync_control_rate.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/window_fixed_size.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ANGLE/window_fixed_size.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ARM/pixmap_multisample_discard.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/ARM/pixmap_multisample_discard.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/buffer_age.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/buffer_age.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/client_extensions.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/client_extensions.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/client_sync.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/client_sync.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/compositor.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/compositor.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/create_context_robustness.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/create_context_robustness.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_base.py +40 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_base.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_drm.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_drm.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_enumeration.py +30 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_enumeration.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_openwf.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_openwf.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_persistent_id.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_persistent_id.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_query.py +30 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/device_query.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/display_alloc.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/display_alloc.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/image_dma_buf_import.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/image_dma_buf_import.pyi +32 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/image_dma_buf_import_modifiers.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/image_dma_buf_import_modifiers.pyi +25 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/multiview_window.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/multiview_window.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/output_base.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/output_base.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/output_drm.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/output_drm.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/output_openwf.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/output_openwf.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_base.py +32 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_base.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_device.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_device.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_wayland.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_wayland.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_x11.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/platform_x11.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/protected_surface.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/protected_surface.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/stream_consumer_egloutput.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/stream_consumer_egloutput.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/surface_compression.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/surface_compression.pyi +30 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/swap_buffers_with_damage.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/swap_buffers_with_damage.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/sync_reuse.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/sync_reuse.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/yuv_surface.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/EXT/yuv_surface.pyi +35 -0
- pyopengl-4.0.0a4/OpenGL/EGL/HI/clientpixmap.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/HI/clientpixmap.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/EGL/HI/colorformats.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/HI/colorformats.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/EGL/IMG/context_priority.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/IMG/context_priority.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/cl_event.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/cl_event.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/cl_event2.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/cl_event2.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/client_get_all_proc_addresses.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/client_get_all_proc_addresses.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/config_attribs.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/config_attribs.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/create_context.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/create_context.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/create_context_no_error.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/create_context_no_error.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/debug.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/debug.pyi +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/display_reference.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/display_reference.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/fence_sync.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/fence_sync.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/get_all_proc_addresses.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/get_all_proc_addresses.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_colorspace.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_colorspace.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_renderbuffer_image.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_renderbuffer_image.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_texture_2D_image.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_texture_2D_image.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_texture_3D_image.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_texture_3D_image.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_texture_cubemap_image.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/gl_texture_cubemap_image.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/image.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/image.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/image_base.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/image_base.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/image_pixmap.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/image_pixmap.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/lock_surface.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/lock_surface.pyi +35 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/lock_surface2.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/lock_surface2.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/lock_surface3.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/lock_surface3.pyi +37 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/partial_update.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/partial_update.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_android.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_android.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_gbm.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_gbm.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_wayland.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_wayland.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_x11.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/platform_x11.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/reusable_sync.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/reusable_sync.pyi +26 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream.pyi +29 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_attrib.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_attrib.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_consumer_gltexture.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_consumer_gltexture.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_cross_process_fd.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_cross_process_fd.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_fifo.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_fifo.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_producer_aldatalocator.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_producer_aldatalocator.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_producer_eglsurface.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/stream_producer_eglsurface.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/surfaceless_context.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/surfaceless_context.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/swap_buffers_with_damage.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/swap_buffers_with_damage.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/vg_parent_image.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/vg_parent_image.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/wait_sync.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/KHR/wait_sync.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/MESA/drm_image.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/MESA/drm_image.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/EGL/MESA/image_dma_buf_export.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/MESA/image_dma_buf_export.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/EGL/MESA/platform_gbm.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/MESA/platform_gbm.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/MESA/query_driver.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/MESA/query_driver.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NOK/swap_region.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NOK/swap_region.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NOK/swap_region2.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NOK/swap_region2.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NOK/texture_from_pixmap.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NOK/texture_from_pixmap.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/EGL_3dvision_surface.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/EGL_3dvision_surface.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/coverage_sample.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/coverage_sample.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/coverage_sample_resolve.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/coverage_sample_resolve.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/cuda_event.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/cuda_event.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/depth_nonlinear.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/depth_nonlinear.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/device_cuda.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/device_cuda.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/native_query.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/native_query.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/post_convert_rounding.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/post_convert_rounding.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/post_sub_buffer.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/post_sub_buffer.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_consumer_eglimage.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_consumer_eglimage.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_consumer_gltexture_yuv.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_flush.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_flush.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_metadata.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_metadata.pyi +29 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_reset.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_reset.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_sync.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/stream_sync.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/sync.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/sync.pyi +30 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/system_time.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/NV/system_time.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/EGL/TIZEN/image_native_buffer.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/TIZEN/image_native_buffer.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/TIZEN/image_native_surface.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/TIZEN/image_native_surface.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_0.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_0.pyi +91 -0
- pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_1.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_1.pyi +29 -0
- pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_2.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_2.pyi +45 -0
- pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_3.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_3.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_4.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_4.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_5.py +37 -0
- pyopengl-4.0.0a4/OpenGL/EGL/VERSION/EGL_1_5.pyi +63 -0
- pyopengl-4.0.0a4/OpenGL/EGL/WL/bind_wayland_display.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/WL/bind_wayland_display.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/EGL/WL/create_wayland_buffer_from_image.py +27 -0
- pyopengl-4.0.0a4/OpenGL/EGL/WL/create_wayland_buffer_from_image.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/EGL/__init__.py +25 -0
- pyopengl-4.0.0a4/OpenGL/EGL/__init__.pyi +1014 -0
- pyopengl-4.0.0a4/OpenGL/EGL/devices.py +184 -0
- pyopengl-4.0.0a4/OpenGL/EGL/gbmdevice.py +120 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/blend_minmax_factor.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/blend_minmax_factor.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/conservative_depth.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/conservative_depth.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/debug_output.py +75 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/debug_output.pyi +30 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/depth_clamp_separate.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/depth_clamp_separate.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/draw_buffers_blend.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/draw_buffers_blend.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/framebuffer_multisample_advanced.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/framebuffer_multisample_advanced.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/framebuffer_sample_positions.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/framebuffer_sample_positions.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/gcn_shader.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/gcn_shader.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/gpu_shader_half_float.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/gpu_shader_half_float.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/gpu_shader_int16.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/gpu_shader_int16.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/gpu_shader_int64.py +74 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/gpu_shader_int64.pyi +74 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/interleaved_elements.py +60 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/interleaved_elements.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/multi_draw_indirect.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/multi_draw_indirect.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/name_gen_delete.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/name_gen_delete.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/occlusion_query_event.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/occlusion_query_event.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/performance_monitor.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/performance_monitor.pyi +30 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/pinned_memory.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/pinned_memory.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/query_buffer_object.py +52 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/query_buffer_object.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/sample_positions.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/sample_positions.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/seamless_cubemap_per_texture.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/seamless_cubemap_per_texture.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_atomic_counter_ops.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_atomic_counter_ops.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_ballot.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_ballot.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_explicit_vertex_parameter.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_explicit_vertex_parameter.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_gpu_shader_half_float_fetch.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_gpu_shader_half_float_fetch.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_image_load_store_lod.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_image_load_store_lod.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_stencil_export.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_stencil_export.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_trinary_minmax.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/shader_trinary_minmax.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/sparse_texture.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/sparse_texture.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/stencil_operation_extended.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/stencil_operation_extended.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/texture_gather_bias_lod.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/texture_gather_bias_lod.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/texture_texture4.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/texture_texture4.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/transform_feedback3_lines_triangles.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/transform_feedback3_lines_triangles.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/transform_feedback4.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/transform_feedback4.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/vertex_shader_layer.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/vertex_shader_layer.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/vertex_shader_tessellator.py +92 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/vertex_shader_tessellator.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/vertex_shader_viewport_index.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/AMD/vertex_shader_viewport_index.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/aux_depth_stencil.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/aux_depth_stencil.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/client_storage.py +111 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/client_storage.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/element_array.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/element_array.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/fence.py +77 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/fence.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/float_pixels.py +74 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/float_pixels.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/flush_buffer_range.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/flush_buffer_range.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/object_purgeable.py +80 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/object_purgeable.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/rgb_422.py +68 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/rgb_422.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/row_bytes.py +59 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/row_bytes.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/specular_vector.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/specular_vector.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/texture_range.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/texture_range.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/transform_hint.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/transform_hint.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/vertex_array_object.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/vertex_array_object.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/vertex_array_range.py +152 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/vertex_array_range.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/vertex_program_evaluators.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/vertex_program_evaluators.pyi +29 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/ycbcr_422.py +66 -0
- pyopengl-4.0.0a4/OpenGL/GL/APPLE/ycbcr_422.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/ES2_compatibility.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/ES2_compatibility.pyi +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/ES3_1_compatibility.py +63 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/ES3_1_compatibility.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/ES3_2_compatibility.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/ES3_2_compatibility.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/ES3_compatibility.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/ES3_compatibility.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/arrays_of_arrays.py +119 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/arrays_of_arrays.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/base_instance.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/base_instance.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/bindless_texture.py +74 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/bindless_texture.pyi +29 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/blend_func_extended.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/blend_func_extended.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/buffer_storage.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/buffer_storage.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/cl_event.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/cl_event.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/clear_buffer_object.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/clear_buffer_object.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/clear_texture.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/clear_texture.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/clip_control.py +93 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/clip_control.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/color_buffer_float.py +59 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/color_buffer_float.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/compatibility.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/compatibility.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/compressed_texture_pixel_storage.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/compressed_texture_pixel_storage.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/compute_shader.py +65 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/compute_shader.pyi +31 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/compute_variable_group_size.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/compute_variable_group_size.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/conditional_render_inverted.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/conditional_render_inverted.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/conservative_depth.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/conservative_depth.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/copy_buffer.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/copy_buffer.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/copy_image.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/copy_image.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/cull_distance.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/cull_distance.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/debug_output.py +98 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/debug_output.pyi +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/depth_buffer_float.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/depth_buffer_float.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/depth_clamp.py +58 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/depth_clamp.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/depth_texture.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/depth_texture.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/derivative_control.py +61 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/derivative_control.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/direct_state_access.py +94 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/direct_state_access.pyi +122 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_buffers.py +52 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_buffers.pyi +30 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_buffers_blend.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_buffers_blend.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_elements_base_vertex.py +89 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_elements_base_vertex.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_indirect.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_indirect.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_instanced.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/draw_instanced.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/enhanced_layouts.py +127 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/enhanced_layouts.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/explicit_attrib_location.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/explicit_attrib_location.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/explicit_uniform_location.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/explicit_uniform_location.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_coord_conventions.py +88 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_coord_conventions.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_layer_viewport.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_layer_viewport.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_program.py +80 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_program.pyi +109 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_program_shadow.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_program_shadow.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_shader.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_shader.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_shader_interlock.py +83 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/fragment_shader_interlock.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/framebuffer_no_attachments.py +73 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/framebuffer_no_attachments.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/framebuffer_object.py +335 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/framebuffer_object.pyi +107 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/framebuffer_sRGB.py +59 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/framebuffer_sRGB.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/geometry_shader4.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/geometry_shader4.pyi +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/get_program_binary.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/get_program_binary.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/get_texture_sub_image.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/get_texture_sub_image.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/gl_spirv.py +418 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/gl_spirv.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/gpu_shader5.py +108 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/gpu_shader5.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/gpu_shader_fp64.py +92 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/gpu_shader_fp64.pyi +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/gpu_shader_int64.py +65 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/gpu_shader_int64.pyi +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/half_float_pixel.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/half_float_pixel.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/half_float_vertex.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/half_float_vertex.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/imaging.py +241 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/imaging.pyi +121 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/indirect_parameters.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/indirect_parameters.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/instanced_arrays.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/instanced_arrays.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/internalformat_query.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/internalformat_query.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/internalformat_query2.py +74 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/internalformat_query2.pyi +147 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/invalidate_subdata.py +73 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/invalidate_subdata.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/map_buffer_alignment.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/map_buffer_alignment.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/map_buffer_range.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/map_buffer_range.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/matrix_palette.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/matrix_palette.pyi +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/multi_bind.py +63 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/multi_bind.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/multi_draw_indirect.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/multi_draw_indirect.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/multisample.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/multisample.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/multitexture.py +26 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/multitexture.pyi +81 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/occlusion_query.py +118 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/occlusion_query.pyi +25 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/occlusion_query2.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/occlusion_query2.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/parallel_shader_compile.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/parallel_shader_compile.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/pipeline_statistics_query.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/pipeline_statistics_query.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/pixel_buffer_object.py +93 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/pixel_buffer_object.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/point_parameters.py +84 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/point_parameters.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/point_sprite.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/point_sprite.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/polygon_offset_clamp.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/polygon_offset_clamp.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/post_depth_coverage.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/post_depth_coverage.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/program_interface_query.py +66 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/program_interface_query.pyi +68 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/provoking_vertex.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/provoking_vertex.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/query_buffer_object.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/query_buffer_object.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/robust_buffer_access_behavior.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/robust_buffer_access_behavior.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/robustness.py +121 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/robustness.pyi +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/robustness_isolation.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/robustness_isolation.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sample_locations.py +60 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sample_locations.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sample_shading.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sample_shading.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sampler_objects.py +60 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sampler_objects.pyi +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/seamless_cube_map.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/seamless_cube_map.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/seamless_cubemap_per_texture.py +52 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/seamless_cubemap_per_texture.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/separate_shader_objects.py +137 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/separate_shader_objects.pyi +82 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_atomic_counter_ops.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_atomic_counter_ops.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_atomic_counters.py +68 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_atomic_counters.pyi +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_ballot.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_ballot.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_bit_encoding.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_bit_encoding.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_clock.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_clock.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_draw_parameters.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_draw_parameters.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_group_vote.py +81 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_group_vote.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_image_load_store.py +72 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_image_load_store.pyi +77 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_image_size.py +31 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_image_size.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_objects.py +305 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_objects.pyi +87 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_precision.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_precision.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_stencil_export.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_stencil_export.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_storage_buffer_object.py +66 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_storage_buffer_object.pyi +29 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_subroutine.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_subroutine.pyi +31 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_texture_image_samples.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_texture_image_samples.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_texture_lod.py +115 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_texture_lod.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_viewport_layer_array.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shader_viewport_layer_array.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_100.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_100.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_420pack.py +69 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_420pack.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_include.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_include.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_packing.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shading_language_packing.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shadow.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shadow.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shadow_ambient.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/shadow_ambient.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_buffer.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_buffer.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_texture.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_texture.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_texture2.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_texture2.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_texture_clamp.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sparse_texture_clamp.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/spirv_extensions.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/spirv_extensions.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/stencil_texturing.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/stencil_texturing.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sync.py +83 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/sync.pyi +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/tessellation_shader.py +96 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/tessellation_shader.pyi +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_barrier.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_barrier.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_border_clamp.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_border_clamp.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_buffer_object.py +59 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_buffer_object.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_buffer_object_rgb32.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_buffer_object_rgb32.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_buffer_range.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_buffer_range.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_compression.py +141 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_compression.pyi +30 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_compression_bptc.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_compression_bptc.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_compression_rgtc.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_compression_rgtc.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_cube_map.py +76 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_cube_map.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_cube_map_array.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_cube_map_array.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_add.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_add.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_combine.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_combine.pyi +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_crossbar.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_crossbar.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_dot3.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_env_dot3.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_filter_anisotropic.py +68 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_filter_anisotropic.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_filter_minmax.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_filter_minmax.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_float.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_float.pyi +30 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_gather.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_gather.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_mirror_clamp_to_edge.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_mirror_clamp_to_edge.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_mirrored_repeat.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_mirrored_repeat.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_multisample.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_multisample.pyi +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_non_power_of_two.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_non_power_of_two.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_query_levels.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_query_levels.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_query_lod.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_query_lod.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_rectangle.py +59 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_rectangle.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_rg.py +78 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_rg.pyi +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_rgb10_a2ui.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_rgb10_a2ui.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_stencil8.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_stencil8.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_storage.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_storage.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_storage_multisample.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_storage_multisample.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_swizzle.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_swizzle.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_view.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/texture_view.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/timer_query.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/timer_query.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback2.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback2.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback3.py +76 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback3.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback_instanced.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback_instanced.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback_overflow_query.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/transform_feedback_overflow_query.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/transpose_matrix.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/transpose_matrix.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/uniform_buffer_object.py +135 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/uniform_buffer_object.pyi +55 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_array_bgra.py +84 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_array_bgra.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_array_object.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_array_object.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_attrib_64bit.py +69 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_attrib_64bit.pyi +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_attrib_binding.py +65 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_attrib_binding.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_blend.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_blend.pyi +64 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_buffer_object.py +171 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_buffer_object.pyi +54 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_program.py +235 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_program.pyi +153 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_shader.py +166 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_shader.pyi +84 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_type_10f_11f_11f_rev.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_type_10f_11f_11f_rev.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_type_2_10_10_10_rev.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/vertex_type_2_10_10_10_rev.pyi +52 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/viewport_array.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/viewport_array.pyi +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/window_pos.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/ARB/window_pos.pyi +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/draw_buffers.py +52 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/draw_buffers.pyi +30 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/element_array.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/element_array.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/envmap_bumpmap.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/envmap_bumpmap.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/fragment_shader.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/fragment_shader.pyi +130 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/map_object_buffer.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/map_object_buffer.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/meminfo.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/meminfo.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/pixel_format_float.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/pixel_format_float.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/pn_triangles.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/pn_triangles.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/separate_stencil.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/separate_stencil.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/text_fragment_shader.py +88 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/text_fragment_shader.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/texture_env_combine3.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/texture_env_combine3.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/texture_float.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/texture_float.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/texture_mirror_once.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/texture_mirror_once.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/vertex_array_object.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/vertex_array_object.pyi +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/vertex_attrib_array_object.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/vertex_attrib_array_object.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/vertex_streams.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/ATI/vertex_streams.pyi +67 -0
- pyopengl-4.0.0a4/OpenGL/GL/DFX/multisample.py +69 -0
- pyopengl-4.0.0a4/OpenGL/GL/DFX/multisample.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/DFX/tbuffer.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/DFX/tbuffer.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/DFX/texture_compression_FXT1.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/DFX/texture_compression_FXT1.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/EGL_image_storage.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/EGL_image_storage.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/EGL_sync.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/EGL_sync.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/GL_422_pixels.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/GL_422_pixels.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/abgr.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/abgr.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/bgra.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/bgra.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/bindable_uniform.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/bindable_uniform.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_color.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_color.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_equation_separate.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_equation_separate.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_func_separate.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_func_separate.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_logic_op.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_logic_op.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_minmax.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_minmax.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_subtract.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/blend_subtract.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/clip_volume_hint.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/clip_volume_hint.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/cmyka.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/cmyka.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/color_subtable.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/color_subtable.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/compiled_vertex_array.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/compiled_vertex_array.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/convolution.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/convolution.pyi +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/coordinate_frame.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/coordinate_frame.pyi +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/copy_texture.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/copy_texture.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/cull_vertex.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/cull_vertex.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/debug_label.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/debug_label.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/debug_marker.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/debug_marker.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/depth_bounds_test.py +71 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/depth_bounds_test.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/direct_state_access.py +328 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/direct_state_access.pyi +270 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/draw_buffers2.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/draw_buffers2.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/draw_instanced.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/draw_instanced.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/draw_range_elements.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/draw_range_elements.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/external_buffer.py +66 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/external_buffer.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/fog_coord.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/fog_coord.pyi +25 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_blit.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_blit.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_blit_layers.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_blit_layers.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_multisample.py +100 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_multisample.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_multisample_blit_scaled.py +61 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_multisample_blit_scaled.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_object.py +137 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_object.pyi +80 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_sRGB.py +59 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/framebuffer_sRGB.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/geometry_shader4.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/geometry_shader4.pyi +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/gpu_program_parameters.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/gpu_program_parameters.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/gpu_shader4.py +133 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/gpu_shader4.pyi +74 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/histogram.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/histogram.pyi +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/index_array_formats.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/index_array_formats.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/index_func.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/index_func.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/index_material.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/index_material.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/index_texture.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/index_texture.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/light_texture.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/light_texture.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/memory_object.py +29 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/memory_object.pyi +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/memory_object_fd.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/memory_object_fd.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/memory_object_win32.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/memory_object_win32.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/misc_attribute.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/misc_attribute.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/multi_draw_arrays.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/multi_draw_arrays.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/multisample.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/multisample.pyi +30 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/multiview_tessellation_geometry_shader.py +52 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/multiview_tessellation_geometry_shader.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/multiview_texture_multisample.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/multiview_texture_multisample.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/multiview_timer_query.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/multiview_timer_query.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/packed_depth_stencil.py +116 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/packed_depth_stencil.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/packed_float.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/packed_float.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/packed_pixels.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/packed_pixels.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/paletted_texture.py +69 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/paletted_texture.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/pixel_buffer_object.py +78 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/pixel_buffer_object.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/pixel_transform.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/pixel_transform.pyi +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/pixel_transform_color_table.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/pixel_transform_color_table.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/point_parameters.py +78 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/point_parameters.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/polygon_offset.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/polygon_offset.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/polygon_offset_clamp.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/polygon_offset_clamp.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/post_depth_coverage.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/post_depth_coverage.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/provoking_vertex.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/provoking_vertex.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/raster_multisample.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/raster_multisample.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/rescale_normal.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/rescale_normal.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/secondary_color.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/secondary_color.pyi +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/semaphore.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/semaphore.pyi +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/semaphore_fd.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/semaphore_fd.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/semaphore_win32.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/semaphore_win32.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/separate_shader_objects.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/separate_shader_objects.pyi +65 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/separate_specular_color.py +59 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/separate_specular_color.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_framebuffer_fetch.py +62 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_framebuffer_fetch.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_framebuffer_fetch_non_coherent.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_framebuffer_fetch_non_coherent.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_image_load_formatted.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_image_load_formatted.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_image_load_store.py +74 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_image_load_store.pyi +68 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_integer_mix.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_integer_mix.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_samples_identical.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shader_samples_identical.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shadow_funcs.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shadow_funcs.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shared_texture_palette.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/shared_texture_palette.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/sparse_texture2.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/sparse_texture2.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/stencil_clear_tag.py +88 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/stencil_clear_tag.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/stencil_two_side.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/stencil_two_side.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/stencil_wrap.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/stencil_wrap.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/subtexture.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/subtexture.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture.pyi +53 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture3D.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture3D.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_array.py +60 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_array.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_buffer_object.py +62 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_buffer_object.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_compression_latc.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_compression_latc.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_compression_rgtc.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_compression_rgtc.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_compression_s3tc.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_compression_s3tc.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_cube_map.py +76 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_cube_map.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_env_add.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_env_add.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_env_combine.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_env_combine.pyi +31 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_env_dot3.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_env_dot3.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_filter_anisotropic.py +68 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_filter_anisotropic.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_filter_minmax.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_filter_minmax.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_integer.py +79 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_integer.pyi +65 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_lod_bias.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_lod_bias.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_mirror_clamp.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_mirror_clamp.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_object.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_object.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_perturb_normal.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_perturb_normal.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB.pyi +26 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB_R8.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB_R8.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB_RG8.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB_RG8.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB_decode.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_sRGB_decode.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_shadow_lod.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_shadow_lod.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_shared_exponent.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_shared_exponent.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_snorm.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_snorm.pyi +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_storage.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_storage.pyi +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_swizzle.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/texture_swizzle.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/timer_query.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/timer_query.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/transform_feedback.py +59 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/transform_feedback.pyi +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_array.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_array.pyi +53 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_array_bgra.py +84 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_array_bgra.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_attrib_64bit.py +70 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_attrib_64bit.pyi +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_shader.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_shader.pyi +164 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_weighting.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/vertex_weighting.pyi +28 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/win32_keyed_mutex.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/win32_keyed_mutex.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/window_rectangles.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/window_rectangles.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/x11_sync_object.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/EXT/x11_sync_object.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/GREMEDY/frame_terminator.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/GREMEDY/frame_terminator.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/GREMEDY/string_marker.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GL/GREMEDY/string_marker.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/HP/convolution_border_modes.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/HP/convolution_border_modes.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/HP/image_transform.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/HP/image_transform.pyi +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/HP/occlusion_test.py +30 -0
- pyopengl-4.0.0a4/OpenGL/GL/HP/occlusion_test.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/HP/texture_lighting.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/HP/texture_lighting.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/IBM/cull_vertex.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/IBM/cull_vertex.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/IBM/multimode_draw_arrays.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/IBM/multimode_draw_arrays.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/IBM/rasterpos_clip.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/IBM/rasterpos_clip.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/IBM/static_data.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/IBM/static_data.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/IBM/texture_mirrored_repeat.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/IBM/texture_mirrored_repeat.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/IBM/vertex_array_lists.py +75 -0
- pyopengl-4.0.0a4/OpenGL/GL/IBM/vertex_array_lists.pyi +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/INGR/blend_func_separate.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/INGR/blend_func_separate.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/INGR/color_clamp.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/INGR/color_clamp.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GL/INGR/interlace_read.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/INGR/interlace_read.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/INTEL/blackhole_render.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/INTEL/blackhole_render.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/INTEL/conservative_rasterization.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/INTEL/conservative_rasterization.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/INTEL/fragment_shader_ordering.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GL/INTEL/fragment_shader_ordering.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/INTEL/framebuffer_CMAA.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/INTEL/framebuffer_CMAA.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/INTEL/map_texture.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/INTEL/map_texture.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GL/INTEL/parallel_arrays.py +30 -0
- pyopengl-4.0.0a4/OpenGL/GL/INTEL/parallel_arrays.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/GL/INTEL/performance_query.py +70 -0
- pyopengl-4.0.0a4/OpenGL/GL/INTEL/performance_query.pyi +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/blend_equation_advanced.py +89 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/blend_equation_advanced.pyi +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/blend_equation_advanced_coherent.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/blend_equation_advanced_coherent.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/context_flush_control.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/context_flush_control.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/debug.py +148 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/debug.pyi +115 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/no_error.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/no_error.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/parallel_shader_compile.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/parallel_shader_compile.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/robust_buffer_access_behavior.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/robust_buffer_access_behavior.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/robustness.py +85 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/robustness.pyi +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/shader_subgroup.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/shader_subgroup.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/texture_compression_astc_hdr.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/texture_compression_astc_hdr.pyi +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/texture_compression_astc_ldr.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/texture_compression_astc_ldr.pyi +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/texture_compression_astc_sliced_3d.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/KHR/texture_compression_astc_sliced_3d.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/framebuffer_flip_x.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/framebuffer_flip_x.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/framebuffer_flip_y.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/framebuffer_flip_y.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/framebuffer_swap_xy.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/framebuffer_swap_xy.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/pack_invert.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/pack_invert.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/program_binary_formats.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/program_binary_formats.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/resize_buffers.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/resize_buffers.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/shader_integer_functions.py +67 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/shader_integer_functions.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/texture_const_bandwidth.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/texture_const_bandwidth.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/tile_raster_order.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/tile_raster_order.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/window_pos.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/window_pos.pyi +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/ycbcr_texture.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESA/ycbcr_texture.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESAX/texture_stack.py +70 -0
- pyopengl-4.0.0a4/OpenGL/GL/MESAX/texture_stack.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/alpha_to_coverage_dither_control.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/alpha_to_coverage_dither_control.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/bindless_multi_draw_indirect.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/bindless_multi_draw_indirect.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/bindless_multi_draw_indirect_count.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/bindless_multi_draw_indirect_count.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/bindless_texture.py +74 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/bindless_texture.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/blend_equation_advanced.py +103 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/blend_equation_advanced.pyi +64 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/blend_equation_advanced_coherent.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/blend_equation_advanced_coherent.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/blend_minmax_factor.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/blend_minmax_factor.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/blend_square.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/blend_square.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/clip_space_w_scaling.py +59 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/clip_space_w_scaling.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/command_list.py +62 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/command_list.pyi +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/compute_program5.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/compute_program5.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/compute_shader_derivatives.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/compute_shader_derivatives.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/conditional_render.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/conditional_render.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_dilate.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_dilate.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_pre_snap.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_pre_snap.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_pre_snap_triangles.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_pre_snap_triangles.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_underestimation.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/conservative_raster_underestimation.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/copy_depth_to_color.py +62 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/copy_depth_to_color.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/copy_image.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/copy_image.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/deep_texture3D.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/deep_texture3D.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/depth_buffer_float.py +52 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/depth_buffer_float.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/depth_clamp.py +58 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/depth_clamp.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/draw_texture.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/draw_texture.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/draw_vulkan_image.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/draw_vulkan_image.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/evaluators.py +89 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/evaluators.pyi +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/explicit_multisample.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/explicit_multisample.pyi +25 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fence.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fence.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fill_rectangle.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fill_rectangle.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/float_buffer.py +95 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/float_buffer.pyi +25 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fog_distance.py +60 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fog_distance.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_coverage_to_color.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_coverage_to_color.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program.py +77 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program2.py +61 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program2.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program4.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program4.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program_option.py +60 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_program_option.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_shader_barycentric.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_shader_barycentric.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_shader_interlock.py +83 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/fragment_shader_interlock.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/framebuffer_mixed_samples.py +80 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/framebuffer_mixed_samples.pyi +30 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/framebuffer_multisample_coverage.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/framebuffer_multisample_coverage.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/geometry_program4.py +71 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/geometry_program4.pyi +31 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/geometry_shader4.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/geometry_shader4.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/geometry_shader_passthrough.py +103 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/geometry_shader_passthrough.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_multicast.py +60 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_multicast.pyi +29 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_program4.py +68 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_program4.pyi +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_program5.py +147 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_program5.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_program5_mem_extended.py +66 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_program5_mem_extended.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_shader5.py +110 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/gpu_shader5.pyi +74 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/half_float.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/half_float.pyi +59 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/internalformat_sample_query.py +65 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/internalformat_sample_query.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/light_max_exponent.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/light_max_exponent.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/memory_attachment.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/memory_attachment.pyi +28 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/memory_object_sparse.py +31 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/memory_object_sparse.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/mesh_shader.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/mesh_shader.pyi +63 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/multisample_coverage.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/multisample_coverage.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/multisample_filter_hint.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/multisample_filter_hint.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/occlusion_query.py +83 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/occlusion_query.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/packed_depth_stencil.py +98 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/packed_depth_stencil.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/parameter_buffer_object.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/parameter_buffer_object.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/parameter_buffer_object2.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/parameter_buffer_object2.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/path_rendering.py +437 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/path_rendering.pyi +259 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/path_rendering_shared_edge.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/path_rendering_shared_edge.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/pixel_data_range.py +86 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/pixel_data_range.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/point_sprite.py +52 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/point_sprite.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/present_video.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/present_video.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/primitive_restart.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/primitive_restart.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/primitive_shading_rate.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/primitive_shading_rate.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/query_resource.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/query_resource.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/query_resource_tag.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/query_resource_tag.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/register_combiners.py +97 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/register_combiners.pyi +81 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/register_combiners2.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/register_combiners2.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/representative_fragment_test.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/representative_fragment_test.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/robustness_video_memory_purge.py +52 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/robustness_video_memory_purge.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/sample_locations.py +60 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/sample_locations.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/sample_mask_override_coverage.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/sample_mask_override_coverage.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/scissor_exclusive.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/scissor_exclusive.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_counters.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_counters.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_float.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_float.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_float64.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_float64.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_fp16_vector.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_fp16_vector.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_int64.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_atomic_int64.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_buffer_load.py +124 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_buffer_load.pyi +29 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_buffer_store.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_buffer_store.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_storage_buffer_object.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_storage_buffer_object.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_subgroup_partitioned.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_subgroup_partitioned.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_texture_footprint.py +78 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_texture_footprint.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_thread_group.py +70 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_thread_group.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_thread_shuffle.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shader_thread_shuffle.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shading_rate_image.py +70 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/shading_rate_image.pyi +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/stereo_view_rendering.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/stereo_view_rendering.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/tessellation_program5.py +103 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/tessellation_program5.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texgen_emboss.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texgen_emboss.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texgen_reflection.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texgen_reflection.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_barrier.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_barrier.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_compression_vtc.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_compression_vtc.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_env_combine4.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_env_combine4.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_expand_normal.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_expand_normal.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_multisample.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_multisample.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_rectangle.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_rectangle.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_rectangle_compressed.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_rectangle_compressed.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_shader.py +202 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_shader.pyi +83 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_shader2.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_shader2.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_shader3.py +122 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/texture_shader3.pyi +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/timeline_semaphore.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/timeline_semaphore.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/transform_feedback.py +66 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/transform_feedback.pyi +55 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/transform_feedback2.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/transform_feedback2.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/uniform_buffer_std430_layout.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/uniform_buffer_std430_layout.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/uniform_buffer_unified_memory.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/uniform_buffer_unified_memory.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vdpau_interop.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vdpau_interop.pyi +26 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vdpau_interop2.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vdpau_interop2.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_array_range.py +102 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_array_range.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_array_range2.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_array_range2.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_attrib_integer_64bit.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_attrib_integer_64bit.pyi +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_buffer_unified_memory.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_buffer_unified_memory.pyi +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program.py +96 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program.pyi +159 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program1_1.py +52 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program1_1.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program2.py +121 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program2.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program2_option.py +61 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program2_option.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program3.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program3.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program4.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/vertex_program4.pyi +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/video_capture.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/video_capture.pyi +53 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/viewport_array2.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/viewport_array2.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/viewport_swizzle.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/NV/viewport_swizzle.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GL/NVX/blend_equation_advanced_multi_draw_buffers.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/NVX/blend_equation_advanced_multi_draw_buffers.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/NVX/conditional_render.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/NVX/conditional_render.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/NVX/gpu_memory_info.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GL/NVX/gpu_memory_info.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/NVX/gpu_multicast2.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/NVX/gpu_multicast2.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GL/NVX/linked_gpu_multicast.py +62 -0
- pyopengl-4.0.0a4/OpenGL/GL/NVX/linked_gpu_multicast.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/NVX/progress_fence.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/NVX/progress_fence.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/OES/byte_coordinates.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/OES/byte_coordinates.pyi +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/OES/compressed_paletted_texture.py +64 -0
- pyopengl-4.0.0a4/OpenGL/GL/OES/compressed_paletted_texture.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GL/OES/fixed_point.py +59 -0
- pyopengl-4.0.0a4/OpenGL/GL/OES/fixed_point.pyi +120 -0
- pyopengl-4.0.0a4/OpenGL/GL/OES/query_matrix.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/OES/query_matrix.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/OES/read_format.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/OES/read_format.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/OES/single_precision.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/OES/single_precision.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/OML/interlace.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/OML/interlace.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/OML/resample.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/OML/resample.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/OML/subsample.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GL/OML/subsample.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/OVR/multiview.py +60 -0
- pyopengl-4.0.0a4/OpenGL/GL/OVR/multiview.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/OVR/multiview2.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/OVR/multiview2.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/PGI/misc_hints.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/PGI/misc_hints.pyi +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/PGI/vertex_hints.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/PGI/vertex_hints.pyi +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/REND/screen_coordinates.py +74 -0
- pyopengl-4.0.0a4/OpenGL/GL/REND/screen_coordinates.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/S3/s3tc.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/S3/s3tc.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGI/color_matrix.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGI/color_matrix.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGI/color_table.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGI/color_table.pyi +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGI/texture_color_table.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGI/texture_color_table.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/detail_texture.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/detail_texture.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/fog_function.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/fog_function.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/generate_mipmap.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/generate_mipmap.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/multisample.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/multisample.pyi +29 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/pixel_texture.py +73 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/pixel_texture.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/point_line_texgen.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/point_line_texgen.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/point_parameters.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/point_parameters.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/sharpen_texture.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/sharpen_texture.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture4D.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture4D.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_border_clamp.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_border_clamp.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_color_mask.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_color_mask.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_edge_clamp.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_edge_clamp.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_filter4.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_filter4.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_lod.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_lod.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_select.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIS/texture_select.pyi +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/async_.py +70 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/async_.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/async_histogram.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/async_histogram.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/async_pixel.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/async_pixel.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/blend_alpha_minmax.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/blend_alpha_minmax.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/calligraphic_fragment.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/calligraphic_fragment.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/clipmap.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/clipmap.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/convolution_accuracy.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/convolution_accuracy.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/depth_pass_instrument.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/depth_pass_instrument.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/depth_texture.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/depth_texture.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/flush_raster.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/flush_raster.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/fog_offset.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/fog_offset.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/fragment_lighting.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/fragment_lighting.pyi +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/framezoom.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/framezoom.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/igloo_interface.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/igloo_interface.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/instruments.py +62 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/instruments.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/interlace.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/interlace.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/ir_instrument1.py +30 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/ir_instrument1.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/list_priority.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/list_priority.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/pixel_texture.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/pixel_texture.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/pixel_tiles.py +62 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/pixel_tiles.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/polynomial_ffd.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/polynomial_ffd.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/reference_plane.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/reference_plane.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/resample.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/resample.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/scalebias_hint.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/scalebias_hint.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/shadow.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/shadow.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/shadow_ambient.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/shadow_ambient.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/sprite.py +77 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/sprite.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/subsample.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/subsample.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/tag_sample_buffer.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/tag_sample_buffer.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_add_env.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_add_env.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_coordinate_clamp.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_coordinate_clamp.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_lod_bias.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_lod_bias.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_multi_buffer.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_multi_buffer.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_scale_bias.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/texture_scale_bias.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/vertex_preclip.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/vertex_preclip.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/ycrcb.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/ycrcb.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/ycrcb_subsample.py +31 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/ycrcb_subsample.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/ycrcba.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/SGIX/ycrcba.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/SUN/convolution_border_modes.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/SUN/convolution_border_modes.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/SUN/global_alpha.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GL/SUN/global_alpha.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/GL/SUN/mesh_array.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GL/SUN/mesh_array.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/SUN/slice_accum.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GL/SUN/slice_accum.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/SUN/triangle_list.py +70 -0
- pyopengl-4.0.0a4/OpenGL/GL/SUN/triangle_list.pyi +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/SUN/vertex.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/SUN/vertex.pyi +51 -0
- pyopengl-4.0.0a4/OpenGL/GL/SUNX/constant_data.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GL/SUNX/constant_data.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_0.py +59 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_0.pyi +742 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_1.py +104 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_1.pyi +153 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_2.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_2.pyi +61 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_3.py +153 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_3.pyi +160 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_4.py +117 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_4.pyi +116 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_5.py +161 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_1_5.pyi +81 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_2_0.py +542 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_2_0.pyi +190 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_2_1.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_2_1.pyi +41 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_0.py +167 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_0.pyi +333 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_1.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_1.pyi +88 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_2.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_2.pyi +95 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_3.py +31 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_3_3.pyi +86 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_0.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_0.pyi +136 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_1.py +83 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_1.pyi +135 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_2.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_2.pyi +136 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_3.py +93 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_3.pyi +318 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_4.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_4.pyi +46 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_5.py +73 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_5.pyi +184 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_6.py +28 -0
- pyopengl-4.0.0a4/OpenGL/GL/VERSION/GL_4_6.pyi +42 -0
- pyopengl-4.0.0a4/OpenGL/GL/WIN/phong_shading.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GL/WIN/phong_shading.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GL/WIN/specular_fog.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GL/WIN/specular_fog.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GL/__init__.pyi +14134 -0
- pyopengl-4.0.0a4/OpenGL/GL/exceptional.py +299 -0
- pyopengl-4.0.0a4/OpenGL/GL/feedback.py +87 -0
- pyopengl-4.0.0a4/OpenGL/GL/images.py +636 -0
- pyopengl-4.0.0a4/OpenGL/GL/pointers.py +319 -0
- pyopengl-4.0.0a4/OpenGL/GL/shaders.py +356 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/AMD/compressed_3DC_texture.py +77 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/AMD/compressed_3DC_texture.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/AMD/compressed_ATC_texture.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/AMD/compressed_ATC_texture.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/copy_texture_levels.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/copy_texture_levels.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/framebuffer_multisample.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/framebuffer_multisample.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/sync.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/sync.pyi +35 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/texture_2D_limited_npot.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/texture_2D_limited_npot.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/texture_format_BGRA8888.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/texture_format_BGRA8888.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/texture_max_level.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/APPLE/texture_max_level.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/ARM/rgba8.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/ARM/rgba8.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/blend_minmax.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/blend_minmax.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/debug_marker.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/debug_marker.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/discard_framebuffer.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/discard_framebuffer.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/map_buffer_range.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/map_buffer_range.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/multi_draw_arrays.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/multi_draw_arrays.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/multisampled_render_to_texture.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/multisampled_render_to_texture.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/read_format_bgra.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/read_format_bgra.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/robustness.py +82 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/robustness.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/sRGB.py +58 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/sRGB.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_compression_dxt1.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_compression_dxt1.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_filter_anisotropic.py +68 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_filter_anisotropic.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_format_BGRA8888.py +62 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_format_BGRA8888.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_lod_bias.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_lod_bias.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_storage.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/EXT/texture_storage.pyi +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/IMG/multisampled_render_to_texture.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/IMG/multisampled_render_to_texture.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/IMG/read_format.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/IMG/read_format.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/IMG/texture_compression_pvrtc.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/IMG/texture_compression_pvrtc.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/IMG/texture_env_enhanced_fixed_function.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/IMG/texture_env_enhanced_fixed_function.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/IMG/user_clip_plane.py +31 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/IMG/user_clip_plane.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/KHR/debug.py +148 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/KHR/debug.pyi +115 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/NV/fence.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/NV/fence.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/EGL_image.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/EGL_image.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/EGL_image_external.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/EGL_image_external.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/blend_equation_separate.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/blend_equation_separate.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/blend_func_separate.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/blend_func_separate.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/blend_subtract.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/blend_subtract.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/byte_coordinates.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/byte_coordinates.pyi +35 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/compressed_ETC1_RGB8_sub_texture.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/compressed_ETC1_RGB8_sub_texture.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/compressed_ETC1_RGB8_texture.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/compressed_ETC1_RGB8_texture.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/compressed_paletted_texture.py +64 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/compressed_paletted_texture.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/depth24.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/depth24.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/depth32.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/depth32.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/draw_texture.py +52 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/draw_texture.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/element_index_uint.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/element_index_uint.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/extended_matrix_palette.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/extended_matrix_palette.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/fbo_render_mipmap.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/fbo_render_mipmap.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/fixed_point.py +59 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/fixed_point.pyi +120 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/framebuffer_object.py +115 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/framebuffer_object.pyi +60 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/mapbuffer.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/mapbuffer.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/matrix_get.py +52 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/matrix_get.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/matrix_palette.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/matrix_palette.pyi +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/packed_depth_stencil.py +65 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/packed_depth_stencil.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/point_size_array.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/point_size_array.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/point_sprite.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/point_sprite.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/query_matrix.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/query_matrix.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/read_format.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/read_format.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/required_internalformat.py +77 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/required_internalformat.pyi +25 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/rgb8_rgba8.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/rgb8_rgba8.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/single_precision.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/single_precision.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil1.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil1.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil4.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil4.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil8.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil8.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil_wrap.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/stencil_wrap.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/surfaceless_context.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/surfaceless_context.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_cube_map.py +80 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_cube_map.pyi +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_env_crossbar.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_env_crossbar.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_mirrored_repeat.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_mirrored_repeat.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_npot.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/texture_npot.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/vertex_array_object.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/OES/vertex_array_object.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/driver_control.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/driver_control.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/extended_get.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/extended_get.pyi +31 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/extended_get2.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/extended_get2.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/perfmon_global_mode.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/perfmon_global_mode.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/tiled_rendering.py +103 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/tiled_rendering.pyi +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/writeonly_rendering.py +30 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/QCOM/writeonly_rendering.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/VERSION/GLES1_1_0.py +60 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/VERSION/GLES1_1_0.pyi +489 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/__init__.py +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES1/__init__.pyi +1981 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/AMD/compressed_3DC_texture.py +77 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/AMD/compressed_3DC_texture.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/AMD/compressed_ATC_texture.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/AMD/compressed_ATC_texture.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/AMD/framebuffer_multisample_advanced.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/AMD/framebuffer_multisample_advanced.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/AMD/performance_monitor.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/AMD/performance_monitor.pyi +30 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/AMD/program_binary_Z400.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/AMD/program_binary_Z400.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANDROID/extension_pack_es31a.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANDROID/extension_pack_es31a.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/depth_texture.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/depth_texture.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/framebuffer_blit.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/framebuffer_blit.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/framebuffer_multisample.py +52 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/framebuffer_multisample.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/instanced_arrays.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/instanced_arrays.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/pack_reverse_row_order.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/pack_reverse_row_order.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/program_binary.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/program_binary.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/texture_compression_dxt3.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/texture_compression_dxt3.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/texture_compression_dxt5.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/texture_compression_dxt5.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/texture_usage.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/texture_usage.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/translated_shader_source.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ANGLE/translated_shader_source.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/clip_distance.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/clip_distance.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/color_buffer_packed_float.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/color_buffer_packed_float.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/copy_texture_levels.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/copy_texture_levels.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/framebuffer_multisample.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/framebuffer_multisample.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/rgb_422.py +68 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/rgb_422.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/sync.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/sync.pyi +35 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/texture_format_BGRA8888.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/texture_format_BGRA8888.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/texture_max_level.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/texture_max_level.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/texture_packed_float.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/APPLE/texture_packed_float.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ARM/mali_program_binary.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ARM/mali_program_binary.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ARM/mali_shader_binary.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ARM/mali_shader_binary.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ARM/rgba8.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ARM/rgba8.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ARM/shader_core_properties.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ARM/shader_core_properties.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ARM/shader_framebuffer_fetch.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ARM/shader_framebuffer_fetch.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ARM/shader_framebuffer_fetch_depth_stencil.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ARM/shader_framebuffer_fetch_depth_stencil.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ARM/texture_unnormalized_coordinates.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ARM/texture_unnormalized_coordinates.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/DMP/program_binary.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/DMP/program_binary.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/DMP/shader_binary.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/DMP/shader_binary.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ES/VERSION_3_2.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/ES/VERSION_3_2.pyi +269 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/EGL_image_array.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/EGL_image_array.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/EGL_image_storage.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/EGL_image_storage.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/EGL_image_storage_compression.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/EGL_image_storage_compression.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/YUV_target.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/YUV_target.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/base_instance.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/base_instance.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/blend_func_extended.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/blend_func_extended.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/blend_minmax.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/blend_minmax.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/buffer_storage.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/buffer_storage.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/clear_texture.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/clear_texture.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/clip_control.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/clip_control.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/clip_cull_distance.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/clip_cull_distance.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/color_buffer_float.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/color_buffer_float.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/color_buffer_half_float.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/color_buffer_half_float.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/conservative_depth.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/conservative_depth.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/copy_image.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/copy_image.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/debug_label.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/debug_label.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/debug_marker.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/debug_marker.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/depth_clamp.py +58 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/depth_clamp.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/discard_framebuffer.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/discard_framebuffer.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/disjoint_timer_query.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/disjoint_timer_query.pyi +31 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_buffers.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_buffers.pyi +47 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_buffers_indexed.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_buffers_indexed.pyi +47 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_elements_base_vertex.py +89 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_elements_base_vertex.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_instanced.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_instanced.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_transform_feedback.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/draw_transform_feedback.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/external_buffer.py +66 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/external_buffer.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/float_blend.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/float_blend.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/fragment_shading_rate.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/fragment_shading_rate.pyi +42 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/framebuffer_blit_layers.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/framebuffer_blit_layers.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/geometry_point_size.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/geometry_point_size.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/geometry_shader.py +74 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/geometry_shader.pyi +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/gpu_shader5.py +66 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/gpu_shader5.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/instanced_arrays.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/instanced_arrays.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/map_buffer_range.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/map_buffer_range.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/memory_object.py +29 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/memory_object.pyi +42 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/memory_object_fd.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/memory_object_fd.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/memory_object_win32.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/memory_object_win32.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multi_draw_arrays.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multi_draw_arrays.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multi_draw_indirect.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multi_draw_indirect.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multisampled_compatibility.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multisampled_compatibility.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multisampled_render_to_texture.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multisampled_render_to_texture.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multisampled_render_to_texture2.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multisampled_render_to_texture2.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_draw_buffers.py +58 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_draw_buffers.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_tessellation_geometry_shader.py +52 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_tessellation_geometry_shader.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_texture_multisample.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_texture_multisample.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_timer_query.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/multiview_timer_query.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/occlusion_query_boolean.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/occlusion_query_boolean.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/polygon_offset_clamp.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/polygon_offset_clamp.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/post_depth_coverage.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/post_depth_coverage.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/primitive_bounding_box.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/primitive_bounding_box.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/protected_textures.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/protected_textures.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/pvrtc_sRGB.py +58 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/pvrtc_sRGB.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/raster_multisample.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/raster_multisample.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/read_format_bgra.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/read_format_bgra.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/render_snorm.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/render_snorm.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/robustness.py +82 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/robustness.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sRGB.py +58 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sRGB.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sRGB_write_control.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sRGB_write_control.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/semaphore.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/semaphore.pyi +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/semaphore_fd.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/semaphore_fd.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/semaphore_win32.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/semaphore_win32.pyi +21 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/separate_depth_stencil.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/separate_depth_stencil.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/separate_shader_objects.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/separate_shader_objects.pyi +65 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_framebuffer_fetch.py +62 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_framebuffer_fetch.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_framebuffer_fetch_non_coherent.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_framebuffer_fetch_non_coherent.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_group_vote.py +81 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_group_vote.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_implicit_conversions.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_implicit_conversions.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_integer_mix.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_integer_mix.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_io_blocks.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_io_blocks.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_non_constant_global_initializers.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_non_constant_global_initializers.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_pixel_local_storage.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_pixel_local_storage.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_pixel_local_storage2.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_pixel_local_storage2.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_samples_identical.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_samples_identical.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_texture_lod.py +96 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shader_texture_lod.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shadow_samplers.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/shadow_samplers.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sparse_texture.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sparse_texture.pyi +28 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sparse_texture2.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/sparse_texture2.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/tessellation_point_size.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/tessellation_point_size.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/tessellation_shader.py +104 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/tessellation_shader.pyi +59 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_border_clamp.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_border_clamp.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_buffer.py +67 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_buffer.pyi +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_astc_decode_mode.py +58 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_astc_decode_mode.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_bptc.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_bptc.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_dxt1.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_dxt1.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_rgtc.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_rgtc.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_s3tc.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_s3tc.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_s3tc_srgb.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_compression_s3tc_srgb.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_cube_map_array.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_cube_map_array.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_filter_anisotropic.py +68 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_filter_anisotropic.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_filter_minmax.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_filter_minmax.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_format_BGRA8888.py +62 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_format_BGRA8888.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_format_sRGB_override.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_format_sRGB_override.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_mirror_clamp_to_edge.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_mirror_clamp_to_edge.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_norm16.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_norm16.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_query_lod.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_query_lod.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_rg.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_rg.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_sRGB_R8.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_sRGB_R8.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_sRGB_RG8.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_sRGB_RG8.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_sRGB_decode.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_sRGB_decode.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_shadow_lod.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_shadow_lod.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_storage.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_storage.pyi +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_storage_compression.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_storage_compression.pyi +30 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_type_2_10_10_10_REV.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_type_2_10_10_10_REV.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_view.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/texture_view.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/unpack_subimage.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/unpack_subimage.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/win32_keyed_mutex.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/win32_keyed_mutex.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/window_rectangles.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/EXT/window_rectangles.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/FJ/shader_binary_GCCSO.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/FJ/shader_binary_GCCSO.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/bindless_texture.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/bindless_texture.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/framebuffer_downsample.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/framebuffer_downsample.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/multisampled_render_to_texture.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/multisampled_render_to_texture.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/program_binary.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/program_binary.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/read_format.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/read_format.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/shader_binary.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/shader_binary.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/texture_compression_pvrtc.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/texture_compression_pvrtc.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/texture_compression_pvrtc2.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/texture_compression_pvrtc2.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/texture_filter_cubic.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/IMG/texture_filter_cubic.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/blackhole_render.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/blackhole_render.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/conservative_rasterization.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/conservative_rasterization.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/framebuffer_CMAA.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/framebuffer_CMAA.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/performance_query.py +70 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/INTEL/performance_query.pyi +42 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/blend_equation_advanced.py +89 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/blend_equation_advanced.pyi +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/blend_equation_advanced_coherent.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/blend_equation_advanced_coherent.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/context_flush_control.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/context_flush_control.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/debug.py +148 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/debug.pyi +115 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/no_error.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/no_error.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/parallel_shader_compile.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/parallel_shader_compile.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/robust_buffer_access_behavior.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/robust_buffer_access_behavior.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/robustness.py +85 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/robustness.pyi +39 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/shader_subgroup.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/shader_subgroup.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/texture_compression_astc_hdr.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/texture_compression_astc_hdr.pyi +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/texture_compression_astc_ldr.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/texture_compression_astc_ldr.pyi +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/texture_compression_astc_sliced_3d.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/KHR/texture_compression_astc_sliced_3d.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/bgra.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/bgra.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/framebuffer_flip_x.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/framebuffer_flip_x.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/framebuffer_flip_y.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/framebuffer_flip_y.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/framebuffer_swap_xy.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/framebuffer_swap_xy.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/program_binary_formats.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/program_binary_formats.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/sampler_objects.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/sampler_objects.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/shader_integer_functions.py +67 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/shader_integer_functions.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/texture_const_bandwidth.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/MESA/texture_const_bandwidth.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/bindless_texture.py +74 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/bindless_texture.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/blend_equation_advanced.py +103 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/blend_equation_advanced.pyi +64 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/blend_equation_advanced_coherent.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/blend_equation_advanced_coherent.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/blend_minmax_factor.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/blend_minmax_factor.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/clip_space_w_scaling.py +59 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/clip_space_w_scaling.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/compute_shader_derivatives.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/compute_shader_derivatives.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/conditional_render.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/conditional_render.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/conservative_raster.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/conservative_raster.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/conservative_raster_pre_snap.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/conservative_raster_pre_snap.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/conservative_raster_pre_snap_triangles.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/conservative_raster_pre_snap_triangles.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/copy_buffer.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/copy_buffer.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/coverage_sample.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/coverage_sample.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/depth_nonlinear.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/depth_nonlinear.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/draw_buffers.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/draw_buffers.pyi +46 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/draw_instanced.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/draw_instanced.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/draw_vulkan_image.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/draw_vulkan_image.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/explicit_attrib_location.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/explicit_attrib_location.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/fbo_color_attachments.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/fbo_color_attachments.pyi +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/fence.py +57 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/fence.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/fill_rectangle.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/fill_rectangle.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/fragment_coverage_to_color.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/fragment_coverage_to_color.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/fragment_shader_barycentric.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/fragment_shader_barycentric.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/fragment_shader_interlock.py +83 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/fragment_shader_interlock.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/framebuffer_blit.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/framebuffer_blit.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/framebuffer_mixed_samples.py +80 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/framebuffer_mixed_samples.pyi +30 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/framebuffer_multisample.py +52 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/framebuffer_multisample.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/generate_mipmap_sRGB.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/generate_mipmap_sRGB.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/geometry_shader_passthrough.py +103 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/geometry_shader_passthrough.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/gpu_shader5.py +110 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/gpu_shader5.pyi +74 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/image_formats.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/image_formats.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/instanced_arrays.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/instanced_arrays.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/internalformat_sample_query.py +65 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/internalformat_sample_query.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/memory_attachment.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/memory_attachment.pyi +28 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/memory_object_sparse.py +31 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/memory_object_sparse.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/mesh_shader.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/mesh_shader.pyi +63 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/non_square_matrices.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/non_square_matrices.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/pack_subimage.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/pack_subimage.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/path_rendering.py +437 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/path_rendering.pyi +259 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/path_rendering_shared_edge.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/path_rendering_shared_edge.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/pixel_buffer_object.py +75 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/pixel_buffer_object.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/polygon_mode.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/polygon_mode.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/primitive_shading_rate.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/primitive_shading_rate.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_buffer.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_buffer.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_buffer_front.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_buffer_front.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_depth.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_depth.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_depth_stencil.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_depth_stencil.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_stencil.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/read_stencil.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/representative_fragment_test.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/representative_fragment_test.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/sRGB_formats.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/sRGB_formats.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/sample_locations.py +60 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/sample_locations.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/sample_mask_override_coverage.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/sample_mask_override_coverage.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/scissor_exclusive.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/scissor_exclusive.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_atomic_fp16_vector.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_atomic_fp16_vector.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_noperspective_interpolation.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_noperspective_interpolation.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_subgroup_partitioned.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_subgroup_partitioned.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_texture_footprint.py +78 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/shader_texture_footprint.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/shading_rate_image.py +70 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/shading_rate_image.pyi +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/shadow_samplers_array.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/shadow_samplers_array.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/shadow_samplers_cube.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/shadow_samplers_cube.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/stereo_view_rendering.py +51 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/stereo_view_rendering.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_barrier.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_barrier.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_border_clamp.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_border_clamp.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_compression_s3tc_update.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_compression_s3tc_update.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_npot_2D_mipmap.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/texture_npot_2D_mipmap.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/timeline_semaphore.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/timeline_semaphore.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/viewport_array.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/viewport_array.pyi +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/viewport_array2.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/viewport_array2.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/viewport_swizzle.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NV/viewport_swizzle.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NVX/blend_equation_advanced_multi_draw_buffers.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/NVX/blend_equation_advanced_multi_draw_buffers.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/EGL_image.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/EGL_image.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/EGL_image_external.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/EGL_image_external.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/EGL_image_external_essl3.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/EGL_image_external_essl3.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/compressed_ETC1_RGB8_sub_texture.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/compressed_ETC1_RGB8_sub_texture.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/compressed_ETC1_RGB8_texture.py +41 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/compressed_ETC1_RGB8_texture.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/compressed_paletted_texture.py +64 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/compressed_paletted_texture.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/copy_image.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/copy_image.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/depth24.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/depth24.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/depth32.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/depth32.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/depth_texture.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/depth_texture.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/draw_buffers_indexed.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/draw_buffers_indexed.pyi +47 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/draw_elements_base_vertex.py +89 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/draw_elements_base_vertex.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/element_index_uint.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/element_index_uint.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/fbo_render_mipmap.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/fbo_render_mipmap.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/fragment_precision_high.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/fragment_precision_high.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/geometry_point_size.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/geometry_point_size.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/geometry_shader.py +74 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/geometry_shader.pyi +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/get_program_binary.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/get_program_binary.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/gpu_shader5.py +66 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/gpu_shader5.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/mapbuffer.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/mapbuffer.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/packed_depth_stencil.py +65 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/packed_depth_stencil.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/primitive_bounding_box.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/primitive_bounding_box.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/required_internalformat.py +77 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/required_internalformat.pyi +25 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/rgb8_rgba8.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/rgb8_rgba8.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/sample_shading.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/sample_shading.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/sample_variables.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/sample_variables.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/shader_image_atomic.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/shader_image_atomic.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/shader_io_blocks.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/shader_io_blocks.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/shader_multisample_interpolation.py +46 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/shader_multisample_interpolation.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/standard_derivatives.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/standard_derivatives.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/stencil1.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/stencil1.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/stencil4.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/stencil4.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/surfaceless_context.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/surfaceless_context.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/tessellation_point_size.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/tessellation_point_size.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/tessellation_shader.py +104 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/tessellation_shader.pyi +59 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_3D.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_3D.pyi +24 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_border_clamp.py +50 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_border_clamp.pyi +22 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_buffer.py +67 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_buffer.pyi +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_compression_astc.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_compression_astc.pyi +58 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_cube_map_array.py +49 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_cube_map_array.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_float.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_float.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_float_linear.py +40 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_float_linear.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_half_float.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_half_float.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_half_float_linear.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_half_float_linear.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_npot.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_npot.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_stencil8.py +33 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_stencil8.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_storage_multisample_2d_array.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_storage_multisample_2d_array.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_view.py +56 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/texture_view.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/vertex_array_object.py +37 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/vertex_array_object.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/vertex_half_float.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/vertex_half_float.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/vertex_type_10_10_10_2.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/vertex_type_10_10_10_2.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/viewport_array.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OES/viewport_array.pyi +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OVR/multiview.py +60 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OVR/multiview.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OVR/multiview2.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OVR/multiview2.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OVR/multiview_multisampled_render_to_texture.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/OVR/multiview_multisampled_render_to_texture.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/YUV_texture_gather.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/YUV_texture_gather.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/alpha_test.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/alpha_test.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/binning_control.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/binning_control.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/driver_control.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/driver_control.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/extended_get.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/extended_get.pyi +31 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/extended_get2.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/extended_get2.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/frame_extrapolation.py +39 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/frame_extrapolation.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/framebuffer_foveated.py +60 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/framebuffer_foveated.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/motion_estimation.py +38 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/motion_estimation.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/perfmon_global_mode.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/perfmon_global_mode.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/render_sRGB_R8_RG8.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/render_sRGB_R8_RG8.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/render_shared_exponent.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/render_shared_exponent.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/shader_framebuffer_fetch_noncoherent.py +43 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/shader_framebuffer_fetch_noncoherent.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/shader_framebuffer_fetch_rate.py +48 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/shader_framebuffer_fetch_rate.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/shading_rate.py +54 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/shading_rate.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_foveated.py +61 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_foveated.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_foveated2.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_foveated2.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_foveated_subsampled_layout.py +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_foveated_subsampled_layout.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_lod_bias.py +42 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/texture_lod_bias.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/tiled_rendering.py +103 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/tiled_rendering.pyi +45 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/writeonly_rendering.py +30 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/writeonly_rendering.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/ycbcr_degamma.py +47 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/QCOM/ycbcr_degamma.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/VERSION/GLES2_2_0.py +550 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/VERSION/GLES2_2_0.pyi +456 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/VIV/shader_binary.py +32 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/VIV/shader_binary.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/__init__.py +20 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/__init__.pyi +4255 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/images.py +149 -0
- pyopengl-4.0.0a4/OpenGL/GLES2/shaders.py +167 -0
- pyopengl-4.0.0a4/OpenGL/GLES3/VERSION/GLES3_3_0.py +287 -0
- pyopengl-4.0.0a4/OpenGL/GLES3/VERSION/GLES3_3_0.pyi +437 -0
- pyopengl-4.0.0a4/OpenGL/GLES3/VERSION/GLES3_3_1.py +172 -0
- pyopengl-4.0.0a4/OpenGL/GLES3/VERSION/GLES3_3_1.pyi +253 -0
- pyopengl-4.0.0a4/OpenGL/GLES3/__init__.py +22 -0
- pyopengl-4.0.0a4/OpenGL/GLES3/__init__.pyi +1072 -0
- pyopengl-4.0.0a4/OpenGL/GLES3/images.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLSC2/EXT/texture_compression_s3tc.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLSC2/IMG/pvric_end_to_end_signature.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLSC2/IMG/tile_region_protection.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLSC2/OES/depth24.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLSC2/OES/depth32.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLSC2/OES/rgb8_rgba8.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLSC2/OES/standard_derivatives.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLSC2/SC/VERSION_2_0.pyi +396 -0
- pyopengl-4.0.0a4/OpenGL/GLSC2/__init__.pyi +681 -0
- pyopengl-4.0.0a4/OpenGL/GLU/glunurbs.py +308 -0
- pyopengl-4.0.0a4/OpenGL/GLU/glustruct.py +87 -0
- pyopengl-4.0.0a4/OpenGL/GLU/projection.py +103 -0
- pyopengl-4.0.0a4/OpenGL/GLU/quadrics.py +84 -0
- pyopengl-4.0.0a4/OpenGL/GLU/tess.py +275 -0
- pyopengl-4.0.0a4/OpenGL/GLUT/__init__.py +17 -0
- pyopengl-4.0.0a4/OpenGL/GLUT/freeglut.py +309 -0
- pyopengl-4.0.0a4/OpenGL/GLUT/special.py +384 -0
- pyopengl-4.0.0a4/OpenGL/GLX/AMD/gpu_association.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/AMD/gpu_association.pyi +31 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/context_flush_control.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/context_flush_control.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context_no_error.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context_no_error.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context_profile.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context_profile.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context_robustness.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/create_context_robustness.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/fbconfig_float.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/fbconfig_float.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/framebuffer_sRGB.py +59 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/framebuffer_sRGB.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/get_proc_address.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/get_proc_address.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/multisample.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/multisample.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/robustness_application_isolation.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/robustness_application_isolation.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/robustness_share_group_isolation.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/robustness_share_group_isolation.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/vertex_buffer_object.py +85 -0
- pyopengl-4.0.0a4/OpenGL/GLX/ARB/vertex_buffer_object.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/DFX/multisample.py +69 -0
- pyopengl-4.0.0a4/OpenGL/GLX/DFX/multisample.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/buffer_age.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/buffer_age.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/context_priority.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/context_priority.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/create_context_es2_profile.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/create_context_es2_profile.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/create_context_es_profile.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/create_context_es_profile.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/fbconfig_packed_float.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/fbconfig_packed_float.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/framebuffer_sRGB.py +59 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/framebuffer_sRGB.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/get_drawable_type.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/get_drawable_type.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/import_context.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/import_context.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/libglvnd.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/libglvnd.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/no_config_context.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/no_config_context.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/stereo_tree.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/stereo_tree.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/swap_control.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/swap_control.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/swap_control_tear.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/swap_control_tear.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/texture_from_pixmap.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/texture_from_pixmap.pyi +47 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/visual_info.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/visual_info.pyi +26 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/visual_rating.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/EXT/visual_rating.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLX/INTEL/swap_event.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/INTEL/swap_event.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLX/MESA/agp_offset.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/MESA/agp_offset.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/MESA/copy_sub_buffer.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/MESA/copy_sub_buffer.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/MESA/pixmap_colormap.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/MESA/pixmap_colormap.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/MESA/query_renderer.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/MESA/query_renderer.pyi +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/MESA/release_buffers.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/MESA/release_buffers.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/MESA/set_3dfx_mode.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/MESA/set_3dfx_mode.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLX/MESA/swap_control.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/MESA/swap_control.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/copy_buffer.py +34 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/copy_buffer.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/copy_image.py +36 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/copy_image.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/delay_before_swap.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/delay_before_swap.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/float_buffer.py +95 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/float_buffer.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/multigpu_context.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/multigpu_context.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/multisample_coverage.py +53 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/multisample_coverage.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/present_video.py +44 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/present_video.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/robustness_video_memory_purge.py +52 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/robustness_video_memory_purge.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/swap_group.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/swap_group.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/video_capture.py +35 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/video_capture.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/video_out.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/video_out.pyi +28 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/video_output.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/NV/video_output.pyi +28 -0
- pyopengl-4.0.0a4/OpenGL/GLX/OML/swap_method.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/OML/swap_method.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLX/OML/sync_control.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/OML/sync_control.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGI/cushion.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGI/cushion.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGI/make_current_read.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGI/make_current_read.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGI/swap_control.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGI/swap_control.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGI/video_sync.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGI/video_sync.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIS/blended_overlay.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIS/blended_overlay.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIS/multisample.py +55 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIS/multisample.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIS/shared_multisample.py +97 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIS/shared_multisample.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/dmbuffer.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/dmbuffer.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/fbconfig.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/fbconfig.pyi +29 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/hyperpipe.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/hyperpipe.pyi +30 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/pbuffer.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/pbuffer.pyi +42 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/swap_barrier.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/swap_barrier.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/swap_group.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/swap_group.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/video_resize.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/video_resize.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/video_source.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/video_source.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/visual_select_group.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SGIX/visual_select_group.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SUN/get_transparent_index.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/SUN/get_transparent_index.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_0.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_0.pyi +56 -0
- pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_1.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_1.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_2.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_2.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_3.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_3.pyi +85 -0
- pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_4.py +27 -0
- pyopengl-4.0.0a4/OpenGL/GLX/VERSION/GLX_1_4.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/GLX/__init__.py +12 -0
- pyopengl-4.0.0a4/OpenGL/GLX/__init__.pyi +758 -0
- pyopengl-4.0.0a4/OpenGL/Tk/__init__.py +72 -0
- pyopengl-4.0.0a4/OpenGL/Tk/attributes.py +159 -0
- pyopengl-4.0.0a4/OpenGL/Tk/context.py +117 -0
- pyopengl-4.0.0a4/OpenGL/Tk/errors.py +14 -0
- pyopengl-4.0.0a4/OpenGL/Tk/glx.py +398 -0
- pyopengl-4.0.0a4/OpenGL/Tk/togl.py +586 -0
- pyopengl-4.0.0a4/OpenGL/Tk/widget.py +337 -0
- pyopengl-4.0.0a4/OpenGL/Tk/win32.py +501 -0
- pyopengl-4.0.0a4/OpenGL/WGL/AMD/gpu_association.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/AMD/gpu_association.pyi +31 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/buffer_region.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/buffer_region.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/context_flush_control.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/context_flush_control.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context.pyi +20 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context_no_error.py +34 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context_no_error.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context_profile.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context_profile.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context_robustness.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/create_context_robustness.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/extensions_string.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/extensions_string.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/framebuffer_sRGB.py +59 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/framebuffer_sRGB.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/make_current_read.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/make_current_read.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/multisample.py +55 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/multisample.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/pbuffer.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/pbuffer.pyi +25 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/pixel_format.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/pixel_format.pyi +64 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/pixel_format_float.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/pixel_format_float.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/render_texture.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/render_texture.pyi +48 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/robustness_application_isolation.py +44 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/robustness_application_isolation.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/robustness_share_group_isolation.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ARB/robustness_share_group_isolation.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ATI/pixel_format_float.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ATI/pixel_format_float.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ATI/render_texture_rectangle.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/ATI/render_texture_rectangle.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/DFX/multisample.py +69 -0
- pyopengl-4.0.0a4/OpenGL/WGL/DFX/multisample.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/WGL/DL/stereo_control.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/DL/stereo_control.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/colorspace.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/colorspace.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/create_context_es2_profile.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/create_context_es2_profile.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/create_context_es_profile.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/create_context_es_profile.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/depth_float.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/depth_float.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/display_color_table.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/display_color_table.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/extensions_string.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/extensions_string.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/framebuffer_sRGB.py +59 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/framebuffer_sRGB.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/make_current_read.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/make_current_read.pyi +14 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/multisample.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/multisample.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/pbuffer.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/pbuffer.pyi +26 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/pixel_format.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/pixel_format.pyi +60 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/pixel_format_packed_float.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/pixel_format_packed_float.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/swap_control.py +35 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/swap_control.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/swap_control_tear.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/EXT/swap_control_tear.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/WGL/I3D/digital_video_control.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/I3D/digital_video_control.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/WGL/I3D/gamma.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/I3D/gamma.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/WGL/I3D/genlock.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/I3D/genlock.pyi +33 -0
- pyopengl-4.0.0a4/OpenGL/WGL/I3D/image_buffer.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/I3D/image_buffer.pyi +18 -0
- pyopengl-4.0.0a4/OpenGL/WGL/I3D/swap_frame_lock.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/I3D/swap_frame_lock.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/WGL/I3D/swap_frame_usage.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/I3D/swap_frame_usage.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/DX_interop.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/DX_interop.pyi +23 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/DX_interop2.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/DX_interop2.pyi +9 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/copy_image.py +36 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/copy_image.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/delay_before_swap.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/delay_before_swap.pyi +11 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/float_buffer.py +95 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/float_buffer.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/gpu_affinity.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/gpu_affinity.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/multigpu_context.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/multigpu_context.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/multisample_coverage.py +53 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/multisample_coverage.pyi +12 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/present_video.py +44 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/present_video.pyi +16 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/render_depth_texture.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/render_depth_texture.pyi +15 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/render_texture_rectangle.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/render_texture_rectangle.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/swap_group.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/swap_group.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/vertex_array_range.py +102 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/vertex_array_range.pyi +13 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/video_capture.py +35 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/video_capture.pyi +19 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/video_output.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/NV/video_output.pyi +31 -0
- pyopengl-4.0.0a4/OpenGL/WGL/OML/sync_control.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/OML/sync_control.pyi +17 -0
- pyopengl-4.0.0a4/OpenGL/WGL/VERSION/WGL_1_0.py +27 -0
- pyopengl-4.0.0a4/OpenGL/WGL/VERSION/WGL_1_0.pyi +71 -0
- pyopengl-4.0.0a4/OpenGL/WGL/__init__.py +14 -0
- pyopengl-4.0.0a4/OpenGL/WGL/__init__.pyi +795 -0
- pyopengl-4.0.0a4/OpenGL/WGL/offscreen.py +833 -0
- pyopengl-4.0.0a4/OpenGL/__init__.py +470 -0
- pyopengl-4.0.0a4/OpenGL/__pyinstaller/__init__.py +14 -0
- pyopengl-4.0.0a4/OpenGL/__pyinstaller/hook-OpenGL.py +114 -0
- pyopengl-4.0.0a4/OpenGL/_configflags.py +68 -0
- pyopengl-4.0.0a4/OpenGL/_declarations.py +740 -0
- pyopengl-4.0.0a4/OpenGL/_dispatch/__init__.py +411 -0
- pyopengl-4.0.0a4/OpenGL/_dispatch/_tables.py +4875 -0
- pyopengl-4.0.0a4/OpenGL/_dispatch/finder.py +360 -0
- pyopengl-4.0.0a4/OpenGL/_dispatch/support.py +778 -0
- pyopengl-4.0.0a4/OpenGL/_rawfinder.py +90 -0
- pyopengl-4.0.0a4/OpenGL/_scalar.py +29 -0
- pyopengl-4.0.0a4/OpenGL/_string_array.py +90 -0
- pyopengl-4.0.0a4/OpenGL/_typing.pyi +52 -0
- pyopengl-4.0.0a4/OpenGL/acceleratesupport.py +37 -0
- pyopengl-4.0.0a4/OpenGL/arrays/_arrayconstants.py +61 -0
- pyopengl-4.0.0a4/OpenGL/arrays/arraydatatype.py +435 -0
- pyopengl-4.0.0a4/OpenGL/arrays/ctypesarrays.py +165 -0
- pyopengl-4.0.0a4/OpenGL/arrays/ctypesparameters.py +156 -0
- pyopengl-4.0.0a4/OpenGL/arrays/ctypespointers.py +105 -0
- pyopengl-4.0.0a4/OpenGL/arrays/lists.py +231 -0
- pyopengl-4.0.0a4/OpenGL/arrays/numpybuffers.py +131 -0
- pyopengl-4.0.0a4/OpenGL/arrays/numpymodule.py +285 -0
- pyopengl-4.0.0a4/OpenGL/arrays/strings.py +110 -0
- pyopengl-4.0.0a4/OpenGL/arrays/vbo.py +557 -0
- pyopengl-4.0.0a4/OpenGL/constant.py +82 -0
- pyopengl-4.0.0a4/OpenGL/constants.py +8 -0
- pyopengl-4.0.0a4/OpenGL/converters.py +555 -0
- pyopengl-4.0.0a4/OpenGL/dispatch.py +932 -0
- pyopengl-4.0.0a4/OpenGL/error.py +432 -0
- pyopengl-4.0.0a4/OpenGL/extensions.py +381 -0
- pyopengl-4.0.0a4/OpenGL/logs.py +93 -0
- pyopengl-4.0.0a4/OpenGL/platform/__init__.py +154 -0
- pyopengl-4.0.0a4/OpenGL/platform/baseplatform.py +701 -0
- pyopengl-4.0.0a4/OpenGL/platform/darwin.py +127 -0
- pyopengl-4.0.0a4/OpenGL/platform/egl.py +13 -0
- pyopengl-4.0.0a4/OpenGL/platform/glx.py +13 -0
- pyopengl-4.0.0a4/OpenGL/platform/linux.py +382 -0
- pyopengl-4.0.0a4/OpenGL/platform/win32.py +270 -0
- pyopengl-4.0.0a4/OpenGL/plugins.py +118 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/ANDROID/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/ANGLE/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/ARM/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/EXT/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/HI/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/IMG/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/KHR/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/MESA/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/NOK/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/NV/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/NV/stream_consumer_gltexture_yuv.py +25 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/TIZEN/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/VERSION/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/WL/__init__.py +4 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/__init__.py +22 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/_errors.py +36 -0
- pyopengl-4.0.0a4/OpenGL/raw/EGL/_types.py +185 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/AMD/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/ANGLE/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/APPLE/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/ARB/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/ARM/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/ATI/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/DFX/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/DMP/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/EXT/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/FJ/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/GREMEDY/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/HP/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/IBM/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/IMG/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/INGR/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/INTEL/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/KHR/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/MESA/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/MESAX/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/NV/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/NVX/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/OES/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/OML/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/OVR/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/PGI/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/QCOM/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/REND/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/S3/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/SGI/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/SGIS/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/SGIX/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/SUN/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/SUNX/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/VERSION/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/VIV/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/WIN/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/_errors.py +22 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/_glgets.py +2215 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/_lookupint.py +52 -0
- pyopengl-4.0.0a4/OpenGL/raw/GL/_types.py +164 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLE/__init__.py +302 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLE/annotations.py +357 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLE/constants.py +71 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES1/AMD/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES1/APPLE/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES1/ARM/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES1/EXT/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES1/IMG/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES1/KHR/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES1/NV/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES1/OES/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES1/QCOM/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES1/VERSION/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES1/__init__.py +4 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES1/_errors.py +17 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES1/_glgets.py +2215 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES1/_types.py +8 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/AMD/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/ANDROID/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/ANGLE/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/APPLE/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/ARM/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/DMP/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/ES/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/EXT/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/FJ/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/IMG/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/INTEL/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/KHR/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/MESA/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/NV/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/NVX/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/OES/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/OVR/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/QCOM/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/VERSION/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/VIV/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/__init__.py +4 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/_errors.py +17 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/_glgets.py +2215 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES2/_types.py +9 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES3/VERSION/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES3/__init__.py +6 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES3/_errors.py +17 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES3/_glgets.py +2215 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLES3/_types.py +8 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLU/__init__.py +811 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLU/_errors.py +11 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLU/annotations.py +226 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLU/constants.py +324 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLUT/__init__.py +1348 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLUT/annotations.py +23 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLUT/constants.py +349 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/AMD/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/ARB/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/DFX/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/EXT/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/INTEL/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/MESA/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/NV/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/OML/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/SGI/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/SGIS/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/SGIX/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/SUN/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/VERSION/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/__init__.py +4 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/_errors.py +18 -0
- pyopengl-4.0.0a4/OpenGL/raw/GLX/_types.py +333 -0
- pyopengl-4.0.0a4/OpenGL/raw/WGL/AMD/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/WGL/ARB/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/WGL/ATI/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/WGL/DFX/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/WGL/DL/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/WGL/EXT/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/WGL/I3D/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/WGL/NV/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/WGL/OML/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/WGL/VERSION/__init__.py +5 -0
- pyopengl-4.0.0a4/OpenGL/raw/WGL/__init__.py +4 -0
- pyopengl-4.0.0a4/OpenGL/raw/WGL/_errors.py +12 -0
- pyopengl-4.0.0a4/OpenGL/raw/WGL/_types.py +280 -0
- pyopengl-4.0.0a4/OpenGL/raw/__init__.py +10 -0
- pyopengl-4.0.0a4/OpenGL/raw/_declarations/EGL.dat +0 -0
- pyopengl-4.0.0a4/OpenGL/raw/_declarations/GL.dat +0 -0
- pyopengl-4.0.0a4/OpenGL/raw/_declarations/GLES1.dat +0 -0
- pyopengl-4.0.0a4/OpenGL/raw/_declarations/GLES2.dat +0 -0
- pyopengl-4.0.0a4/OpenGL/raw/_declarations/GLES3.dat +0 -0
- pyopengl-4.0.0a4/OpenGL/raw/_declarations/GLSC2.dat +0 -0
- pyopengl-4.0.0a4/OpenGL/raw/_declarations/GLX.dat +0 -0
- pyopengl-4.0.0a4/OpenGL/raw/_declarations/WGL.dat +0 -0
- pyopengl-4.0.0a4/OpenGL/raw/_declarations/_annotations.dat +0 -0
- pyopengl-4.0.0a4/OpenGL/raw/osmesa/__init__.py +4 -0
- pyopengl-4.0.0a4/OpenGL/raw/osmesa/_types.py +15 -0
- pyopengl-4.0.0a4/OpenGL/raw/osmesa/mesa.py +137 -0
- pyopengl-4.0.0a4/OpenGL/version.py +3 -0
- pyopengl-4.0.0a4/OpenGL/wrapper.py +1702 -0
- pyopengl-4.0.0a4/PKG-INFO +355 -0
- pyopengl-4.0.0a4/PyOpenGL.egg-info/PKG-INFO +355 -0
- pyopengl-4.0.0a4/PyOpenGL.egg-info/SOURCES.txt +3061 -0
- pyopengl-4.0.0a4/PyOpenGL.egg-info/entry_points.txt +2 -0
- pyopengl-4.0.0a4/PyOpenGL.egg-info/requires.txt +22 -0
- pyopengl-4.0.0a4/RELEASE-NOTES-4.0.md +148 -0
- pyopengl-4.0.0a4/examples/tk_shader.py +129 -0
- pyopengl-4.0.0a4/pyproject.toml +202 -0
- pyopengl-4.0.0a4/readme.rst +318 -0
- pyopengl-4.0.0a4/setup.py +31 -0
- pyopengl-4.0.0a4/src/absorb_chains.py +185 -0
- pyopengl-4.0.0a4/src/check_absorption.py +196 -0
- pyopengl-4.0.0a4/src/check_registry.py +83 -0
- pyopengl-4.0.0a4/src/codegenerator.py +660 -0
- pyopengl-4.0.0a4/src/fetch_registries.py +183 -0
- pyopengl-4.0.0a4/src/generate_egl.py +67 -0
- pyopengl-4.0.0a4/src/glget_groups_gen.py +219 -0
- pyopengl-4.0.0a4/src/mark_generated_untyped.py +65 -0
- pyopengl-4.0.0a4/src/migrate_raw_imports.py +108 -0
- pyopengl-4.0.0a4/src/openglgenerator.py +313 -0
- pyopengl-4.0.0a4/src/regen_glgets.py +159 -0
- pyopengl-4.0.0a4/src/regenerate_c.py +128 -0
- pyopengl-4.0.0a4/src/xmlreg.py +496 -0
- pyopengl-4.0.0a4/tests/arraycompat.py +269 -0
- pyopengl-4.0.0a4/tests/backends.py +180 -0
- pyopengl-4.0.0a4/tests/check_wgl_offscreen.py +99 -0
- pyopengl-4.0.0a4/tests/checkutils.py +59 -0
- pyopengl-4.0.0a4/tests/childenv.py +119 -0
- pyopengl-4.0.0a4/tests/conftest.py +78 -0
- pyopengl-4.0.0a4/tests/coverage_scan.py +45 -0
- pyopengl-4.0.0a4/tests/egltest.py +110 -0
- pyopengl-4.0.0a4/tests/glcontext.py +824 -0
- pyopengl-4.0.0a4/tests/glcontext_cgl.py +137 -0
- pyopengl-4.0.0a4/tests/glcontext_desktop.py +233 -0
- pyopengl-4.0.0a4/tests/glcontext_egl.py +299 -0
- pyopengl-4.0.0a4/tests/glcontext_es.py +81 -0
- pyopengl-4.0.0a4/tests/glcontext_glfw.py +135 -0
- pyopengl-4.0.0a4/tests/glcontext_pygame.py +123 -0
- pyopengl-4.0.0a4/tests/glcontext_tk.py +109 -0
- pyopengl-4.0.0a4/tests/glcontext_wgl.py +124 -0
- pyopengl-4.0.0a4/tests/glget_audit.py +118 -0
- pyopengl-4.0.0a4/tests/glget_check.py +320 -0
- pyopengl-4.0.0a4/tests/nv_path_rendering_cases.py +256 -0
- pyopengl-4.0.0a4/tests/os_egl.py +292 -0
- pyopengl-4.0.0a4/tests/paths.py +36 -0
- pyopengl-4.0.0a4/tests/report_cgl_context.py +94 -0
- pyopengl-4.0.0a4/tests/report_egl_device_enumeration.py +80 -0
- pyopengl-4.0.0a4/tests/test_wgl_offscreen.py +429 -0
- pyopengl-4.0.0a4/tests/testdecorator.py +74 -0
- pyopengl-4.0.0a4/tests/xlibegltest.py +311 -0
- pyopengl-3.1.10/MANIFEST.in +0 -11
- pyopengl-3.1.10/OpenGL/EGL/ANDROID/blob_cache.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/ANDROID/framebuffer_target.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/ANDROID/image_native_buffer.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/ANDROID/native_fence_sync.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/ANDROID/recordable.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/ANGLE/d3d_share_handle_client_buffer.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/ANGLE/device_d3d.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/ANGLE/query_surface_pointer.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/ANGLE/surface_d3d_texture_2d_share_handle.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/ANGLE/window_fixed_size.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/ARM/pixmap_multisample_discard.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/buffer_age.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/client_extensions.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/create_context_robustness.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/device_base.py +0 -36
- pyopengl-3.1.10/OpenGL/EGL/EXT/device_drm.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/device_enumeration.py +0 -26
- pyopengl-3.1.10/OpenGL/EGL/EXT/device_openwf.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/device_query.py +0 -26
- pyopengl-3.1.10/OpenGL/EGL/EXT/image_dma_buf_import.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/multiview_window.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/output_base.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/output_drm.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/output_openwf.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/platform_base.py +0 -28
- pyopengl-3.1.10/OpenGL/EGL/EXT/platform_device.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/platform_wayland.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/platform_x11.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/protected_surface.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/stream_consumer_egloutput.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/swap_buffers_with_damage.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/EXT/yuv_surface.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/HI/clientpixmap.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/HI/colorformats.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/IMG/context_priority.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/cl_event.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/cl_event2.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/client_get_all_proc_addresses.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/config_attribs.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/create_context.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/create_context_no_error.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/debug.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/fence_sync.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/get_all_proc_addresses.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/gl_colorspace.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/gl_renderbuffer_image.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/gl_texture_2D_image.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/gl_texture_3D_image.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/gl_texture_cubemap_image.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/image.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/image_base.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/image_pixmap.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/lock_surface.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/lock_surface2.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/lock_surface3.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/partial_update.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/platform_android.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/platform_gbm.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/platform_wayland.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/platform_x11.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/reusable_sync.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/stream.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/stream_consumer_gltexture.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/stream_cross_process_fd.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/stream_fifo.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/stream_producer_aldatalocator.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/stream_producer_eglsurface.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/surfaceless_context.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/swap_buffers_with_damage.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/vg_parent_image.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/KHR/wait_sync.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/MESA/drm_image.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/MESA/image_dma_buf_export.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/MESA/platform_gbm.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NOK/swap_region.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NOK/swap_region2.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NOK/texture_from_pixmap.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NV/EGL_3dvision_surface.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NV/coverage_sample.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NV/coverage_sample_resolve.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NV/cuda_event.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NV/depth_nonlinear.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NV/device_cuda.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NV/native_query.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NV/post_convert_rounding.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NV/post_sub_buffer.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NV/stream_consumer_gltexture_yuv.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NV/stream_metadata.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NV/stream_sync.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NV/sync.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/NV/system_time.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/TIZEN/image_native_buffer.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/TIZEN/image_native_surface.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/VERSION/EGL_1_0.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/VERSION/EGL_1_1.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/VERSION/EGL_1_2.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/VERSION/EGL_1_3.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/VERSION/EGL_1_4.py +0 -23
- pyopengl-3.1.10/OpenGL/EGL/VERSION/EGL_1_5.py +0 -33
- pyopengl-3.1.10/OpenGL/EGL/__init__.py +0 -9
- pyopengl-3.1.10/OpenGL/EGL/gbmdevice.py +0 -114
- pyopengl-3.1.10/OpenGL/GL/AMD/blend_minmax_factor.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/AMD/conservative_depth.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/AMD/debug_output.py +0 -88
- pyopengl-3.1.10/OpenGL/GL/AMD/depth_clamp_separate.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/AMD/draw_buffers_blend.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/AMD/framebuffer_multisample_advanced.py +0 -46
- pyopengl-3.1.10/OpenGL/GL/AMD/framebuffer_sample_positions.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/AMD/gcn_shader.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/AMD/gpu_shader_half_float.py +0 -47
- pyopengl-3.1.10/OpenGL/GL/AMD/gpu_shader_int16.py +0 -43
- pyopengl-3.1.10/OpenGL/GL/AMD/gpu_shader_int64.py +0 -118
- pyopengl-3.1.10/OpenGL/GL/AMD/interleaved_elements.py +0 -56
- pyopengl-3.1.10/OpenGL/GL/AMD/multi_draw_indirect.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/AMD/name_gen_delete.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/AMD/occlusion_query_event.py +0 -40
- pyopengl-3.1.10/OpenGL/GL/AMD/performance_monitor.py +0 -71
- pyopengl-3.1.10/OpenGL/GL/AMD/pinned_memory.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/AMD/query_buffer_object.py +0 -48
- pyopengl-3.1.10/OpenGL/GL/AMD/sample_positions.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/AMD/seamless_cubemap_per_texture.py +0 -47
- pyopengl-3.1.10/OpenGL/GL/AMD/shader_atomic_counter_ops.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/AMD/shader_ballot.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/AMD/shader_explicit_vertex_parameter.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/AMD/shader_gpu_shader_half_float_fetch.py +0 -23
- pyopengl-3.1.10/OpenGL/GL/AMD/shader_image_load_store_lod.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/AMD/shader_stencil_export.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/AMD/shader_trinary_minmax.py +0 -33
- pyopengl-3.1.10/OpenGL/GL/AMD/sparse_texture.py +0 -42
- pyopengl-3.1.10/OpenGL/GL/AMD/stencil_operation_extended.py +0 -40
- pyopengl-3.1.10/OpenGL/GL/AMD/texture_gather_bias_lod.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/AMD/texture_texture4.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/AMD/transform_feedback3_lines_triangles.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/AMD/transform_feedback4.py +0 -49
- pyopengl-3.1.10/OpenGL/GL/AMD/vertex_shader_layer.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/AMD/vertex_shader_tessellator.py +0 -88
- pyopengl-3.1.10/OpenGL/GL/AMD/vertex_shader_viewport_index.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/APPLE/aux_depth_stencil.py +0 -47
- pyopengl-3.1.10/OpenGL/GL/APPLE/client_storage.py +0 -107
- pyopengl-3.1.10/OpenGL/GL/APPLE/element_array.py +0 -59
- pyopengl-3.1.10/OpenGL/GL/APPLE/fence.py +0 -79
- pyopengl-3.1.10/OpenGL/GL/APPLE/float_pixels.py +0 -70
- pyopengl-3.1.10/OpenGL/GL/APPLE/flush_buffer_range.py +0 -46
- pyopengl-3.1.10/OpenGL/GL/APPLE/object_purgeable.py +0 -79
- pyopengl-3.1.10/OpenGL/GL/APPLE/rgb_422.py +0 -64
- pyopengl-3.1.10/OpenGL/GL/APPLE/row_bytes.py +0 -55
- pyopengl-3.1.10/OpenGL/GL/APPLE/specular_vector.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/APPLE/texture_range.py +0 -45
- pyopengl-3.1.10/OpenGL/GL/APPLE/transform_hint.py +0 -43
- pyopengl-3.1.10/OpenGL/GL/APPLE/vertex_array_object.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/APPLE/vertex_array_range.py +0 -154
- pyopengl-3.1.10/OpenGL/GL/APPLE/vertex_program_evaluators.py +0 -58
- pyopengl-3.1.10/OpenGL/GL/APPLE/ycbcr_422.py +0 -62
- pyopengl-3.1.10/OpenGL/GL/ARB/ES2_compatibility.py +0 -51
- pyopengl-3.1.10/OpenGL/GL/ARB/ES3_1_compatibility.py +0 -59
- pyopengl-3.1.10/OpenGL/GL/ARB/ES3_2_compatibility.py +0 -41
- pyopengl-3.1.10/OpenGL/GL/ARB/ES3_compatibility.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/ARB/arrays_of_arrays.py +0 -115
- pyopengl-3.1.10/OpenGL/GL/ARB/base_instance.py +0 -50
- pyopengl-3.1.10/OpenGL/GL/ARB/bindless_texture.py +0 -76
- pyopengl-3.1.10/OpenGL/GL/ARB/blend_func_extended.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/ARB/buffer_storage.py +0 -48
- pyopengl-3.1.10/OpenGL/GL/ARB/cl_event.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/ARB/clear_buffer_object.py +0 -45
- pyopengl-3.1.10/OpenGL/GL/ARB/clear_texture.py +0 -59
- pyopengl-3.1.10/OpenGL/GL/ARB/clip_control.py +0 -89
- pyopengl-3.1.10/OpenGL/GL/ARB/color_buffer_float.py +0 -55
- pyopengl-3.1.10/OpenGL/GL/ARB/compatibility.py +0 -23
- pyopengl-3.1.10/OpenGL/GL/ARB/compressed_texture_pixel_storage.py +0 -47
- pyopengl-3.1.10/OpenGL/GL/ARB/compute_shader.py +0 -61
- pyopengl-3.1.10/OpenGL/GL/ARB/compute_variable_group_size.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/ARB/conditional_render_inverted.py +0 -28
- pyopengl-3.1.10/OpenGL/GL/ARB/conservative_depth.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/ARB/copy_buffer.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/ARB/copy_image.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/ARB/cull_distance.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/ARB/debug_output.py +0 -116
- pyopengl-3.1.10/OpenGL/GL/ARB/depth_buffer_float.py +0 -43
- pyopengl-3.1.10/OpenGL/GL/ARB/depth_clamp.py +0 -54
- pyopengl-3.1.10/OpenGL/GL/ARB/depth_texture.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/ARB/derivative_control.py +0 -57
- pyopengl-3.1.10/OpenGL/GL/ARB/direct_state_access.py +0 -190
- pyopengl-3.1.10/OpenGL/GL/ARB/draw_buffers.py +0 -48
- pyopengl-3.1.10/OpenGL/GL/ARB/draw_buffers_blend.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/ARB/draw_elements_base_vertex.py +0 -101
- pyopengl-3.1.10/OpenGL/GL/ARB/draw_indirect.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/ARB/draw_instanced.py +0 -47
- pyopengl-3.1.10/OpenGL/GL/ARB/enhanced_layouts.py +0 -123
- pyopengl-3.1.10/OpenGL/GL/ARB/explicit_attrib_location.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/ARB/explicit_uniform_location.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/ARB/fragment_coord_conventions.py +0 -84
- pyopengl-3.1.10/OpenGL/GL/ARB/fragment_layer_viewport.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/ARB/fragment_program.py +0 -112
- pyopengl-3.1.10/OpenGL/GL/ARB/fragment_program_shadow.py +0 -49
- pyopengl-3.1.10/OpenGL/GL/ARB/fragment_shader.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/ARB/fragment_shader_interlock.py +0 -79
- pyopengl-3.1.10/OpenGL/GL/ARB/framebuffer_no_attachments.py +0 -72
- pyopengl-3.1.10/OpenGL/GL/ARB/framebuffer_object.py +0 -331
- pyopengl-3.1.10/OpenGL/GL/ARB/framebuffer_sRGB.py +0 -55
- pyopengl-3.1.10/OpenGL/GL/ARB/geometry_shader4.py +0 -53
- pyopengl-3.1.10/OpenGL/GL/ARB/get_program_binary.py +0 -56
- pyopengl-3.1.10/OpenGL/GL/ARB/get_texture_sub_image.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/ARB/gl_spirv.py +0 -414
- pyopengl-3.1.10/OpenGL/GL/ARB/gpu_shader5.py +0 -104
- pyopengl-3.1.10/OpenGL/GL/ARB/gpu_shader_fp64.py +0 -127
- pyopengl-3.1.10/OpenGL/GL/ARB/gpu_shader_int64.py +0 -115
- pyopengl-3.1.10/OpenGL/GL/ARB/half_float_pixel.py +0 -40
- pyopengl-3.1.10/OpenGL/GL/ARB/half_float_vertex.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/ARB/imaging.py +0 -225
- pyopengl-3.1.10/OpenGL/GL/ARB/indirect_parameters.py +0 -46
- pyopengl-3.1.10/OpenGL/GL/ARB/instanced_arrays.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/ARB/internalformat_query.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/ARB/internalformat_query2.py +0 -73
- pyopengl-3.1.10/OpenGL/GL/ARB/invalidate_subdata.py +0 -75
- pyopengl-3.1.10/OpenGL/GL/ARB/map_buffer_alignment.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/ARB/map_buffer_range.py +0 -50
- pyopengl-3.1.10/OpenGL/GL/ARB/matrix_palette.py +0 -57
- pyopengl-3.1.10/OpenGL/GL/ARB/multi_bind.py +0 -85
- pyopengl-3.1.10/OpenGL/GL/ARB/multi_draw_indirect.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/ARB/multisample.py +0 -51
- pyopengl-3.1.10/OpenGL/GL/ARB/multitexture.py +0 -70
- pyopengl-3.1.10/OpenGL/GL/ARB/occlusion_query.py +0 -114
- pyopengl-3.1.10/OpenGL/GL/ARB/occlusion_query2.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/ARB/parallel_shader_compile.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/ARB/pipeline_statistics_query.py +0 -41
- pyopengl-3.1.10/OpenGL/GL/ARB/pixel_buffer_object.py +0 -89
- pyopengl-3.1.10/OpenGL/GL/ARB/point_parameters.py +0 -83
- pyopengl-3.1.10/OpenGL/GL/ARB/point_sprite.py +0 -43
- pyopengl-3.1.10/OpenGL/GL/ARB/polygon_offset_clamp.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/ARB/post_depth_coverage.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/ARB/program_interface_query.py +0 -86
- pyopengl-3.1.10/OpenGL/GL/ARB/provoking_vertex.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/ARB/query_buffer_object.py +0 -50
- pyopengl-3.1.10/OpenGL/GL/ARB/robust_buffer_access_behavior.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/ARB/robustness.py +0 -178
- pyopengl-3.1.10/OpenGL/GL/ARB/robustness_isolation.py +0 -23
- pyopengl-3.1.10/OpenGL/GL/ARB/sample_locations.py +0 -56
- pyopengl-3.1.10/OpenGL/GL/ARB/sample_shading.py +0 -50
- pyopengl-3.1.10/OpenGL/GL/ARB/sampler_objects.py +0 -86
- pyopengl-3.1.10/OpenGL/GL/ARB/seamless_cube_map.py +0 -45
- pyopengl-3.1.10/OpenGL/GL/ARB/seamless_cubemap_per_texture.py +0 -48
- pyopengl-3.1.10/OpenGL/GL/ARB/separate_shader_objects.py +0 -252
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_atomic_counter_ops.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_atomic_counters.py +0 -67
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_ballot.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_bit_encoding.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_clock.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_draw_parameters.py +0 -50
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_group_vote.py +0 -77
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_image_load_store.py +0 -68
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_image_size.py +0 -27
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_objects.py +0 -299
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_precision.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_stencil_export.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_storage_buffer_object.py +0 -62
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_subroutine.py +0 -54
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_texture_image_samples.py +0 -28
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_texture_lod.py +0 -111
- pyopengl-3.1.10/OpenGL/GL/ARB/shader_viewport_layer_array.py +0 -42
- pyopengl-3.1.10/OpenGL/GL/ARB/shading_language_100.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/ARB/shading_language_420pack.py +0 -65
- pyopengl-3.1.10/OpenGL/GL/ARB/shading_language_include.py +0 -66
- pyopengl-3.1.10/OpenGL/GL/ARB/shading_language_packing.py +0 -43
- pyopengl-3.1.10/OpenGL/GL/ARB/shadow.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/ARB/shadow_ambient.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/ARB/sparse_buffer.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/ARB/sparse_texture.py +0 -42
- pyopengl-3.1.10/OpenGL/GL/ARB/sparse_texture2.py +0 -53
- pyopengl-3.1.10/OpenGL/GL/ARB/sparse_texture_clamp.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/ARB/spirv_extensions.py +0 -49
- pyopengl-3.1.10/OpenGL/GL/ARB/stencil_texturing.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/ARB/sync.py +0 -79
- pyopengl-3.1.10/OpenGL/GL/ARB/tessellation_shader.py +0 -95
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_barrier.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_border_clamp.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_buffer_object.py +0 -55
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_buffer_object_rgb32.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_buffer_range.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_compression.py +0 -132
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_compression_bptc.py +0 -42
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_compression_rgtc.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_cube_map.py +0 -72
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_cube_map_array.py +0 -51
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_env_add.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_env_combine.py +0 -45
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_env_crossbar.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_env_dot3.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_filter_anisotropic.py +0 -64
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_filter_minmax.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_float.py +0 -33
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_gather.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_mirror_clamp_to_edge.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_mirrored_repeat.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_multisample.py +0 -40
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_non_power_of_two.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_query_levels.py +0 -46
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_query_lod.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_rectangle.py +0 -55
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_rg.py +0 -74
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_rgb10_a2ui.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_stencil8.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_storage.py +0 -45
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_storage_multisample.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_swizzle.py +0 -46
- pyopengl-3.1.10/OpenGL/GL/ARB/texture_view.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/ARB/timer_query.py +0 -51
- pyopengl-3.1.10/OpenGL/GL/ARB/transform_feedback2.py +0 -56
- pyopengl-3.1.10/OpenGL/GL/ARB/transform_feedback3.py +0 -75
- pyopengl-3.1.10/OpenGL/GL/ARB/transform_feedback_instanced.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/ARB/transform_feedback_overflow_query.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/ARB/transpose_matrix.py +0 -48
- pyopengl-3.1.10/OpenGL/GL/ARB/uniform_buffer_object.py +0 -155
- pyopengl-3.1.10/OpenGL/GL/ARB/vertex_array_bgra.py +0 -80
- pyopengl-3.1.10/OpenGL/GL/ARB/vertex_array_object.py +0 -47
- pyopengl-3.1.10/OpenGL/GL/ARB/vertex_attrib_64bit.py +0 -80
- pyopengl-3.1.10/OpenGL/GL/ARB/vertex_attrib_binding.py +0 -61
- pyopengl-3.1.10/OpenGL/GL/ARB/vertex_blend.py +0 -77
- pyopengl-3.1.10/OpenGL/GL/ARB/vertex_buffer_object.py +0 -167
- pyopengl-3.1.10/OpenGL/GL/ARB/vertex_program.py +0 -231
- pyopengl-3.1.10/OpenGL/GL/ARB/vertex_shader.py +0 -159
- pyopengl-3.1.10/OpenGL/GL/ARB/vertex_type_10f_11f_11f_rev.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/ARB/vertex_type_2_10_10_10_rev.py +0 -91
- pyopengl-3.1.10/OpenGL/GL/ARB/viewport_array.py +0 -72
- pyopengl-3.1.10/OpenGL/GL/ARB/window_pos.py +0 -66
- pyopengl-3.1.10/OpenGL/GL/ATI/draw_buffers.py +0 -48
- pyopengl-3.1.10/OpenGL/GL/ATI/element_array.py +0 -42
- pyopengl-3.1.10/OpenGL/GL/ATI/envmap_bumpmap.py +0 -54
- pyopengl-3.1.10/OpenGL/GL/ATI/fragment_shader.py +0 -46
- pyopengl-3.1.10/OpenGL/GL/ATI/map_object_buffer.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/ATI/meminfo.py +0 -33
- pyopengl-3.1.10/OpenGL/GL/ATI/pixel_format_float.py +0 -23
- pyopengl-3.1.10/OpenGL/GL/ATI/pn_triangles.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/ATI/separate_stencil.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/ATI/text_fragment_shader.py +0 -84
- pyopengl-3.1.10/OpenGL/GL/ATI/texture_env_combine3.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/ATI/texture_float.py +0 -33
- pyopengl-3.1.10/OpenGL/GL/ATI/texture_mirror_once.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/ATI/vertex_array_object.py +0 -56
- pyopengl-3.1.10/OpenGL/GL/ATI/vertex_attrib_array_object.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/ATI/vertex_streams.py +0 -96
- pyopengl-3.1.10/OpenGL/GL/DFX/multisample.py +0 -65
- pyopengl-3.1.10/OpenGL/GL/DFX/tbuffer.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/DFX/texture_compression_FXT1.py +0 -42
- pyopengl-3.1.10/OpenGL/GL/EXT/EGL_image_storage.py +0 -45
- pyopengl-3.1.10/OpenGL/GL/EXT/EGL_sync.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/EXT/GL_422_pixels.py +0 -41
- pyopengl-3.1.10/OpenGL/GL/EXT/abgr.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/EXT/bgra.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/EXT/bindable_uniform.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/EXT/blend_color.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/EXT/blend_equation_separate.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/EXT/blend_func_separate.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/EXT/blend_logic_op.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/EXT/blend_minmax.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/EXT/blend_subtract.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/EXT/clip_volume_hint.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/EXT/cmyka.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/EXT/color_subtable.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/EXT/compiled_vertex_array.py +0 -41
- pyopengl-3.1.10/OpenGL/GL/EXT/convolution.py +0 -67
- pyopengl-3.1.10/OpenGL/GL/EXT/coordinate_frame.py +0 -67
- pyopengl-3.1.10/OpenGL/GL/EXT/copy_texture.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/EXT/cull_vertex.py +0 -42
- pyopengl-3.1.10/OpenGL/GL/EXT/debug_label.py +0 -43
- pyopengl-3.1.10/OpenGL/GL/EXT/debug_marker.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/EXT/depth_bounds_test.py +0 -67
- pyopengl-3.1.10/OpenGL/GL/EXT/direct_state_access.py +0 -723
- pyopengl-3.1.10/OpenGL/GL/EXT/draw_buffers2.py +0 -40
- pyopengl-3.1.10/OpenGL/GL/EXT/draw_instanced.py +0 -33
- pyopengl-3.1.10/OpenGL/GL/EXT/draw_range_elements.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/EXT/external_buffer.py +0 -62
- pyopengl-3.1.10/OpenGL/GL/EXT/fog_coord.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/EXT/framebuffer_blit.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/EXT/framebuffer_blit_layers.py +0 -28
- pyopengl-3.1.10/OpenGL/GL/EXT/framebuffer_multisample.py +0 -96
- pyopengl-3.1.10/OpenGL/GL/EXT/framebuffer_multisample_blit_scaled.py +0 -57
- pyopengl-3.1.10/OpenGL/GL/EXT/framebuffer_object.py +0 -133
- pyopengl-3.1.10/OpenGL/GL/EXT/framebuffer_sRGB.py +0 -55
- pyopengl-3.1.10/OpenGL/GL/EXT/geometry_shader4.py +0 -53
- pyopengl-3.1.10/OpenGL/GL/EXT/gpu_program_parameters.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/EXT/gpu_shader4.py +0 -189
- pyopengl-3.1.10/OpenGL/GL/EXT/histogram.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/EXT/index_array_formats.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/EXT/index_func.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/EXT/index_material.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/EXT/index_texture.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/EXT/light_texture.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/EXT/memory_object.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/EXT/memory_object_fd.py +0 -23
- pyopengl-3.1.10/OpenGL/GL/EXT/memory_object_win32.py +0 -23
- pyopengl-3.1.10/OpenGL/GL/EXT/misc_attribute.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/EXT/multi_draw_arrays.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/EXT/multisample.py +0 -23
- pyopengl-3.1.10/OpenGL/GL/EXT/multiview_tessellation_geometry_shader.py +0 -48
- pyopengl-3.1.10/OpenGL/GL/EXT/multiview_texture_multisample.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/EXT/multiview_timer_query.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/EXT/packed_depth_stencil.py +0 -112
- pyopengl-3.1.10/OpenGL/GL/EXT/packed_float.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/EXT/packed_pixels.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/EXT/paletted_texture.py +0 -74
- pyopengl-3.1.10/OpenGL/GL/EXT/pixel_buffer_object.py +0 -74
- pyopengl-3.1.10/OpenGL/GL/EXT/pixel_transform.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/EXT/pixel_transform_color_table.py +0 -28
- pyopengl-3.1.10/OpenGL/GL/EXT/point_parameters.py +0 -77
- pyopengl-3.1.10/OpenGL/GL/EXT/polygon_offset.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/EXT/polygon_offset_clamp.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/EXT/post_depth_coverage.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/EXT/provoking_vertex.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/EXT/raster_multisample.py +0 -42
- pyopengl-3.1.10/OpenGL/GL/EXT/rescale_normal.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/EXT/secondary_color.py +0 -57
- pyopengl-3.1.10/OpenGL/GL/EXT/semaphore.py +0 -58
- pyopengl-3.1.10/OpenGL/GL/EXT/semaphore_fd.py +0 -23
- pyopengl-3.1.10/OpenGL/GL/EXT/semaphore_win32.py +0 -23
- pyopengl-3.1.10/OpenGL/GL/EXT/separate_shader_objects.py +0 -124
- pyopengl-3.1.10/OpenGL/GL/EXT/separate_specular_color.py +0 -55
- pyopengl-3.1.10/OpenGL/GL/EXT/shader_framebuffer_fetch.py +0 -58
- pyopengl-3.1.10/OpenGL/GL/EXT/shader_framebuffer_fetch_non_coherent.py +0 -23
- pyopengl-3.1.10/OpenGL/GL/EXT/shader_image_load_formatted.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/EXT/shader_image_load_store.py +0 -70
- pyopengl-3.1.10/OpenGL/GL/EXT/shader_integer_mix.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/EXT/shader_samples_identical.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/EXT/shadow_funcs.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/EXT/shared_texture_palette.py +0 -33
- pyopengl-3.1.10/OpenGL/GL/EXT/sparse_texture2.py +0 -53
- pyopengl-3.1.10/OpenGL/GL/EXT/stencil_clear_tag.py +0 -84
- pyopengl-3.1.10/OpenGL/GL/EXT/stencil_two_side.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/EXT/stencil_wrap.py +0 -43
- pyopengl-3.1.10/OpenGL/GL/EXT/subtexture.py +0 -42
- pyopengl-3.1.10/OpenGL/GL/EXT/texture.py +0 -50
- pyopengl-3.1.10/OpenGL/GL/EXT/texture3D.py +0 -40
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_array.py +0 -56
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_buffer_object.py +0 -58
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_compression_latc.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_compression_rgtc.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_compression_s3tc.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_cube_map.py +0 -72
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_env_add.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_env_combine.py +0 -46
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_env_dot3.py +0 -41
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_filter_anisotropic.py +0 -64
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_filter_minmax.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_integer.py +0 -87
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_lod_bias.py +0 -41
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_mirror_clamp.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_object.py +0 -49
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_perturb_normal.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_sRGB.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_sRGB_R8.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_sRGB_RG8.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_sRGB_decode.py +0 -41
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_shadow_lod.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_shared_exponent.py +0 -45
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_snorm.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_storage.py +0 -45
- pyopengl-3.1.10/OpenGL/GL/EXT/texture_swizzle.py +0 -46
- pyopengl-3.1.10/OpenGL/GL/EXT/timer_query.py +0 -51
- pyopengl-3.1.10/OpenGL/GL/EXT/transform_feedback.py +0 -67
- pyopengl-3.1.10/OpenGL/GL/EXT/vertex_array.py +0 -64
- pyopengl-3.1.10/OpenGL/GL/EXT/vertex_array_bgra.py +0 -80
- pyopengl-3.1.10/OpenGL/GL/EXT/vertex_attrib_64bit.py +0 -81
- pyopengl-3.1.10/OpenGL/GL/EXT/vertex_shader.py +0 -105
- pyopengl-3.1.10/OpenGL/GL/EXT/vertex_weighting.py +0 -48
- pyopengl-3.1.10/OpenGL/GL/EXT/win32_keyed_mutex.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/EXT/window_rectangles.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/EXT/x11_sync_object.py +0 -46
- pyopengl-3.1.10/OpenGL/GL/GREMEDY/frame_terminator.py +0 -47
- pyopengl-3.1.10/OpenGL/GL/GREMEDY/string_marker.py +0 -54
- pyopengl-3.1.10/OpenGL/GL/HP/convolution_border_modes.py +0 -28
- pyopengl-3.1.10/OpenGL/GL/HP/image_transform.py +0 -47
- pyopengl-3.1.10/OpenGL/GL/HP/occlusion_test.py +0 -26
- pyopengl-3.1.10/OpenGL/GL/HP/texture_lighting.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/IBM/cull_vertex.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/IBM/multimode_draw_arrays.py +0 -55
- pyopengl-3.1.10/OpenGL/GL/IBM/rasterpos_clip.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/IBM/static_data.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/IBM/texture_mirrored_repeat.py +0 -33
- pyopengl-3.1.10/OpenGL/GL/IBM/vertex_array_lists.py +0 -95
- pyopengl-3.1.10/OpenGL/GL/INGR/blend_func_separate.py +0 -23
- pyopengl-3.1.10/OpenGL/GL/INGR/color_clamp.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/INGR/interlace_read.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/INTEL/blackhole_render.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/INTEL/conservative_rasterization.py +0 -41
- pyopengl-3.1.10/OpenGL/GL/INTEL/fragment_shader_ordering.py +0 -51
- pyopengl-3.1.10/OpenGL/GL/INTEL/framebuffer_CMAA.py +0 -42
- pyopengl-3.1.10/OpenGL/GL/INTEL/map_texture.py +0 -43
- pyopengl-3.1.10/OpenGL/GL/INTEL/parallel_arrays.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/INTEL/performance_query.py +0 -74
- pyopengl-3.1.10/OpenGL/GL/KHR/blend_equation_advanced.py +0 -85
- pyopengl-3.1.10/OpenGL/GL/KHR/blend_equation_advanced_coherent.py +0 -23
- pyopengl-3.1.10/OpenGL/GL/KHR/context_flush_control.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/KHR/debug.py +0 -211
- pyopengl-3.1.10/OpenGL/GL/KHR/no_error.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/KHR/parallel_shader_compile.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/KHR/robust_buffer_access_behavior.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/KHR/robustness.py +0 -87
- pyopengl-3.1.10/OpenGL/GL/KHR/shader_subgroup.py +0 -45
- pyopengl-3.1.10/OpenGL/GL/KHR/texture_compression_astc_hdr.py +0 -41
- pyopengl-3.1.10/OpenGL/GL/KHR/texture_compression_astc_ldr.py +0 -23
- pyopengl-3.1.10/OpenGL/GL/KHR/texture_compression_astc_sliced_3d.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/MESA/framebuffer_flip_x.py +0 -42
- pyopengl-3.1.10/OpenGL/GL/MESA/framebuffer_flip_y.py +0 -41
- pyopengl-3.1.10/OpenGL/GL/MESA/framebuffer_swap_xy.py +0 -45
- pyopengl-3.1.10/OpenGL/GL/MESA/pack_invert.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/MESA/program_binary_formats.py +0 -28
- pyopengl-3.1.10/OpenGL/GL/MESA/resize_buffers.py +0 -41
- pyopengl-3.1.10/OpenGL/GL/MESA/shader_integer_functions.py +0 -63
- pyopengl-3.1.10/OpenGL/GL/MESA/texture_const_bandwidth.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/MESA/tile_raster_order.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/MESA/window_pos.py +0 -76
- pyopengl-3.1.10/OpenGL/GL/MESA/ycbcr_texture.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/MESAX/texture_stack.py +0 -66
- pyopengl-3.1.10/OpenGL/GL/NV/alpha_to_coverage_dither_control.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/NV/bindless_multi_draw_indirect.py +0 -43
- pyopengl-3.1.10/OpenGL/GL/NV/bindless_multi_draw_indirect_count.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/NV/bindless_texture.py +0 -76
- pyopengl-3.1.10/OpenGL/GL/NV/blend_equation_advanced.py +0 -99
- pyopengl-3.1.10/OpenGL/GL/NV/blend_equation_advanced_coherent.py +0 -23
- pyopengl-3.1.10/OpenGL/GL/NV/blend_minmax_factor.py +0 -41
- pyopengl-3.1.10/OpenGL/GL/NV/blend_square.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/NV/clip_space_w_scaling.py +0 -55
- pyopengl-3.1.10/OpenGL/GL/NV/command_list.py +0 -79
- pyopengl-3.1.10/OpenGL/GL/NV/compute_program5.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/NV/compute_shader_derivatives.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/NV/conditional_render.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/NV/conservative_raster.py +0 -42
- pyopengl-3.1.10/OpenGL/GL/NV/conservative_raster_dilate.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/NV/conservative_raster_pre_snap.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/NV/conservative_raster_pre_snap_triangles.py +0 -47
- pyopengl-3.1.10/OpenGL/GL/NV/conservative_raster_underestimation.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/NV/copy_depth_to_color.py +0 -58
- pyopengl-3.1.10/OpenGL/GL/NV/copy_image.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/NV/deep_texture3D.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/NV/depth_buffer_float.py +0 -48
- pyopengl-3.1.10/OpenGL/GL/NV/depth_clamp.py +0 -54
- pyopengl-3.1.10/OpenGL/GL/NV/draw_texture.py +0 -47
- pyopengl-3.1.10/OpenGL/GL/NV/draw_vulkan_image.py +0 -53
- pyopengl-3.1.10/OpenGL/GL/NV/evaluators.py +0 -103
- pyopengl-3.1.10/OpenGL/GL/NV/explicit_multisample.py +0 -45
- pyopengl-3.1.10/OpenGL/GL/NV/fence.py +0 -62
- pyopengl-3.1.10/OpenGL/GL/NV/fill_rectangle.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/NV/float_buffer.py +0 -91
- pyopengl-3.1.10/OpenGL/GL/NV/fog_distance.py +0 -56
- pyopengl-3.1.10/OpenGL/GL/NV/fragment_coverage_to_color.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/NV/fragment_program.py +0 -99
- pyopengl-3.1.10/OpenGL/GL/NV/fragment_program2.py +0 -57
- pyopengl-3.1.10/OpenGL/GL/NV/fragment_program4.py +0 -50
- pyopengl-3.1.10/OpenGL/GL/NV/fragment_program_option.py +0 -56
- pyopengl-3.1.10/OpenGL/GL/NV/fragment_shader_barycentric.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/NV/fragment_shader_interlock.py +0 -79
- pyopengl-3.1.10/OpenGL/GL/NV/framebuffer_mixed_samples.py +0 -79
- pyopengl-3.1.10/OpenGL/GL/NV/framebuffer_multisample_coverage.py +0 -45
- pyopengl-3.1.10/OpenGL/GL/NV/geometry_program4.py +0 -67
- pyopengl-3.1.10/OpenGL/GL/NV/geometry_shader4.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/NV/geometry_shader_passthrough.py +0 -99
- pyopengl-3.1.10/OpenGL/GL/NV/gpu_multicast.py +0 -56
- pyopengl-3.1.10/OpenGL/GL/NV/gpu_program4.py +0 -100
- pyopengl-3.1.10/OpenGL/GL/NV/gpu_program5.py +0 -149
- pyopengl-3.1.10/OpenGL/GL/NV/gpu_program5_mem_extended.py +0 -62
- pyopengl-3.1.10/OpenGL/GL/NV/gpu_shader5.py +0 -154
- pyopengl-3.1.10/OpenGL/GL/NV/half_float.py +0 -119
- pyopengl-3.1.10/OpenGL/GL/NV/internalformat_sample_query.py +0 -64
- pyopengl-3.1.10/OpenGL/GL/NV/light_max_exponent.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/NV/memory_attachment.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/NV/memory_object_sparse.py +0 -27
- pyopengl-3.1.10/OpenGL/GL/NV/mesh_shader.py +0 -33
- pyopengl-3.1.10/OpenGL/GL/NV/multisample_coverage.py +0 -49
- pyopengl-3.1.10/OpenGL/GL/NV/multisample_filter_hint.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/NV/occlusion_query.py +0 -91
- pyopengl-3.1.10/OpenGL/GL/NV/packed_depth_stencil.py +0 -94
- pyopengl-3.1.10/OpenGL/GL/NV/parameter_buffer_object.py +0 -56
- pyopengl-3.1.10/OpenGL/GL/NV/parameter_buffer_object2.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/NV/path_rendering.py +0 -587
- pyopengl-3.1.10/OpenGL/GL/NV/path_rendering_shared_edge.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/NV/pixel_data_range.py +0 -85
- pyopengl-3.1.10/OpenGL/GL/NV/point_sprite.py +0 -51
- pyopengl-3.1.10/OpenGL/GL/NV/present_video.py +0 -51
- pyopengl-3.1.10/OpenGL/GL/NV/primitive_restart.py +0 -49
- pyopengl-3.1.10/OpenGL/GL/NV/primitive_shading_rate.py +0 -46
- pyopengl-3.1.10/OpenGL/GL/NV/query_resource.py +0 -48
- pyopengl-3.1.10/OpenGL/GL/NV/query_resource_tag.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/NV/register_combiners.py +0 -117
- pyopengl-3.1.10/OpenGL/GL/NV/register_combiners2.py +0 -58
- pyopengl-3.1.10/OpenGL/GL/NV/representative_fragment_test.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/NV/robustness_video_memory_purge.py +0 -48
- pyopengl-3.1.10/OpenGL/GL/NV/sample_locations.py +0 -56
- pyopengl-3.1.10/OpenGL/GL/NV/sample_mask_override_coverage.py +0 -33
- pyopengl-3.1.10/OpenGL/GL/NV/scissor_exclusive.py +0 -41
- pyopengl-3.1.10/OpenGL/GL/NV/shader_atomic_counters.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/NV/shader_atomic_float.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/NV/shader_atomic_float64.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/NV/shader_atomic_fp16_vector.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/NV/shader_atomic_int64.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/NV/shader_buffer_load.py +0 -135
- pyopengl-3.1.10/OpenGL/GL/NV/shader_buffer_store.py +0 -50
- pyopengl-3.1.10/OpenGL/GL/NV/shader_storage_buffer_object.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/NV/shader_subgroup_partitioned.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/NV/shader_texture_footprint.py +0 -74
- pyopengl-3.1.10/OpenGL/GL/NV/shader_thread_group.py +0 -66
- pyopengl-3.1.10/OpenGL/GL/NV/shader_thread_shuffle.py +0 -40
- pyopengl-3.1.10/OpenGL/GL/NV/shading_rate_image.py +0 -78
- pyopengl-3.1.10/OpenGL/GL/NV/stereo_view_rendering.py +0 -47
- pyopengl-3.1.10/OpenGL/GL/NV/tessellation_program5.py +0 -99
- pyopengl-3.1.10/OpenGL/GL/NV/texgen_emboss.py +0 -43
- pyopengl-3.1.10/OpenGL/GL/NV/texgen_reflection.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/NV/texture_barrier.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/NV/texture_compression_vtc.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/NV/texture_env_combine4.py +0 -43
- pyopengl-3.1.10/OpenGL/GL/NV/texture_expand_normal.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/NV/texture_multisample.py +0 -40
- pyopengl-3.1.10/OpenGL/GL/NV/texture_rectangle.py +0 -53
- pyopengl-3.1.10/OpenGL/GL/NV/texture_rectangle_compressed.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/NV/texture_shader.py +0 -198
- pyopengl-3.1.10/OpenGL/GL/NV/texture_shader2.py +0 -45
- pyopengl-3.1.10/OpenGL/GL/NV/texture_shader3.py +0 -118
- pyopengl-3.1.10/OpenGL/GL/NV/timeline_semaphore.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/NV/transform_feedback.py +0 -91
- pyopengl-3.1.10/OpenGL/GL/NV/transform_feedback2.py +0 -57
- pyopengl-3.1.10/OpenGL/GL/NV/uniform_buffer_std430_layout.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/NV/uniform_buffer_unified_memory.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/NV/vdpau_interop.py +0 -58
- pyopengl-3.1.10/OpenGL/GL/NV/vdpau_interop2.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/NV/vertex_array_range.py +0 -101
- pyopengl-3.1.10/OpenGL/GL/NV/vertex_array_range2.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/NV/vertex_attrib_integer_64bit.py +0 -64
- pyopengl-3.1.10/OpenGL/GL/NV/vertex_buffer_unified_memory.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/NV/vertex_program.py +0 -229
- pyopengl-3.1.10/OpenGL/GL/NV/vertex_program1_1.py +0 -48
- pyopengl-3.1.10/OpenGL/GL/NV/vertex_program2.py +0 -117
- pyopengl-3.1.10/OpenGL/GL/NV/vertex_program2_option.py +0 -57
- pyopengl-3.1.10/OpenGL/GL/NV/vertex_program3.py +0 -46
- pyopengl-3.1.10/OpenGL/GL/NV/vertex_program4.py +0 -91
- pyopengl-3.1.10/OpenGL/GL/NV/video_capture.py +0 -56
- pyopengl-3.1.10/OpenGL/GL/NV/viewport_array2.py +0 -45
- pyopengl-3.1.10/OpenGL/GL/NV/viewport_swizzle.py +0 -41
- pyopengl-3.1.10/OpenGL/GL/NVX/blend_equation_advanced_multi_draw_buffers.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/NVX/conditional_render.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/NVX/gpu_memory_info.py +0 -50
- pyopengl-3.1.10/OpenGL/GL/NVX/gpu_multicast2.py +0 -61
- pyopengl-3.1.10/OpenGL/GL/NVX/linked_gpu_multicast.py +0 -58
- pyopengl-3.1.10/OpenGL/GL/NVX/progress_fence.py +0 -62
- pyopengl-3.1.10/OpenGL/GL/OES/byte_coordinates.py +0 -63
- pyopengl-3.1.10/OpenGL/GL/OES/compressed_paletted_texture.py +0 -60
- pyopengl-3.1.10/OpenGL/GL/OES/fixed_point.py +0 -215
- pyopengl-3.1.10/OpenGL/GL/OES/query_matrix.py +0 -40
- pyopengl-3.1.10/OpenGL/GL/OES/read_format.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/OES/single_precision.py +0 -37
- pyopengl-3.1.10/OpenGL/GL/OML/interlace.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/OML/resample.py +0 -42
- pyopengl-3.1.10/OpenGL/GL/OML/subsample.py +0 -53
- pyopengl-3.1.10/OpenGL/GL/OVR/multiview.py +0 -56
- pyopengl-3.1.10/OpenGL/GL/OVR/multiview2.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/PGI/misc_hints.py +0 -28
- pyopengl-3.1.10/OpenGL/GL/PGI/vertex_hints.py +0 -28
- pyopengl-3.1.10/OpenGL/GL/REND/screen_coordinates.py +0 -70
- pyopengl-3.1.10/OpenGL/GL/S3/s3tc.py +0 -28
- pyopengl-3.1.10/OpenGL/GL/SGI/color_matrix.py +0 -46
- pyopengl-3.1.10/OpenGL/GL/SGI/color_table.py +0 -57
- pyopengl-3.1.10/OpenGL/GL/SGI/texture_color_table.py +0 -41
- pyopengl-3.1.10/OpenGL/GL/SGIS/detail_texture.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/SGIS/fog_function.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/SGIS/generate_mipmap.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/SGIS/multisample.py +0 -51
- pyopengl-3.1.10/OpenGL/GL/SGIS/pixel_texture.py +0 -81
- pyopengl-3.1.10/OpenGL/GL/SGIS/point_line_texgen.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/SGIS/point_parameters.py +0 -26
- pyopengl-3.1.10/OpenGL/GL/SGIS/sharpen_texture.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/SGIS/texture4D.py +0 -58
- pyopengl-3.1.10/OpenGL/GL/SGIS/texture_border_clamp.py +0 -40
- pyopengl-3.1.10/OpenGL/GL/SGIS/texture_color_mask.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/SGIS/texture_edge_clamp.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/SGIS/texture_filter4.py +0 -36
- pyopengl-3.1.10/OpenGL/GL/SGIS/texture_lod.py +0 -47
- pyopengl-3.1.10/OpenGL/GL/SGIS/texture_select.py +0 -44
- pyopengl-3.1.10/OpenGL/GL/SGIX/async_.py +0 -72
- pyopengl-3.1.10/OpenGL/GL/SGIX/async_histogram.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/SGIX/async_pixel.py +0 -35
- pyopengl-3.1.10/OpenGL/GL/SGIX/blend_alpha_minmax.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/SGIX/calligraphic_fragment.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/SGIX/clipmap.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/SGIX/convolution_accuracy.py +0 -28
- pyopengl-3.1.10/OpenGL/GL/SGIX/depth_pass_instrument.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/SGIX/depth_texture.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/SGIX/flush_raster.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/SGIX/fog_offset.py +0 -40
- pyopengl-3.1.10/OpenGL/GL/SGIX/fragment_lighting.py +0 -58
- pyopengl-3.1.10/OpenGL/GL/SGIX/framezoom.py +0 -47
- pyopengl-3.1.10/OpenGL/GL/SGIX/igloo_interface.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/SGIX/instruments.py +0 -64
- pyopengl-3.1.10/OpenGL/GL/SGIX/interlace.py +0 -33
- pyopengl-3.1.10/OpenGL/GL/SGIX/ir_instrument1.py +0 -26
- pyopengl-3.1.10/OpenGL/GL/SGIX/list_priority.py +0 -43
- pyopengl-3.1.10/OpenGL/GL/SGIX/pixel_texture.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/SGIX/pixel_tiles.py +0 -58
- pyopengl-3.1.10/OpenGL/GL/SGIX/polynomial_ffd.py +0 -45
- pyopengl-3.1.10/OpenGL/GL/SGIX/reference_plane.py +0 -49
- pyopengl-3.1.10/OpenGL/GL/SGIX/resample.py +0 -43
- pyopengl-3.1.10/OpenGL/GL/SGIX/scalebias_hint.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/SGIX/shadow.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/SGIX/shadow_ambient.py +0 -33
- pyopengl-3.1.10/OpenGL/GL/SGIX/sprite.py +0 -79
- pyopengl-3.1.10/OpenGL/GL/SGIX/subsample.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/SGIX/tag_sample_buffer.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/SGIX/texture_add_env.py +0 -34
- pyopengl-3.1.10/OpenGL/GL/SGIX/texture_coordinate_clamp.py +0 -31
- pyopengl-3.1.10/OpenGL/GL/SGIX/texture_lod_bias.py +0 -43
- pyopengl-3.1.10/OpenGL/GL/SGIX/texture_multi_buffer.py +0 -53
- pyopengl-3.1.10/OpenGL/GL/SGIX/texture_scale_bias.py +0 -38
- pyopengl-3.1.10/OpenGL/GL/SGIX/vertex_preclip.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/SGIX/ycrcb.py +0 -52
- pyopengl-3.1.10/OpenGL/GL/SGIX/ycrcb_subsample.py +0 -27
- pyopengl-3.1.10/OpenGL/GL/SGIX/ycrcba.py +0 -47
- pyopengl-3.1.10/OpenGL/GL/SUN/convolution_border_modes.py +0 -28
- pyopengl-3.1.10/OpenGL/GL/SUN/global_alpha.py +0 -49
- pyopengl-3.1.10/OpenGL/GL/SUN/mesh_array.py +0 -33
- pyopengl-3.1.10/OpenGL/GL/SUN/slice_accum.py +0 -30
- pyopengl-3.1.10/OpenGL/GL/SUN/triangle_list.py +0 -78
- pyopengl-3.1.10/OpenGL/GL/SUN/vertex.py +0 -166
- pyopengl-3.1.10/OpenGL/GL/SUNX/constant_data.py +0 -32
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_1_0.py +0 -456
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_1_1.py +0 -100
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_1_2.py +0 -49
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_1_3.py +0 -143
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_1_4.py +0 -113
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_1_5.py +0 -157
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_2_0.py +0 -534
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_2_1.py +0 -46
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_3_0.py +0 -163
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_3_1.py +0 -55
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_3_2.py +0 -61
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_3_3.py +0 -120
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_4_0.py +0 -112
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_4_1.py +0 -245
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_4_2.py +0 -48
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_4_3.py +0 -153
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_4_4.py +0 -70
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_4_5.py +0 -212
- pyopengl-3.1.10/OpenGL/GL/VERSION/GL_4_6.py +0 -29
- pyopengl-3.1.10/OpenGL/GL/WIN/phong_shading.py +0 -39
- pyopengl-3.1.10/OpenGL/GL/WIN/specular_fog.py +0 -50
- pyopengl-3.1.10/OpenGL/GL/exceptional.py +0 -264
- pyopengl-3.1.10/OpenGL/GL/feedback.py +0 -86
- pyopengl-3.1.10/OpenGL/GL/images.py +0 -630
- pyopengl-3.1.10/OpenGL/GL/pointers.py +0 -308
- pyopengl-3.1.10/OpenGL/GL/shaders.py +0 -250
- pyopengl-3.1.10/OpenGL/GLES1/AMD/compressed_3DC_texture.py +0 -73
- pyopengl-3.1.10/OpenGL/GLES1/AMD/compressed_ATC_texture.py +0 -36
- pyopengl-3.1.10/OpenGL/GLES1/APPLE/copy_texture_levels.py +0 -49
- pyopengl-3.1.10/OpenGL/GLES1/APPLE/framebuffer_multisample.py +0 -51
- pyopengl-3.1.10/OpenGL/GLES1/APPLE/sync.py +0 -48
- pyopengl-3.1.10/OpenGL/GLES1/APPLE/texture_2D_limited_npot.py +0 -42
- pyopengl-3.1.10/OpenGL/GLES1/APPLE/texture_format_BGRA8888.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES1/APPLE/texture_max_level.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES1/ARM/rgba8.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES1/EXT/blend_minmax.py +0 -35
- pyopengl-3.1.10/OpenGL/GLES1/EXT/debug_marker.py +0 -38
- pyopengl-3.1.10/OpenGL/GLES1/EXT/discard_framebuffer.py +0 -52
- pyopengl-3.1.10/OpenGL/GLES1/EXT/map_buffer_range.py +0 -46
- pyopengl-3.1.10/OpenGL/GLES1/EXT/multi_draw_arrays.py +0 -44
- pyopengl-3.1.10/OpenGL/GLES1/EXT/multisampled_render_to_texture.py +0 -51
- pyopengl-3.1.10/OpenGL/GLES1/EXT/read_format_bgra.py +0 -46
- pyopengl-3.1.10/OpenGL/GLES1/EXT/robustness.py +0 -81
- pyopengl-3.1.10/OpenGL/GLES1/EXT/sRGB.py +0 -54
- pyopengl-3.1.10/OpenGL/GLES1/EXT/texture_compression_dxt1.py +0 -52
- pyopengl-3.1.10/OpenGL/GLES1/EXT/texture_filter_anisotropic.py +0 -64
- pyopengl-3.1.10/OpenGL/GLES1/EXT/texture_format_BGRA8888.py +0 -58
- pyopengl-3.1.10/OpenGL/GLES1/EXT/texture_lod_bias.py +0 -41
- pyopengl-3.1.10/OpenGL/GLES1/EXT/texture_storage.py +0 -45
- pyopengl-3.1.10/OpenGL/GLES1/IMG/multisampled_render_to_texture.py +0 -51
- pyopengl-3.1.10/OpenGL/GLES1/IMG/read_format.py +0 -45
- pyopengl-3.1.10/OpenGL/GLES1/IMG/texture_compression_pvrtc.py +0 -36
- pyopengl-3.1.10/OpenGL/GLES1/IMG/texture_env_enhanced_fixed_function.py +0 -33
- pyopengl-3.1.10/OpenGL/GLES1/IMG/user_clip_plane.py +0 -33
- pyopengl-3.1.10/OpenGL/GLES1/KHR/debug.py +0 -211
- pyopengl-3.1.10/OpenGL/GLES1/NV/fence.py +0 -62
- pyopengl-3.1.10/OpenGL/GLES1/OES/EGL_image.py +0 -43
- pyopengl-3.1.10/OpenGL/GLES1/OES/EGL_image_external.py +0 -37
- pyopengl-3.1.10/OpenGL/GLES1/OES/blend_equation_separate.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES1/OES/blend_func_separate.py +0 -31
- pyopengl-3.1.10/OpenGL/GLES1/OES/blend_subtract.py +0 -36
- pyopengl-3.1.10/OpenGL/GLES1/OES/byte_coordinates.py +0 -63
- pyopengl-3.1.10/OpenGL/GLES1/OES/compressed_ETC1_RGB8_sub_texture.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES1/OES/compressed_ETC1_RGB8_texture.py +0 -37
- pyopengl-3.1.10/OpenGL/GLES1/OES/compressed_paletted_texture.py +0 -60
- pyopengl-3.1.10/OpenGL/GLES1/OES/depth24.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES1/OES/depth32.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES1/OES/draw_texture.py +0 -60
- pyopengl-3.1.10/OpenGL/GLES1/OES/element_index_uint.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES1/OES/extended_matrix_palette.py +0 -52
- pyopengl-3.1.10/OpenGL/GLES1/OES/fbo_render_mipmap.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES1/OES/fixed_point.py +0 -215
- pyopengl-3.1.10/OpenGL/GLES1/OES/framebuffer_object.py +0 -129
- pyopengl-3.1.10/OpenGL/GLES1/OES/mapbuffer.py +0 -31
- pyopengl-3.1.10/OpenGL/GLES1/OES/matrix_get.py +0 -48
- pyopengl-3.1.10/OpenGL/GLES1/OES/matrix_palette.py +0 -55
- pyopengl-3.1.10/OpenGL/GLES1/OES/packed_depth_stencil.py +0 -61
- pyopengl-3.1.10/OpenGL/GLES1/OES/point_size_array.py +0 -42
- pyopengl-3.1.10/OpenGL/GLES1/OES/point_sprite.py +0 -43
- pyopengl-3.1.10/OpenGL/GLES1/OES/query_matrix.py +0 -40
- pyopengl-3.1.10/OpenGL/GLES1/OES/read_format.py +0 -36
- pyopengl-3.1.10/OpenGL/GLES1/OES/required_internalformat.py +0 -73
- pyopengl-3.1.10/OpenGL/GLES1/OES/rgb8_rgba8.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES1/OES/single_precision.py +0 -37
- pyopengl-3.1.10/OpenGL/GLES1/OES/stencil1.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES1/OES/stencil4.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES1/OES/stencil8.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES1/OES/stencil_wrap.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES1/OES/surfaceless_context.py +0 -33
- pyopengl-3.1.10/OpenGL/GLES1/OES/texture_cube_map.py +0 -94
- pyopengl-3.1.10/OpenGL/GLES1/OES/texture_env_crossbar.py +0 -32
- pyopengl-3.1.10/OpenGL/GLES1/OES/texture_mirrored_repeat.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES1/OES/texture_npot.py +0 -40
- pyopengl-3.1.10/OpenGL/GLES1/OES/vertex_array_object.py +0 -39
- pyopengl-3.1.10/OpenGL/GLES1/QCOM/driver_control.py +0 -47
- pyopengl-3.1.10/OpenGL/GLES1/QCOM/extended_get.py +0 -48
- pyopengl-3.1.10/OpenGL/GLES1/QCOM/extended_get2.py +0 -43
- pyopengl-3.1.10/OpenGL/GLES1/QCOM/perfmon_global_mode.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES1/QCOM/tiled_rendering.py +0 -99
- pyopengl-3.1.10/OpenGL/GLES1/QCOM/writeonly_rendering.py +0 -26
- pyopengl-3.1.10/OpenGL/GLES1/VERSION/GLES1_1_0.py +0 -218
- pyopengl-3.1.10/OpenGL/GLES1/__init__.py +0 -3
- pyopengl-3.1.10/OpenGL/GLES2/AMD/compressed_3DC_texture.py +0 -73
- pyopengl-3.1.10/OpenGL/GLES2/AMD/compressed_ATC_texture.py +0 -36
- pyopengl-3.1.10/OpenGL/GLES2/AMD/framebuffer_multisample_advanced.py +0 -46
- pyopengl-3.1.10/OpenGL/GLES2/AMD/performance_monitor.py +0 -71
- pyopengl-3.1.10/OpenGL/GLES2/AMD/program_binary_Z400.py +0 -42
- pyopengl-3.1.10/OpenGL/GLES2/ANDROID/extension_pack_es31a.py +0 -37
- pyopengl-3.1.10/OpenGL/GLES2/ANGLE/depth_texture.py +0 -36
- pyopengl-3.1.10/OpenGL/GLES2/ANGLE/framebuffer_blit.py +0 -32
- pyopengl-3.1.10/OpenGL/GLES2/ANGLE/framebuffer_multisample.py +0 -48
- pyopengl-3.1.10/OpenGL/GLES2/ANGLE/instanced_arrays.py +0 -49
- pyopengl-3.1.10/OpenGL/GLES2/ANGLE/pack_reverse_row_order.py +0 -37
- pyopengl-3.1.10/OpenGL/GLES2/ANGLE/program_binary.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES2/ANGLE/texture_compression_dxt3.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/ANGLE/texture_compression_dxt5.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/ANGLE/texture_usage.py +0 -39
- pyopengl-3.1.10/OpenGL/GLES2/ANGLE/translated_shader_source.py +0 -39
- pyopengl-3.1.10/OpenGL/GLES2/APPLE/clip_distance.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/APPLE/color_buffer_packed_float.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES2/APPLE/copy_texture_levels.py +0 -49
- pyopengl-3.1.10/OpenGL/GLES2/APPLE/framebuffer_multisample.py +0 -51
- pyopengl-3.1.10/OpenGL/GLES2/APPLE/rgb_422.py +0 -64
- pyopengl-3.1.10/OpenGL/GLES2/APPLE/sync.py +0 -48
- pyopengl-3.1.10/OpenGL/GLES2/APPLE/texture_format_BGRA8888.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES2/APPLE/texture_max_level.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/APPLE/texture_packed_float.py +0 -45
- pyopengl-3.1.10/OpenGL/GLES2/ARM/mali_program_binary.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/ARM/mali_shader_binary.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/ARM/rgba8.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/ARM/shader_core_properties.py +0 -45
- pyopengl-3.1.10/OpenGL/GLES2/ARM/shader_framebuffer_fetch.py +0 -37
- pyopengl-3.1.10/OpenGL/GLES2/ARM/shader_framebuffer_fetch_depth_stencil.py +0 -38
- pyopengl-3.1.10/OpenGL/GLES2/ARM/texture_unnormalized_coordinates.py +0 -37
- pyopengl-3.1.10/OpenGL/GLES2/DMP/program_binary.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/DMP/shader_binary.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/ES/VERSION_3_2.py +0 -112
- pyopengl-3.1.10/OpenGL/GLES2/EXT/EGL_image_array.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/EXT/EGL_image_storage.py +0 -45
- pyopengl-3.1.10/OpenGL/GLES2/EXT/EGL_image_storage_compression.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/EXT/YUV_target.py +0 -41
- pyopengl-3.1.10/OpenGL/GLES2/EXT/base_instance.py +0 -50
- pyopengl-3.1.10/OpenGL/GLES2/EXT/blend_func_extended.py +0 -59
- pyopengl-3.1.10/OpenGL/GLES2/EXT/blend_minmax.py +0 -35
- pyopengl-3.1.10/OpenGL/GLES2/EXT/buffer_storage.py +0 -48
- pyopengl-3.1.10/OpenGL/GLES2/EXT/clear_texture.py +0 -59
- pyopengl-3.1.10/OpenGL/GLES2/EXT/clip_control.py +0 -35
- pyopengl-3.1.10/OpenGL/GLES2/EXT/clip_cull_distance.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/EXT/color_buffer_float.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/EXT/color_buffer_half_float.py +0 -33
- pyopengl-3.1.10/OpenGL/GLES2/EXT/conservative_depth.py +0 -39
- pyopengl-3.1.10/OpenGL/GLES2/EXT/copy_image.py +0 -45
- pyopengl-3.1.10/OpenGL/GLES2/EXT/debug_label.py +0 -43
- pyopengl-3.1.10/OpenGL/GLES2/EXT/debug_marker.py +0 -38
- pyopengl-3.1.10/OpenGL/GLES2/EXT/depth_clamp.py +0 -54
- pyopengl-3.1.10/OpenGL/GLES2/EXT/discard_framebuffer.py +0 -52
- pyopengl-3.1.10/OpenGL/GLES2/EXT/disjoint_timer_query.py +0 -75
- pyopengl-3.1.10/OpenGL/GLES2/EXT/draw_buffers.py +0 -53
- pyopengl-3.1.10/OpenGL/GLES2/EXT/draw_buffers_indexed.py +0 -43
- pyopengl-3.1.10/OpenGL/GLES2/EXT/draw_elements_base_vertex.py +0 -101
- pyopengl-3.1.10/OpenGL/GLES2/EXT/draw_instanced.py +0 -33
- pyopengl-3.1.10/OpenGL/GLES2/EXT/draw_transform_feedback.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/EXT/external_buffer.py +0 -62
- pyopengl-3.1.10/OpenGL/GLES2/EXT/float_blend.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES2/EXT/fragment_shading_rate.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/EXT/framebuffer_blit_layers.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/EXT/geometry_point_size.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/EXT/geometry_shader.py +0 -70
- pyopengl-3.1.10/OpenGL/GLES2/EXT/gpu_shader5.py +0 -62
- pyopengl-3.1.10/OpenGL/GLES2/EXT/instanced_arrays.py +0 -49
- pyopengl-3.1.10/OpenGL/GLES2/EXT/map_buffer_range.py +0 -46
- pyopengl-3.1.10/OpenGL/GLES2/EXT/memory_object.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/EXT/memory_object_fd.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/EXT/memory_object_win32.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/EXT/multi_draw_arrays.py +0 -44
- pyopengl-3.1.10/OpenGL/GLES2/EXT/multi_draw_indirect.py +0 -45
- pyopengl-3.1.10/OpenGL/GLES2/EXT/multisampled_compatibility.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/EXT/multisampled_render_to_texture.py +0 -51
- pyopengl-3.1.10/OpenGL/GLES2/EXT/multisampled_render_to_texture2.py +0 -37
- pyopengl-3.1.10/OpenGL/GLES2/EXT/multiview_draw_buffers.py +0 -59
- pyopengl-3.1.10/OpenGL/GLES2/EXT/multiview_tessellation_geometry_shader.py +0 -48
- pyopengl-3.1.10/OpenGL/GLES2/EXT/multiview_texture_multisample.py +0 -52
- pyopengl-3.1.10/OpenGL/GLES2/EXT/multiview_timer_query.py +0 -32
- pyopengl-3.1.10/OpenGL/GLES2/EXT/occlusion_query_boolean.py +0 -52
- pyopengl-3.1.10/OpenGL/GLES2/EXT/polygon_offset_clamp.py +0 -35
- pyopengl-3.1.10/OpenGL/GLES2/EXT/post_depth_coverage.py +0 -37
- pyopengl-3.1.10/OpenGL/GLES2/EXT/primitive_bounding_box.py +0 -51
- pyopengl-3.1.10/OpenGL/GLES2/EXT/protected_textures.py +0 -51
- pyopengl-3.1.10/OpenGL/GLES2/EXT/pvrtc_sRGB.py +0 -54
- pyopengl-3.1.10/OpenGL/GLES2/EXT/raster_multisample.py +0 -42
- pyopengl-3.1.10/OpenGL/GLES2/EXT/read_format_bgra.py +0 -46
- pyopengl-3.1.10/OpenGL/GLES2/EXT/render_snorm.py +0 -31
- pyopengl-3.1.10/OpenGL/GLES2/EXT/robustness.py +0 -81
- pyopengl-3.1.10/OpenGL/GLES2/EXT/sRGB.py +0 -54
- pyopengl-3.1.10/OpenGL/GLES2/EXT/sRGB_write_control.py +0 -33
- pyopengl-3.1.10/OpenGL/GLES2/EXT/semaphore.py +0 -58
- pyopengl-3.1.10/OpenGL/GLES2/EXT/semaphore_fd.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/EXT/semaphore_win32.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/EXT/separate_depth_stencil.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/EXT/separate_shader_objects.py +0 -124
- pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_framebuffer_fetch.py +0 -58
- pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_framebuffer_fetch_non_coherent.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_group_vote.py +0 -77
- pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_implicit_conversions.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_integer_mix.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_io_blocks.py +0 -49
- pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_non_constant_global_initializers.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_pixel_local_storage.py +0 -50
- pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_pixel_local_storage2.py +0 -43
- pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_samples_identical.py +0 -52
- pyopengl-3.1.10/OpenGL/GLES2/EXT/shader_texture_lod.py +0 -92
- pyopengl-3.1.10/OpenGL/GLES2/EXT/shadow_samplers.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES2/EXT/sparse_texture.py +0 -42
- pyopengl-3.1.10/OpenGL/GLES2/EXT/sparse_texture2.py +0 -53
- pyopengl-3.1.10/OpenGL/GLES2/EXT/tessellation_point_size.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/EXT/tessellation_shader.py +0 -100
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_border_clamp.py +0 -68
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_buffer.py +0 -63
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_compression_astc_decode_mode.py +0 -54
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_compression_bptc.py +0 -40
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_compression_dxt1.py +0 -52
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_compression_rgtc.py +0 -44
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_compression_s3tc.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_compression_s3tc_srgb.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_cube_map_array.py +0 -45
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_filter_anisotropic.py +0 -64
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_filter_minmax.py +0 -39
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_format_BGRA8888.py +0 -58
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_format_sRGB_override.py +0 -33
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_mirror_clamp_to_edge.py +0 -35
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_norm16.py +0 -32
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_query_lod.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_rg.py +0 -51
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_sRGB_R8.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_sRGB_RG8.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_sRGB_decode.py +0 -41
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_shadow_lod.py +0 -35
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_storage.py +0 -45
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_storage_compression.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_type_2_10_10_10_REV.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/EXT/texture_view.py +0 -52
- pyopengl-3.1.10/OpenGL/GLES2/EXT/unpack_subimage.py +0 -31
- pyopengl-3.1.10/OpenGL/GLES2/EXT/win32_keyed_mutex.py +0 -31
- pyopengl-3.1.10/OpenGL/GLES2/EXT/window_rectangles.py +0 -52
- pyopengl-3.1.10/OpenGL/GLES2/FJ/shader_binary_GCCSO.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/IMG/bindless_texture.py +0 -50
- pyopengl-3.1.10/OpenGL/GLES2/IMG/framebuffer_downsample.py +0 -36
- pyopengl-3.1.10/OpenGL/GLES2/IMG/multisampled_render_to_texture.py +0 -51
- pyopengl-3.1.10/OpenGL/GLES2/IMG/program_binary.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES2/IMG/read_format.py +0 -45
- pyopengl-3.1.10/OpenGL/GLES2/IMG/shader_binary.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/IMG/texture_compression_pvrtc.py +0 -36
- pyopengl-3.1.10/OpenGL/GLES2/IMG/texture_compression_pvrtc2.py +0 -36
- pyopengl-3.1.10/OpenGL/GLES2/IMG/texture_filter_cubic.py +0 -39
- pyopengl-3.1.10/OpenGL/GLES2/INTEL/blackhole_render.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/INTEL/conservative_rasterization.py +0 -41
- pyopengl-3.1.10/OpenGL/GLES2/INTEL/framebuffer_CMAA.py +0 -42
- pyopengl-3.1.10/OpenGL/GLES2/INTEL/performance_query.py +0 -74
- pyopengl-3.1.10/OpenGL/GLES2/KHR/blend_equation_advanced.py +0 -85
- pyopengl-3.1.10/OpenGL/GLES2/KHR/blend_equation_advanced_coherent.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/KHR/context_flush_control.py +0 -52
- pyopengl-3.1.10/OpenGL/GLES2/KHR/debug.py +0 -211
- pyopengl-3.1.10/OpenGL/GLES2/KHR/no_error.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/KHR/parallel_shader_compile.py +0 -32
- pyopengl-3.1.10/OpenGL/GLES2/KHR/robust_buffer_access_behavior.py +0 -36
- pyopengl-3.1.10/OpenGL/GLES2/KHR/robustness.py +0 -87
- pyopengl-3.1.10/OpenGL/GLES2/KHR/shader_subgroup.py +0 -45
- pyopengl-3.1.10/OpenGL/GLES2/KHR/texture_compression_astc_hdr.py +0 -41
- pyopengl-3.1.10/OpenGL/GLES2/KHR/texture_compression_astc_ldr.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/KHR/texture_compression_astc_sliced_3d.py +0 -37
- pyopengl-3.1.10/OpenGL/GLES2/MESA/bgra.py +0 -32
- pyopengl-3.1.10/OpenGL/GLES2/MESA/framebuffer_flip_x.py +0 -42
- pyopengl-3.1.10/OpenGL/GLES2/MESA/framebuffer_flip_y.py +0 -41
- pyopengl-3.1.10/OpenGL/GLES2/MESA/framebuffer_swap_xy.py +0 -45
- pyopengl-3.1.10/OpenGL/GLES2/MESA/program_binary_formats.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/MESA/sampler_objects.py +0 -55
- pyopengl-3.1.10/OpenGL/GLES2/MESA/shader_integer_functions.py +0 -63
- pyopengl-3.1.10/OpenGL/GLES2/MESA/texture_const_bandwidth.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/NV/bindless_texture.py +0 -76
- pyopengl-3.1.10/OpenGL/GLES2/NV/blend_equation_advanced.py +0 -99
- pyopengl-3.1.10/OpenGL/GLES2/NV/blend_equation_advanced_coherent.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/NV/blend_minmax_factor.py +0 -41
- pyopengl-3.1.10/OpenGL/GLES2/NV/clip_space_w_scaling.py +0 -55
- pyopengl-3.1.10/OpenGL/GLES2/NV/compute_shader_derivatives.py +0 -36
- pyopengl-3.1.10/OpenGL/GLES2/NV/conditional_render.py +0 -52
- pyopengl-3.1.10/OpenGL/GLES2/NV/conservative_raster.py +0 -42
- pyopengl-3.1.10/OpenGL/GLES2/NV/conservative_raster_pre_snap.py +0 -31
- pyopengl-3.1.10/OpenGL/GLES2/NV/conservative_raster_pre_snap_triangles.py +0 -47
- pyopengl-3.1.10/OpenGL/GLES2/NV/copy_buffer.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/NV/coverage_sample.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/NV/depth_nonlinear.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/NV/draw_buffers.py +0 -38
- pyopengl-3.1.10/OpenGL/GLES2/NV/draw_instanced.py +0 -47
- pyopengl-3.1.10/OpenGL/GLES2/NV/draw_vulkan_image.py +0 -53
- pyopengl-3.1.10/OpenGL/GLES2/NV/explicit_attrib_location.py +0 -31
- pyopengl-3.1.10/OpenGL/GLES2/NV/fbo_color_attachments.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/NV/fence.py +0 -62
- pyopengl-3.1.10/OpenGL/GLES2/NV/fill_rectangle.py +0 -32
- pyopengl-3.1.10/OpenGL/GLES2/NV/fragment_coverage_to_color.py +0 -38
- pyopengl-3.1.10/OpenGL/GLES2/NV/fragment_shader_barycentric.py +0 -32
- pyopengl-3.1.10/OpenGL/GLES2/NV/fragment_shader_interlock.py +0 -79
- pyopengl-3.1.10/OpenGL/GLES2/NV/framebuffer_blit.py +0 -32
- pyopengl-3.1.10/OpenGL/GLES2/NV/framebuffer_mixed_samples.py +0 -79
- pyopengl-3.1.10/OpenGL/GLES2/NV/framebuffer_multisample.py +0 -48
- pyopengl-3.1.10/OpenGL/GLES2/NV/generate_mipmap_sRGB.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/NV/geometry_shader_passthrough.py +0 -99
- pyopengl-3.1.10/OpenGL/GLES2/NV/gpu_shader5.py +0 -154
- pyopengl-3.1.10/OpenGL/GLES2/NV/image_formats.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/NV/instanced_arrays.py +0 -52
- pyopengl-3.1.10/OpenGL/GLES2/NV/internalformat_sample_query.py +0 -64
- pyopengl-3.1.10/OpenGL/GLES2/NV/memory_attachment.py +0 -31
- pyopengl-3.1.10/OpenGL/GLES2/NV/memory_object_sparse.py +0 -27
- pyopengl-3.1.10/OpenGL/GLES2/NV/mesh_shader.py +0 -33
- pyopengl-3.1.10/OpenGL/GLES2/NV/non_square_matrices.py +0 -50
- pyopengl-3.1.10/OpenGL/GLES2/NV/pack_subimage.py +0 -32
- pyopengl-3.1.10/OpenGL/GLES2/NV/path_rendering.py +0 -587
- pyopengl-3.1.10/OpenGL/GLES2/NV/path_rendering_shared_edge.py +0 -36
- pyopengl-3.1.10/OpenGL/GLES2/NV/pixel_buffer_object.py +0 -71
- pyopengl-3.1.10/OpenGL/GLES2/NV/polygon_mode.py +0 -35
- pyopengl-3.1.10/OpenGL/GLES2/NV/primitive_shading_rate.py +0 -46
- pyopengl-3.1.10/OpenGL/GLES2/NV/read_buffer.py +0 -50
- pyopengl-3.1.10/OpenGL/GLES2/NV/read_buffer_front.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/NV/read_depth.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/NV/read_depth_stencil.py +0 -43
- pyopengl-3.1.10/OpenGL/GLES2/NV/read_stencil.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/NV/representative_fragment_test.py +0 -52
- pyopengl-3.1.10/OpenGL/GLES2/NV/sRGB_formats.py +0 -40
- pyopengl-3.1.10/OpenGL/GLES2/NV/sample_locations.py +0 -56
- pyopengl-3.1.10/OpenGL/GLES2/NV/sample_mask_override_coverage.py +0 -33
- pyopengl-3.1.10/OpenGL/GLES2/NV/scissor_exclusive.py +0 -41
- pyopengl-3.1.10/OpenGL/GLES2/NV/shader_atomic_fp16_vector.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/NV/shader_noperspective_interpolation.py +0 -44
- pyopengl-3.1.10/OpenGL/GLES2/NV/shader_subgroup_partitioned.py +0 -38
- pyopengl-3.1.10/OpenGL/GLES2/NV/shader_texture_footprint.py +0 -74
- pyopengl-3.1.10/OpenGL/GLES2/NV/shading_rate_image.py +0 -78
- pyopengl-3.1.10/OpenGL/GLES2/NV/shadow_samplers_array.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES2/NV/shadow_samplers_cube.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES2/NV/stereo_view_rendering.py +0 -47
- pyopengl-3.1.10/OpenGL/GLES2/NV/texture_barrier.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES2/NV/texture_border_clamp.py +0 -38
- pyopengl-3.1.10/OpenGL/GLES2/NV/texture_compression_s3tc_update.py +0 -32
- pyopengl-3.1.10/OpenGL/GLES2/NV/texture_npot_2D_mipmap.py +0 -41
- pyopengl-3.1.10/OpenGL/GLES2/NV/timeline_semaphore.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/NV/viewport_array.py +0 -66
- pyopengl-3.1.10/OpenGL/GLES2/NV/viewport_array2.py +0 -45
- pyopengl-3.1.10/OpenGL/GLES2/NV/viewport_swizzle.py +0 -41
- pyopengl-3.1.10/OpenGL/GLES2/NVX/blend_equation_advanced_multi_draw_buffers.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/OES/EGL_image.py +0 -43
- pyopengl-3.1.10/OpenGL/GLES2/OES/EGL_image_external.py +0 -37
- pyopengl-3.1.10/OpenGL/GLES2/OES/EGL_image_external_essl3.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/OES/compressed_ETC1_RGB8_sub_texture.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/OES/compressed_ETC1_RGB8_texture.py +0 -37
- pyopengl-3.1.10/OpenGL/GLES2/OES/compressed_paletted_texture.py +0 -60
- pyopengl-3.1.10/OpenGL/GLES2/OES/copy_image.py +0 -45
- pyopengl-3.1.10/OpenGL/GLES2/OES/depth24.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/OES/depth32.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/OES/depth_texture.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/OES/draw_buffers_indexed.py +0 -43
- pyopengl-3.1.10/OpenGL/GLES2/OES/draw_elements_base_vertex.py +0 -101
- pyopengl-3.1.10/OpenGL/GLES2/OES/element_index_uint.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES2/OES/fbo_render_mipmap.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/OES/fragment_precision_high.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/OES/geometry_point_size.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/OES/geometry_shader.py +0 -70
- pyopengl-3.1.10/OpenGL/GLES2/OES/get_program_binary.py +0 -60
- pyopengl-3.1.10/OpenGL/GLES2/OES/gpu_shader5.py +0 -62
- pyopengl-3.1.10/OpenGL/GLES2/OES/mapbuffer.py +0 -31
- pyopengl-3.1.10/OpenGL/GLES2/OES/packed_depth_stencil.py +0 -61
- pyopengl-3.1.10/OpenGL/GLES2/OES/primitive_bounding_box.py +0 -51
- pyopengl-3.1.10/OpenGL/GLES2/OES/required_internalformat.py +0 -73
- pyopengl-3.1.10/OpenGL/GLES2/OES/rgb8_rgba8.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/OES/sample_shading.py +0 -43
- pyopengl-3.1.10/OpenGL/GLES2/OES/sample_variables.py +0 -46
- pyopengl-3.1.10/OpenGL/GLES2/OES/shader_image_atomic.py +0 -31
- pyopengl-3.1.10/OpenGL/GLES2/OES/shader_io_blocks.py +0 -49
- pyopengl-3.1.10/OpenGL/GLES2/OES/shader_multisample_interpolation.py +0 -42
- pyopengl-3.1.10/OpenGL/GLES2/OES/standard_derivatives.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/OES/stencil1.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/OES/stencil4.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/OES/surfaceless_context.py +0 -33
- pyopengl-3.1.10/OpenGL/GLES2/OES/tessellation_point_size.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/OES/tessellation_shader.py +0 -100
- pyopengl-3.1.10/OpenGL/GLES2/OES/texture_3D.py +0 -48
- pyopengl-3.1.10/OpenGL/GLES2/OES/texture_border_clamp.py +0 -70
- pyopengl-3.1.10/OpenGL/GLES2/OES/texture_buffer.py +0 -63
- pyopengl-3.1.10/OpenGL/GLES2/OES/texture_compression_astc.py +0 -39
- pyopengl-3.1.10/OpenGL/GLES2/OES/texture_cube_map_array.py +0 -45
- pyopengl-3.1.10/OpenGL/GLES2/OES/texture_float.py +0 -41
- pyopengl-3.1.10/OpenGL/GLES2/OES/texture_float_linear.py +0 -36
- pyopengl-3.1.10/OpenGL/GLES2/OES/texture_half_float.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/OES/texture_half_float_linear.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/OES/texture_npot.py +0 -40
- pyopengl-3.1.10/OpenGL/GLES2/OES/texture_stencil8.py +0 -29
- pyopengl-3.1.10/OpenGL/GLES2/OES/texture_storage_multisample_2d_array.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/OES/texture_view.py +0 -52
- pyopengl-3.1.10/OpenGL/GLES2/OES/vertex_array_object.py +0 -39
- pyopengl-3.1.10/OpenGL/GLES2/OES/vertex_half_float.py +0 -41
- pyopengl-3.1.10/OpenGL/GLES2/OES/vertex_type_10_10_10_2.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/OES/viewport_array.py +0 -66
- pyopengl-3.1.10/OpenGL/GLES2/OVR/multiview.py +0 -56
- pyopengl-3.1.10/OpenGL/GLES2/OVR/multiview2.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/OVR/multiview_multisampled_render_to_texture.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/YUV_texture_gather.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/alpha_test.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/binning_control.py +0 -31
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/driver_control.py +0 -47
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/extended_get.py +0 -48
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/extended_get2.py +0 -43
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/frame_extrapolation.py +0 -35
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/framebuffer_foveated.py +0 -59
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/motion_estimation.py +0 -34
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/perfmon_global_mode.py +0 -23
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/render_sRGB_R8_RG8.py +0 -30
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/render_shared_exponent.py +0 -31
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/shader_framebuffer_fetch_noncoherent.py +0 -39
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/shader_framebuffer_fetch_rate.py +0 -44
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/shading_rate.py +0 -50
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/texture_foveated.py +0 -57
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/texture_foveated2.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/texture_foveated_subsampled_layout.py +0 -41
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/texture_lod_bias.py +0 -38
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/tiled_rendering.py +0 -99
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/writeonly_rendering.py +0 -26
- pyopengl-3.1.10/OpenGL/GLES2/QCOM/ycbcr_degamma.py +0 -43
- pyopengl-3.1.10/OpenGL/GLES2/VERSION/GLES2_2_0.py +0 -489
- pyopengl-3.1.10/OpenGL/GLES2/VIV/shader_binary.py +0 -28
- pyopengl-3.1.10/OpenGL/GLES2/__init__.py +0 -5
- pyopengl-3.1.10/OpenGL/GLES2/shaders.py +0 -164
- pyopengl-3.1.10/OpenGL/GLES3/VERSION/GLES3_3_0.py +0 -244
- pyopengl-3.1.10/OpenGL/GLES3/VERSION/GLES3_3_1.py +0 -164
- pyopengl-3.1.10/OpenGL/GLES3/__init__.py +0 -5
- pyopengl-3.1.10/OpenGL/GLU/glunurbs.py +0 -288
- pyopengl-3.1.10/OpenGL/GLU/glustruct.py +0 -87
- pyopengl-3.1.10/OpenGL/GLU/projection.py +0 -100
- pyopengl-3.1.10/OpenGL/GLU/quadrics.py +0 -56
- pyopengl-3.1.10/OpenGL/GLU/tess.py +0 -267
- pyopengl-3.1.10/OpenGL/GLUT/__init__.py +0 -12
- pyopengl-3.1.10/OpenGL/GLUT/freeglut.py +0 -304
- pyopengl-3.1.10/OpenGL/GLUT/special.py +0 -352
- pyopengl-3.1.10/OpenGL/GLX/AMD/gpu_association.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/ARB/context_flush_control.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/ARB/create_context.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/ARB/create_context_no_error.py +0 -30
- pyopengl-3.1.10/OpenGL/GLX/ARB/create_context_profile.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/ARB/create_context_robustness.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/ARB/fbconfig_float.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/ARB/framebuffer_sRGB.py +0 -55
- pyopengl-3.1.10/OpenGL/GLX/ARB/get_proc_address.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/ARB/multisample.py +0 -51
- pyopengl-3.1.10/OpenGL/GLX/ARB/robustness_application_isolation.py +0 -40
- pyopengl-3.1.10/OpenGL/GLX/ARB/robustness_share_group_isolation.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/ARB/vertex_buffer_object.py +0 -81
- pyopengl-3.1.10/OpenGL/GLX/DFX/multisample.py +0 -65
- pyopengl-3.1.10/OpenGL/GLX/EXT/buffer_age.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/EXT/context_priority.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/EXT/create_context_es2_profile.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/EXT/create_context_es_profile.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/EXT/fbconfig_packed_float.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/EXT/framebuffer_sRGB.py +0 -55
- pyopengl-3.1.10/OpenGL/GLX/EXT/get_drawable_type.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/EXT/import_context.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/EXT/libglvnd.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/EXT/no_config_context.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/EXT/stereo_tree.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/EXT/swap_control.py +0 -31
- pyopengl-3.1.10/OpenGL/GLX/EXT/swap_control_tear.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/EXT/texture_from_pixmap.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/EXT/visual_info.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/EXT/visual_rating.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/INTEL/swap_event.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/MESA/agp_offset.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/MESA/copy_sub_buffer.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/MESA/pixmap_colormap.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/MESA/query_renderer.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/MESA/release_buffers.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/MESA/set_3dfx_mode.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/MESA/swap_control.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/NV/copy_buffer.py +0 -30
- pyopengl-3.1.10/OpenGL/GLX/NV/copy_image.py +0 -32
- pyopengl-3.1.10/OpenGL/GLX/NV/delay_before_swap.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/NV/float_buffer.py +0 -91
- pyopengl-3.1.10/OpenGL/GLX/NV/multigpu_context.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/NV/multisample_coverage.py +0 -49
- pyopengl-3.1.10/OpenGL/GLX/NV/present_video.py +0 -40
- pyopengl-3.1.10/OpenGL/GLX/NV/robustness_video_memory_purge.py +0 -48
- pyopengl-3.1.10/OpenGL/GLX/NV/swap_group.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/NV/video_capture.py +0 -31
- pyopengl-3.1.10/OpenGL/GLX/NV/video_out.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/NV/video_output.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/OML/swap_method.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/OML/sync_control.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/SGI/cushion.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/SGI/make_current_read.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/SGI/swap_control.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/SGI/video_sync.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/SGIS/blended_overlay.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/SGIS/multisample.py +0 -51
- pyopengl-3.1.10/OpenGL/GLX/SGIS/shared_multisample.py +0 -93
- pyopengl-3.1.10/OpenGL/GLX/SGIX/dmbuffer.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/SGIX/fbconfig.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/SGIX/hyperpipe.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/SGIX/pbuffer.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/SGIX/swap_barrier.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/SGIX/swap_group.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/SGIX/video_resize.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/SGIX/video_source.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/SGIX/visual_select_group.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/SUN/get_transparent_index.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/VERSION/GLX_1_0.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/VERSION/GLX_1_1.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/VERSION/GLX_1_2.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/VERSION/GLX_1_3.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/VERSION/GLX_1_4.py +0 -23
- pyopengl-3.1.10/OpenGL/GLX/__init__.py +0 -7
- pyopengl-3.1.10/OpenGL/Tk/__init__.py +0 -576
- pyopengl-3.1.10/OpenGL/WGL/AMD/gpu_association.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/ARB/buffer_region.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/ARB/context_flush_control.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/ARB/create_context.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/ARB/create_context_no_error.py +0 -30
- pyopengl-3.1.10/OpenGL/WGL/ARB/create_context_profile.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/ARB/create_context_robustness.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/ARB/extensions_string.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/ARB/framebuffer_sRGB.py +0 -55
- pyopengl-3.1.10/OpenGL/WGL/ARB/make_current_read.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/ARB/multisample.py +0 -51
- pyopengl-3.1.10/OpenGL/WGL/ARB/pbuffer.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/ARB/pixel_format.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/ARB/pixel_format_float.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/ARB/render_texture.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/ARB/robustness_application_isolation.py +0 -40
- pyopengl-3.1.10/OpenGL/WGL/ARB/robustness_share_group_isolation.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/ATI/pixel_format_float.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/ATI/render_texture_rectangle.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/DFX/multisample.py +0 -65
- pyopengl-3.1.10/OpenGL/WGL/DL/stereo_control.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/EXT/colorspace.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/EXT/create_context_es2_profile.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/EXT/create_context_es_profile.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/EXT/depth_float.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/EXT/display_color_table.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/EXT/extensions_string.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/EXT/framebuffer_sRGB.py +0 -55
- pyopengl-3.1.10/OpenGL/WGL/EXT/make_current_read.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/EXT/multisample.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/EXT/pbuffer.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/EXT/pixel_format.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/EXT/pixel_format_packed_float.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/EXT/swap_control.py +0 -31
- pyopengl-3.1.10/OpenGL/WGL/EXT/swap_control_tear.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/I3D/digital_video_control.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/I3D/gamma.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/I3D/genlock.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/I3D/image_buffer.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/I3D/swap_frame_lock.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/I3D/swap_frame_usage.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/NV/DX_interop.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/NV/DX_interop2.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/NV/copy_image.py +0 -32
- pyopengl-3.1.10/OpenGL/WGL/NV/delay_before_swap.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/NV/float_buffer.py +0 -91
- pyopengl-3.1.10/OpenGL/WGL/NV/gpu_affinity.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/NV/multigpu_context.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/NV/multisample_coverage.py +0 -49
- pyopengl-3.1.10/OpenGL/WGL/NV/present_video.py +0 -40
- pyopengl-3.1.10/OpenGL/WGL/NV/render_depth_texture.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/NV/render_texture_rectangle.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/NV/swap_group.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/NV/vertex_array_range.py +0 -98
- pyopengl-3.1.10/OpenGL/WGL/NV/video_capture.py +0 -31
- pyopengl-3.1.10/OpenGL/WGL/NV/video_output.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/OML/sync_control.py +0 -23
- pyopengl-3.1.10/OpenGL/WGL/VERSION/WGL_1_0.py +0 -25
- pyopengl-3.1.10/OpenGL/WGL/__init__.py +0 -3
- pyopengl-3.1.10/OpenGL/__init__.py +0 -376
- pyopengl-3.1.10/OpenGL/_configflags.py +0 -19
- pyopengl-3.1.10/OpenGL/acceleratesupport.py +0 -25
- pyopengl-3.1.10/OpenGL/arrays/_arrayconstants.py +0 -52
- pyopengl-3.1.10/OpenGL/arrays/arraydatatype.py +0 -372
- pyopengl-3.1.10/OpenGL/arrays/ctypesarrays.py +0 -148
- pyopengl-3.1.10/OpenGL/arrays/ctypesparameters.py +0 -152
- pyopengl-3.1.10/OpenGL/arrays/ctypespointers.py +0 -91
- pyopengl-3.1.10/OpenGL/arrays/lists.py +0 -229
- pyopengl-3.1.10/OpenGL/arrays/numpybuffers.py +0 -120
- pyopengl-3.1.10/OpenGL/arrays/numpymodule.py +0 -272
- pyopengl-3.1.10/OpenGL/arrays/strings.py +0 -103
- pyopengl-3.1.10/OpenGL/arrays/vbo.py +0 -540
- pyopengl-3.1.10/OpenGL/constant.py +0 -78
- pyopengl-3.1.10/OpenGL/constants.py +0 -3
- pyopengl-3.1.10/OpenGL/converters.py +0 -383
- pyopengl-3.1.10/OpenGL/error.py +0 -248
- pyopengl-3.1.10/OpenGL/extensions.py +0 -331
- pyopengl-3.1.10/OpenGL/logs.py +0 -91
- pyopengl-3.1.10/OpenGL/platform/__init__.py +0 -116
- pyopengl-3.1.10/OpenGL/platform/baseplatform.py +0 -513
- pyopengl-3.1.10/OpenGL/platform/darwin.py +0 -85
- pyopengl-3.1.10/OpenGL/platform/egl.py +0 -134
- pyopengl-3.1.10/OpenGL/platform/glx.py +0 -126
- pyopengl-3.1.10/OpenGL/platform/win32.py +0 -154
- pyopengl-3.1.10/OpenGL/plugins.py +0 -76
- pyopengl-3.1.10/OpenGL/raw/EGL/ANDROID/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/EGL/ANDROID/blob_cache.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/ANDROID/framebuffer_target.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/ANDROID/image_native_buffer.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/ANDROID/native_fence_sync.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/EGL/ANDROID/recordable.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/ANGLE/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/EGL/ANGLE/d3d_share_handle_client_buffer.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/ANGLE/device_d3d.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/EGL/ANGLE/query_surface_pointer.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/ANGLE/surface_d3d_texture_2d_share_handle.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/ANGLE/window_fixed_size.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/ARM/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/EGL/ARM/pixmap_multisample_discard.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/buffer_age.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/client_extensions.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/create_context_robustness.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/device_base.py +0 -28
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/device_drm.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/device_enumeration.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/device_openwf.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/device_query.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/image_dma_buf_import.py +0 -36
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/multiview_window.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/output_base.py +0 -42
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/output_drm.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/output_openwf.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/platform_base.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/platform_device.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/platform_wayland.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/platform_x11.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/protected_surface.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/stream_consumer_egloutput.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/swap_buffers_with_damage.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/EXT/yuv_surface.py +0 -39
- pyopengl-3.1.10/OpenGL/raw/EGL/HI/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/EGL/HI/clientpixmap.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/HI/colorformats.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/EGL/IMG/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/EGL/IMG/context_priority.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/cl_event.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/cl_event2.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/client_get_all_proc_addresses.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/config_attribs.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/create_context.py +0 -28
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/create_context_no_error.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/debug.py +0 -34
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/fence_sync.py +0 -28
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/get_all_proc_addresses.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/gl_colorspace.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/gl_renderbuffer_image.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/gl_texture_2D_image.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/gl_texture_3D_image.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/gl_texture_cubemap_image.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/image.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/image_base.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/image_pixmap.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/lock_surface.py +0 -40
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/lock_surface2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/lock_surface3.py +0 -44
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/partial_update.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/platform_android.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/platform_gbm.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/platform_wayland.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/platform_x11.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/reusable_sync.py +0 -38
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/stream.py +0 -41
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/stream_consumer_gltexture.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/stream_cross_process_fd.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/stream_fifo.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/stream_producer_aldatalocator.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/stream_producer_eglsurface.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/surfaceless_context.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/swap_buffers_with_damage.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/vg_parent_image.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/KHR/wait_sync.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/MESA/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/EGL/MESA/drm_image.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/EGL/MESA/image_dma_buf_export.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/EGL/MESA/platform_gbm.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/NOK/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/EGL/NOK/swap_region.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/NOK/swap_region2.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/NOK/texture_from_pixmap.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/NV/EGL_3dvision_surface.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/NV/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/EGL/NV/coverage_sample.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/EGL/NV/coverage_sample_resolve.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/NV/cuda_event.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/NV/depth_nonlinear.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/NV/device_cuda.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/NV/native_query.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/EGL/NV/post_convert_rounding.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/NV/post_sub_buffer.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/EGL/NV/stream_consumer_gltexture_yuv.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/EGL/NV/stream_metadata.py +0 -36
- pyopengl-3.1.10/OpenGL/raw/EGL/NV/stream_sync.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/EGL/NV/sync.py +0 -44
- pyopengl-3.1.10/OpenGL/raw/EGL/NV/system_time.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/EGL/TIZEN/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/EGL/TIZEN/image_native_buffer.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/TIZEN/image_native_surface.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/EGL/VERSION/EGL_1_0.py +0 -144
- pyopengl-3.1.10/OpenGL/raw/EGL/VERSION/EGL_1_1.py +0 -39
- pyopengl-3.1.10/OpenGL/raw/EGL/VERSION/EGL_1_2.py +0 -57
- pyopengl-3.1.10/OpenGL/raw/EGL/VERSION/EGL_1_3.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/EGL/VERSION/EGL_1_4.py +0 -24
- pyopengl-3.1.10/OpenGL/raw/EGL/VERSION/EGL_1_5.py +0 -88
- pyopengl-3.1.10/OpenGL/raw/EGL/VERSION/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/EGL/_errors.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/EGL/_types.py +0 -134
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/blend_minmax_factor.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/conservative_depth.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/debug_output.py +0 -39
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/depth_clamp_separate.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/draw_buffers_blend.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/framebuffer_multisample_advanced.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/framebuffer_sample_positions.py +0 -29
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/gcn_shader.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/gpu_shader_half_float.py +0 -27
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/gpu_shader_int16.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/gpu_shader_int64.py +0 -143
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/interleaved_elements.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/multi_draw_indirect.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/name_gen_delete.py +0 -27
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/occlusion_query_event.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/performance_monitor.py +0 -53
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/pinned_memory.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/query_buffer_object.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/sample_positions.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/seamless_cubemap_per_texture.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/shader_atomic_counter_ops.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/shader_ballot.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/shader_explicit_vertex_parameter.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/shader_gpu_shader_half_float_fetch.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/shader_image_load_store_lod.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/shader_stencil_export.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/shader_trinary_minmax.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/sparse_texture.py +0 -28
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/stencil_operation_extended.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/texture_gather_bias_lod.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/texture_texture4.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/transform_feedback3_lines_triangles.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/transform_feedback4.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/vertex_shader_layer.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/vertex_shader_tessellator.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/AMD/vertex_shader_viewport_index.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ANGLE/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/aux_depth_stencil.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/client_storage.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/element_array.py +0 -31
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/fence.py +0 -39
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/float_pixels.py +0 -28
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/flush_buffer_range.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/object_purgeable.py +0 -28
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/rgb_422.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/row_bytes.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/specular_vector.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/texture_range.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/transform_hint.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/vertex_array_object.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/vertex_array_range.py +0 -29
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/vertex_program_evaluators.py +0 -44
- pyopengl-3.1.10/OpenGL/raw/GL/APPLE/ycbcr_422.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/ES2_compatibility.py +0 -44
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/ES3_1_compatibility.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/ES3_2_compatibility.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/ES3_compatibility.py +0 -27
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/arrays_of_arrays.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/base_instance.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/bindless_texture.py +0 -62
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/blend_func_extended.py +0 -24
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/buffer_storage.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/cl_event.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/clear_buffer_object.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/clear_texture.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/clip_control.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/color_buffer_float.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/compatibility.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/compressed_texture_pixel_storage.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/compute_shader.py +0 -37
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/compute_variable_group_size.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/conditional_render_inverted.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/conservative_depth.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/copy_buffer.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/copy_image.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/cull_distance.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/debug_output.py +0 -47
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/depth_buffer_float.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/depth_clamp.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/depth_texture.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/derivative_control.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/direct_state_access.py +0 -317
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/draw_buffers.py +0 -33
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/draw_buffers_blend.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/draw_elements_base_vertex.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/draw_indirect.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/draw_instanced.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/enhanced_layouts.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/explicit_attrib_location.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/explicit_uniform_location.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/fragment_coord_conventions.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/fragment_layer_viewport.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/fragment_program.py +0 -148
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/fragment_program_shadow.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/fragment_shader.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/fragment_shader_interlock.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/framebuffer_no_attachments.py +0 -28
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/framebuffer_object.py +0 -146
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/framebuffer_sRGB.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/geometry_shader4.py +0 -45
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/get_program_binary.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/get_texture_sub_image.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/gl_spirv.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/gpu_shader5.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/gpu_shader_fp64.py +0 -80
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/gpu_shader_int64.py +0 -129
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/half_float_pixel.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/half_float_vertex.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/imaging.py +0 -190
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/indirect_parameters.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/instanced_arrays.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/internalformat_query.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/internalformat_query2.py +0 -150
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/invalidate_subdata.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/map_buffer_alignment.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/map_buffer_range.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/matrix_palette.py +0 -38
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/multi_bind.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/multi_draw_indirect.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/multisample.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/multitexture.py +0 -150
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/occlusion_query.py +0 -42
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/occlusion_query2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/parallel_shader_compile.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/pipeline_statistics_query.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/pixel_buffer_object.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/point_parameters.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/point_sprite.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/polygon_offset_clamp.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/post_depth_coverage.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/program_interface_query.py +0 -81
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/provoking_vertex.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/query_buffer_object.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/robust_buffer_access_behavior.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/robustness.py +0 -81
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/robustness_isolation.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/sample_locations.py +0 -30
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/sample_shading.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/sampler_objects.py +0 -56
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/seamless_cube_map.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/seamless_cubemap_per_texture.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/separate_shader_objects.py +0 -205
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_atomic_counter_ops.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_atomic_counters.py +0 -45
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_ballot.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_bit_encoding.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_clock.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_draw_parameters.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_group_vote.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_image_load_store.py +0 -83
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_image_size.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_objects.py +0 -164
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_precision.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_stencil_export.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_storage_buffer_object.py +0 -33
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_subroutine.py +0 -48
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_texture_image_samples.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_texture_lod.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shader_viewport_layer_array.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shading_language_100.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shading_language_420pack.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shading_language_include.py +0 -34
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shading_language_packing.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shadow.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/shadow_ambient.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/sparse_buffer.py +0 -24
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/sparse_texture.py +0 -27
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/sparse_texture2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/sparse_texture_clamp.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/spirv_extensions.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/stencil_texturing.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/sync.py +0 -49
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/tessellation_shader.py +0 -56
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_barrier.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_border_clamp.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_buffer_object.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_buffer_object_rgb32.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_buffer_range.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_compression.py +0 -45
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_compression_bptc.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_compression_rgtc.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_cube_map.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_cube_map_array.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_env_add.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_env_combine.py +0 -36
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_env_crossbar.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_env_dot3.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_filter_anisotropic.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_filter_minmax.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_float.py +0 -34
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_gather.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_mirror_clamp_to_edge.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_mirrored_repeat.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_multisample.py +0 -46
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_non_power_of_two.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_query_levels.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_query_lod.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_rectangle.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_rg.py +0 -36
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_rgb10_a2ui.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_stencil8.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_storage.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_storage_multisample.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_swizzle.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/texture_view.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/timer_query.py +0 -24
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/transform_feedback2.py +0 -38
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/transform_feedback3.py +0 -27
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/transform_feedback_instanced.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/transform_feedback_overflow_query.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/transpose_matrix.py +0 -29
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/uniform_buffer_object.py +0 -76
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_array_bgra.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_array_object.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_attrib_64bit.py +0 -56
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_attrib_binding.py +0 -38
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_blend.py +0 -85
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_buffer_object.py +0 -77
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_program.py +0 -278
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_shader.py +0 -177
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_type_10f_11f_11f_rev.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/vertex_type_2_10_10_10_rev.py +0 -129
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/viewport_array.py +0 -62
- pyopengl-3.1.10/OpenGL/raw/GL/ARB/window_pos.py +0 -62
- pyopengl-3.1.10/OpenGL/raw/GL/ARM/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/draw_buffers.py +0 -33
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/element_array.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/envmap_bumpmap.py +0 -33
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/fragment_shader.py +0 -159
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/map_object_buffer.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/meminfo.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/pixel_format_float.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/pn_triangles.py +0 -28
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/separate_stencil.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/text_fragment_shader.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/texture_env_combine3.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/texture_float.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/texture_mirror_once.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/vertex_array_object.py +0 -57
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/vertex_attrib_array_object.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GL/ATI/vertex_streams.py +0 -158
- pyopengl-3.1.10/OpenGL/raw/GL/DFX/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/DFX/multisample.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/DFX/tbuffer.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/DFX/texture_compression_FXT1.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/DMP/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/EGL_image_storage.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/EGL_sync.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/GL_422_pixels.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/abgr.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/bgra.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/bindable_uniform.py +0 -28
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/blend_color.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/blend_equation_separate.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/blend_func_separate.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/blend_logic_op.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/blend_minmax.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/blend_subtract.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/clip_volume_hint.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/cmyka.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/color_subtable.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/compiled_vertex_array.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/convolution.py +0 -72
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/coordinate_frame.py +0 -93
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/copy_texture.py +0 -29
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/cull_vertex.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/debug_label.py +0 -27
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/debug_marker.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/depth_bounds_test.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/direct_state_access.py +0 -781
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/draw_buffers2.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/draw_instanced.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/draw_range_elements.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/external_buffer.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/fog_coord.py +0 -36
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/framebuffer_blit.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/framebuffer_blit_layers.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/framebuffer_multisample.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/framebuffer_multisample_blit_scaled.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/framebuffer_object.py +0 -115
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/framebuffer_sRGB.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/geometry_shader4.py +0 -36
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/gpu_program_parameters.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/gpu_shader4.py +0 -143
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/histogram.py +0 -57
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/index_array_formats.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/index_func.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/index_material.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/index_texture.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/light_texture.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/memory_object.py +0 -81
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/memory_object_fd.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/memory_object_win32.py +0 -28
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/misc_attribute.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/multi_draw_arrays.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/multisample.py +0 -36
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/multiview_tessellation_geometry_shader.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/multiview_texture_multisample.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/multiview_timer_query.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/packed_depth_stencil.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/packed_float.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/packed_pixels.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/paletted_texture.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/pixel_buffer_object.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/pixel_transform.py +0 -40
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/pixel_transform_color_table.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/point_parameters.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/polygon_offset.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/polygon_offset_clamp.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/post_depth_coverage.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/provoking_vertex.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/raster_multisample.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/rescale_normal.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/secondary_color.py +0 -71
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/semaphore.py +0 -53
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/semaphore_fd.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/semaphore_win32.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/separate_shader_objects.py +0 -161
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/separate_specular_color.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/shader_framebuffer_fetch.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/shader_framebuffer_fetch_non_coherent.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/shader_image_load_formatted.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/shader_image_load_store.py +0 -74
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/shader_integer_mix.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/shader_samples_identical.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/shadow_funcs.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/shared_texture_palette.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/sparse_texture2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/stencil_clear_tag.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/stencil_two_side.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/stencil_wrap.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/subtexture.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture.py +0 -57
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture3D.py +0 -28
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_array.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_buffer_object.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_compression_latc.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_compression_rgtc.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_compression_s3tc.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_cube_map.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_env_add.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_env_combine.py +0 -35
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_env_dot3.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_filter_anisotropic.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_filter_minmax.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_integer.py +0 -78
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_lod_bias.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_mirror_clamp.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_object.py +0 -36
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_perturb_normal.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_sRGB.py +0 -30
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_sRGB_R8.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_sRGB_RG8.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_sRGB_decode.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_shadow_lod.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_shared_exponent.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_snorm.py +0 -39
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_storage.py +0 -54
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/texture_swizzle.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/timer_query.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/transform_feedback.py +0 -49
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/vertex_array.py +0 -72
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/vertex_array_bgra.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/vertex_attrib_64bit.py +0 -56
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/vertex_shader.py +0 -249
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/vertex_weighting.py +0 -35
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/win32_keyed_mutex.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/window_rectangles.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GL/EXT/x11_sync_object.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/FJ/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/GREMEDY/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/GREMEDY/frame_terminator.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/GREMEDY/string_marker.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/HP/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/HP/convolution_border_modes.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/HP/image_transform.py +0 -46
- pyopengl-3.1.10/OpenGL/raw/GL/HP/occlusion_test.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/HP/texture_lighting.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/IBM/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/IBM/cull_vertex.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/IBM/multimode_draw_arrays.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/IBM/rasterpos_clip.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/IBM/static_data.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/IBM/texture_mirrored_repeat.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/IBM/vertex_array_lists.py +0 -53
- pyopengl-3.1.10/OpenGL/raw/GL/IMG/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/INGR/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/INGR/blend_func_separate.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/INGR/color_clamp.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GL/INGR/interlace_read.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/INTEL/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/INTEL/blackhole_render.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/INTEL/conservative_rasterization.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/INTEL/fragment_shader_ordering.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/INTEL/framebuffer_CMAA.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/INTEL/map_texture.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/INTEL/parallel_arrays.py +0 -30
- pyopengl-3.1.10/OpenGL/raw/GL/INTEL/performance_query.py +0 -63
- pyopengl-3.1.10/OpenGL/raw/GL/KHR/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/KHR/blend_equation_advanced.py +0 -31
- pyopengl-3.1.10/OpenGL/raw/GL/KHR/blend_equation_advanced_coherent.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/KHR/context_flush_control.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/KHR/debug.py +0 -160
- pyopengl-3.1.10/OpenGL/raw/GL/KHR/no_error.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/KHR/parallel_shader_compile.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/KHR/robust_buffer_access_behavior.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/KHR/robustness.py +0 -61
- pyopengl-3.1.10/OpenGL/raw/GL/KHR/shader_subgroup.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/KHR/texture_compression_astc_hdr.py +0 -42
- pyopengl-3.1.10/OpenGL/raw/GL/KHR/texture_compression_astc_ldr.py +0 -42
- pyopengl-3.1.10/OpenGL/raw/GL/KHR/texture_compression_astc_sliced_3d.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/MESA/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/MESA/framebuffer_flip_x.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/MESA/framebuffer_flip_y.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/MESA/framebuffer_swap_xy.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/MESA/pack_invert.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/MESA/program_binary_formats.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/MESA/resize_buffers.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/MESA/shader_integer_functions.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/MESA/texture_const_bandwidth.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/MESA/tile_raster_order.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/MESA/window_pos.py +0 -86
- pyopengl-3.1.10/OpenGL/raw/GL/MESA/ycbcr_texture.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/MESAX/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/MESAX/texture_stack.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/NV/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/NV/alpha_to_coverage_dither_control.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/NV/bindless_multi_draw_indirect.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/NV/bindless_multi_draw_indirect_count.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/NV/bindless_texture.py +0 -53
- pyopengl-3.1.10/OpenGL/raw/GL/NV/blend_equation_advanced.py +0 -70
- pyopengl-3.1.10/OpenGL/raw/GL/NV/blend_equation_advanced_coherent.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/blend_minmax_factor.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/NV/blend_square.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/clip_space_w_scaling.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/NV/command_list.py +0 -83
- pyopengl-3.1.10/OpenGL/raw/GL/NV/compute_program5.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/NV/compute_shader_derivatives.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/conditional_render.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GL/NV/conservative_raster.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/NV/conservative_raster_dilate.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/NV/conservative_raster_pre_snap.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/conservative_raster_pre_snap_triangles.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/NV/conservative_raster_underestimation.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/copy_depth_to_color.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/NV/copy_image.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/NV/deep_texture3D.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/NV/depth_buffer_float.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/NV/depth_clamp.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/draw_texture.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/NV/draw_vulkan_image.py +0 -29
- pyopengl-3.1.10/OpenGL/raw/GL/NV/evaluators.py +0 -64
- pyopengl-3.1.10/OpenGL/raw/GL/NV/explicit_multisample.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GL/NV/fence.py +0 -37
- pyopengl-3.1.10/OpenGL/raw/GL/NV/fill_rectangle.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/float_buffer.py +0 -29
- pyopengl-3.1.10/OpenGL/raw/GL/NV/fog_distance.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/NV/fragment_coverage_to_color.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/NV/fragment_program.py +0 -37
- pyopengl-3.1.10/OpenGL/raw/GL/NV/fragment_program2.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/NV/fragment_program4.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/fragment_program_option.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/fragment_shader_barycentric.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/fragment_shader_interlock.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/framebuffer_mixed_samples.py +0 -39
- pyopengl-3.1.10/OpenGL/raw/GL/NV/framebuffer_multisample_coverage.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/NV/geometry_program4.py +0 -41
- pyopengl-3.1.10/OpenGL/raw/GL/NV/geometry_shader4.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/geometry_shader_passthrough.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/gpu_multicast.py +0 -54
- pyopengl-3.1.10/OpenGL/raw/GL/NV/gpu_program4.py +0 -69
- pyopengl-3.1.10/OpenGL/raw/GL/NV/gpu_program5.py +0 -27
- pyopengl-3.1.10/OpenGL/raw/GL/NV/gpu_program5_mem_extended.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/gpu_shader5.py +0 -141
- pyopengl-3.1.10/OpenGL/raw/GL/NV/half_float.py +0 -152
- pyopengl-3.1.10/OpenGL/raw/GL/NV/internalformat_sample_query.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GL/NV/light_max_exponent.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/NV/memory_attachment.py +0 -41
- pyopengl-3.1.10/OpenGL/raw/GL/NV/memory_object_sparse.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/NV/mesh_shader.py +0 -73
- pyopengl-3.1.10/OpenGL/raw/GL/NV/multisample_coverage.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/NV/multisample_filter_hint.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/occlusion_query.py +0 -38
- pyopengl-3.1.10/OpenGL/raw/GL/NV/packed_depth_stencil.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/NV/parameter_buffer_object.py +0 -27
- pyopengl-3.1.10/OpenGL/raw/GL/NV/parameter_buffer_object2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/path_rendering.py +0 -426
- pyopengl-3.1.10/OpenGL/raw/GL/NV/path_rendering_shared_edge.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/pixel_data_range.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GL/NV/point_sprite.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GL/NV/present_video.py +0 -37
- pyopengl-3.1.10/OpenGL/raw/GL/NV/primitive_restart.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GL/NV/primitive_shading_rate.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/NV/query_resource.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GL/NV/query_resource_tag.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GL/NV/register_combiners.py +0 -108
- pyopengl-3.1.10/OpenGL/raw/GL/NV/register_combiners2.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/NV/representative_fragment_test.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/robustness_video_memory_purge.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/sample_locations.py +0 -30
- pyopengl-3.1.10/OpenGL/raw/GL/NV/sample_mask_override_coverage.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/scissor_exclusive.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_atomic_counters.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_atomic_float.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_atomic_float64.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_atomic_fp16_vector.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_atomic_int64.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_buffer_load.py +0 -58
- pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_buffer_store.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_storage_buffer_object.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_subgroup_partitioned.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_texture_footprint.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_thread_group.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/NV/shader_thread_shuffle.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/shading_rate_image.py +0 -55
- pyopengl-3.1.10/OpenGL/raw/GL/NV/stereo_view_rendering.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/tessellation_program5.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/NV/texgen_emboss.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/NV/texgen_reflection.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_barrier.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_compression_vtc.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_env_combine4.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_expand_normal.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_multisample.py +0 -33
- pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_rectangle.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_rectangle_compressed.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_shader.py +0 -87
- pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_shader2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/texture_shader3.py +0 -31
- pyopengl-3.1.10/OpenGL/raw/GL/NV/timeline_semaphore.py +0 -27
- pyopengl-3.1.10/OpenGL/raw/GL/NV/transform_feedback.py +0 -80
- pyopengl-3.1.10/OpenGL/raw/GL/NV/transform_feedback2.py +0 -38
- pyopengl-3.1.10/OpenGL/raw/GL/NV/uniform_buffer_std430_layout.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/uniform_buffer_unified_memory.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/NV/vdpau_interop.py +0 -47
- pyopengl-3.1.10/OpenGL/raw/GL/NV/vdpau_interop2.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_array_range.py +0 -24
- pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_array_range2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_attrib_integer_64bit.py +0 -72
- pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_buffer_unified_memory.py +0 -74
- pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_program.py +0 -288
- pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_program1_1.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_program2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_program2_option.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_program3.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/vertex_program4.py +0 -83
- pyopengl-3.1.10/OpenGL/raw/GL/NV/video_capture.py +0 -78
- pyopengl-3.1.10/OpenGL/raw/GL/NV/viewport_array2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NV/viewport_swizzle.py +0 -28
- pyopengl-3.1.10/OpenGL/raw/GL/NVX/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/NVX/blend_equation_advanced_multi_draw_buffers.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/NVX/conditional_render.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/NVX/gpu_memory_info.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/NVX/gpu_multicast2.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GL/NVX/linked_gpu_multicast.py +0 -24
- pyopengl-3.1.10/OpenGL/raw/GL/NVX/progress_fence.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/OES/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/OES/byte_coordinates.py +0 -80
- pyopengl-3.1.10/OpenGL/raw/GL/OES/compressed_paletted_texture.py +0 -24
- pyopengl-3.1.10/OpenGL/raw/GL/OES/fixed_point.py +0 -335
- pyopengl-3.1.10/OpenGL/raw/GL/OES/query_matrix.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/OES/read_format.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/OES/single_precision.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GL/OML/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/OML/interlace.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/OML/resample.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/OML/subsample.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/OVR/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/OVR/multiview.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GL/OVR/multiview2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/PGI/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/PGI/misc_hints.py +0 -36
- pyopengl-3.1.10/OpenGL/raw/GL/PGI/vertex_hints.py +0 -36
- pyopengl-3.1.10/OpenGL/raw/GL/QCOM/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/REND/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/REND/screen_coordinates.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/S3/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/S3/s3tc.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/SGI/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/SGI/color_matrix.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GL/SGI/color_table.py +0 -50
- pyopengl-3.1.10/OpenGL/raw/GL/SGI/texture_color_table.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/detail_texture.py +0 -27
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/fog_function.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/generate_mipmap.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/multisample.py +0 -35
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/pixel_texture.py +0 -35
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/point_line_texgen.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/point_parameters.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/sharpen_texture.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/texture4D.py +0 -29
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/texture_border_clamp.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/texture_color_mask.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/texture_edge_clamp.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/texture_filter4.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/texture_lod.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/SGIS/texture_select.py +0 -36
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/async_.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/async_histogram.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/async_pixel.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/blend_alpha_minmax.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/calligraphic_fragment.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/clipmap.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/convolution_accuracy.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/depth_pass_instrument.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/depth_texture.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/flush_raster.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/fog_offset.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/fragment_lighting.py +0 -87
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/framezoom.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/igloo_interface.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/instruments.py +0 -33
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/interlace.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/ir_instrument1.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/list_priority.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/pixel_texture.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/pixel_tiles.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/polynomial_ffd.py +0 -31
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/reference_plane.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/resample.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/scalebias_hint.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/shadow.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/shadow_ambient.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/sprite.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/subsample.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/tag_sample_buffer.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/texture_add_env.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/texture_coordinate_clamp.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/texture_lod_bias.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/texture_multi_buffer.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/texture_scale_bias.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/vertex_preclip.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/ycrcb.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/ycrcb_subsample.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/SGIX/ycrcba.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/SUN/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/SUN/convolution_border_modes.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/SUN/global_alpha.py +0 -39
- pyopengl-3.1.10/OpenGL/raw/GL/SUN/mesh_array.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/SUN/slice_accum.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/SUN/triangle_list.py +0 -51
- pyopengl-3.1.10/OpenGL/raw/GL/SUN/vertex.py +0 -134
- pyopengl-3.1.10/OpenGL/raw/GL/SUNX/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/SUNX/constant_data.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_1_0.py +0 -1355
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_1_1.py +0 -208
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_1_2.py +0 -66
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_1_3.py +0 -247
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_1_4.py +0 -204
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_1_5.py +0 -120
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_2_0.py +0 -376
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_2_1.py +0 -54
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_3_0.py +0 -502
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_3_1.py +0 -119
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_3_2.py +0 -134
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_3_3.py +0 -203
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_4_0.py +0 -230
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_4_1.py +0 -315
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_4_2.py +0 -161
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_4_3.py +0 -407
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_4_4.py +0 -65
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_4_5.py +0 -430
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/GL_4_6.py +0 -51
- pyopengl-3.1.10/OpenGL/raw/GL/VERSION/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/VIV/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/WIN/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/WIN/phong_shading.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GL/WIN/specular_fog.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GL/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GL/_errors.py +0 -6
- pyopengl-3.1.10/OpenGL/raw/GL/_glgets.py +0 -2172
- pyopengl-3.1.10/OpenGL/raw/GL/_lookupint.py +0 -48
- pyopengl-3.1.10/OpenGL/raw/GL/_types.py +0 -173
- pyopengl-3.1.10/OpenGL/raw/GLE/__init__.py +0 -298
- pyopengl-3.1.10/OpenGL/raw/GLE/annotations.py +0 -353
- pyopengl-3.1.10/OpenGL/raw/GLE/constants.py +0 -67
- pyopengl-3.1.10/OpenGL/raw/GLES1/AMD/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES1/AMD/compressed_3DC_texture.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES1/AMD/compressed_ATC_texture.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES1/APPLE/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES1/APPLE/copy_texture_levels.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES1/APPLE/framebuffer_multisample.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES1/APPLE/sync.py +0 -50
- pyopengl-3.1.10/OpenGL/raw/GLES1/APPLE/texture_2D_limited_npot.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/APPLE/texture_format_BGRA8888.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES1/APPLE/texture_max_level.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/ARM/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES1/ARM/rgba8.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/blend_minmax.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/debug_marker.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/discard_framebuffer.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/map_buffer_range.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/multi_draw_arrays.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/multisampled_render_to_texture.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/read_format_bgra.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/robustness.py +0 -33
- pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/sRGB.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/texture_compression_dxt1.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/texture_filter_anisotropic.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/texture_format_BGRA8888.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/texture_lod_bias.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES1/EXT/texture_storage.py +0 -54
- pyopengl-3.1.10/OpenGL/raw/GLES1/IMG/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES1/IMG/multisampled_render_to_texture.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES1/IMG/read_format.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES1/IMG/texture_compression_pvrtc.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES1/IMG/texture_env_enhanced_fixed_function.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GLES1/IMG/user_clip_plane.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES1/KHR/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES1/KHR/debug.py +0 -160
- pyopengl-3.1.10/OpenGL/raw/GLES1/NV/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES1/NV/fence.py +0 -37
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/EGL_image.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/EGL_image_external.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/blend_equation_separate.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/blend_func_separate.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/blend_subtract.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/byte_coordinates.py +0 -80
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/compressed_ETC1_RGB8_sub_texture.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/compressed_ETC1_RGB8_texture.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/compressed_paletted_texture.py +0 -24
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/depth24.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/depth32.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/draw_texture.py +0 -38
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/element_index_uint.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/extended_matrix_palette.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/fbo_render_mipmap.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/fixed_point.py +0 -335
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/framebuffer_object.py +0 -91
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/mapbuffer.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/matrix_get.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/matrix_palette.py +0 -41
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/packed_depth_stencil.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/point_size_array.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/point_sprite.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/query_matrix.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/read_format.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/required_internalformat.py +0 -29
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/rgb8_rgba8.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/single_precision.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/stencil1.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/stencil4.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/stencil8.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/stencil_wrap.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/surfaceless_context.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/texture_cube_map.py +0 -53
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/texture_env_crossbar.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/texture_mirrored_repeat.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/texture_npot.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/OES/vertex_array_object.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES1/QCOM/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES1/QCOM/driver_control.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES1/QCOM/extended_get.py +0 -48
- pyopengl-3.1.10/OpenGL/raw/GLES1/QCOM/extended_get2.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES1/QCOM/perfmon_global_mode.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/QCOM/tiled_rendering.py +0 -51
- pyopengl-3.1.10/OpenGL/raw/GLES1/QCOM/writeonly_rendering.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES1/VERSION/GLES1_1_0.py +0 -778
- pyopengl-3.1.10/OpenGL/raw/GLES1/VERSION/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES1/_errors.py +0 -6
- pyopengl-3.1.10/OpenGL/raw/GLES1/_glgets.py +0 -2172
- pyopengl-3.1.10/OpenGL/raw/GLES1/_types.py +0 -4
- pyopengl-3.1.10/OpenGL/raw/GLES2/AMD/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/AMD/compressed_3DC_texture.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/AMD/compressed_ATC_texture.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/AMD/framebuffer_multisample_advanced.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GLES2/AMD/performance_monitor.py +0 -53
- pyopengl-3.1.10/OpenGL/raw/GLES2/AMD/program_binary_Z400.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/ANDROID/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/ANDROID/extension_pack_es31a.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/depth_texture.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/framebuffer_blit.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/framebuffer_multisample.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/instanced_arrays.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/pack_reverse_row_order.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/program_binary.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/texture_compression_dxt3.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/texture_compression_dxt5.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/texture_usage.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/ANGLE/translated_shader_source.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/clip_distance.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/color_buffer_packed_float.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/copy_texture_levels.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/framebuffer_multisample.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/rgb_422.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/sync.py +0 -50
- pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/texture_format_BGRA8888.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/texture_max_level.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/APPLE/texture_packed_float.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/mali_program_binary.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/mali_shader_binary.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/rgba8.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/shader_core_properties.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/shader_framebuffer_fetch.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/shader_framebuffer_fetch_depth_stencil.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/ARM/texture_unnormalized_coordinates.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/DMP/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/DMP/program_binary.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/DMP/shader_binary.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/ES/VERSION_3_2.py +0 -358
- pyopengl-3.1.10/OpenGL/raw/GLES2/ES/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/EGL_image_array.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/EGL_image_storage.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/EGL_image_storage_compression.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/YUV_target.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/base_instance.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/blend_func_extended.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/blend_minmax.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/buffer_storage.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/clear_texture.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/clip_control.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/clip_cull_distance.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/color_buffer_float.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/color_buffer_half_float.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/conservative_depth.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/copy_image.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/debug_label.py +0 -27
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/debug_marker.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/depth_clamp.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/discard_framebuffer.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/disjoint_timer_query.py +0 -56
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/draw_buffers.py +0 -50
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/draw_buffers_indexed.py +0 -65
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/draw_elements_base_vertex.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/draw_instanced.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/draw_transform_feedback.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/external_buffer.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/float_blend.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/fragment_shading_rate.py +0 -51
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/framebuffer_blit_layers.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/geometry_point_size.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/geometry_shader.py +0 -49
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/gpu_shader5.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/instanced_arrays.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/map_buffer_range.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/memory_object.py +0 -81
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/memory_object_fd.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/memory_object_win32.py +0 -28
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multi_draw_arrays.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multi_draw_indirect.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multisampled_compatibility.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multisampled_render_to_texture.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multisampled_render_to_texture2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multiview_draw_buffers.py +0 -27
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multiview_tessellation_geometry_shader.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multiview_texture_multisample.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/multiview_timer_query.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/occlusion_query_boolean.py +0 -39
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/polygon_offset_clamp.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/post_depth_coverage.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/primitive_bounding_box.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/protected_textures.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/pvrtc_sRGB.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/raster_multisample.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/read_format_bgra.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/render_snorm.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/robustness.py +0 -33
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/sRGB.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/sRGB_write_control.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/semaphore.py +0 -53
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/semaphore_fd.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/semaphore_win32.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/separate_depth_stencil.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/separate_shader_objects.py +0 -161
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_framebuffer_fetch.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_framebuffer_fetch_non_coherent.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_group_vote.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_implicit_conversions.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_integer_mix.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_io_blocks.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_non_constant_global_initializers.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_pixel_local_storage.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_pixel_local_storage2.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_samples_identical.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shader_texture_lod.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/shadow_samplers.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/sparse_texture.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/sparse_texture2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/tessellation_point_size.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/tessellation_shader.py +0 -63
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_border_clamp.py +0 -39
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_buffer.py +0 -33
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_compression_astc_decode_mode.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_compression_bptc.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_compression_dxt1.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_compression_rgtc.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_compression_s3tc.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_compression_s3tc_srgb.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_cube_map_array.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_filter_anisotropic.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_filter_minmax.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_format_BGRA8888.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_format_sRGB_override.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_mirror_clamp_to_edge.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_norm16.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_query_lod.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_rg.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_sRGB_R8.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_sRGB_RG8.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_sRGB_decode.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_shadow_lod.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_storage.py +0 -54
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_storage_compression.py +0 -35
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_type_2_10_10_10_REV.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/texture_view.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/unpack_subimage.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/win32_keyed_mutex.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/EXT/window_rectangles.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GLES2/FJ/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/FJ/shader_binary_GCCSO.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/bindless_texture.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/framebuffer_downsample.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/multisampled_render_to_texture.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/program_binary.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/read_format.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/shader_binary.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/texture_compression_pvrtc.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/texture_compression_pvrtc2.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/IMG/texture_filter_cubic.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/INTEL/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/INTEL/blackhole_render.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/INTEL/conservative_rasterization.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/INTEL/framebuffer_CMAA.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/INTEL/performance_query.py +0 -63
- pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/blend_equation_advanced.py +0 -31
- pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/blend_equation_advanced_coherent.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/context_flush_control.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/debug.py +0 -160
- pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/no_error.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/parallel_shader_compile.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/robust_buffer_access_behavior.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/robustness.py +0 -61
- pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/shader_subgroup.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/texture_compression_astc_hdr.py +0 -42
- pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/texture_compression_astc_ldr.py +0 -42
- pyopengl-3.1.10/OpenGL/raw/GLES2/KHR/texture_compression_astc_sliced_3d.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/bgra.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/framebuffer_flip_x.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/framebuffer_flip_y.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/framebuffer_swap_xy.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/program_binary_formats.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/sampler_objects.py +0 -44
- pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/shader_integer_functions.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/MESA/texture_const_bandwidth.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/bindless_texture.py +0 -53
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/blend_equation_advanced.py +0 -70
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/blend_equation_advanced_coherent.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/blend_minmax_factor.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/clip_space_w_scaling.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/compute_shader_derivatives.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/conditional_render.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/conservative_raster.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/conservative_raster_pre_snap.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/conservative_raster_pre_snap_triangles.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/copy_buffer.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/coverage_sample.py +0 -28
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/depth_nonlinear.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/draw_buffers.py +0 -49
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/draw_instanced.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/draw_vulkan_image.py +0 -29
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/explicit_attrib_location.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/fbo_color_attachments.py +0 -31
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/fence.py +0 -37
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/fill_rectangle.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/fragment_coverage_to_color.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/fragment_shader_barycentric.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/fragment_shader_interlock.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/framebuffer_blit.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/framebuffer_mixed_samples.py +0 -39
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/framebuffer_multisample.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/generate_mipmap_sRGB.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/geometry_shader_passthrough.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/gpu_shader5.py +0 -141
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/image_formats.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/instanced_arrays.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/internalformat_sample_query.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/memory_attachment.py +0 -41
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/memory_object_sparse.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/mesh_shader.py +0 -73
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/non_square_matrices.py +0 -37
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/pack_subimage.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/path_rendering.py +0 -426
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/path_rendering_shared_edge.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/pixel_buffer_object.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/polygon_mode.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/primitive_shading_rate.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/read_buffer.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/read_buffer_front.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/read_depth.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/read_depth_stencil.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/read_stencil.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/representative_fragment_test.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/sRGB_formats.py +0 -24
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/sample_locations.py +0 -30
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/sample_mask_override_coverage.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/scissor_exclusive.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/shader_atomic_fp16_vector.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/shader_noperspective_interpolation.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/shader_subgroup_partitioned.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/shader_texture_footprint.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/shading_rate_image.py +0 -55
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/shadow_samplers_array.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/shadow_samplers_cube.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/stereo_view_rendering.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/texture_barrier.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/texture_border_clamp.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/texture_compression_s3tc_update.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/texture_npot_2D_mipmap.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/timeline_semaphore.py +0 -27
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/viewport_array.py +0 -57
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/viewport_array2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/NV/viewport_swizzle.py +0 -28
- pyopengl-3.1.10/OpenGL/raw/GLES2/NVX/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/NVX/blend_equation_advanced_multi_draw_buffers.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/EGL_image.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/EGL_image_external.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/EGL_image_external_essl3.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/compressed_ETC1_RGB8_sub_texture.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/compressed_ETC1_RGB8_texture.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/compressed_paletted_texture.py +0 -24
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/copy_image.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/depth24.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/depth32.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/depth_texture.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/draw_buffers_indexed.py +0 -65
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/draw_elements_base_vertex.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/element_index_uint.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/fbo_render_mipmap.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/fragment_precision_high.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/geometry_point_size.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/geometry_shader.py +0 -49
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/get_program_binary.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/gpu_shader5.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/mapbuffer.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/packed_depth_stencil.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/primitive_bounding_box.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/required_internalformat.py +0 -29
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/rgb8_rgba8.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/sample_shading.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/sample_variables.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/shader_image_atomic.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/shader_io_blocks.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/shader_multisample_interpolation.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/standard_derivatives.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/stencil1.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/stencil4.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/surfaceless_context.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/tessellation_point_size.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/tessellation_shader.py +0 -63
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_3D.py +0 -37
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_border_clamp.py +0 -39
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_buffer.py +0 -33
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_compression_astc.py +0 -62
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_cube_map_array.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_float.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_float_linear.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_half_float.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_half_float_linear.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_npot.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_stencil8.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_storage_multisample_2d_array.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/texture_view.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/vertex_array_object.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/vertex_half_float.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/vertex_type_10_10_10_2.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/OES/viewport_array.py +0 -57
- pyopengl-3.1.10/OpenGL/raw/GLES2/OVR/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/OVR/multiview.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES2/OVR/multiview2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/OVR/multiview_multisampled_render_to_texture.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/YUV_texture_gather.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/alpha_test.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/binning_control.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/driver_control.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/extended_get.py +0 -48
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/extended_get2.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/frame_extrapolation.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/framebuffer_foveated.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/motion_estimation.py +0 -22
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/perfmon_global_mode.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/render_sRGB_R8_RG8.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/render_shared_exponent.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/shader_framebuffer_fetch_noncoherent.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/shader_framebuffer_fetch_rate.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/shading_rate.py +0 -24
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/texture_foveated.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/texture_foveated2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/texture_foveated_subsampled_layout.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/texture_lod_bias.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/tiled_rendering.py +0 -51
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/writeonly_rendering.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/QCOM/ycbcr_degamma.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLES2/VERSION/GLES2_2_0.py +0 -740
- pyopengl-3.1.10/OpenGL/raw/GLES2/VERSION/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/VIV/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES2/VIV/shader_binary.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLES2/__init__.py +0 -0
- pyopengl-3.1.10/OpenGL/raw/GLES2/_errors.py +0 -7
- pyopengl-3.1.10/OpenGL/raw/GLES2/_glgets.py +0 -2172
- pyopengl-3.1.10/OpenGL/raw/GLES2/_types.py +0 -5
- pyopengl-3.1.10/OpenGL/raw/GLES3/VERSION/GLES3_3_0.py +0 -646
- pyopengl-3.1.10/OpenGL/raw/GLES3/VERSION/GLES3_3_1.py +0 -394
- pyopengl-3.1.10/OpenGL/raw/GLES3/VERSION/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLES3/__init__.py +0 -2
- pyopengl-3.1.10/OpenGL/raw/GLES3/_errors.py +0 -7
- pyopengl-3.1.10/OpenGL/raw/GLES3/_glgets.py +0 -2172
- pyopengl-3.1.10/OpenGL/raw/GLES3/_types.py +0 -4
- pyopengl-3.1.10/OpenGL/raw/GLU/__init__.py +0 -807
- pyopengl-3.1.10/OpenGL/raw/GLU/_errors.py +0 -6
- pyopengl-3.1.10/OpenGL/raw/GLU/annotations.py +0 -222
- pyopengl-3.1.10/OpenGL/raw/GLU/constants.py +0 -320
- pyopengl-3.1.10/OpenGL/raw/GLUT/__init__.py +0 -1344
- pyopengl-3.1.10/OpenGL/raw/GLUT/annotations.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GLUT/constants.py +0 -345
- pyopengl-3.1.10/OpenGL/raw/GLX/AMD/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLX/AMD/gpu_association.py +0 -50
- pyopengl-3.1.10/OpenGL/raw/GLX/ARB/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLX/ARB/context_flush_control.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/ARB/create_context.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/GLX/ARB/create_context_no_error.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/ARB/create_context_profile.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/ARB/create_context_robustness.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLX/ARB/fbconfig_float.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLX/ARB/framebuffer_sRGB.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/ARB/get_proc_address.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/ARB/multisample.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLX/ARB/robustness_application_isolation.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/ARB/robustness_share_group_isolation.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/ARB/vertex_buffer_object.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/DFX/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLX/DFX/multisample.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/buffer_age.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/context_priority.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/create_context_es2_profile.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/create_context_es_profile.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/fbconfig_packed_float.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/framebuffer_sRGB.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/get_drawable_type.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/import_context.py +0 -31
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/libglvnd.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/no_config_context.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/stereo_tree.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/swap_control.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/swap_control_tear.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/texture_from_pixmap.py +0 -52
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/visual_info.py +0 -30
- pyopengl-3.1.10/OpenGL/raw/GLX/EXT/visual_rating.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLX/INTEL/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLX/INTEL/swap_event.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLX/MESA/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLX/MESA/agp_offset.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/MESA/copy_sub_buffer.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/MESA/pixmap_colormap.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/MESA/query_renderer.py +0 -36
- pyopengl-3.1.10/OpenGL/raw/GLX/MESA/release_buffers.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/MESA/set_3dfx_mode.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLX/MESA/swap_control.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLX/NV/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLX/NV/copy_buffer.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLX/NV/copy_image.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/NV/delay_before_swap.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/NV/float_buffer.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/NV/multigpu_context.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/GLX/NV/multisample_coverage.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLX/NV/present_video.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLX/NV/robustness_video_memory_purge.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/NV/swap_group.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/GLX/NV/video_capture.py +0 -31
- pyopengl-3.1.10/OpenGL/raw/GLX/NV/video_out.py +0 -41
- pyopengl-3.1.10/OpenGL/raw/GLX/NV/video_output.py +0 -41
- pyopengl-3.1.10/OpenGL/raw/GLX/OML/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLX/OML/swap_method.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLX/OML/sync_control.py +0 -29
- pyopengl-3.1.10/OpenGL/raw/GLX/SGI/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLX/SGI/cushion.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/SGI/make_current_read.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLX/SGI/swap_control.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/SGI/video_sync.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLX/SGIS/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLX/SGIS/blended_overlay.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/SGIS/multisample.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLX/SGIS/shared_multisample.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/dmbuffer.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/fbconfig.py +0 -42
- pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/hyperpipe.py +0 -47
- pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/pbuffer.py +0 -53
- pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/swap_barrier.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/swap_group.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/video_resize.py +0 -30
- pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/video_source.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/GLX/SGIX/visual_select_group.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/GLX/SUN/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLX/SUN/get_transparent_index.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/VERSION/GLX_1_0.py +0 -92
- pyopengl-3.1.10/OpenGL/raw/GLX/VERSION/GLX_1_1.py +0 -25
- pyopengl-3.1.10/OpenGL/raw/GLX/VERSION/GLX_1_2.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/GLX/VERSION/GLX_1_3.py +0 -120
- pyopengl-3.1.10/OpenGL/raw/GLX/VERSION/GLX_1_4.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/GLX/VERSION/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/GLX/__init__.py +0 -0
- pyopengl-3.1.10/OpenGL/raw/GLX/_errors.py +0 -6
- pyopengl-3.1.10/OpenGL/raw/GLX/_types.py +0 -261
- pyopengl-3.1.10/OpenGL/raw/WGL/AMD/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/WGL/AMD/gpu_association.py +0 -50
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/buffer_region.py +0 -29
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/context_flush_control.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/create_context.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/create_context_no_error.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/create_context_profile.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/create_context_robustness.py +0 -18
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/extensions_string.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/framebuffer_sRGB.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/make_current_read.py +0 -21
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/multisample.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/pbuffer.py +0 -36
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/pixel_format.py +0 -71
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/pixel_format_float.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/render_texture.py +0 -55
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/robustness_application_isolation.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/WGL/ARB/robustness_share_group_isolation.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/WGL/ATI/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/WGL/ATI/pixel_format_float.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/WGL/ATI/render_texture_rectangle.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/WGL/DFX/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/WGL/DFX/multisample.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/WGL/DL/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/WGL/DL/stereo_control.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/WGL/EXT/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/WGL/EXT/colorspace.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/WGL/EXT/create_context_es2_profile.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/WGL/EXT/create_context_es_profile.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/WGL/EXT/depth_float.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/WGL/EXT/display_color_table.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/WGL/EXT/extensions_string.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/WGL/EXT/framebuffer_sRGB.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/WGL/EXT/make_current_read.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/WGL/EXT/multisample.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/WGL/EXT/pbuffer.py +0 -37
- pyopengl-3.1.10/OpenGL/raw/WGL/EXT/pixel_format.py +0 -67
- pyopengl-3.1.10/OpenGL/raw/WGL/EXT/pixel_format_packed_float.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/WGL/EXT/swap_control.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/WGL/EXT/swap_control_tear.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/WGL/I3D/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/WGL/I3D/digital_video_control.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/WGL/I3D/gamma.py +0 -27
- pyopengl-3.1.10/OpenGL/raw/WGL/I3D/genlock.py +0 -58
- pyopengl-3.1.10/OpenGL/raw/WGL/I3D/image_buffer.py +0 -27
- pyopengl-3.1.10/OpenGL/raw/WGL/I3D/swap_frame_lock.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/WGL/I3D/swap_frame_usage.py +0 -26
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/DX_interop.py +0 -40
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/DX_interop2.py +0 -15
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/copy_image.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/delay_before_swap.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/float_buffer.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/gpu_affinity.py +0 -30
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/multigpu_context.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/multisample_coverage.py +0 -16
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/present_video.py +0 -23
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/render_depth_texture.py +0 -19
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/render_texture_rectangle.py +0 -17
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/swap_group.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/vertex_array_range.py +0 -20
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/video_capture.py +0 -30
- pyopengl-3.1.10/OpenGL/raw/WGL/NV/video_output.py +0 -44
- pyopengl-3.1.10/OpenGL/raw/WGL/OML/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/WGL/OML/sync_control.py +0 -32
- pyopengl-3.1.10/OpenGL/raw/WGL/VERSION/WGL_1_0.py +0 -124
- pyopengl-3.1.10/OpenGL/raw/WGL/VERSION/__init__.py +0 -1
- pyopengl-3.1.10/OpenGL/raw/WGL/__init__.py +0 -0
- pyopengl-3.1.10/OpenGL/raw/WGL/_errors.py +0 -2
- pyopengl-3.1.10/OpenGL/raw/WGL/_types.py +0 -248
- pyopengl-3.1.10/OpenGL/raw/__init__.py +0 -6
- pyopengl-3.1.10/OpenGL/raw/osmesa/__init__.py +0 -0
- pyopengl-3.1.10/OpenGL/raw/osmesa/_types.py +0 -11
- pyopengl-3.1.10/OpenGL/raw/osmesa/mesa.py +0 -133
- pyopengl-3.1.10/OpenGL/version.py +0 -3
- pyopengl-3.1.10/OpenGL/wrapper.py +0 -1666
- pyopengl-3.1.10/PKG-INFO +0 -95
- pyopengl-3.1.10/PyOpenGL.egg-info/PKG-INFO +0 -95
- pyopengl-3.1.10/PyOpenGL.egg-info/SOURCES.txt +0 -2980
- pyopengl-3.1.10/pyproject.toml +0 -98
- pyopengl-3.1.10/readme.rst +0 -76
- pyopengl-3.1.10/setup.py +0 -33
- pyopengl-3.1.10/src/codegenerator.py +0 -643
- pyopengl-3.1.10/src/openglgenerator.py +0 -308
- pyopengl-3.1.10/src/xmlreg.py +0 -491
- pyopengl-3.1.10/tests/basetestcase.py +0 -80
- pyopengl-3.1.10/tests/check_crash_on_glutinit.py +0 -23
- pyopengl-3.1.10/tests/check_egl_device_enumeration.py +0 -40
- pyopengl-3.1.10/tests/check_egl_es1.py +0 -19
- pyopengl-3.1.10/tests/check_egl_es2.py +0 -56
- pyopengl-3.1.10/tests/check_egl_opengl.py +0 -15
- pyopengl-3.1.10/tests/check_egl_platform_ext.py +0 -41
- pyopengl-3.1.10/tests/check_egl_pygame.py +0 -297
- pyopengl-3.1.10/tests/check_freeglut_deinit.py +0 -36
- pyopengl-3.1.10/tests/check_gles_imports.py +0 -11
- pyopengl-3.1.10/tests/check_glut_debug.py +0 -139
- pyopengl-3.1.10/tests/check_glut_fc.py +0 -123
- pyopengl-3.1.10/tests/check_glut_load.py +0 -22
- pyopengl-3.1.10/tests/check_glutinit.py +0 -34
- pyopengl-3.1.10/tests/check_glutinit_0args.py +0 -18
- pyopengl-3.1.10/tests/check_glutinit_simplest.py +0 -10
- pyopengl-3.1.10/tests/check_glutinit_single.py +0 -12
- pyopengl-3.1.10/tests/check_glutwindow.py +0 -134
- pyopengl-3.1.10/tests/check_import_err.py +0 -10
- pyopengl-3.1.10/tests/check_init_framebufferarb.py +0 -26
- pyopengl-3.1.10/tests/check_leak_on_discontiguous_array.py +0 -43
- pyopengl-3.1.10/tests/check_querier_version_parse.py +0 -14
- pyopengl-3.1.10/tests/check_silence_numpy_warning.py +0 -17
- pyopengl-3.1.10/tests/egl_ext_enumerate.py +0 -36
- pyopengl-3.1.10/tests/egltest.py +0 -106
- pyopengl-3.1.10/tests/feedbackvarying.py +0 -74
- pyopengl-3.1.10/tests/geomshader.py +0 -110
- pyopengl-3.1.10/tests/gh_bug32.py +0 -24
- pyopengl-3.1.10/tests/gh_bug6_check.py +0 -30
- pyopengl-3.1.10/tests/glsl_version.py +0 -16
- pyopengl-3.1.10/tests/importtests.py +0 -5
- pyopengl-3.1.10/tests/os_egl.py +0 -288
- pyopengl-3.1.10/tests/performance.py +0 -98
- pyopengl-3.1.10/tests/pygamegltest.py +0 -55
- pyopengl-3.1.10/tests/test_arraydatatype.py +0 -419
- pyopengl-3.1.10/tests/test_checks.py +0 -268
- pyopengl-3.1.10/tests/test_core.py +0 -699
- pyopengl-3.1.10/tests/test_evaluators.py +0 -181
- pyopengl-3.1.10/tests/test_fbdel.py +0 -31
- pyopengl-3.1.10/tests/test_gldouble_ctypes.py +0 -116
- pyopengl-3.1.10/tests/test_glgetactiveuniform.py +0 -33
- pyopengl-3.1.10/tests/test_glgetfloat_leak.py +0 -37
- pyopengl-3.1.10/tests/test_glx_raw_x.py +0 -93
- pyopengl-3.1.10/tests/test_instanced_draw_detect.py +0 -40
- pyopengl-3.1.10/tests/test_sf2946226.py +0 -51
- pyopengl-3.1.10/tests/test_tess.py +0 -191
- pyopengl-3.1.10/tests/test_textures.py +0 -143
- pyopengl-3.1.10/tests/test_vbo_memusage.py +0 -57
- pyopengl-3.1.10/tests/test_wgl.py +0 -49
- pyopengl-3.1.10/tests/testing_context.py +0 -26
- pyopengl-3.1.10/tests/tests.py +0 -175
- pyopengl-3.1.10/tests/timerleak.py +0 -22
- pyopengl-3.1.10/tests/xlibegltest.py +0 -182
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/AGL/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/GLE_WIN32_README.txt +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut32.vc10.dll +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut32.vc14.dll +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut32.vc9.dll +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut64.vc10.dll +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut64.vc14.dll +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut64.vc9.dll +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut_COPYING.txt +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/freeglut_README.txt +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle32.vc10.dll +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle32.vc14.dll +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle32.vc9.dll +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle64.vc10.dll +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle64.vc14.dll +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle64.vc9.dll +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle_AUTHORS +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle_COPYING +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/DLLS/gle_COPYING.src +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/ANDROID/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/ANGLE/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/ARM/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/EXT/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/HI/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/IMG/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/KHR/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/MESA/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/NOK/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/NV/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/TIZEN/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/VERSION/__init__.py +0 -0
- {pyopengl-3.1.10/OpenGL/GL/AMD → pyopengl-4.0.0a4/OpenGL/EGL/WL}/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/EGL/debug.py +0 -0
- {pyopengl-3.1.10/OpenGL/GL/KHR → pyopengl-4.0.0a4/OpenGL/GL/AMD}/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/ANGLE/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/APPLE/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/ARB/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/ARB/vboimplementation.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/ARM/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/ATI/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/DFX/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/DMP/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/EXT/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/FJ/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/GREMEDY/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/HP/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/IBM/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/IMG/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/INGR/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/INTEL/__init__.py +0 -0
- {pyopengl-3.1.10/OpenGL/GL/MESAX → pyopengl-4.0.0a4/OpenGL/GL/KHR}/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/MESA/__init__.py +0 -0
- {pyopengl-3.1.10/OpenGL/GL/NVX → pyopengl-4.0.0a4/OpenGL/GL/MESAX}/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/NV/__init__.py +0 -0
- {pyopengl-3.1.10/OpenGL/GL/VERSION → pyopengl-4.0.0a4/OpenGL/GL/NVX}/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/OES/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/OML/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/OVR/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/PGI/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/QCOM/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/REND/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/S3/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/SGI/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/SGIS/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/SGIX/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/SUN/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/SUNX/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/VERSION/GL_1_2_images.py +0 -0
- {pyopengl-3.1.10/OpenGL/GLU/EXT → pyopengl-4.0.0a4/OpenGL/GL/VERSION}/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/VIV/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/WIN/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/framebufferobjects.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/glget.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/selection.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GL/vboimplementation.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLE/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLE/exceptional.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/AMD/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/APPLE/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/ARM/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/EXT/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/IMG/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/KHR/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/NV/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/OES/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/QCOM/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES1/VERSION/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/AMD/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/ANDROID/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/ANGLE/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/APPLE/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/ARM/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/DMP/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/ES/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/EXT/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/FJ/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/IMG/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/INTEL/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/KHR/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/MESA/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/NV/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/NVX/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/OES/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/OVR/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/QCOM/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/VERSION/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/VIV/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES2/vboimplementation.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES3/VERSION/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLES3/vboimplementation.py +0 -0
- {pyopengl-3.1.10/OpenGL/raw/EGL → pyopengl-4.0.0a4/OpenGL/GLU/EXT}/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLU/EXT/nurbs_tessellator.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLU/EXT/object_space_tess.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLU/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLUT/fonts.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLUT/osx.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/AMD/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/ARB/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/DFX/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/EXT/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/INTEL/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/MESA/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/NV/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/OML/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/SGI/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/SGIS/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/SGIX/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/SUN/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/GLX/VERSION/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/AMD/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/ARB/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/ATI/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/DFX/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/DL/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/EXT/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/I3D/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/NV/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/OML/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/WGL/VERSION/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/_bytes.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/_null.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/_opaque.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/_buffers.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/_strings.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/arrayhelpers.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/buffers.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/formathandler.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/nones.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/arrays/numbers.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/contextdata.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/images.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/latebind.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/lazywrapper.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/osmesa/__init__.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/platform/ctypesloader.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/platform/entrypoint31.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/platform/osmesa.py +0 -0
- /pyopengl-3.1.10/OpenGL/raw/GLES1/__init__.py → /pyopengl-4.0.0a4/OpenGL/py.typed +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/raw/EGL/_glgets.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/raw/GLX/_glgets.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/OpenGL/raw/WGL/_glgets.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/PyOpenGL.egg-info/dependency_links.txt +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/PyOpenGL.egg-info/top_level.txt +0 -0
- /pyopengl-3.1.10/tests/osdemo.py → /pyopengl-4.0.0a4/examples/osmesa_offscreen.py +0 -0
- /pyopengl-3.1.10/tests/gh_bug33_osmesa_attribute_pointer.py → /pyopengl-4.0.0a4/examples/osmesa_vertex_attributes.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/license.txt +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/setup.cfg +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/buildgledll.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/check_pollution.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/checkdefs.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/comparechromium.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/core.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/ctypetopytype.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/downloadglut.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/find_glget_constants.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/funcparse.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/generateraw.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/gengl.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/get_gl_extensions.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/get_gles_extensions.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/missingdefs.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/missingglut.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/togl.py +0 -0
- {pyopengl-3.1.10 → pyopengl-4.0.0a4}/src/xml_generate.py +0 -0
- {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
|