Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNFS/OpenNFS
/ use
Method
use
src/Shaders/BaseShader.cpp:224–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
void BaseShader::use(){
225
glUseProgram(ProgramID);
226
}
227
228
void BaseShader::unbind(){
229
glUseProgram(0);
Callers
6
renderTrack
Method · 0.80
renderLights
Method · 0.80
renderShadowMap
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