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

Method begin

Demos/Visualization/Shader.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void Shader::begin()
89{
90 if (m_initialized)
91 glUseProgram(m_program);
92}
93
94void Shader::end()
95{

Callers 15

vector_pointer_modifiersFunction · 0.45
deleteNodesMethod · 0.45
cleanupMethod · 0.45
setPointsMethod · 0.45
printAverageTimesMethod · 0.45
printTimeSumsMethod · 0.45
normalizePathMethod · 0.45
fileDialogMethod · 0.45
removeSinkMethod · 0.45
factorMethod · 0.45
solveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected