Maven module :un.engine : engine-opengl :
Class :
un.engine.opengl.phase.FBOResizePhase
Extends/Implements :
un.engine.opengl.phase.AbstractFboPhase
Subclasses : -
Variables : -
Functions :
FBOResizePhase,
FBOResizePhase,
setResizeWidth,
getResizeWidth,
setResizeHeight,
getResizeHeight,
processInternal
public void
FBOResizePhase ()
public void
FBOResizePhase (Chars id)
public void
setResizeWidth (int resizeWidth)
public int
getResizeWidth ()
public void
setResizeHeight (int resizeHeight)
public int
getResizeHeight ()
protected void
processInternal (GLProcessContext context)
This phase loop on all phases in the context and resize all AbstractPhase FBO
to match the context size.
author Johann Sorel