com.jogamp.opengl.impl.windows.wgl
Class WindowsOnscreenWGLDrawable
java.lang.Object
com.jogamp.opengl.impl.GLDrawableImpl
com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawable
com.jogamp.opengl.impl.windows.wgl.WindowsOnscreenWGLDrawable
- All Implemented Interfaces:
- GLDrawable
public class WindowsOnscreenWGLDrawable
- extends WindowsWGLDrawable
Method Summary |
GLContext |
createContext(GLContext shareWith)
Creates a new context for drawing to this drawable that will
optionally share display lists and other server-side OpenGL
objects with the specified GLContext. |
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, toHexString, toString, unlockSurface, updateHandle |
WindowsOnscreenWGLDrawable
protected WindowsOnscreenWGLDrawable(GLDrawableFactory factory,
NativeSurface component)
createContext
public GLContext createContext(GLContext shareWith)
- Description copied from interface:
GLDrawable
- Creates a new context for drawing to this drawable that will
optionally share display lists and other server-side OpenGL
objects with the specified GLContext.
The GLContext share
need not be associated with this
GLDrawable and may be null if sharing of display lists and other
objects is not desired. See the note in the overview
documentation on
context sharing.
Copyright 2010 JogAmp Community.