Package zombie.iso
Class WaterShader
java.lang.Object
zombie.core.opengl.Shader
zombie.iso.WaterShader
- All Implemented Interfaces:
IShaderProgramListener
public final class WaterShader extends Shader
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WaterShader(java.lang.String string)
-
Method Summary
Modifier and Type Method Description protected void
onCompileSuccess(ShaderProgram shaderProgram)
void
startMainThread(TextureDraw textureDraw, int int1)
void
updateWaterParams(TextureDraw textureDraw, int int1)
Methods inherited from class zombie.core.opengl.Shader
callback, destroy, End, getID, getProgram, isCompiled, postRender, setTexture, Start, startRenderThread
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WaterShader
public WaterShader(java.lang.String string)
-
-
Method Details
-
onCompileSuccess
- Overrides:
onCompileSuccess
in classShader
-
startMainThread
- Overrides:
startMainThread
in classShader
-
updateWaterParams
-