Attributes returns the attributes for this VBO.
()
| 187 | |
| 188 | // Attributes returns the attributes for this VBO. |
| 189 | func (vbo *VBO) Attributes() []VBOattrib { |
| 190 | |
| 191 | return vbo.attribs |
| 192 | } |
| 193 | |
| 194 | // Dispose disposes of the OpenGL resources used by the VBO. |
| 195 | // As currently the VBO is used only by Geometry objects |