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

Method bind

Source/Shaders/Shader_Program.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 void Shader_Program::bind()
17 {
18 glUseProgram(m_programID);
19 }
20
21 void Shader_Program::unbind()
22 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected