Maven module :un.engine : engine-opengl :
Class : un.engine.opengl.phase.GBO
Extends/Implements : un.impl.opengl.resource.FBO
Subclasses : -

author  Johann Sorel


Variables : -
Functions : GBO, GBO, GBO, getDiffuseTexture, getSpecularTexture, getPositionTexture, getNormalTexture, getMeshIdTexture, getVertexIdTexture, createBlitFBO



public void GBO (int width, int height)

public void GBO (int width, int height, int subSampling)

public void GBO (int width, int height, int subSampling, boolean diffuse, boolean specular, boolean position, boolean normal, boolean meshId, boolean vertexId)

public Texture getDiffuseTexture ()

public Texture getSpecularTexture ()

public Texture getPositionTexture ()

public Texture getNormalTexture ()

public Texture getMeshIdTexture ()

public Texture getVertexIdTexture ()

public GBO createBlitFBO ()