MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / bind

Method bind

Source/Model.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76
77void Model::bind() const
78{
79 glBindVertexArray(m_vao);
80}
81
82void Model::unbind() const
83{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected