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

webgl: Check for WEBGLTextureView, not WEBGLTexture #2014

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

felixpalmer
Copy link
Collaborator

Background

Causing a number of 'No texture' crashes in deck, because value.colorAttachments[0] instanceof WEBGLTexture should never be true

Change List

  • Check for WEBGLTextureView, not WEBGLTexture

@felixpalmer felixpalmer requested a review from ibgreen March 8, 2024 11:20
@felixpalmer felixpalmer merged commit 8c166b6 into master Mar 8, 2024
1 check passed
@felixpalmer felixpalmer deleted the felix/textureview-check branch March 8, 2024 11:23
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

Successfully merging this pull request may close these issues.

None yet

1 participant