You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have implemented abstractions for OpenGL VAOs, VBOs, and IBOs. However, there are not that many examples of usage (Python). Also, there's documentation missing for these types
Tasks
Implement examples of usage for VAOs, VBOs, and IBOs (Python land)
Add documentation (.rst) for the examples of usage and an API reference generated from the docstrings (Sphinx).
The text was updated successfully, but these errors were encountered:
Description
We currently have implemented abstractions for OpenGL VAOs, VBOs, and IBOs. However, there are not that many examples of usage (Python). Also, there's documentation missing for these types
Tasks
The text was updated successfully, but these errors were encountered: