VBOs returns all of this geometry's VBOs.
()
| 172 | |
| 173 | // VBOs returns all of this geometry's VBOs. |
| 174 | func (g *Geometry) VBOs() []*gls.VBO { |
| 175 | |
| 176 | return g.vbos |
| 177 | } |
| 178 | |
| 179 | // Items returns the number of items in the first VBO. |
| 180 | // (The number of items should be same for all VBOs) |