Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
const Buffer * VertexAttributeBinding::buffer() const
90
{
91
return m_vbo;
92
}
93
94
void VertexAttributeBinding::setBuffer(const Buffer * vbo, const GLint baseoffset, const GLint stride)
95
{
Callers
1
vbo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected