chore(deps): update dependency opentk to 3.3.3#7
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
2c6fad4 to
76877c3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7 +/- ##
=======================================
Coverage 84.22% 84.22%
=======================================
Files 8 8
Lines 336 336
Branches 48 48
=======================================
Hits 283 283
Misses 43 43
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
76877c3 to
99e6f75
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1.0→3.3.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
opentk/opentk (OpenTK)
v3.3.3Compare Source
x86andx64dlls can now be optionally turned on by usingToolkitOptions.SetWindowsDLLPathAnyCPU = true, see documentation comment for more details. (@NogginBops)GameWindowFlags.UseVirtualKeys. See #1360 for more details. (@tyronx)Vector3 Transform(Matrix3 mat, Vector3 vec)(right multiplication) because of a bug meant this function was doing a left multiplication. Instead two new functionsTransformRowandTransformColumnthat handle the left and right multiplication correctly. (@NogginBops)SizedInternalFormatnow contains all allowed formats andGetTextureParameternow containsTextureMaxAnisotropy. (@NogginBops)v3.3.2Compare Source
Added ability to include architecture dependent dlls (x86 vs x64) on windows by placing the files in
x86andx64folders respectively (@leezer3) (for more details, see #1223)Fix: Mouse position no longer resets when scrolling in Wayland (@jascrain)
Fix:
QuaternionDeuler angle constructor now produces the same result as the equivalent constructor inQuaternion(@leezer3)Fix: Changed to using
dlopen/dlsymon MacOS asNSLookupSymbolInImageis deprecated and no longer works on MacOS Monterey (@BleuBleu)Optimized
CreateFromQuaternionfunction for Matrix3/4/3d/4d to be ~80% faster (@NogginBops)v3.3.1Compare Source
Fix wgl_dx_interop Lock/Unlock bindings (Thanks @ZCore)
v3.3.0Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.