ppy / osu-framework

A game framework written with osu! in mind.
MIT License
1.62k stars 402 forks source link

Border smoothness is lost on Android devices #6274

Open shiumano opened 2 months ago

shiumano commented 2 months ago

Type

Cosmetic

Bug description

On Android devices, the borders are jagged as when using the Vulkan renderer on the desktop (like https://github.com/ppy/osu/discussions/27659#discussioncomment-9106738).

Screenshots or videos

Android (OpenGL) Screenshot_20240501-133238

Linux (OpenGL) Screenshot_20240501-134138

Version

2024.412.1

Logs

logs.zip

smoogipoo commented 2 months ago

Perhaps it's that this is a mediump:

https://github.com/ppy/osu-framework/blob/d73af6ccc9a197e63139711d2cb1df964f82fd0d/osu.Framework/Resources/Shaders/Internal/sh_GlobalUniforms.h#L30