com.jogamp.opengl.impl.windows.wgl
Class WindowsWGLGraphicsConfigurationFactory
java.lang.Object
javax.media.nativewindow.GraphicsConfigurationFactory
com.jogamp.opengl.impl.GLGraphicsConfigurationFactory
com.jogamp.opengl.impl.windows.wgl.WindowsWGLGraphicsConfigurationFactory
public class WindowsWGLGraphicsConfigurationFactory
- extends GLGraphicsConfigurationFactory
Subclass of GraphicsConfigurationFactory used when non-AWT tookits
are used on Windows platforms. Toolkits will likely need to delegate
to this one to change the accepted and returned types of the
GraphicsDevice and GraphicsConfiguration abstractions.
Field Summary |
protected static boolean |
DEBUG
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
protected static final boolean DEBUG
chooseGraphicsConfigurationImpl
protected AbstractGraphicsConfiguration chooseGraphicsConfigurationImpl(CapabilitiesImmutable capsChosen,
CapabilitiesImmutable capsRequested,
CapabilitiesChooser chooser,
AbstractGraphicsScreen absScreen)
- Specified by:
chooseGraphicsConfigurationImpl
in class GraphicsConfigurationFactory
getAvailableCapabilities
protected static List getAvailableCapabilities(WindowsWGLDrawableFactory factory,
AbstractGraphicsDevice device)
Copyright 2010 JogAmp Community.