Qt OpenGL , problem with VAO/VBO
Unsolved
General and Desktop
-
What you want to do is possible, and how I'm rendering my scenes. I have a single plot widget and multiple plot items that can be added. Each plot item in my implementation is its own class with its own shaders and buffer objects. I loop through all the draw methods in paintGL and pass the MVP matrix also (a camera object in my case)
So, maybe only slightly helpful -- but the problem is somewhere in your code. :)