Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/cuda-samples
/ disable
Method
disable
cpp/5_Domain_Specific/smokeParticles/GLSLProgram.cpp:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
void GLSLProgram::enable() { glUseProgram(mProg); }
49
50
void GLSLProgram::disable() { glUseProgram(0); }
51
52
void GLSLProgram::setUniform1f(const char *name, float value)
53
{
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