opengl-definitions 0.0.1
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.
- checksums.yaml +7 -0
- data/lib/opengl-definitions/core/GLX_VERSION_1_1.rb +20 -0
- data/lib/opengl-definitions/core/GLX_VERSION_1_2.rb +6 -0
- data/lib/opengl-definitions/core/GLX_VERSION_1_3.rb +113 -0
- data/lib/opengl-definitions/core/GLX_VERSION_1_4.rb +13 -0
- data/lib/opengl-definitions/core/GL_VERSION_1_0.rb +849 -0
- data/lib/opengl-definitions/core/GL_VERSION_1_1.rb +45 -0
- data/lib/opengl-definitions/core/GL_VERSION_1_2.rb +56 -0
- data/lib/opengl-definitions/core/GL_VERSION_1_3.rb +154 -0
- data/lib/opengl-definitions/core/GL_VERSION_1_4.rb +96 -0
- data/lib/opengl-definitions/core/GL_VERSION_1_5.rb +81 -0
- data/lib/opengl-definitions/core/GL_VERSION_2_0.rb +185 -0
- data/lib/opengl-definitions/core/GL_VERSION_2_1.rb +36 -0
- data/lib/opengl-definitions/core/GL_VERSION_3_0.rb +178 -0
- data/lib/opengl-definitions/core/GL_VERSION_3_1.rb +51 -0
- data/lib/opengl-definitions/core/GL_VERSION_3_2.rb +40 -0
- data/lib/opengl-definitions/core/GL_VERSION_3_3.rb +21 -0
- data/lib/opengl-definitions/core/GL_VERSION_4_0.rb +40 -0
- data/lib/opengl-definitions/core/GL_VERSION_4_1.rb +9 -0
- data/lib/opengl-definitions/core/GL_VERSION_4_2.rb +10 -0
- data/lib/opengl-definitions/core/GL_VERSION_4_3.rb +32 -0
- data/lib/opengl-definitions/core/GL_VERSION_4_4.rb +16 -0
- data/lib/opengl-definitions/core/GL_VERSION_4_5.rb +9 -0
- data/lib/opengl-definitions/extensions/GLX_3DFX_multisample.rb +6 -0
- data/lib/opengl-definitions/extensions/GLX_AMD_gpu_association.rb +26 -0
- data/lib/opengl-definitions/extensions/GLX_ARB_context_flush_control.rb +7 -0
- data/lib/opengl-definitions/extensions/GLX_ARB_create_context.rb +13 -0
- data/lib/opengl-definitions/extensions/GLX_ARB_create_context_profile.rb +7 -0
- data/lib/opengl-definitions/extensions/GLX_ARB_create_context_robustness.rb +8 -0
- data/lib/opengl-definitions/extensions/GLX_ARB_fbconfig_float.rb +6 -0
- data/lib/opengl-definitions/extensions/GLX_ARB_framebuffer_sRGB.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_ARB_get_proc_address.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_ARB_multisample.rb +6 -0
- data/lib/opengl-definitions/extensions/GLX_ARB_robustness_application_isolation.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_ARB_robustness_share_group_isolation.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_ARB_vertex_buffer_object.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_EXT_buffer_age.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_EXT_create_context_es2_profile.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_EXT_create_context_es_profile.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_EXT_fbconfig_packed_float.rb +6 -0
- data/lib/opengl-definitions/extensions/GLX_EXT_framebuffer_sRGB.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_EXT_import_context.rb +15 -0
- data/lib/opengl-definitions/extensions/GLX_EXT_stereo_tree.rb +7 -0
- data/lib/opengl-definitions/extensions/GLX_EXT_swap_control.rb +10 -0
- data/lib/opengl-definitions/extensions/GLX_EXT_swap_control_tear.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_EXT_texture_from_pixmap.rb +42 -0
- data/lib/opengl-definitions/extensions/GLX_EXT_visual_info.rb +20 -0
- data/lib/opengl-definitions/extensions/GLX_EXT_visual_rating.rb +8 -0
- data/lib/opengl-definitions/extensions/GLX_INTEL_swap_event.rb +8 -0
- data/lib/opengl-definitions/extensions/GLX_MESA_agp_offset.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_MESA_copy_sub_buffer.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_MESA_pixmap_colormap.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_MESA_query_renderer.rb +23 -0
- data/lib/opengl-definitions/extensions/GLX_MESA_release_buffers.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_MESA_set_3dfx_mode.rb +10 -0
- data/lib/opengl-definitions/extensions/GLX_NV_copy_buffer.rb +6 -0
- data/lib/opengl-definitions/extensions/GLX_NV_copy_image.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_NV_delay_before_swap.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_NV_float_buffer.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_NV_multisample_coverage.rb +6 -0
- data/lib/opengl-definitions/extensions/GLX_NV_present_video.rb +10 -0
- data/lib/opengl-definitions/extensions/GLX_NV_swap_group.rb +10 -0
- data/lib/opengl-definitions/extensions/GLX_NV_video_capture.rb +15 -0
- data/lib/opengl-definitions/extensions/GLX_NV_video_out.rb +23 -0
- data/lib/opengl-definitions/extensions/GLX_OML_swap_method.rb +8 -0
- data/lib/opengl-definitions/extensions/GLX_OML_sync_control.rb +9 -0
- data/lib/opengl-definitions/extensions/GLX_SGIS_blended_overlay.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_SGIS_multisample.rb +6 -0
- data/lib/opengl-definitions/extensions/GLX_SGIS_shared_multisample.rb +6 -0
- data/lib/opengl-definitions/extensions/GLX_SGIX_dmbuffer.rb +9 -0
- data/lib/opengl-definitions/extensions/GLX_SGIX_fbconfig.rb +24 -0
- data/lib/opengl-definitions/extensions/GLX_SGIX_hyperpipe.rb +25 -0
- data/lib/opengl-definitions/extensions/GLX_SGIX_pbuffer.rb +37 -0
- data/lib/opengl-definitions/extensions/GLX_SGIX_swap_barrier.rb +6 -0
- data/lib/opengl-definitions/extensions/GLX_SGIX_swap_group.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_SGIX_video_resize.rb +14 -0
- data/lib/opengl-definitions/extensions/GLX_SGIX_video_source.rb +6 -0
- data/lib/opengl-definitions/extensions/GLX_SGIX_visual_select_group.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_SGI_cushion.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_SGI_make_current_read.rb +6 -0
- data/lib/opengl-definitions/extensions/GLX_SGI_swap_control.rb +5 -0
- data/lib/opengl-definitions/extensions/GLX_SGI_video_sync.rb +6 -0
- data/lib/opengl-definitions/extensions/GLX_SUN_get_transparent_index.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_3DFX_multisample.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_3DFX_tbuffer.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_3DFX_texture_compression_FXT1.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_AMD_blend_minmax_factor.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_AMD_compressed_3DC_texture.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_AMD_compressed_ATC_texture.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_AMD_debug_output.rb +29 -0
- data/lib/opengl-definitions/extensions/GL_AMD_depth_clamp_separate.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_AMD_draw_buffers_blend.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_AMD_gpu_shader_int64.rb +69 -0
- data/lib/opengl-definitions/extensions/GL_AMD_interleaved_elements.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_AMD_multi_draw_indirect.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_AMD_name_gen_delete.rb +15 -0
- data/lib/opengl-definitions/extensions/GL_AMD_occlusion_query_event.rb +14 -0
- data/lib/opengl-definitions/extensions/GL_AMD_performance_monitor.rb +25 -0
- data/lib/opengl-definitions/extensions/GL_AMD_pinned_memory.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_AMD_program_binary_Z400.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_AMD_query_buffer_object.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_AMD_sample_positions.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_AMD_seamless_cubemap_per_texture.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_AMD_sparse_texture.rb +18 -0
- data/lib/opengl-definitions/extensions/GL_AMD_stencil_operation_extended.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_AMD_transform_feedback4.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_AMD_vertex_shader_tessellator.rb +16 -0
- data/lib/opengl-definitions/extensions/GL_ANGLE_depth_texture.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_ANGLE_framebuffer_blit.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_ANGLE_framebuffer_multisample.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_ANGLE_instanced_arrays.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_ANGLE_pack_reverse_row_order.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ANGLE_program_binary.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ANGLE_texture_compression_dxt3.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ANGLE_texture_compression_dxt5.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ANGLE_texture_usage.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ANGLE_translated_shader_source.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_aux_depth_stencil.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_client_storage.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_clip_distance.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_copy_texture_levels.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_element_array.rb +15 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_fence.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_float_pixels.rb +18 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_flush_buffer_range.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_framebuffer_multisample.rb +16 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_object_purgeable.rb +16 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_rgb_422.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_row_bytes.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_specular_vector.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_sync.rb +30 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_texture_format_BGRA8888.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_texture_max_level.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_texture_packed_float.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_texture_range.rb +15 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_transform_hint.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_vertex_array_object.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_vertex_array_range.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_vertex_program_evaluators.rb +24 -0
- data/lib/opengl-definitions/extensions/GL_APPLE_ycbcr_422.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_ARB_ES2_compatibility.rb +28 -0
- data/lib/opengl-definitions/extensions/GL_ARB_ES3_1_compatibility.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_ARB_ES3_compatibility.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_ARB_base_instance.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_ARB_bindless_texture.rb +24 -0
- data/lib/opengl-definitions/extensions/GL_ARB_blend_func_extended.rb +14 -0
- data/lib/opengl-definitions/extensions/GL_ARB_buffer_storage.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_ARB_cl_event.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_ARB_clear_buffer_object.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ARB_clear_texture.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_ARB_clip_control.rb +14 -0
- data/lib/opengl-definitions/extensions/GL_ARB_color_buffer_float.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_ARB_compressed_texture_pixel_storage.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_ARB_compute_shader.rb +27 -0
- data/lib/opengl-definitions/extensions/GL_ARB_compute_variable_group_size.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_ARB_conditional_render_inverted.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_ARB_copy_buffer.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_ARB_copy_image.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_cull_distance.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ARB_debug_output.rb +37 -0
- data/lib/opengl-definitions/extensions/GL_ARB_depth_buffer_float.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_ARB_depth_clamp.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_depth_texture.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_ARB_direct_state_access.rb +117 -0
- data/lib/opengl-definitions/extensions/GL_ARB_draw_buffers.rb +25 -0
- data/lib/opengl-definitions/extensions/GL_ARB_draw_buffers_blend.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_ARB_draw_elements_base_vertex.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_ARB_draw_indirect.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_ARB_draw_instanced.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ARB_enhanced_layouts.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_ARB_explicit_uniform_location.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_fragment_program.rb +104 -0
- data/lib/opengl-definitions/extensions/GL_ARB_fragment_shader.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_ARB_framebuffer_no_attachments.rb +18 -0
- data/lib/opengl-definitions/extensions/GL_ARB_framebuffer_object.rb +105 -0
- data/lib/opengl-definitions/extensions/GL_ARB_framebuffer_sRGB.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_geometry_shader4.rb +31 -0
- data/lib/opengl-definitions/extensions/GL_ARB_get_program_binary.rb +14 -0
- data/lib/opengl-definitions/extensions/GL_ARB_get_texture_sub_image.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ARB_gpu_shader5.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_ARB_gpu_shader_fp64.rb +38 -0
- data/lib/opengl-definitions/extensions/GL_ARB_half_float_pixel.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_half_float_vertex.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_imaging.rb +124 -0
- data/lib/opengl-definitions/extensions/GL_ARB_indirect_parameters.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_ARB_instanced_arrays.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_ARB_internalformat_query.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_ARB_internalformat_query2.rb +123 -0
- data/lib/opengl-definitions/extensions/GL_ARB_invalidate_subdata.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_ARB_map_buffer_alignment.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_map_buffer_range.rb +15 -0
- data/lib/opengl-definitions/extensions/GL_ARB_matrix_palette.rb +22 -0
- data/lib/opengl-definitions/extensions/GL_ARB_multi_bind.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_ARB_multi_draw_indirect.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ARB_multisample.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_ARB_multitexture.rb +76 -0
- data/lib/opengl-definitions/extensions/GL_ARB_occlusion_query.rb +20 -0
- data/lib/opengl-definitions/extensions/GL_ARB_occlusion_query2.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_pipeline_statistics_query.rb +15 -0
- data/lib/opengl-definitions/extensions/GL_ARB_pixel_buffer_object.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_ARB_point_parameters.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_ARB_point_sprite.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ARB_program_interface_query.rb +63 -0
- data/lib/opengl-definitions/extensions/GL_ARB_provoking_vertex.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_ARB_query_buffer_object.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_ARB_robustness.rb +40 -0
- data/lib/opengl-definitions/extensions/GL_ARB_sample_shading.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_ARB_sampler_objects.rb +22 -0
- data/lib/opengl-definitions/extensions/GL_ARB_seamless_cube_map.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_seamless_cubemap_per_texture.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_separate_shader_objects.rb +76 -0
- data/lib/opengl-definitions/extensions/GL_ARB_shader_atomic_counters.rb +37 -0
- data/lib/opengl-definitions/extensions/GL_ARB_shader_image_load_store.rb +73 -0
- data/lib/opengl-definitions/extensions/GL_ARB_shader_objects.rb +80 -0
- data/lib/opengl-definitions/extensions/GL_ARB_shader_storage_buffer_object.rb +25 -0
- data/lib/opengl-definitions/extensions/GL_ARB_shader_subroutine.rb +26 -0
- data/lib/opengl-definitions/extensions/GL_ARB_shading_language_100.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_shading_language_include.rb +16 -0
- data/lib/opengl-definitions/extensions/GL_ARB_shadow.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_ARB_shadow_ambient.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_sparse_buffer.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_ARB_sparse_texture.rb +19 -0
- data/lib/opengl-definitions/extensions/GL_ARB_stencil_texturing.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_sync.rb +29 -0
- data/lib/opengl-definitions/extensions/GL_ARB_tessellation_shader.rb +46 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_barrier.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_border_clamp.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_buffer_object.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_buffer_object_rgb32.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_buffer_range.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_compression.rb +25 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_compression_bptc.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_compression_rgtc.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_cube_map.rb +16 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_cube_map_array.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_env_combine.rb +26 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_env_dot3.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_float.rb +24 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_gather.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_mirror_clamp_to_edge.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_mirrored_repeat.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_multisample.rb +32 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_rectangle.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_rg.rb +26 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_rgb10_a2ui.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_stencil8.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_storage.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_storage_multisample.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_swizzle.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_ARB_texture_view.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_ARB_timer_query.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_ARB_transform_feedback2.rb +18 -0
- data/lib/opengl-definitions/extensions/GL_ARB_transform_feedback3.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_ARB_transform_feedback_instanced.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ARB_transform_feedback_overflow_query.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ARB_transpose_matrix.rb +15 -0
- data/lib/opengl-definitions/extensions/GL_ARB_uniform_buffer_object.rb +47 -0
- data/lib/opengl-definitions/extensions/GL_ARB_vertex_array_bgra.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_vertex_array_object.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_ARB_vertex_attrib_64bit.rb +30 -0
- data/lib/opengl-definitions/extensions/GL_ARB_vertex_attrib_binding.rb +20 -0
- data/lib/opengl-definitions/extensions/GL_ARB_vertex_blend.rb +59 -0
- data/lib/opengl-definitions/extensions/GL_ARB_vertex_buffer_object.rb +49 -0
- data/lib/opengl-definitions/extensions/GL_ARB_vertex_program.rb +148 -0
- data/lib/opengl-definitions/extensions/GL_ARB_vertex_shader.rb +79 -0
- data/lib/opengl-definitions/extensions/GL_ARB_vertex_type_10f_11f_11f_rev.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARB_vertex_type_2_10_10_10_rev.rb +52 -0
- data/lib/opengl-definitions/extensions/GL_ARB_viewport_array.rb +30 -0
- data/lib/opengl-definitions/extensions/GL_ARB_window_pos.rb +20 -0
- data/lib/opengl-definitions/extensions/GL_ARM_mali_program_binary.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARM_mali_shader_binary.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ARM_shader_framebuffer_fetch.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ATI_draw_buffers.rb +25 -0
- data/lib/opengl-definitions/extensions/GL_ATI_element_array.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_ATI_envmap_bumpmap.rb +19 -0
- data/lib/opengl-definitions/extensions/GL_ATI_fragment_shader.rb +125 -0
- data/lib/opengl-definitions/extensions/GL_ATI_map_object_buffer.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ATI_meminfo.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_ATI_pixel_format_float.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ATI_pn_triangles.rb +18 -0
- data/lib/opengl-definitions/extensions/GL_ATI_separate_stencil.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_ATI_text_fragment_shader.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_ATI_texture_env_combine3.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_ATI_texture_float.rb +16 -0
- data/lib/opengl-definitions/extensions/GL_ATI_texture_mirror_once.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_ATI_vertex_array_object.rb +27 -0
- data/lib/opengl-definitions/extensions/GL_ATI_vertex_attrib_array_object.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_ATI_vertex_streams.rb +62 -0
- data/lib/opengl-definitions/extensions/GL_DMP_program_binary.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_DMP_shader_binary.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_EXT_422_pixels.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_EXT_abgr.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_EXT_base_instance.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_EXT_bgra.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_EXT_bindable_uniform.rb +16 -0
- data/lib/opengl-definitions/extensions/GL_EXT_blend_color.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_EXT_blend_equation_separate.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_EXT_blend_func_separate.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_EXT_blend_minmax.rb +15 -0
- data/lib/opengl-definitions/extensions/GL_EXT_blend_subtract.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_EXT_clip_volume_hint.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_EXT_cmyka.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_EXT_color_buffer_half_float.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_EXT_color_subtable.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_EXT_compiled_vertex_array.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_EXT_convolution.rb +40 -0
- data/lib/opengl-definitions/extensions/GL_EXT_coordinate_frame.rb +43 -0
- data/lib/opengl-definitions/extensions/GL_EXT_copy_image.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_EXT_copy_texture.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_EXT_cull_vertex.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_EXT_debug_label.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_EXT_debug_marker.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_EXT_depth_bounds_test.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_EXT_direct_state_access.rb +265 -0
- data/lib/opengl-definitions/extensions/GL_EXT_discard_framebuffer.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_EXT_disjoint_timer_query.rb +25 -0
- data/lib/opengl-definitions/extensions/GL_EXT_draw_buffers.rb +42 -0
- data/lib/opengl-definitions/extensions/GL_EXT_draw_buffers2.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_EXT_draw_buffers_indexed.rb +43 -0
- data/lib/opengl-definitions/extensions/GL_EXT_draw_elements_base_vertex.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_EXT_draw_instanced.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_EXT_draw_range_elements.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_EXT_fog_coord.rb +20 -0
- data/lib/opengl-definitions/extensions/GL_EXT_framebuffer_blit.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_EXT_framebuffer_multisample.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_EXT_framebuffer_multisample_blit_scaled.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_EXT_framebuffer_object.rb +75 -0
- data/lib/opengl-definitions/extensions/GL_EXT_framebuffer_sRGB.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_EXT_geometry_shader.rb +41 -0
- data/lib/opengl-definitions/extensions/GL_EXT_geometry_shader4.rb +28 -0
- data/lib/opengl-definitions/extensions/GL_EXT_gpu_program_parameters.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_EXT_gpu_shader4.rb +46 -0
- data/lib/opengl-definitions/extensions/GL_EXT_histogram.rb +31 -0
- data/lib/opengl-definitions/extensions/GL_EXT_index_array_formats.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_EXT_index_func.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_EXT_index_material.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_EXT_instanced_arrays.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_EXT_light_texture.rb +20 -0
- data/lib/opengl-definitions/extensions/GL_EXT_map_buffer_range.rb +15 -0
- data/lib/opengl-definitions/extensions/GL_EXT_multi_draw_arrays.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_EXT_multi_draw_indirect.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_EXT_multisample.rb +26 -0
- data/lib/opengl-definitions/extensions/GL_EXT_multisampled_render_to_texture.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_EXT_multiview_draw_buffers.rb +15 -0
- data/lib/opengl-definitions/extensions/GL_EXT_occlusion_query_boolean.rb +19 -0
- data/lib/opengl-definitions/extensions/GL_EXT_packed_depth_stencil.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_EXT_packed_float.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_EXT_packed_pixels.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_EXT_paletted_texture.rb +18 -0
- data/lib/opengl-definitions/extensions/GL_EXT_pixel_buffer_object.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_EXT_pixel_transform.rb +22 -0
- data/lib/opengl-definitions/extensions/GL_EXT_point_parameters.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_EXT_polygon_offset.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_EXT_polygon_offset_clamp.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_EXT_primitive_bounding_box.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_EXT_provoking_vertex.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_EXT_pvrtc_sRGB.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_EXT_raster_multisample.rb +14 -0
- data/lib/opengl-definitions/extensions/GL_EXT_read_format_bgra.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_EXT_render_snorm.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_EXT_rescale_normal.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_EXT_robustness.rb +19 -0
- data/lib/opengl-definitions/extensions/GL_EXT_sRGB.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_EXT_sRGB_write_control.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_EXT_secondary_color.rb +31 -0
- data/lib/opengl-definitions/extensions/GL_EXT_separate_shader_objects.rb +67 -0
- data/lib/opengl-definitions/extensions/GL_EXT_separate_specular_color.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_EXT_shader_framebuffer_fetch.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_EXT_shader_image_load_store.rb +64 -0
- data/lib/opengl-definitions/extensions/GL_EXT_shader_pixel_local_storage.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_EXT_shadow_samplers.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_EXT_shared_texture_palette.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_EXT_stencil_clear_tag.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_EXT_stencil_two_side.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_EXT_stencil_wrap.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_EXT_subtexture.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_EXT_tessellation_shader.rb +55 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture.rb +47 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture3D.rb +18 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_array.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_border_clamp.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_buffer.rb +23 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_buffer_object.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_compression_dxt1.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_compression_latc.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_compression_rgtc.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_compression_s3tc.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_cube_map.rb +16 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_cube_map_array.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_env_combine.rb +25 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_env_dot3.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_filter_anisotropic.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_filter_minmax.rb +14 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_format_BGRA8888.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_integer.rb +60 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_lod_bias.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_mirror_clamp.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_norm16.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_object.rb +18 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_perturb_normal.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_rg.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_sRGB.rb +20 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_sRGB_decode.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_shared_exponent.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_snorm.rb +29 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_storage.rb +36 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_swizzle.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_type_2_10_10_10_REV.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_EXT_texture_view.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_EXT_timer_query.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_EXT_transform_feedback.rb +29 -0
- data/lib/opengl-definitions/extensions/GL_EXT_unpack_subimage.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_EXT_vertex_array.rb +48 -0
- data/lib/opengl-definitions/extensions/GL_EXT_vertex_array_bgra.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_EXT_vertex_attrib_64bit.rb +30 -0
- data/lib/opengl-definitions/extensions/GL_EXT_vertex_shader.rb +159 -0
- data/lib/opengl-definitions/extensions/GL_EXT_vertex_weighting.rb +23 -0
- data/lib/opengl-definitions/extensions/GL_EXT_x11_sync_object.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_FJ_shader_binary_GCCSO.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_GREMEDY_frame_terminator.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_GREMEDY_string_marker.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_HP_convolution_border_modes.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_HP_image_transform.rb +28 -0
- data/lib/opengl-definitions/extensions/GL_HP_occlusion_test.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_HP_texture_lighting.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_IBM_cull_vertex.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_IBM_multimode_draw_arrays.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_IBM_rasterpos_clip.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_IBM_static_data.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_IBM_texture_mirrored_repeat.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_IBM_vertex_array_lists.rb +31 -0
- data/lib/opengl-definitions/extensions/GL_IMG_multisampled_render_to_texture.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_IMG_program_binary.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_IMG_read_format.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_IMG_shader_binary.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_IMG_texture_compression_pvrtc.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_IMG_texture_compression_pvrtc2.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_IMG_texture_env_enhanced_fixed_function.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_IMG_user_clip_plane.rb +16 -0
- data/lib/opengl-definitions/extensions/GL_INGR_blend_func_separate.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_INGR_color_clamp.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_INGR_interlace_read.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_INTEL_map_texture.rb +14 -0
- data/lib/opengl-definitions/extensions/GL_INTEL_parallel_arrays.rb +16 -0
- data/lib/opengl-definitions/extensions/GL_INTEL_performance_query.rb +37 -0
- data/lib/opengl-definitions/extensions/GL_KHR_blend_equation_advanced.rb +23 -0
- data/lib/opengl-definitions/extensions/GL_KHR_blend_equation_advanced_coherent.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_KHR_context_flush_control.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_KHR_debug.rb +128 -0
- data/lib/opengl-definitions/extensions/GL_KHR_robustness.rb +41 -0
- data/lib/opengl-definitions/extensions/GL_KHR_texture_compression_astc_hdr.rb +32 -0
- data/lib/opengl-definitions/extensions/GL_KHR_texture_compression_astc_ldr.rb +32 -0
- data/lib/opengl-definitions/extensions/GL_MESAX_texture_stack.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_MESA_pack_invert.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_MESA_resize_buffers.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_MESA_window_pos.rb +28 -0
- data/lib/opengl-definitions/extensions/GL_MESA_ycbcr_texture.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_NVX_conditional_render.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_NVX_gpu_memory_info.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_NV_bindless_multi_draw_indirect.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_NV_bindless_multi_draw_indirect_count.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_NV_bindless_texture.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_NV_blend_equation_advanced.rb +60 -0
- data/lib/opengl-definitions/extensions/GL_NV_blend_equation_advanced_coherent.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_NV_compute_program5.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_NV_conditional_render.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_NV_conservative_raster.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_NV_copy_buffer.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_NV_copy_depth_to_color.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_NV_copy_image.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_NV_coverage_sample.rb +18 -0
- data/lib/opengl-definitions/extensions/GL_NV_deep_texture3D.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_NV_depth_buffer_float.rb +14 -0
- data/lib/opengl-definitions/extensions/GL_NV_depth_clamp.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_NV_depth_nonlinear.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_NV_draw_buffers.rb +41 -0
- data/lib/opengl-definitions/extensions/GL_NV_draw_instanced.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_NV_draw_texture.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_NV_evaluators.rb +40 -0
- data/lib/opengl-definitions/extensions/GL_NV_explicit_multisample.rb +20 -0
- data/lib/opengl-definitions/extensions/GL_NV_fbo_color_attachments.rb +21 -0
- data/lib/opengl-definitions/extensions/GL_NV_fence.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_NV_fill_rectangle.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_NV_float_buffer.rb +19 -0
- data/lib/opengl-definitions/extensions/GL_NV_fog_distance.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_NV_fragment_coverage_to_color.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_NV_fragment_program.rb +19 -0
- data/lib/opengl-definitions/extensions/GL_NV_fragment_program2.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_NV_framebuffer_blit.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_NV_framebuffer_mixed_samples.rb +25 -0
- data/lib/opengl-definitions/extensions/GL_NV_framebuffer_multisample.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_NV_framebuffer_multisample_coverage.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_NV_geometry_program4.rb +27 -0
- data/lib/opengl-definitions/extensions/GL_NV_gpu_program4.rb +31 -0
- data/lib/opengl-definitions/extensions/GL_NV_gpu_program5.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_NV_gpu_shader5.rb +69 -0
- data/lib/opengl-definitions/extensions/GL_NV_half_float.rb +54 -0
- data/lib/opengl-definitions/extensions/GL_NV_instanced_arrays.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_NV_internalformat_sample_query.rb +15 -0
- data/lib/opengl-definitions/extensions/GL_NV_light_max_exponent.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_NV_multisample_coverage.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_NV_multisample_filter_hint.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_NV_non_square_matrices.rb +19 -0
- data/lib/opengl-definitions/extensions/GL_NV_occlusion_query.rb +18 -0
- data/lib/opengl-definitions/extensions/GL_NV_packed_depth_stencil.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_NV_parameter_buffer_object.rb +15 -0
- data/lib/opengl-definitions/extensions/GL_NV_path_rendering.rb +243 -0
- data/lib/opengl-definitions/extensions/GL_NV_path_rendering_shared_edge.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_NV_pixel_data_range.rb +15 -0
- data/lib/opengl-definitions/extensions/GL_NV_point_sprite.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_NV_present_video.rb +19 -0
- data/lib/opengl-definitions/extensions/GL_NV_primitive_restart.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_NV_read_buffer.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_NV_register_combiners.rb +76 -0
- data/lib/opengl-definitions/extensions/GL_NV_register_combiners2.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_NV_sRGB_formats.rb +14 -0
- data/lib/opengl-definitions/extensions/GL_NV_sample_locations.rb +18 -0
- data/lib/opengl-definitions/extensions/GL_NV_shader_buffer_load.rb +24 -0
- data/lib/opengl-definitions/extensions/GL_NV_shader_buffer_store.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_NV_shader_thread_group.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_NV_shadow_samplers_array.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_NV_shadow_samplers_cube.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_NV_tessellation_program5.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_NV_texgen_emboss.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_NV_texgen_reflection.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_NV_texture_barrier.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_NV_texture_border_clamp.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_NV_texture_env_combine4.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_NV_texture_expand_normal.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_NV_texture_multisample.rb +15 -0
- data/lib/opengl-definitions/extensions/GL_NV_texture_rectangle.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_NV_texture_shader.rb +77 -0
- data/lib/opengl-definitions/extensions/GL_NV_texture_shader2.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_NV_texture_shader3.rb +21 -0
- data/lib/opengl-definitions/extensions/GL_NV_transform_feedback.rb +50 -0
- data/lib/opengl-definitions/extensions/GL_NV_transform_feedback2.rb +18 -0
- data/lib/opengl-definitions/extensions/GL_NV_uniform_buffer_unified_memory.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_NV_vdpau_interop.rb +21 -0
- data/lib/opengl-definitions/extensions/GL_NV_vertex_array_range.rb +14 -0
- data/lib/opengl-definitions/extensions/GL_NV_vertex_array_range2.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_NV_vertex_attrib_integer_64bit.rb +28 -0
- data/lib/opengl-definitions/extensions/GL_NV_vertex_buffer_unified_memory.rb +44 -0
- data/lib/opengl-definitions/extensions/GL_NV_vertex_program.rb +154 -0
- data/lib/opengl-definitions/extensions/GL_NV_vertex_program2_option.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_NV_vertex_program3.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_NV_vertex_program4.rb +31 -0
- data/lib/opengl-definitions/extensions/GL_NV_video_capture.rb +48 -0
- data/lib/opengl-definitions/extensions/GL_NV_viewport_array.rb +27 -0
- data/lib/opengl-definitions/extensions/GL_OES_EGL_image.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_OES_EGL_image_external.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_OES_blend_equation_separate.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_OES_blend_func_separate.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_OES_blend_subtract.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_OES_byte_coordinates.rb +30 -0
- data/lib/opengl-definitions/extensions/GL_OES_compressed_ETC1_RGB8_texture.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_OES_compressed_paletted_texture.rb +14 -0
- data/lib/opengl-definitions/extensions/GL_OES_copy_image.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_OES_depth24.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_OES_depth32.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_OES_depth_texture.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_OES_draw_buffers_indexed.rb +43 -0
- data/lib/opengl-definitions/extensions/GL_OES_draw_elements_base_vertex.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_OES_draw_texture.rb +16 -0
- data/lib/opengl-definitions/extensions/GL_OES_element_index_uint.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_OES_fixed_point.rb +122 -0
- data/lib/opengl-definitions/extensions/GL_OES_framebuffer_object.rb +55 -0
- data/lib/opengl-definitions/extensions/GL_OES_geometry_shader.rb +41 -0
- data/lib/opengl-definitions/extensions/GL_OES_get_program_binary.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_OES_mapbuffer.rb +14 -0
- data/lib/opengl-definitions/extensions/GL_OES_matrix_get.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_OES_matrix_palette.rb +27 -0
- data/lib/opengl-definitions/extensions/GL_OES_packed_depth_stencil.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_OES_point_size_array.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_OES_point_sprite.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_OES_primitive_bounding_box.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_OES_query_matrix.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_OES_read_format.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_OES_required_internalformat.rb +19 -0
- data/lib/opengl-definitions/extensions/GL_OES_rgb8_rgba8.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_OES_sample_shading.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_OES_shader_multisample_interpolation.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_OES_single_precision.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_OES_standard_derivatives.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_OES_stencil1.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_OES_stencil4.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_OES_stencil8.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_OES_stencil_wrap.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_OES_surfaceless_context.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_OES_tessellation_shader.rb +55 -0
- data/lib/opengl-definitions/extensions/GL_OES_texture_3D.rb +19 -0
- data/lib/opengl-definitions/extensions/GL_OES_texture_border_clamp.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_OES_texture_buffer.rb +23 -0
- data/lib/opengl-definitions/extensions/GL_OES_texture_compression_astc.rb +52 -0
- data/lib/opengl-definitions/extensions/GL_OES_texture_cube_map.rb +29 -0
- data/lib/opengl-definitions/extensions/GL_OES_texture_cube_map_array.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_OES_texture_float.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_OES_texture_half_float.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_OES_texture_mirrored_repeat.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_OES_texture_stencil8.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_OES_texture_storage_multisample_2d_array.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_OES_texture_view.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_OES_vertex_array_object.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_OES_vertex_half_float.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_OES_vertex_type_10_10_10_2.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_OML_interlace.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_OML_resample.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_OML_subsample.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_PGI_misc_hints.rb +28 -0
- data/lib/opengl-definitions/extensions/GL_PGI_vertex_hints.rb +26 -0
- data/lib/opengl-definitions/extensions/GL_QCOM_alpha_test.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_QCOM_binning_control.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_QCOM_driver_control.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_QCOM_extended_get.rb +26 -0
- data/lib/opengl-definitions/extensions/GL_QCOM_extended_get2.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_QCOM_perfmon_global_mode.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_QCOM_tiled_rendering.rb +41 -0
- data/lib/opengl-definitions/extensions/GL_QCOM_writeonly_rendering.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_REND_screen_coordinates.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_S3_s3tc.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_SGIS_detail_texture.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_SGIS_fog_function.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_SGIS_generate_mipmap.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_SGIS_multisample.rb +25 -0
- data/lib/opengl-definitions/extensions/GL_SGIS_pixel_texture.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_SGIS_point_line_texgen.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_SGIS_point_parameters.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_SGIS_sharpen_texture.rb +13 -0
- data/lib/opengl-definitions/extensions/GL_SGIS_texture4D.rb +19 -0
- data/lib/opengl-definitions/extensions/GL_SGIS_texture_border_clamp.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_SGIS_texture_color_mask.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_SGIS_texture_edge_clamp.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_SGIS_texture_filter4.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_SGIS_texture_lod.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_SGIS_texture_select.rb +26 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_async.rb +14 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_async_histogram.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_async_pixel.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_blend_alpha_minmax.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_calligraphic_fragment.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_clipmap.rb +16 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_convolution_accuracy.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_depth_texture.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_flush_raster.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_fog_offset.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_fragment_lighting.rb +45 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_framezoom.rb +11 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_igloo_interface.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_instruments.rb +15 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_interlace.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_ir_instrument1.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_list_priority.rb +14 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_pixel_texture.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_pixel_tiles.rb +12 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_polynomial_ffd.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_reference_plane.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_resample.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_scalebias_hint.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_shadow.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_shadow_ambient.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_sprite.rb +18 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_subsample.rb +9 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_tag_sample_buffer.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_texture_add_env.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_texture_coordinate_clamp.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_texture_lod_bias.rb +7 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_texture_multi_buffer.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_texture_scale_bias.rb +8 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_vertex_preclip.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_ycrcb.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_SGIX_ycrcba.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_SGI_color_matrix.rb +15 -0
- data/lib/opengl-definitions/extensions/GL_SGI_color_table.rb +30 -0
- data/lib/opengl-definitions/extensions/GL_SGI_texture_color_table.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_SUNX_constant_data.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_SUN_convolution_border_modes.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_SUN_global_alpha.rb +17 -0
- data/lib/opengl-definitions/extensions/GL_SUN_mesh_array.rb +10 -0
- data/lib/opengl-definitions/extensions/GL_SUN_slice_accum.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_SUN_triangle_list.rb +31 -0
- data/lib/opengl-definitions/extensions/GL_SUN_vertex.rb +44 -0
- data/lib/opengl-definitions/extensions/GL_VIV_shader_binary.rb +5 -0
- data/lib/opengl-definitions/extensions/GL_WIN_phong_shading.rb +6 -0
- data/lib/opengl-definitions/extensions/GL_WIN_specular_fog.rb +5 -0
- data/lib/opengl-definitions/extensions/WGL_3DFX_multisample.rb +6 -0
- data/lib/opengl-definitions/extensions/WGL_3DL_stereo_control.rb +12 -0
- data/lib/opengl-definitions/extensions/WGL_AMD_gpu_association.rb +26 -0
- data/lib/opengl-definitions/extensions/WGL_ARB_buffer_region.rb +15 -0
- data/lib/opengl-definitions/extensions/WGL_ARB_context_flush_control.rb +7 -0
- data/lib/opengl-definitions/extensions/WGL_ARB_create_context.rb +15 -0
- data/lib/opengl-definitions/extensions/WGL_ARB_create_context_profile.rb +8 -0
- data/lib/opengl-definitions/extensions/WGL_ARB_create_context_robustness.rb +8 -0
- data/lib/opengl-definitions/extensions/WGL_ARB_extensions_string.rb +5 -0
- data/lib/opengl-definitions/extensions/WGL_ARB_framebuffer_sRGB.rb +5 -0
- data/lib/opengl-definitions/extensions/WGL_ARB_make_current_read.rb +11 -0
- data/lib/opengl-definitions/extensions/WGL_ARB_multisample.rb +6 -0
- data/lib/opengl-definitions/extensions/WGL_ARB_pbuffer.rb +20 -0
- data/lib/opengl-definitions/extensions/WGL_ARB_pixel_format.rb +59 -0
- data/lib/opengl-definitions/extensions/WGL_ARB_pixel_format_float.rb +5 -0
- data/lib/opengl-definitions/extensions/WGL_ARB_render_texture.rb +43 -0
- data/lib/opengl-definitions/extensions/WGL_ARB_robustness_application_isolation.rb +5 -0
- data/lib/opengl-definitions/extensions/WGL_ARB_robustness_share_group_isolation.rb +5 -0
- data/lib/opengl-definitions/extensions/WGL_ATI_pixel_format_float.rb +5 -0
- data/lib/opengl-definitions/extensions/WGL_EXT_create_context_es2_profile.rb +5 -0
- data/lib/opengl-definitions/extensions/WGL_EXT_create_context_es_profile.rb +5 -0
- data/lib/opengl-definitions/extensions/WGL_EXT_depth_float.rb +5 -0
- data/lib/opengl-definitions/extensions/WGL_EXT_display_color_table.rb +8 -0
- data/lib/opengl-definitions/extensions/WGL_EXT_extensions_string.rb +5 -0
- data/lib/opengl-definitions/extensions/WGL_EXT_framebuffer_sRGB.rb +5 -0
- data/lib/opengl-definitions/extensions/WGL_EXT_make_current_read.rb +10 -0
- data/lib/opengl-definitions/extensions/WGL_EXT_multisample.rb +6 -0
- data/lib/opengl-definitions/extensions/WGL_EXT_pbuffer.rb +21 -0
- data/lib/opengl-definitions/extensions/WGL_EXT_pixel_format.rb +55 -0
- data/lib/opengl-definitions/extensions/WGL_EXT_pixel_format_packed_float.rb +5 -0
- data/lib/opengl-definitions/extensions/WGL_EXT_swap_control.rb +6 -0
- data/lib/opengl-definitions/extensions/WGL_I3D_digital_video_control.rb +13 -0
- data/lib/opengl-definitions/extensions/WGL_I3D_gamma.rb +13 -0
- data/lib/opengl-definitions/extensions/WGL_I3D_genlock.rb +28 -0
- data/lib/opengl-definitions/extensions/WGL_I3D_image_buffer.rb +13 -0
- data/lib/opengl-definitions/extensions/WGL_I3D_swap_frame_lock.rb +8 -0
- data/lib/opengl-definitions/extensions/WGL_I3D_swap_frame_usage.rb +8 -0
- data/lib/opengl-definitions/extensions/WGL_NV_DX_interop.rb +18 -0
- data/lib/opengl-definitions/extensions/WGL_NV_copy_image.rb +5 -0
- data/lib/opengl-definitions/extensions/WGL_NV_delay_before_swap.rb +5 -0
- data/lib/opengl-definitions/extensions/WGL_NV_float_buffer.rb +13 -0
- data/lib/opengl-definitions/extensions/WGL_NV_gpu_affinity.rb +14 -0
- data/lib/opengl-definitions/extensions/WGL_NV_multisample_coverage.rb +6 -0
- data/lib/opengl-definitions/extensions/WGL_NV_present_video.rb +11 -0
- data/lib/opengl-definitions/extensions/WGL_NV_render_depth_texture.rb +9 -0
- data/lib/opengl-definitions/extensions/WGL_NV_render_texture_rectangle.rb +7 -0
- data/lib/opengl-definitions/extensions/WGL_NV_swap_group.rb +10 -0
- data/lib/opengl-definitions/extensions/WGL_NV_vertex_array_range.rb +6 -0
- data/lib/opengl-definitions/extensions/WGL_NV_video_capture.rb +14 -0
- data/lib/opengl-definitions/extensions/WGL_NV_video_output.rb +26 -0
- data/lib/opengl-definitions/extensions/WGL_OML_sync_control.rb +10 -0
- data/lib/opengl-definitions/typedefs.rb +38 -0
- data/lib/opengl-definitions/version.rb +5 -0
- data/lib/opengl-definitions.rb +2 -0
- metadata +808 -0
@@ -0,0 +1,77 @@
|
|
1
|
+
module GL_NV_texture_shader
|
2
|
+
module Constants
|
3
|
+
GL_OFFSET_TEXTURE_RECTANGLE_NV = 0x864C
|
4
|
+
GL_OFFSET_TEXTURE_RECTANGLE_SCALE_NV = 0x864D
|
5
|
+
GL_DOT_PRODUCT_TEXTURE_RECTANGLE_NV = 0x864E
|
6
|
+
GL_RGBA_UNSIGNED_DOT_PRODUCT_MAPPING_NV = 0x86D9
|
7
|
+
GL_UNSIGNED_INT_S8_S8_8_8_NV = 0x86DA
|
8
|
+
GL_UNSIGNED_INT_8_8_S8_S8_REV_NV = 0x86DB
|
9
|
+
GL_DSDT_MAG_INTENSITY_NV = 0x86DC
|
10
|
+
GL_SHADER_CONSISTENT_NV = 0x86DD
|
11
|
+
GL_TEXTURE_SHADER_NV = 0x86DE
|
12
|
+
GL_SHADER_OPERATION_NV = 0x86DF
|
13
|
+
GL_CULL_MODES_NV = 0x86E0
|
14
|
+
GL_OFFSET_TEXTURE_MATRIX_NV = 0x86E1
|
15
|
+
GL_OFFSET_TEXTURE_SCALE_NV = 0x86E2
|
16
|
+
GL_OFFSET_TEXTURE_BIAS_NV = 0x86E3
|
17
|
+
GL_OFFSET_TEXTURE_2D_MATRIX_NV = 0x86E1
|
18
|
+
GL_OFFSET_TEXTURE_2D_SCALE_NV = 0x86E2
|
19
|
+
GL_OFFSET_TEXTURE_2D_BIAS_NV = 0x86E3
|
20
|
+
GL_PREVIOUS_TEXTURE_INPUT_NV = 0x86E4
|
21
|
+
GL_CONST_EYE_NV = 0x86E5
|
22
|
+
GL_PASS_THROUGH_NV = 0x86E6
|
23
|
+
GL_CULL_FRAGMENT_NV = 0x86E7
|
24
|
+
GL_OFFSET_TEXTURE_2D_NV = 0x86E8
|
25
|
+
GL_DEPENDENT_AR_TEXTURE_2D_NV = 0x86E9
|
26
|
+
GL_DEPENDENT_GB_TEXTURE_2D_NV = 0x86EA
|
27
|
+
GL_DOT_PRODUCT_NV = 0x86EC
|
28
|
+
GL_DOT_PRODUCT_DEPTH_REPLACE_NV = 0x86ED
|
29
|
+
GL_DOT_PRODUCT_TEXTURE_2D_NV = 0x86EE
|
30
|
+
GL_DOT_PRODUCT_TEXTURE_CUBE_MAP_NV = 0x86F0
|
31
|
+
GL_DOT_PRODUCT_DIFFUSE_CUBE_MAP_NV = 0x86F1
|
32
|
+
GL_DOT_PRODUCT_REFLECT_CUBE_MAP_NV = 0x86F2
|
33
|
+
GL_DOT_PRODUCT_CONST_EYE_REFLECT_CUBE_MAP_NV = 0x86F3
|
34
|
+
GL_HILO_NV = 0x86F4
|
35
|
+
GL_DSDT_NV = 0x86F5
|
36
|
+
GL_DSDT_MAG_NV = 0x86F6
|
37
|
+
GL_DSDT_MAG_VIB_NV = 0x86F7
|
38
|
+
GL_HILO16_NV = 0x86F8
|
39
|
+
GL_SIGNED_HILO_NV = 0x86F9
|
40
|
+
GL_SIGNED_HILO16_NV = 0x86FA
|
41
|
+
GL_SIGNED_RGBA_NV = 0x86FB
|
42
|
+
GL_SIGNED_RGBA8_NV = 0x86FC
|
43
|
+
GL_SIGNED_RGB_NV = 0x86FE
|
44
|
+
GL_SIGNED_RGB8_NV = 0x86FF
|
45
|
+
GL_SIGNED_LUMINANCE_NV = 0x8701
|
46
|
+
GL_SIGNED_LUMINANCE8_NV = 0x8702
|
47
|
+
GL_SIGNED_LUMINANCE_ALPHA_NV = 0x8703
|
48
|
+
GL_SIGNED_LUMINANCE8_ALPHA8_NV = 0x8704
|
49
|
+
GL_SIGNED_ALPHA_NV = 0x8705
|
50
|
+
GL_SIGNED_ALPHA8_NV = 0x8706
|
51
|
+
GL_SIGNED_INTENSITY_NV = 0x8707
|
52
|
+
GL_SIGNED_INTENSITY8_NV = 0x8708
|
53
|
+
GL_DSDT8_NV = 0x8709
|
54
|
+
GL_DSDT8_MAG8_NV = 0x870A
|
55
|
+
GL_DSDT8_MAG8_INTENSITY8_NV = 0x870B
|
56
|
+
GL_SIGNED_RGB_UNSIGNED_ALPHA_NV = 0x870C
|
57
|
+
GL_SIGNED_RGB8_UNSIGNED_ALPHA8_NV = 0x870D
|
58
|
+
GL_HI_SCALE_NV = 0x870E
|
59
|
+
GL_LO_SCALE_NV = 0x870F
|
60
|
+
GL_DS_SCALE_NV = 0x8710
|
61
|
+
GL_DT_SCALE_NV = 0x8711
|
62
|
+
GL_MAGNITUDE_SCALE_NV = 0x8712
|
63
|
+
GL_VIBRANCE_SCALE_NV = 0x8713
|
64
|
+
GL_HI_BIAS_NV = 0x8714
|
65
|
+
GL_LO_BIAS_NV = 0x8715
|
66
|
+
GL_DS_BIAS_NV = 0x8716
|
67
|
+
GL_DT_BIAS_NV = 0x8717
|
68
|
+
GL_MAGNITUDE_BIAS_NV = 0x8718
|
69
|
+
GL_VIBRANCE_BIAS_NV = 0x8719
|
70
|
+
GL_TEXTURE_BORDER_VALUES_NV = 0x871A
|
71
|
+
GL_TEXTURE_HI_SIZE_NV = 0x871B
|
72
|
+
GL_TEXTURE_LO_SIZE_NV = 0x871C
|
73
|
+
GL_TEXTURE_DS_SIZE_NV = 0x871D
|
74
|
+
GL_TEXTURE_DT_SIZE_NV = 0x871E
|
75
|
+
GL_TEXTURE_MAG_SIZE_NV = 0x871F
|
76
|
+
end
|
77
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
module GL_NV_texture_shader3
|
2
|
+
module Constants
|
3
|
+
GL_OFFSET_PROJECTIVE_TEXTURE_2D_NV = 0x8850
|
4
|
+
GL_OFFSET_PROJECTIVE_TEXTURE_2D_SCALE_NV = 0x8851
|
5
|
+
GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_NV = 0x8852
|
6
|
+
GL_OFFSET_PROJECTIVE_TEXTURE_RECTANGLE_SCALE_NV = 0x8853
|
7
|
+
GL_OFFSET_HILO_TEXTURE_2D_NV = 0x8854
|
8
|
+
GL_OFFSET_HILO_TEXTURE_RECTANGLE_NV = 0x8855
|
9
|
+
GL_OFFSET_HILO_PROJECTIVE_TEXTURE_2D_NV = 0x8856
|
10
|
+
GL_OFFSET_HILO_PROJECTIVE_TEXTURE_RECTANGLE_NV = 0x8857
|
11
|
+
GL_DEPENDENT_HILO_TEXTURE_2D_NV = 0x8858
|
12
|
+
GL_DEPENDENT_RGB_TEXTURE_3D_NV = 0x8859
|
13
|
+
GL_DEPENDENT_RGB_TEXTURE_CUBE_MAP_NV = 0x885A
|
14
|
+
GL_DOT_PRODUCT_PASS_THROUGH_NV = 0x885B
|
15
|
+
GL_DOT_PRODUCT_TEXTURE_1D_NV = 0x885C
|
16
|
+
GL_DOT_PRODUCT_AFFINE_DEPTH_REPLACE_NV = 0x885D
|
17
|
+
GL_HILO8_NV = 0x885E
|
18
|
+
GL_SIGNED_HILO8_NV = 0x885F
|
19
|
+
GL_FORCE_BLUE_TO_ONE_NV = 0x8860
|
20
|
+
end
|
21
|
+
end
|
@@ -0,0 +1,50 @@
|
|
1
|
+
module GL_NV_transform_feedback
|
2
|
+
module Constants
|
3
|
+
GL_BACK_PRIMARY_COLOR_NV = 0x8C77
|
4
|
+
GL_BACK_SECONDARY_COLOR_NV = 0x8C78
|
5
|
+
GL_TEXTURE_COORD_NV = 0x8C79
|
6
|
+
GL_CLIP_DISTANCE_NV = 0x8C7A
|
7
|
+
GL_VERTEX_ID_NV = 0x8C7B
|
8
|
+
GL_PRIMITIVE_ID_NV = 0x8C7C
|
9
|
+
GL_GENERIC_ATTRIB_NV = 0x8C7D
|
10
|
+
GL_TRANSFORM_FEEDBACK_ATTRIBS_NV = 0x8C7E
|
11
|
+
GL_TRANSFORM_FEEDBACK_BUFFER_MODE_NV = 0x8C7F
|
12
|
+
GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_COMPONENTS_NV = 0x8C80
|
13
|
+
GL_ACTIVE_VARYINGS_NV = 0x8C81
|
14
|
+
GL_ACTIVE_VARYING_MAX_LENGTH_NV = 0x8C82
|
15
|
+
GL_TRANSFORM_FEEDBACK_VARYINGS_NV = 0x8C83
|
16
|
+
GL_TRANSFORM_FEEDBACK_BUFFER_START_NV = 0x8C84
|
17
|
+
GL_TRANSFORM_FEEDBACK_BUFFER_SIZE_NV = 0x8C85
|
18
|
+
GL_TRANSFORM_FEEDBACK_RECORD_NV = 0x8C86
|
19
|
+
GL_PRIMITIVES_GENERATED_NV = 0x8C87
|
20
|
+
GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN_NV = 0x8C88
|
21
|
+
GL_RASTERIZER_DISCARD_NV = 0x8C89
|
22
|
+
GL_MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS_NV = 0x8C8A
|
23
|
+
GL_MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS_NV = 0x8C8B
|
24
|
+
GL_INTERLEAVED_ATTRIBS_NV = 0x8C8C
|
25
|
+
GL_SEPARATE_ATTRIBS_NV = 0x8C8D
|
26
|
+
GL_TRANSFORM_FEEDBACK_BUFFER_NV = 0x8C8E
|
27
|
+
GL_TRANSFORM_FEEDBACK_BUFFER_BINDING_NV = 0x8C8F
|
28
|
+
GL_LAYER_NV = 0x8DAA
|
29
|
+
GL_NEXT_BUFFER_NV = -2
|
30
|
+
GL_SKIP_COMPONENTS4_NV = -3
|
31
|
+
GL_SKIP_COMPONENTS3_NV = -4
|
32
|
+
GL_SKIP_COMPONENTS2_NV = -5
|
33
|
+
GL_SKIP_COMPONENTS1_NV = -6
|
34
|
+
end
|
35
|
+
|
36
|
+
FUNCTIONS = {
|
37
|
+
glBeginTransformFeedbackNV: [ :void, :GLenum ].freeze,
|
38
|
+
glEndTransformFeedbackNV: [ :void ].freeze,
|
39
|
+
glTransformFeedbackAttribsNV: [ :void, :GLsizei, :pointer, :GLenum ].freeze,
|
40
|
+
glBindBufferRangeNV: [ :void, :GLenum, :GLuint, :GLuint, :GLintptr, :GLsizeiptr ].freeze,
|
41
|
+
glBindBufferOffsetNV: [ :void, :GLenum, :GLuint, :GLuint, :GLintptr ].freeze,
|
42
|
+
glBindBufferBaseNV: [ :void, :GLenum, :GLuint, :GLuint ].freeze,
|
43
|
+
glTransformFeedbackVaryingsNV: [ :void, :GLuint, :GLsizei, :pointer, :GLenum ].freeze,
|
44
|
+
glActiveVaryingNV: [ :void, :GLuint, :pointer ].freeze,
|
45
|
+
glGetVaryingLocationNV: [ :GLint, :GLuint, :pointer ].freeze,
|
46
|
+
glGetActiveVaryingNV: [ :void, :GLuint, :GLuint, :GLsizei, :pointer, :pointer, :pointer, :pointer ].freeze,
|
47
|
+
glGetTransformFeedbackVaryingNV: [ :void, :GLuint, :GLuint, :pointer ].freeze,
|
48
|
+
glTransformFeedbackStreamAttribsNV: [ :void, :GLsizei, :pointer, :GLsizei, :pointer, :GLenum ].freeze,
|
49
|
+
}.freeze
|
50
|
+
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
module GL_NV_transform_feedback2
|
2
|
+
module Constants
|
3
|
+
GL_TRANSFORM_FEEDBACK_NV = 0x8E22
|
4
|
+
GL_TRANSFORM_FEEDBACK_BUFFER_PAUSED_NV = 0x8E23
|
5
|
+
GL_TRANSFORM_FEEDBACK_BUFFER_ACTIVE_NV = 0x8E24
|
6
|
+
GL_TRANSFORM_FEEDBACK_BINDING_NV = 0x8E25
|
7
|
+
end
|
8
|
+
|
9
|
+
FUNCTIONS = {
|
10
|
+
glBindTransformFeedbackNV: [ :void, :GLenum, :GLuint ].freeze,
|
11
|
+
glDeleteTransformFeedbacksNV: [ :void, :GLsizei, :pointer ].freeze,
|
12
|
+
glGenTransformFeedbacksNV: [ :void, :GLsizei, :pointer ].freeze,
|
13
|
+
glIsTransformFeedbackNV: [ :GLboolean, :GLuint ].freeze,
|
14
|
+
glPauseTransformFeedbackNV: [ :void ].freeze,
|
15
|
+
glResumeTransformFeedbackNV: [ :void ].freeze,
|
16
|
+
glDrawTransformFeedbackNV: [ :void, :GLenum, :GLuint ].freeze,
|
17
|
+
}.freeze
|
18
|
+
end
|
@@ -0,0 +1,21 @@
|
|
1
|
+
module GL_NV_vdpau_interop
|
2
|
+
module Constants
|
3
|
+
GL_SURFACE_STATE_NV = 0x86EB
|
4
|
+
GL_SURFACE_REGISTERED_NV = 0x86FD
|
5
|
+
GL_SURFACE_MAPPED_NV = 0x8700
|
6
|
+
GL_WRITE_DISCARD_NV = 0x88BE
|
7
|
+
end
|
8
|
+
|
9
|
+
FUNCTIONS = {
|
10
|
+
glVDPAUInitNV: [ :void, :pointer, :pointer ].freeze,
|
11
|
+
glVDPAUFiniNV: [ :void ].freeze,
|
12
|
+
glVDPAURegisterVideoSurfaceNV: [ :GLvdpauSurfaceNV, :pointer, :GLenum, :GLsizei, :pointer ].freeze,
|
13
|
+
glVDPAURegisterOutputSurfaceNV: [ :GLvdpauSurfaceNV, :pointer, :GLenum, :GLsizei, :pointer ].freeze,
|
14
|
+
glVDPAUIsSurfaceNV: [ :GLboolean, :GLvdpauSurfaceNV ].freeze,
|
15
|
+
glVDPAUUnregisterSurfaceNV: [ :void, :GLvdpauSurfaceNV ].freeze,
|
16
|
+
glVDPAUGetSurfaceivNV: [ :void, :GLvdpauSurfaceNV, :GLenum, :GLsizei, :pointer, :pointer ].freeze,
|
17
|
+
glVDPAUSurfaceAccessNV: [ :void, :GLvdpauSurfaceNV, :GLenum ].freeze,
|
18
|
+
glVDPAUMapSurfacesNV: [ :void, :GLsizei, :pointer ].freeze,
|
19
|
+
glVDPAUUnmapSurfacesNV: [ :void, :GLsizei, :pointer ].freeze,
|
20
|
+
}.freeze
|
21
|
+
end
|
@@ -0,0 +1,14 @@
|
|
1
|
+
module GL_NV_vertex_array_range
|
2
|
+
module Constants
|
3
|
+
GL_VERTEX_ARRAY_RANGE_NV = 0x851D
|
4
|
+
GL_VERTEX_ARRAY_RANGE_LENGTH_NV = 0x851E
|
5
|
+
GL_VERTEX_ARRAY_RANGE_VALID_NV = 0x851F
|
6
|
+
GL_MAX_VERTEX_ARRAY_RANGE_ELEMENT_NV = 0x8520
|
7
|
+
GL_VERTEX_ARRAY_RANGE_POINTER_NV = 0x8521
|
8
|
+
end
|
9
|
+
|
10
|
+
FUNCTIONS = {
|
11
|
+
glFlushVertexArrayRangeNV: [ :void ].freeze,
|
12
|
+
glVertexArrayRangeNV: [ :void, :GLsizei, :pointer ].freeze,
|
13
|
+
}.freeze
|
14
|
+
end
|
@@ -0,0 +1,28 @@
|
|
1
|
+
module GL_NV_vertex_attrib_integer_64bit
|
2
|
+
module Constants
|
3
|
+
GL_INT64_NV = 0x140E
|
4
|
+
GL_UNSIGNED_INT64_NV = 0x140F
|
5
|
+
end
|
6
|
+
|
7
|
+
FUNCTIONS = {
|
8
|
+
glVertexAttribL1i64NV: [ :void, :GLuint, :GLint64EXT ].freeze,
|
9
|
+
glVertexAttribL2i64NV: [ :void, :GLuint, :GLint64EXT, :GLint64EXT ].freeze,
|
10
|
+
glVertexAttribL3i64NV: [ :void, :GLuint, :GLint64EXT, :GLint64EXT, :GLint64EXT ].freeze,
|
11
|
+
glVertexAttribL4i64NV: [ :void, :GLuint, :GLint64EXT, :GLint64EXT, :GLint64EXT, :GLint64EXT ].freeze,
|
12
|
+
glVertexAttribL1i64vNV: [ :void, :GLuint, :pointer ].freeze,
|
13
|
+
glVertexAttribL2i64vNV: [ :void, :GLuint, :pointer ].freeze,
|
14
|
+
glVertexAttribL3i64vNV: [ :void, :GLuint, :pointer ].freeze,
|
15
|
+
glVertexAttribL4i64vNV: [ :void, :GLuint, :pointer ].freeze,
|
16
|
+
glVertexAttribL1ui64NV: [ :void, :GLuint, :GLuint64EXT ].freeze,
|
17
|
+
glVertexAttribL2ui64NV: [ :void, :GLuint, :GLuint64EXT, :GLuint64EXT ].freeze,
|
18
|
+
glVertexAttribL3ui64NV: [ :void, :GLuint, :GLuint64EXT, :GLuint64EXT, :GLuint64EXT ].freeze,
|
19
|
+
glVertexAttribL4ui64NV: [ :void, :GLuint, :GLuint64EXT, :GLuint64EXT, :GLuint64EXT, :GLuint64EXT ].freeze,
|
20
|
+
glVertexAttribL1ui64vNV: [ :void, :GLuint, :pointer ].freeze,
|
21
|
+
glVertexAttribL2ui64vNV: [ :void, :GLuint, :pointer ].freeze,
|
22
|
+
glVertexAttribL3ui64vNV: [ :void, :GLuint, :pointer ].freeze,
|
23
|
+
glVertexAttribL4ui64vNV: [ :void, :GLuint, :pointer ].freeze,
|
24
|
+
glGetVertexAttribLi64vNV: [ :void, :GLuint, :GLenum, :pointer ].freeze,
|
25
|
+
glGetVertexAttribLui64vNV: [ :void, :GLuint, :GLenum, :pointer ].freeze,
|
26
|
+
glVertexAttribLFormatNV: [ :void, :GLuint, :GLint, :GLenum, :GLsizei ].freeze,
|
27
|
+
}.freeze
|
28
|
+
end
|
@@ -0,0 +1,44 @@
|
|
1
|
+
module GL_NV_vertex_buffer_unified_memory
|
2
|
+
module Constants
|
3
|
+
GL_VERTEX_ATTRIB_ARRAY_UNIFIED_NV = 0x8F1E
|
4
|
+
GL_ELEMENT_ARRAY_UNIFIED_NV = 0x8F1F
|
5
|
+
GL_VERTEX_ATTRIB_ARRAY_ADDRESS_NV = 0x8F20
|
6
|
+
GL_VERTEX_ARRAY_ADDRESS_NV = 0x8F21
|
7
|
+
GL_NORMAL_ARRAY_ADDRESS_NV = 0x8F22
|
8
|
+
GL_COLOR_ARRAY_ADDRESS_NV = 0x8F23
|
9
|
+
GL_INDEX_ARRAY_ADDRESS_NV = 0x8F24
|
10
|
+
GL_TEXTURE_COORD_ARRAY_ADDRESS_NV = 0x8F25
|
11
|
+
GL_EDGE_FLAG_ARRAY_ADDRESS_NV = 0x8F26
|
12
|
+
GL_SECONDARY_COLOR_ARRAY_ADDRESS_NV = 0x8F27
|
13
|
+
GL_FOG_COORD_ARRAY_ADDRESS_NV = 0x8F28
|
14
|
+
GL_ELEMENT_ARRAY_ADDRESS_NV = 0x8F29
|
15
|
+
GL_VERTEX_ATTRIB_ARRAY_LENGTH_NV = 0x8F2A
|
16
|
+
GL_VERTEX_ARRAY_LENGTH_NV = 0x8F2B
|
17
|
+
GL_NORMAL_ARRAY_LENGTH_NV = 0x8F2C
|
18
|
+
GL_COLOR_ARRAY_LENGTH_NV = 0x8F2D
|
19
|
+
GL_INDEX_ARRAY_LENGTH_NV = 0x8F2E
|
20
|
+
GL_TEXTURE_COORD_ARRAY_LENGTH_NV = 0x8F2F
|
21
|
+
GL_EDGE_FLAG_ARRAY_LENGTH_NV = 0x8F30
|
22
|
+
GL_SECONDARY_COLOR_ARRAY_LENGTH_NV = 0x8F31
|
23
|
+
GL_FOG_COORD_ARRAY_LENGTH_NV = 0x8F32
|
24
|
+
GL_ELEMENT_ARRAY_LENGTH_NV = 0x8F33
|
25
|
+
GL_DRAW_INDIRECT_UNIFIED_NV = 0x8F40
|
26
|
+
GL_DRAW_INDIRECT_ADDRESS_NV = 0x8F41
|
27
|
+
GL_DRAW_INDIRECT_LENGTH_NV = 0x8F42
|
28
|
+
end
|
29
|
+
|
30
|
+
FUNCTIONS = {
|
31
|
+
glBufferAddressRangeNV: [ :void, :GLenum, :GLuint, :GLuint64EXT, :GLsizeiptr ].freeze,
|
32
|
+
glVertexFormatNV: [ :void, :GLint, :GLenum, :GLsizei ].freeze,
|
33
|
+
glNormalFormatNV: [ :void, :GLenum, :GLsizei ].freeze,
|
34
|
+
glColorFormatNV: [ :void, :GLint, :GLenum, :GLsizei ].freeze,
|
35
|
+
glIndexFormatNV: [ :void, :GLenum, :GLsizei ].freeze,
|
36
|
+
glTexCoordFormatNV: [ :void, :GLint, :GLenum, :GLsizei ].freeze,
|
37
|
+
glEdgeFlagFormatNV: [ :void, :GLsizei ].freeze,
|
38
|
+
glSecondaryColorFormatNV: [ :void, :GLint, :GLenum, :GLsizei ].freeze,
|
39
|
+
glFogCoordFormatNV: [ :void, :GLenum, :GLsizei ].freeze,
|
40
|
+
glVertexAttribFormatNV: [ :void, :GLuint, :GLint, :GLenum, :GLboolean, :GLsizei ].freeze,
|
41
|
+
glVertexAttribIFormatNV: [ :void, :GLuint, :GLint, :GLenum, :GLsizei ].freeze,
|
42
|
+
glGetIntegerui64i_vNV: [ :void, :GLenum, :GLuint, :pointer ].freeze,
|
43
|
+
}.freeze
|
44
|
+
end
|
@@ -0,0 +1,154 @@
|
|
1
|
+
module GL_NV_vertex_program
|
2
|
+
module Constants
|
3
|
+
GL_VERTEX_PROGRAM_NV = 0x8620
|
4
|
+
GL_VERTEX_STATE_PROGRAM_NV = 0x8621
|
5
|
+
GL_ATTRIB_ARRAY_SIZE_NV = 0x8623
|
6
|
+
GL_ATTRIB_ARRAY_STRIDE_NV = 0x8624
|
7
|
+
GL_ATTRIB_ARRAY_TYPE_NV = 0x8625
|
8
|
+
GL_CURRENT_ATTRIB_NV = 0x8626
|
9
|
+
GL_PROGRAM_LENGTH_NV = 0x8627
|
10
|
+
GL_PROGRAM_STRING_NV = 0x8628
|
11
|
+
GL_MODELVIEW_PROJECTION_NV = 0x8629
|
12
|
+
GL_IDENTITY_NV = 0x862A
|
13
|
+
GL_INVERSE_NV = 0x862B
|
14
|
+
GL_TRANSPOSE_NV = 0x862C
|
15
|
+
GL_INVERSE_TRANSPOSE_NV = 0x862D
|
16
|
+
GL_MAX_TRACK_MATRIX_STACK_DEPTH_NV = 0x862E
|
17
|
+
GL_MAX_TRACK_MATRICES_NV = 0x862F
|
18
|
+
GL_MATRIX0_NV = 0x8630
|
19
|
+
GL_MATRIX1_NV = 0x8631
|
20
|
+
GL_MATRIX2_NV = 0x8632
|
21
|
+
GL_MATRIX3_NV = 0x8633
|
22
|
+
GL_MATRIX4_NV = 0x8634
|
23
|
+
GL_MATRIX5_NV = 0x8635
|
24
|
+
GL_MATRIX6_NV = 0x8636
|
25
|
+
GL_MATRIX7_NV = 0x8637
|
26
|
+
GL_CURRENT_MATRIX_STACK_DEPTH_NV = 0x8640
|
27
|
+
GL_CURRENT_MATRIX_NV = 0x8641
|
28
|
+
GL_VERTEX_PROGRAM_POINT_SIZE_NV = 0x8642
|
29
|
+
GL_VERTEX_PROGRAM_TWO_SIDE_NV = 0x8643
|
30
|
+
GL_PROGRAM_PARAMETER_NV = 0x8644
|
31
|
+
GL_ATTRIB_ARRAY_POINTER_NV = 0x8645
|
32
|
+
GL_PROGRAM_TARGET_NV = 0x8646
|
33
|
+
GL_PROGRAM_RESIDENT_NV = 0x8647
|
34
|
+
GL_TRACK_MATRIX_NV = 0x8648
|
35
|
+
GL_TRACK_MATRIX_TRANSFORM_NV = 0x8649
|
36
|
+
GL_VERTEX_PROGRAM_BINDING_NV = 0x864A
|
37
|
+
GL_PROGRAM_ERROR_POSITION_NV = 0x864B
|
38
|
+
GL_VERTEX_ATTRIB_ARRAY0_NV = 0x8650
|
39
|
+
GL_VERTEX_ATTRIB_ARRAY1_NV = 0x8651
|
40
|
+
GL_VERTEX_ATTRIB_ARRAY2_NV = 0x8652
|
41
|
+
GL_VERTEX_ATTRIB_ARRAY3_NV = 0x8653
|
42
|
+
GL_VERTEX_ATTRIB_ARRAY4_NV = 0x8654
|
43
|
+
GL_VERTEX_ATTRIB_ARRAY5_NV = 0x8655
|
44
|
+
GL_VERTEX_ATTRIB_ARRAY6_NV = 0x8656
|
45
|
+
GL_VERTEX_ATTRIB_ARRAY7_NV = 0x8657
|
46
|
+
GL_VERTEX_ATTRIB_ARRAY8_NV = 0x8658
|
47
|
+
GL_VERTEX_ATTRIB_ARRAY9_NV = 0x8659
|
48
|
+
GL_VERTEX_ATTRIB_ARRAY10_NV = 0x865A
|
49
|
+
GL_VERTEX_ATTRIB_ARRAY11_NV = 0x865B
|
50
|
+
GL_VERTEX_ATTRIB_ARRAY12_NV = 0x865C
|
51
|
+
GL_VERTEX_ATTRIB_ARRAY13_NV = 0x865D
|
52
|
+
GL_VERTEX_ATTRIB_ARRAY14_NV = 0x865E
|
53
|
+
GL_VERTEX_ATTRIB_ARRAY15_NV = 0x865F
|
54
|
+
GL_MAP1_VERTEX_ATTRIB0_4_NV = 0x8660
|
55
|
+
GL_MAP1_VERTEX_ATTRIB1_4_NV = 0x8661
|
56
|
+
GL_MAP1_VERTEX_ATTRIB2_4_NV = 0x8662
|
57
|
+
GL_MAP1_VERTEX_ATTRIB3_4_NV = 0x8663
|
58
|
+
GL_MAP1_VERTEX_ATTRIB4_4_NV = 0x8664
|
59
|
+
GL_MAP1_VERTEX_ATTRIB5_4_NV = 0x8665
|
60
|
+
GL_MAP1_VERTEX_ATTRIB6_4_NV = 0x8666
|
61
|
+
GL_MAP1_VERTEX_ATTRIB7_4_NV = 0x8667
|
62
|
+
GL_MAP1_VERTEX_ATTRIB8_4_NV = 0x8668
|
63
|
+
GL_MAP1_VERTEX_ATTRIB9_4_NV = 0x8669
|
64
|
+
GL_MAP1_VERTEX_ATTRIB10_4_NV = 0x866A
|
65
|
+
GL_MAP1_VERTEX_ATTRIB11_4_NV = 0x866B
|
66
|
+
GL_MAP1_VERTEX_ATTRIB12_4_NV = 0x866C
|
67
|
+
GL_MAP1_VERTEX_ATTRIB13_4_NV = 0x866D
|
68
|
+
GL_MAP1_VERTEX_ATTRIB14_4_NV = 0x866E
|
69
|
+
GL_MAP1_VERTEX_ATTRIB15_4_NV = 0x866F
|
70
|
+
GL_MAP2_VERTEX_ATTRIB0_4_NV = 0x8670
|
71
|
+
GL_MAP2_VERTEX_ATTRIB1_4_NV = 0x8671
|
72
|
+
GL_MAP2_VERTEX_ATTRIB2_4_NV = 0x8672
|
73
|
+
GL_MAP2_VERTEX_ATTRIB3_4_NV = 0x8673
|
74
|
+
GL_MAP2_VERTEX_ATTRIB4_4_NV = 0x8674
|
75
|
+
GL_MAP2_VERTEX_ATTRIB5_4_NV = 0x8675
|
76
|
+
GL_MAP2_VERTEX_ATTRIB6_4_NV = 0x8676
|
77
|
+
GL_MAP2_VERTEX_ATTRIB7_4_NV = 0x8677
|
78
|
+
GL_MAP2_VERTEX_ATTRIB8_4_NV = 0x8678
|
79
|
+
GL_MAP2_VERTEX_ATTRIB9_4_NV = 0x8679
|
80
|
+
GL_MAP2_VERTEX_ATTRIB10_4_NV = 0x867A
|
81
|
+
GL_MAP2_VERTEX_ATTRIB11_4_NV = 0x867B
|
82
|
+
GL_MAP2_VERTEX_ATTRIB12_4_NV = 0x867C
|
83
|
+
GL_MAP2_VERTEX_ATTRIB13_4_NV = 0x867D
|
84
|
+
GL_MAP2_VERTEX_ATTRIB14_4_NV = 0x867E
|
85
|
+
GL_MAP2_VERTEX_ATTRIB15_4_NV = 0x867F
|
86
|
+
end
|
87
|
+
|
88
|
+
FUNCTIONS = {
|
89
|
+
glAreProgramsResidentNV: [ :GLboolean, :GLsizei, :pointer, :pointer ].freeze,
|
90
|
+
glBindProgramNV: [ :void, :GLenum, :GLuint ].freeze,
|
91
|
+
glDeleteProgramsNV: [ :void, :GLsizei, :pointer ].freeze,
|
92
|
+
glExecuteProgramNV: [ :void, :GLenum, :GLuint, :pointer ].freeze,
|
93
|
+
glGenProgramsNV: [ :void, :GLsizei, :pointer ].freeze,
|
94
|
+
glGetProgramParameterdvNV: [ :void, :GLenum, :GLuint, :GLenum, :pointer ].freeze,
|
95
|
+
glGetProgramParameterfvNV: [ :void, :GLenum, :GLuint, :GLenum, :pointer ].freeze,
|
96
|
+
glGetProgramivNV: [ :void, :GLuint, :GLenum, :pointer ].freeze,
|
97
|
+
glGetProgramStringNV: [ :void, :GLuint, :GLenum, :pointer ].freeze,
|
98
|
+
glGetTrackMatrixivNV: [ :void, :GLenum, :GLuint, :GLenum, :pointer ].freeze,
|
99
|
+
glGetVertexAttribdvNV: [ :void, :GLuint, :GLenum, :pointer ].freeze,
|
100
|
+
glGetVertexAttribfvNV: [ :void, :GLuint, :GLenum, :pointer ].freeze,
|
101
|
+
glGetVertexAttribivNV: [ :void, :GLuint, :GLenum, :pointer ].freeze,
|
102
|
+
glGetVertexAttribPointervNV: [ :void, :GLuint, :GLenum, :pointer ].freeze,
|
103
|
+
glIsProgramNV: [ :GLboolean, :GLuint ].freeze,
|
104
|
+
glLoadProgramNV: [ :void, :GLenum, :GLuint, :GLsizei, :pointer ].freeze,
|
105
|
+
glProgramParameter4dNV: [ :void, :GLenum, :GLuint, :GLdouble, :GLdouble, :GLdouble, :GLdouble ].freeze,
|
106
|
+
glProgramParameter4dvNV: [ :void, :GLenum, :GLuint, :pointer ].freeze,
|
107
|
+
glProgramParameter4fNV: [ :void, :GLenum, :GLuint, :GLfloat, :GLfloat, :GLfloat, :GLfloat ].freeze,
|
108
|
+
glProgramParameter4fvNV: [ :void, :GLenum, :GLuint, :pointer ].freeze,
|
109
|
+
glProgramParameters4dvNV: [ :void, :GLenum, :GLuint, :GLsizei, :pointer ].freeze,
|
110
|
+
glProgramParameters4fvNV: [ :void, :GLenum, :GLuint, :GLsizei, :pointer ].freeze,
|
111
|
+
glRequestResidentProgramsNV: [ :void, :GLsizei, :pointer ].freeze,
|
112
|
+
glTrackMatrixNV: [ :void, :GLenum, :GLuint, :GLenum, :GLenum ].freeze,
|
113
|
+
glVertexAttribPointerNV: [ :void, :GLuint, :GLint, :GLenum, :GLsizei, :pointer ].freeze,
|
114
|
+
glVertexAttrib1dNV: [ :void, :GLuint, :GLdouble ].freeze,
|
115
|
+
glVertexAttrib1dvNV: [ :void, :GLuint, :pointer ].freeze,
|
116
|
+
glVertexAttrib1fNV: [ :void, :GLuint, :GLfloat ].freeze,
|
117
|
+
glVertexAttrib1fvNV: [ :void, :GLuint, :pointer ].freeze,
|
118
|
+
glVertexAttrib1sNV: [ :void, :GLuint, :GLshort ].freeze,
|
119
|
+
glVertexAttrib1svNV: [ :void, :GLuint, :pointer ].freeze,
|
120
|
+
glVertexAttrib2dNV: [ :void, :GLuint, :GLdouble, :GLdouble ].freeze,
|
121
|
+
glVertexAttrib2dvNV: [ :void, :GLuint, :pointer ].freeze,
|
122
|
+
glVertexAttrib2fNV: [ :void, :GLuint, :GLfloat, :GLfloat ].freeze,
|
123
|
+
glVertexAttrib2fvNV: [ :void, :GLuint, :pointer ].freeze,
|
124
|
+
glVertexAttrib2sNV: [ :void, :GLuint, :GLshort, :GLshort ].freeze,
|
125
|
+
glVertexAttrib2svNV: [ :void, :GLuint, :pointer ].freeze,
|
126
|
+
glVertexAttrib3dNV: [ :void, :GLuint, :GLdouble, :GLdouble, :GLdouble ].freeze,
|
127
|
+
glVertexAttrib3dvNV: [ :void, :GLuint, :pointer ].freeze,
|
128
|
+
glVertexAttrib3fNV: [ :void, :GLuint, :GLfloat, :GLfloat, :GLfloat ].freeze,
|
129
|
+
glVertexAttrib3fvNV: [ :void, :GLuint, :pointer ].freeze,
|
130
|
+
glVertexAttrib3sNV: [ :void, :GLuint, :GLshort, :GLshort, :GLshort ].freeze,
|
131
|
+
glVertexAttrib3svNV: [ :void, :GLuint, :pointer ].freeze,
|
132
|
+
glVertexAttrib4dNV: [ :void, :GLuint, :GLdouble, :GLdouble, :GLdouble, :GLdouble ].freeze,
|
133
|
+
glVertexAttrib4dvNV: [ :void, :GLuint, :pointer ].freeze,
|
134
|
+
glVertexAttrib4fNV: [ :void, :GLuint, :GLfloat, :GLfloat, :GLfloat, :GLfloat ].freeze,
|
135
|
+
glVertexAttrib4fvNV: [ :void, :GLuint, :pointer ].freeze,
|
136
|
+
glVertexAttrib4sNV: [ :void, :GLuint, :GLshort, :GLshort, :GLshort, :GLshort ].freeze,
|
137
|
+
glVertexAttrib4svNV: [ :void, :GLuint, :pointer ].freeze,
|
138
|
+
glVertexAttrib4ubNV: [ :void, :GLuint, :GLubyte, :GLubyte, :GLubyte, :GLubyte ].freeze,
|
139
|
+
glVertexAttrib4ubvNV: [ :void, :GLuint, :pointer ].freeze,
|
140
|
+
glVertexAttribs1dvNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
141
|
+
glVertexAttribs1fvNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
142
|
+
glVertexAttribs1svNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
143
|
+
glVertexAttribs2dvNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
144
|
+
glVertexAttribs2fvNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
145
|
+
glVertexAttribs2svNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
146
|
+
glVertexAttribs3dvNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
147
|
+
glVertexAttribs3fvNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
148
|
+
glVertexAttribs3svNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
149
|
+
glVertexAttribs4dvNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
150
|
+
glVertexAttribs4fvNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
151
|
+
glVertexAttribs4svNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
152
|
+
glVertexAttribs4ubvNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
153
|
+
}.freeze
|
154
|
+
end
|
@@ -0,0 +1,31 @@
|
|
1
|
+
module GL_NV_vertex_program4
|
2
|
+
module Constants
|
3
|
+
GL_VERTEX_ATTRIB_ARRAY_INTEGER_NV = 0x88FD
|
4
|
+
end
|
5
|
+
|
6
|
+
FUNCTIONS = {
|
7
|
+
glVertexAttribI1iEXT: [ :void, :GLuint, :GLint ].freeze,
|
8
|
+
glVertexAttribI2iEXT: [ :void, :GLuint, :GLint, :GLint ].freeze,
|
9
|
+
glVertexAttribI3iEXT: [ :void, :GLuint, :GLint, :GLint, :GLint ].freeze,
|
10
|
+
glVertexAttribI4iEXT: [ :void, :GLuint, :GLint, :GLint, :GLint, :GLint ].freeze,
|
11
|
+
glVertexAttribI1uiEXT: [ :void, :GLuint, :GLuint ].freeze,
|
12
|
+
glVertexAttribI2uiEXT: [ :void, :GLuint, :GLuint, :GLuint ].freeze,
|
13
|
+
glVertexAttribI3uiEXT: [ :void, :GLuint, :GLuint, :GLuint, :GLuint ].freeze,
|
14
|
+
glVertexAttribI4uiEXT: [ :void, :GLuint, :GLuint, :GLuint, :GLuint, :GLuint ].freeze,
|
15
|
+
glVertexAttribI1ivEXT: [ :void, :GLuint, :pointer ].freeze,
|
16
|
+
glVertexAttribI2ivEXT: [ :void, :GLuint, :pointer ].freeze,
|
17
|
+
glVertexAttribI3ivEXT: [ :void, :GLuint, :pointer ].freeze,
|
18
|
+
glVertexAttribI4ivEXT: [ :void, :GLuint, :pointer ].freeze,
|
19
|
+
glVertexAttribI1uivEXT: [ :void, :GLuint, :pointer ].freeze,
|
20
|
+
glVertexAttribI2uivEXT: [ :void, :GLuint, :pointer ].freeze,
|
21
|
+
glVertexAttribI3uivEXT: [ :void, :GLuint, :pointer ].freeze,
|
22
|
+
glVertexAttribI4uivEXT: [ :void, :GLuint, :pointer ].freeze,
|
23
|
+
glVertexAttribI4bvEXT: [ :void, :GLuint, :pointer ].freeze,
|
24
|
+
glVertexAttribI4svEXT: [ :void, :GLuint, :pointer ].freeze,
|
25
|
+
glVertexAttribI4ubvEXT: [ :void, :GLuint, :pointer ].freeze,
|
26
|
+
glVertexAttribI4usvEXT: [ :void, :GLuint, :pointer ].freeze,
|
27
|
+
glVertexAttribIPointerEXT: [ :void, :GLuint, :GLint, :GLenum, :GLsizei, :pointer ].freeze,
|
28
|
+
glGetVertexAttribIivEXT: [ :void, :GLuint, :GLenum, :pointer ].freeze,
|
29
|
+
glGetVertexAttribIuivEXT: [ :void, :GLuint, :GLenum, :pointer ].freeze,
|
30
|
+
}.freeze
|
31
|
+
end
|
@@ -0,0 +1,48 @@
|
|
1
|
+
module GL_NV_video_capture
|
2
|
+
module Constants
|
3
|
+
GL_VIDEO_BUFFER_NV = 0x9020
|
4
|
+
GL_VIDEO_BUFFER_BINDING_NV = 0x9021
|
5
|
+
GL_FIELD_UPPER_NV = 0x9022
|
6
|
+
GL_FIELD_LOWER_NV = 0x9023
|
7
|
+
GL_NUM_VIDEO_CAPTURE_STREAMS_NV = 0x9024
|
8
|
+
GL_NEXT_VIDEO_CAPTURE_BUFFER_STATUS_NV = 0x9025
|
9
|
+
GL_VIDEO_CAPTURE_TO_422_SUPPORTED_NV = 0x9026
|
10
|
+
GL_LAST_VIDEO_CAPTURE_STATUS_NV = 0x9027
|
11
|
+
GL_VIDEO_BUFFER_PITCH_NV = 0x9028
|
12
|
+
GL_VIDEO_COLOR_CONVERSION_MATRIX_NV = 0x9029
|
13
|
+
GL_VIDEO_COLOR_CONVERSION_MAX_NV = 0x902A
|
14
|
+
GL_VIDEO_COLOR_CONVERSION_MIN_NV = 0x902B
|
15
|
+
GL_VIDEO_COLOR_CONVERSION_OFFSET_NV = 0x902C
|
16
|
+
GL_VIDEO_BUFFER_INTERNAL_FORMAT_NV = 0x902D
|
17
|
+
GL_PARTIAL_SUCCESS_NV = 0x902E
|
18
|
+
GL_SUCCESS_NV = 0x902F
|
19
|
+
GL_FAILURE_NV = 0x9030
|
20
|
+
GL_YCBYCR8_422_NV = 0x9031
|
21
|
+
GL_YCBAYCR8A_4224_NV = 0x9032
|
22
|
+
GL_Z6Y10Z6CB10Z6Y10Z6CR10_422_NV = 0x9033
|
23
|
+
GL_Z6Y10Z6CB10Z6A10Z6Y10Z6CR10Z6A10_4224_NV = 0x9034
|
24
|
+
GL_Z4Y12Z4CB12Z4Y12Z4CR12_422_NV = 0x9035
|
25
|
+
GL_Z4Y12Z4CB12Z4A12Z4Y12Z4CR12Z4A12_4224_NV = 0x9036
|
26
|
+
GL_Z4Y12Z4CB12Z4CR12_444_NV = 0x9037
|
27
|
+
GL_VIDEO_CAPTURE_FRAME_WIDTH_NV = 0x9038
|
28
|
+
GL_VIDEO_CAPTURE_FRAME_HEIGHT_NV = 0x9039
|
29
|
+
GL_VIDEO_CAPTURE_FIELD_UPPER_HEIGHT_NV = 0x903A
|
30
|
+
GL_VIDEO_CAPTURE_FIELD_LOWER_HEIGHT_NV = 0x903B
|
31
|
+
GL_VIDEO_CAPTURE_SURFACE_ORIGIN_NV = 0x903C
|
32
|
+
end
|
33
|
+
|
34
|
+
FUNCTIONS = {
|
35
|
+
glBeginVideoCaptureNV: [ :void, :GLuint ].freeze,
|
36
|
+
glBindVideoCaptureStreamBufferNV: [ :void, :GLuint, :GLuint, :GLenum, :GLintptrARB ].freeze,
|
37
|
+
glBindVideoCaptureStreamTextureNV: [ :void, :GLuint, :GLuint, :GLenum, :GLenum, :GLuint ].freeze,
|
38
|
+
glEndVideoCaptureNV: [ :void, :GLuint ].freeze,
|
39
|
+
glGetVideoCaptureivNV: [ :void, :GLuint, :GLenum, :pointer ].freeze,
|
40
|
+
glGetVideoCaptureStreamivNV: [ :void, :GLuint, :GLuint, :GLenum, :pointer ].freeze,
|
41
|
+
glGetVideoCaptureStreamfvNV: [ :void, :GLuint, :GLuint, :GLenum, :pointer ].freeze,
|
42
|
+
glGetVideoCaptureStreamdvNV: [ :void, :GLuint, :GLuint, :GLenum, :pointer ].freeze,
|
43
|
+
glVideoCaptureNV: [ :GLenum, :GLuint, :pointer, :pointer ].freeze,
|
44
|
+
glVideoCaptureStreamParameterivNV: [ :void, :GLuint, :GLuint, :GLenum, :pointer ].freeze,
|
45
|
+
glVideoCaptureStreamParameterfvNV: [ :void, :GLuint, :GLuint, :GLenum, :pointer ].freeze,
|
46
|
+
glVideoCaptureStreamParameterdvNV: [ :void, :GLuint, :GLuint, :GLenum, :pointer ].freeze,
|
47
|
+
}.freeze
|
48
|
+
end
|
@@ -0,0 +1,27 @@
|
|
1
|
+
module GL_NV_viewport_array
|
2
|
+
module Constants
|
3
|
+
GL_MAX_VIEWPORTS_NV = 0x825B
|
4
|
+
GL_VIEWPORT_SUBPIXEL_BITS_NV = 0x825C
|
5
|
+
GL_VIEWPORT_BOUNDS_RANGE_NV = 0x825D
|
6
|
+
GL_VIEWPORT_INDEX_PROVOKING_VERTEX_NV = 0x825F
|
7
|
+
GL_SCISSOR_BOX = 0x0C10
|
8
|
+
GL_VIEWPORT = 0x0BA2
|
9
|
+
GL_DEPTH_RANGE = 0x0B70
|
10
|
+
GL_SCISSOR_TEST = 0x0C11
|
11
|
+
end
|
12
|
+
|
13
|
+
FUNCTIONS = {
|
14
|
+
glViewportArrayvNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
15
|
+
glViewportIndexedfNV: [ :void, :GLuint, :GLfloat, :GLfloat, :GLfloat, :GLfloat ].freeze,
|
16
|
+
glViewportIndexedfvNV: [ :void, :GLuint, :pointer ].freeze,
|
17
|
+
glScissorArrayvNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
18
|
+
glScissorIndexedNV: [ :void, :GLuint, :GLint, :GLint, :GLsizei, :GLsizei ].freeze,
|
19
|
+
glScissorIndexedvNV: [ :void, :GLuint, :pointer ].freeze,
|
20
|
+
glDepthRangeArrayfvNV: [ :void, :GLuint, :GLsizei, :pointer ].freeze,
|
21
|
+
glDepthRangeIndexedfNV: [ :void, :GLuint, :GLfloat, :GLfloat ].freeze,
|
22
|
+
glGetFloati_vNV: [ :void, :GLenum, :GLuint, :pointer ].freeze,
|
23
|
+
glEnableiNV: [ :void, :GLenum, :GLuint ].freeze,
|
24
|
+
glDisableiNV: [ :void, :GLenum, :GLuint ].freeze,
|
25
|
+
glIsEnablediNV: [ :GLboolean, :GLenum, :GLuint ].freeze,
|
26
|
+
}.freeze
|
27
|
+
end
|
@@ -0,0 +1,12 @@
|
|
1
|
+
module GL_OES_blend_func_separate
|
2
|
+
module Constants
|
3
|
+
GL_BLEND_DST_RGB_OES = 0x80C8
|
4
|
+
GL_BLEND_SRC_RGB_OES = 0x80C9
|
5
|
+
GL_BLEND_DST_ALPHA_OES = 0x80CA
|
6
|
+
GL_BLEND_SRC_ALPHA_OES = 0x80CB
|
7
|
+
end
|
8
|
+
|
9
|
+
FUNCTIONS = {
|
10
|
+
glBlendFuncSeparateOES: [ :void, :GLenum, :GLenum, :GLenum, :GLenum ].freeze,
|
11
|
+
}.freeze
|
12
|
+
end
|
@@ -0,0 +1,12 @@
|
|
1
|
+
module GL_OES_blend_subtract
|
2
|
+
module Constants
|
3
|
+
GL_BLEND_EQUATION_OES = 0x8009
|
4
|
+
GL_FUNC_ADD_OES = 0x8006
|
5
|
+
GL_FUNC_SUBTRACT_OES = 0x800A
|
6
|
+
GL_FUNC_REVERSE_SUBTRACT_OES = 0x800B
|
7
|
+
end
|
8
|
+
|
9
|
+
FUNCTIONS = {
|
10
|
+
glBlendEquationOES: [ :void, :GLenum ].freeze,
|
11
|
+
}.freeze
|
12
|
+
end
|