Skip to content

Version 4.6

Latest
Compare
Choose a tag to compare
@SaschaWillems SaschaWillems released this 27 Aug 09:16
· 1 commit to master since this release

This version adds support for OpenGL 4.6, adding the following ARB extensions:

  • GL_ARB_indirect_parameters
  • GL_ARB_pipeline_statistics_query
  • GL_ARB_polygon_offset_clamp
  • GL_KHR_no_error
  • GL_ARB_shader_atomic_counter_ops
  • GL_ARB_shader_draw_parameters
  • GL_ARB_shader_group_vote
  • GL_ARB_gl_spirv
  • GL_ARB_spirv_extensions
  • GL_ARB_texture_filter_anisotropic
  • GL_ARB_transform_feedback_overflow_query

And some missing constants and declarations for other extensions that were missing.