public static interface GLFBODrawable.Resizeable extends GLFBODrawable
GLFBODrawable specializationGLFBODrawable.Resizeable| Modifier and Type | Method and Description |
|---|---|
void |
setSize(GLContext context,
int newWidth,
int newHeight)
Resize this drawable.
|
getFBObject, getNumBuffers, getNumSamples, getTextureBuffer, getTextureUnit, isInitialized, resetSize, setNumBuffers, setNumSamples, setTextureUnitcreateContext, getChosenGLCapabilities, getFactory, getGLProfile, getHandle, getHeight, getNativeSurface, getWidth, isGLOriented, isRealized, setRealized, swapBuffers, toStringvoid setSize(GLContext context, int newWidth, int newHeight) throws NativeWindowException, GLException
This drawable is being locked during operation.
context - the GLContext bound to this drawable, will be made current during operation
A prev. current context will be make current after operation.newWidth - newHeight - NativeWindowException - in case the surface could no be lockedGLException - in case an error during the resize operation occurredCopyright 2010 JogAmp Community.