MCPcopy Create free account
hub / github.com/cginternals/globjects / buffer

Method buffer

source/globjects/source/VertexAttributeBinding.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89const Buffer * VertexAttributeBinding::buffer() const
90{
91 return m_vbo;
92}
93
94void VertexAttributeBinding::setBuffer(const Buffer * vbo, const GLint baseoffset, const GLint stride)
95{

Callers 1

vboMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected