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

Depth/Stencil GPU written Texture fixes #2800

Merged
merged 2 commits into from
Jun 6, 2019

Conversation

pmuetschard
Copy link
Member

  • Correctly deal with GPU written depth_stencil textures.
  • Fix a depth texture read back issue.

Fixes #2740

Since we cannot actually readback stencil data, simply clear it to
zeros in the conversion.
@pmuetschard pmuetschard merged commit d7c37c9 into google:master Jun 6, 2019
@pmuetschard pmuetschard deleted the depth_stencil branch June 6, 2019 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid format for GL_DEPTH_COMPONENT, GL_UNSIGNED_SHORT
3 participants