Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hopson97/HopsonCraft
/ unbind
Method
unbind
Source/Model.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void Model::unbind() const
83
{
84
glBindVertexArray(0);
85
}
86
87
GLuint Model::getIndicesCount() const
88
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected