Maven module :un.engine : engine-opengl :
Class : un.engine.opengl.painter.gl3.task.Resize
Extends/Implements : un.engine.opengl.painter.gl3.task.Clear
Subclasses : -

Resize the worker FBO, this task also perform a full clear.
The clear is necessary to erase the multisampled fbo
author  Johann Sorel


Variables : -
Functions : Resize, execute, updateMatrix, updateMatrix



public void Resize (int multisample, int width, int height)

public Object execute ()


Update the matrix values after a resize.
public void updateMatrix (GL3PaintWorker worker)

public void updateMatrix (GL3PaintWorker worker, double width, double height)