-
public class GaussShaderProgram extends FlowabsShaderProgram
Created by maguggen on 17.06.2014.
-
-
Constructor Summary
Constructors Constructor Description GaussShaderProgram()
-
Method Summary
Modifier and Type Method Description voidsetSigma(float sigma)-
Methods inherited from class net.protyposis.android.spectaculum.gles.TextureShaderProgram
setTexture, setTextureSize -
Methods inherited from class net.protyposis.android.spectaculum.gles.ShaderProgram
deleteProgram, deleteShader, getHandle, loadShader, use -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setSigma
void setSigma(float sigma)
-
-
-
-