MCPcopy 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

48void GLSLProgram::enable() { glUseProgram(mProg); }
49
50void GLSLProgram::disable() { glUseProgram(0); }
51
52void GLSLProgram::setUniform1f(const char *name, float value)
53{

Callers 5

drawPointSpritesMethod · 0.80
blurLightBufferMethod · 0.80
displayTextureMethod · 0.80
renderMethod · 0.80
renderSceneFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected