MCPcopy 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
82void Model::unbind() const
83{
84 glBindVertexArray(0);
85}
86
87GLuint Model::getIndicesCount() const
88{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected