com.jogamp.opengl.impl.windows.wgl
Class WindowsWGLDrawable

java.lang.Object
  extended by com.jogamp.opengl.impl.GLDrawableImpl
      extended by com.jogamp.opengl.impl.windows.wgl.WindowsWGLDrawable
All Implemented Interfaces:
GLDrawable
Direct Known Subclasses:
WindowsDummyWGLDrawable, WindowsExternalWGLDrawable, WindowsOffscreenWGLDrawable, WindowsOnscreenWGLDrawable, WindowsPbufferWGLDrawable

public abstract class WindowsWGLDrawable
extends GLDrawableImpl


Field Summary
 
Fields inherited from class com.jogamp.opengl.impl.GLDrawableImpl
DEBUG, factory, realized, requestedCapabilities, surface
 
Constructor Summary
WindowsWGLDrawable(GLDrawableFactory factory, NativeSurface comp, boolean realized)
           
 
Method Summary
 GLDynamicLookupHelper getGLDynamicLookupHelper()
          Returns the DynamicLookupHelper
protected  void setRealizedImpl()
           
protected  void swapBuffersImpl()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.media.opengl.GLDrawable
createContext
 

Constructor Detail

WindowsWGLDrawable

public WindowsWGLDrawable(GLDrawableFactory factory,
                          NativeSurface comp,
                          boolean realized)
Method Detail

setRealizedImpl

protected void setRealizedImpl()
Specified by:
setRealizedImpl in class GLDrawableImpl

swapBuffersImpl

protected void swapBuffersImpl()
Specified by:
swapBuffersImpl in class GLDrawableImpl

getGLDynamicLookupHelper

public GLDynamicLookupHelper getGLDynamicLookupHelper()
Description copied from class: GLDrawableImpl
Returns the DynamicLookupHelper

Specified by:
getGLDynamicLookupHelper in class GLDrawableImpl


Copyright 2010 JogAmp Community.