29package com.jogamp.opengl;
32import com.jogamp.nativewindow.CapabilitiesImmutable;
33import com.jogamp.opengl.DefaultGLCapabilitiesChooser;
43 final List<? extends CapabilitiesImmutable> available,
44 final int windowSystemRecommendedChoice) {
45 return super.chooseCapabilities(desired, available, -1);
Ignores windowSystemRecommendedChoice parameter, otherwise uses DefaultGLCapabilitiesChooser implemen...
int chooseCapabilities(final CapabilitiesImmutable desired, final List<? extends CapabilitiesImmutable > available, final int windowSystemRecommendedChoice)
Chooses the index (0..available.length - 1) of the Capabilities most closely matching the desired one...
Specifies an immutable set of capabilities that a window's rendering context must support,...