We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62906c3 commit 453b40dCopy full SHA for 453b40d
library/src/main/jni/cge/filters/cgeLookupFilter.cpp
@@ -77,6 +77,8 @@ void CGELookupFilter::setIntensity(float intensity)
77
{
78
m_intensity = 0;
79
}
80
+ m_program.bind();
81
+ m_program.sendUniformf("intensity", m_intensity);
82
83
84
void CGELookupFilter::render2Texture(CGEImageHandlerInterface* handler, GLuint srcTexture, GLuint vertexBufferID)
0 commit comments