Skip to content

Commit 453b40d

Browse files
committed
lut intensity bugfix
1 parent 62906c3 commit 453b40d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/src/main/jni/cge/filters/cgeLookupFilter.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ void CGELookupFilter::setIntensity(float intensity)
7777
{
7878
m_intensity = 0;
7979
}
80+
m_program.bind();
81+
m_program.sendUniformf("intensity", m_intensity);
8082
}
8183

8284
void CGELookupFilter::render2Texture(CGEImageHandlerInterface* handler, GLuint srcTexture, GLuint vertexBufferID)

0 commit comments

Comments
 (0)