Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Declaring touch array with mediump causes crash #211

Open
Raemien opened this issue Oct 3, 2024 · 0 comments
Open

[BUG] Declaring touch array with mediump causes crash #211

Raemien opened this issue Oct 3, 2024 · 0 comments

Comments

@Raemien
Copy link

Raemien commented Oct 3, 2024

Declaring the 'pointers' array without fp32 precision via uniform mediump vec3 pointers[10]; will cause the application to immediately crash. Changing the default precision model to mediump with the input declared also results in this behaviour.

If changes were successfully saved before the shader compiles, loads and crashes, the crash will persist when relaunching the application. The user must manually invoke PreferencesActivity using external tools and disable automatic shader compilation to continue using the application without loosing data in this scenario.

Until the underlying issue is found, maybe consider using the highp qualifier when inserting this variable via the menu?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant