GL_INVALID_OPERATION: Must have element array buffer bound #6936
Unanswered
e-hosseini
asked this question in
Q&A
Replies: 2 comments
-
You should Bind indices buffer before draw |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is some chance that may be facing some dependency inconsistency related to the recent release of deck.gl v9.1. You will want to make sure that your project is using the samne version of deck.gl and luma.gl (v9.0.x or v9.1.x). Depending on the latest deck.gl patch versions of either release track should ensure this works automatically. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm working on a library that uses the Deck.gl. On another project, I'm using that library to do the visualization. When I use
npm link
functionality to connect both projects on dev time, everything works fine. But when I install the library like a normal NPM Package, the visualization doesn't happen. It loads the map (google) without any problem. But the DeckOverlay doesn't render the layers, and I can see this log in the console several times:there is no other relevant error or message.
What do you think about this issue?
Beta Was this translation helpful? Give feedback.
All reactions