Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
void Program::use() const
93
{
94
checkDirty();
95
96
if (!isLinked())
97
return;
98
99
glUseProgram(id());
100
}
101
102
void Program::release()
103
{
Callers
11
set
Method · 0.45
draw
Method · 0.45
paintGL
Method · 0.45
draw
Method · 0.45
draw
Function · 0.45
draw
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
draw
Function · 0.45
draw
Function · 0.45
draw
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected