Maven module :un.engine : engine-opengl :
Class :
un.engine.opengl.phase.ClearPhase
Extends/Implements :
un.engine.opengl.phase.AbstractFboPhase
Subclasses : -
Variables : -
Functions :
ClearPhase,
ClearPhase,
ClearPhase,
ClearPhase,
ClearPhase,
getClearColor,
setClearColor,
setClearBuffers,
getClearBuffers,
processInternal
public void
ClearPhase ()
public void
ClearPhase (FBO output)
public void
ClearPhase (float[] clearColor)
public void
ClearPhase (FBO output, float[] clearColor)
public void
ClearPhase (FBO output, float[] clearColor, int clearBuffers)
public float[]
getClearColor ()
public void
setClearColor (float[] clearColor)
public void
setClearBuffers (int clearBuffers)
public int
getClearBuffers ()
protected void
processInternal (GLProcessContext context)
This phase is usualy called in the first stages of the pipeline before
any rendering.
author Johann Sorel