Problem with custom backend #829
demiantres
started this conversation in
General
Replies: 2 comments 2 replies
-
|
After some research I found the problem: The VTM library does not always properly enables vertex arrays by calling "enableVertexAttribArray()" before "vertexAttribPointer()" (for instance in the BitmapBucket and LineBucket, but also other buckets). |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Reports must be reproduced in repository samples using the official code. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to implement a custom backend with VTM. It works but sometimes all elements vanish as shown here: https://youtu.be/mbkrTPZiho4
I know that this is probably out of scope but do you still have an idea what could cause the problem?
Beta Was this translation helpful? Give feedback.
All reactions