Struct opencv::core::Arrays [−][src]
pub struct Arrays { /* fields omitted */ }Expand description
Wrapper for OpenGL Client-Side Vertex arrays.
ogl::Arrays stores vertex data in ogl::Buffer objects.
Implementations
Trait Implementations
Sets an array of vertex coordinates. Read more
Resets vertex coordinates.
Sets an array of vertex colors. Read more
Resets vertex colors.
Sets an array of vertex normals. Read more
Resets vertex normals.
Sets an array of vertex texture coordinates. Read more
Resets vertex texture coordinates.
Sets auto release mode all inner buffers. Read more