|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.imp3d.glsl.GLSLFBOManager
public class GLSLFBOManager
A container-class managing all FBOs used in oglslview
Constructor Summary | |
---|---|
GLSLFBOManager()
|
Method Summary | |
---|---|
void |
deleteAll(OpenGLState glState,
boolean javaonly)
Deletes all associated FBOs and Renderbuffers. |
void |
resize(GLSLDisplay disp,
OpenGLState glState)
Resizes FBO. |
protected void |
setupFBO(OpenGLState glState)
Setup FBO for the first renderpass. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GLSLFBOManager()
Method Detail |
---|
public void deleteAll(OpenGLState glState, boolean javaonly)
glState
- Current OpenGLState.javaonly
- true, if only Java-Side of OpenGL-Objects
should be deleted.public void resize(GLSLDisplay disp, OpenGLState glState)
disp
- Display object to get new resolutionglState
- New GL contextprotected void setupFBO(OpenGLState glState)
glState
- The OpenGLState for the current active GLContext
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |