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

Textures may be re-created incorrectly in GLES MEC traces. #2653

Closed
pmuetschard opened this issue Mar 5, 2019 · 0 comments · Fixed by #2762
Closed

Textures may be re-created incorrectly in GLES MEC traces. #2653

pmuetschard opened this issue Mar 5, 2019 · 0 comments · Fixed by #2762

Comments

@pmuetschard
Copy link
Member

GLES state reconstruction currently always recreates textures using a sized internal format, even if the application had created them with an unsized internal format. Textures behave differently depending on the "sized-ness" of the internal format and so MEC replay can be incorrect.

For example, depth textures with an unsized internal format may be sampled with GL_LINEAR while depth textures with a sized internal format may only be sampled with GL_NEAREST.

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

Successfully merging a pull request may close this issue.

1 participant