40package com.jogamp.nativewindow;
68 List<? extends CapabilitiesImmutable> available,
69 int windowSystemRecommendedChoice);
Provides a mechanism by which applications can customize the window type selection for a given Capabi...
int chooseCapabilities(CapabilitiesImmutable desired, List<? extends CapabilitiesImmutable > available, 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,...