Package com.jogamp.opengl
Interface GLOffscreenAutoDrawable.FBO
-
- All Superinterfaces:
GLAutoDrawable
,GLDrawable
,GLFBODrawable
,GLOffscreenAutoDrawable
,GLSharedContextSetter
,NativeSurfaceHolder
- Enclosing interface:
- GLOffscreenAutoDrawable
public static interface GLOffscreenAutoDrawable.FBO extends GLOffscreenAutoDrawable, GLFBODrawable
FBObject
basedGLOffscreenAutoDrawable
specialization
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.jogamp.opengl.GLFBODrawable
GLFBODrawable.Resizeable
-
Nested classes/interfaces inherited from interface com.jogamp.opengl.GLOffscreenAutoDrawable
GLOffscreenAutoDrawable.FBO
-
-
Field Summary
-
Fields inherited from interface com.jogamp.opengl.GLAutoDrawable
SCREEN_CHANGE_ACTION_ENABLED
-
Fields inherited from interface com.jogamp.opengl.GLFBODrawable
FBOMODE_USE_TEXTURE
-
-
Method Summary
-
Methods inherited from interface com.jogamp.opengl.GLAutoDrawable
addGLEventListener, addGLEventListener, areAllGLEventListenerInitialized, createContext, destroy, display, disposeGLEventListener, flushGLRunnables, getAnimator, getAutoSwapBufferMode, getContext, getContextCreationFlags, getDelegatedDrawable, getExclusiveContextThread, getGL, getGLEventListener, getGLEventListenerCount, getGLEventListenerInitState, getUpstreamLock, getUpstreamWidget, invoke, invoke, isThreadGLCapable, removeGLEventListener, setAnimator, setAutoSwapBufferMode, setContext, setContextCreationFlags, setExclusiveContextThread, setGL, setGLEventListenerInitState
-
Methods inherited from interface com.jogamp.opengl.GLDrawable
getChosenGLCapabilities, getFactory, getGLProfile, getHandle, getNativeSurface, getRequestedGLCapabilities, getSurfaceHeight, getSurfaceWidth, isGLOriented, isRealized, setRealized, swapBuffers, toString
-
Methods inherited from interface com.jogamp.opengl.GLFBODrawable
getColorbuffer, getFBObject, getFBOMode, getNumBuffers, getNumSamples, getTextureUnit, isInitialized, resetSize, setFBOMode, setNumBuffers, setNumSamples, setTextureUnit
-
Methods inherited from interface com.jogamp.opengl.GLOffscreenAutoDrawable
setSurfaceSize, setUpstreamWidget
-
Methods inherited from interface com.jogamp.opengl.GLSharedContextSetter
setSharedAutoDrawable, setSharedContext
-
-