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

fix: use texture2D delete #29

Conversation

Polygens
Copy link

gl.deleteTexture is a WebGL method and is not usable with luma.gl.
Instead the Texture2D.delete() is used as demonstrated in deckgl bitmaplayer: https://github.com/visgl/deck.gl/blob/8.2-release/modules/layers/src/bitmap-layer/bitmap-layer.js#L122

@Polygens Polygens self-assigned this May 31, 2023
@Polygens Polygens merged commit 77b6404 into v2.5.5-master May 31, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants