Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNFS/OpenNFS
/ unbind
Method
unbind
src/Shaders/BaseShader.cpp:228–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
void BaseShader::unbind(){
229
glUseProgram(0);
230
}
231
232
BaseShader::~BaseShader(){
233
glDeleteProgram(ProgramID);
Callers
5
renderTrack
Method · 0.80
renderLights
Method · 0.80
render
Method · 0.80
Render
Method · 0.80
renderSky
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected