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 voidonCompileSuccess(ShaderProgram shaderProgram)voidstartMainThread(TextureDraw textureDraw, int int1)voidupdateWaterParams(TextureDraw textureDraw, int int1)Methods inherited from class zombie.core.opengl.Shader
callback, destroy, End, getID, getProgram, isCompiled, postRender, setTexture, Start, startRenderThreadMethods 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:
onCompileSuccessin classShader
-
startMainThread
- Overrides:
startMainThreadin classShader
-
updateWaterParams
-