MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / begin

Method begin

GUI/OpenGL/Shader.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void Shader::begin()
97{
98 if (m_initialized)
99 glUseProgram(m_program);
100}
101
102void Shader::end()
103{

Callers 15

addFieldMethod · 0.45
removeFieldByNameMethod · 0.45
sampleMeshMethod · 0.45
importMeshMethod · 0.45
uniqueEdgesMethod · 0.45
initValuesMethod · 0.45
findObjectsMethod · 0.45
initFactorizationMethod · 0.45
initValuesMethod · 0.45
findObjectsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected