MCPcopy 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
48void GLSLProgram::enable() { glUseProgram(mProg); }
49
50void GLSLProgram::disable() { glUseProgram(0); }
51

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