Package com.jogamp.opengl
Interface GLCapabilitiesChooser
-
- All Superinterfaces:
CapabilitiesChooser
- All Known Implementing Classes:
DefaultGLCapabilitiesChooser,GenericGLCapabilitiesChooser,NonFSAAGLCapsChooser
public interface GLCapabilitiesChooser extends CapabilitiesChooser
Provides a mechanism by which applications can customize the window type selection for a givenGLCapabilities. Developers can implement this interface and pass an instance into the appropriate method ofGLDrawableFactory; the chooser will be called during the OpenGL context creation process. Note that this is only a marker interface; its signature is the same asCapabilitiesChooserand theListof objects extendingCapabilitiesImmutablepassed tochooseCapabilitiesis actually aListof typeGLCapabilitiesImmutable.
-
-
Method Summary
-
Methods inherited from interface com.jogamp.nativewindow.CapabilitiesChooser
chooseCapabilities
-
-