OpenTK v4.7.5 Release Notes
-
💥 BREAKING: Removed the
ALTest
class from the OpenAL namespace. This was an internal test class that was accidentally included in the package. (@NogginBops)🗄 API: Deprecated
Box.Contains
function in favor ofBox.ContainsInclusive
andBox.ContainsExclusive
to explicitly state if the box boundary should be considered contained. (@NogginBops, @Oribow)API: Exposed EGL bindings to match the WGL bindings. (@NogginBops)
👍 API:
Box2
,Box2d
,Box2i
,Box3
,Box3d
, andBox3i
now support XML serialization. (@NogginBops)API: Added
ProgramBinaryLength
to theGetProgramParameterName
enum. (@NogginBops)🛠 FIX:
MathHelper.ClampAngle
andMathHelper.ClampRadians
now return correct results. (@FlashX64)🛠 FIX:
MathHelper.NormalizeRadians
now return correct results. (@FlashX64)🛠 FIX: OpenAL now correctly loads on FreeBSD. (@Partmedia)
🏁 Clarify in the readme that running on Windows requires "Visual C++ Redistributable 2015" (@NogginBops)
⚡️ Update to GLFW 3.3.8 (@NogginBops)