Maven module :un.engine : engine-opengl :
Class : un.engine.opengl.phase.FBOResizePhase
Extends/Implements : un.engine.opengl.phase.AbstractFboPhase
Subclasses : -

Should be placed first in the context phases.
This phase loop on all phases in the context and resize all AbstractPhase FBO
to match the context size.
author  Johann Sorel


Variables : -
Functions : FBOResizePhase, FBOResizePhase, setResizeWidth, getResizeWidth, setResizeHeight, getResizeHeight, processInternal



public void FBOResizePhase ()

public void FBOResizePhase (Chars id)


Set used FBO resolution.
Use 0 or negative for dynamic size
param  resizeWidth
public void setResizeWidth (int resizeWidth)

public int getResizeWidth ()


Set used FBO resolution.
Use 0 or negative for dynamic size
param  resizeHeight
public void setResizeHeight (int resizeHeight)

public int getResizeHeight ()

protected void processInternal (GLProcessContext context)