Skip to content
Snippets Groups Projects
Commit af44585f authored by Sebastian Freitag's avatar Sebastian Freitag
Browse files

Merge branch 'feature/VertexArrayObjectImprovement' into 'develop'

Allow VistaVertexArrayObjects to store std::shared_ptr to Vertex-/IndexBufferObject.

Allow VistaVertexArrayObjects to manage the  livetime of the Vertex-/IndexBufferObject they use  thorough the use of  std::shared_ptr.
This can be useful to avoid the deletion of Vertex-/IndexBufferObject which are still used by a VistaVertexArrayObjects.

std::shared_ptr<VistaBufferObject> can now be used as aguments for: 
SpecifyAttributeArrayFloat(), SpecifyAttributeArrayInteger(), SpecifyAttributeArrayDouble() and SpecifyIndexBufferObject()

See merge request !23
parents b8eac0fd f254d8cb
No related branches found
No related tags found
1 merge request!23Allow VistaVertexArrayObjects to store std::shared_ptr to Vertex-/IndexBufferObject.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment