com.jogamp.opengl.impl.macosx.cgl
Class MacOSXCGLDrawable
java.lang.Object
com.jogamp.opengl.impl.GLDrawableImpl
com.jogamp.opengl.impl.macosx.cgl.MacOSXCGLDrawable
- All Implemented Interfaces:
- GLDrawable
- Direct Known Subclasses:
- MacOSXOnscreenCGLDrawable, MacOSXPbufferCGLDrawable
public abstract class MacOSXCGLDrawable
- extends GLDrawableImpl
Methods inherited from class com.jogamp.opengl.impl.GLDrawableImpl |
destroy, destroyHandle, destroyImpl, getChosenGLCapabilities, getFactory, getFactoryImpl, getGLProfile, getHandle, getHeight, getNativeSurface, getRequestedGLCapabilities, getWidth, isRealized, isSurfaceLocked, lockSurface, setRealized, swapBuffers, swapBuffersImpl, toHexString, toString, unlockSurface, updateHandle |
NSOPENGL_MODE
public static final int NSOPENGL_MODE
- See Also:
- Constant Field Values
CGL_MODE
public static final int CGL_MODE
- See Also:
- Constant Field Values
MacOSXCGLDrawable
public MacOSXCGLDrawable(GLDrawableFactory factory,
NativeSurface comp,
boolean realized)
setRealizedImpl
protected void setRealizedImpl()
- Specified by:
setRealizedImpl
in class GLDrawableImpl
getGLDynamicLookupHelper
public GLDynamicLookupHelper getGLDynamicLookupHelper()
- Description copied from class:
GLDrawableImpl
- Returns the DynamicLookupHelper
- Specified by:
getGLDynamicLookupHelper
in class GLDrawableImpl
getThreadName
protected static String getThreadName()
setOpenGLMode
public abstract void setOpenGLMode(int mode)
getOpenGLMode
public abstract int getOpenGLMode()
Copyright 2010 JogAmp Community.