MCPcopy
hub / github.com/g3n/engine / Attributes

Method Attributes

gls/vbo.go:189–192  ·  view source on GitHub ↗

Attributes returns the attributes for this VBO.

()

Source from the content-addressed store, hash-verified

187
188// Attributes returns the attributes for this VBO.
189func (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

Callers 1

AddVBOMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected