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

Line of sight looks strange on some devices #20

Closed
EMaksymenko opened this issue Jun 28, 2019 · 1 comment
Closed

Line of sight looks strange on some devices #20

EMaksymenko opened this issue Jun 28, 2019 · 1 comment

Comments

@EMaksymenko
Copy link
Member

Samsung Exynos devices render line of sight with square artefacts.

Problem needs investigation.

Screenshot_20190628-113654_C4 Map
Screenshot_20190628-113700_C4 Map

@EMaksymenko
Copy link
Member Author

Fixed in 63cdf39

Problem composed of two parts:

  1. Depth texture should have explicit high precision specification on Mali devices. It is lowp by default there.
  2. Depth texture value should be read from R/X vector component instead of Z.

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