Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-samples
/ enable
Method
enable
cpp/5_Domain_Specific/smokeParticles/GLSLProgram.cpp:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void GLSLProgram::enable() { glUseProgram(mProg); }
49
50
void GLSLProgram::disable() { glUseProgram(0); }
51
Callers
5
drawPointSprites
Method · 0.80
blurLightBuffer
Method · 0.80
displayTexture
Method · 0.80
render
Method · 0.80
renderScene
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected