MCPcopy Create free account
hub / github.com/cginternals/globjects / use

Method use

source/globjects/source/Program.cpp:92–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void Program::use() const
93{
94 checkDirty();
95
96 if (!isLinked())
97 return;
98
99 glUseProgram(id());
100}
101
102void Program::release()
103{

Callers 11

setMethod · 0.45
drawMethod · 0.45
paintGLMethod · 0.45
drawMethod · 0.45
drawFunction · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawFunction · 0.45
drawFunction · 0.45
drawFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected