Skip to content

Bump ppy.osu.Framework.iOS from 2023.131.0 to 2023.314.0 in /maisim#250

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/maisim/ppy.osu.Framework.iOS-2023.314.0
Closed

Bump ppy.osu.Framework.iOS from 2023.131.0 to 2023.314.0 in /maisim#250
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/maisim/ppy.osu.Framework.iOS-2023.314.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2023

Bumps ppy.osu.Framework.iOS from 2023.131.0 to 2023.314.0.

Release notes

Sourced from ppy.osu.Framework.iOS's releases.

2023.314.0

Breaking Changes

The OpenGL Core profile is now used

Shaders now follow "Vulkan GLSL", which is mostly documented in the spec: GL_KHR_vulkan_glsl. The primary differences are documented below:

Vertex shader members

attribute lowp int In_Value;
varying lowp int Out_Value;
layout(location = 0) in lowp int InValue;
layout(location = 0) out lowp int OutValue;

The location increases for each additional member in the respective in/out lists.

Fragment shader members

varying lowp int In_Value;

... (truncated)

Commits
  • 3f90e81 Merge pull request #5675 from smoogipoo/fix-uninitialised-ubo
  • 3087188 Merge branch 'master' into fix-uninitialised-ubo
  • 16e82be Merge pull request #5676 from smoogipoo/fix-veldrid-gl-macos
  • 3f9c9fe Merge branch 'master' into fix-veldrid-gl-macos
  • 7666cdc Merge pull request #5662 from peppy/show-renderer-frame-display
  • d6097bf Merge branch 'master' into show-renderer-frame-display
  • 31eb186 Fix OpenGL not initialising on Veldrid on macOS
  • e8db6e4 Fix UBOs not being initialised when data is default
  • ae25986 Merge pull request #5661 from smoogipoo/veldrid-renderer-2
  • 2b34f7f Merge branch 'master' into veldrid-renderer-2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ppy.osu.Framework.iOS](https://github.com/ppy/osu-framework) from 2023.131.0 to 2023.314.0.
- [Release notes](https://github.com/ppy/osu-framework/releases)
- [Commits](ppy/osu-framework@2023.131.0...2023.314.0)

---
updated-dependencies:
- dependency-name: ppy.osu.Framework.iOS
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 20, 2023
@dependabot dependabot bot requested a review from HelloYeew March 20, 2023 16:02
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 22, 2023

Superseded by #253.

@dependabot dependabot bot closed this Mar 22, 2023
@dependabot dependabot bot deleted the dependabot/nuget/maisim/ppy.osu.Framework.iOS-2023.314.0 branch March 22, 2023 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants