Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 1.17 KB

Changelog

3.1.2 (2023-04-28)

Bug Fixes

  • annotate version file for release please (4ef4a48)
  • correct release-please type (9a4fc62)

#Version 2.4

  • All imported APIs now use 'SetLastError = true' to aid in analysing issues (thanks robinsedlaczek.
  • Improvments to the robustness of bitmap management in render contexts (thanks robinsedlaczek.
  • Extensions have been moved into their own location in the repository, isolate from the main code.
  • Extension projects reference SharpGL via Nuget.
  • Fixed issues with glGetActiveAttrib and glGetActiveUniform.
  • Full OpenGL 4.3 support.
  • Visual Studio 2013 support for extensions.
  • Nuget packages renamed to match standard conventions:
    • SharpGLCore -> SharpGL
    • SharpGLforWinForms -> SharpGL.WinForms
    • SharpGLforWPF -> SharpGL.WPF
  • No dynamic calls to OpenGL extension delegates, leading to a big performance gain.