com.jogamp.opengl.impl
Class GLGraphicsConfigurationUtil
java.lang.Object
com.jogamp.opengl.impl.GLGraphicsConfigurationUtil
public class GLGraphicsConfigurationUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WINDOW_BIT
public static final int WINDOW_BIT
- See Also:
- Constant Field Values
BITMAP_BIT
public static final int BITMAP_BIT
- See Also:
- Constant Field Values
PBUFFER_BIT
public static final int PBUFFER_BIT
- See Also:
- Constant Field Values
ALL_BITS
public static final int ALL_BITS
- See Also:
- Constant Field Values
GLGraphicsConfigurationUtil
public GLGraphicsConfigurationUtil()
winAttributeBits2String
public static final StringBuffer winAttributeBits2String(StringBuffer sb,
int winattrbits)
getWinAttributeBits
public static final int getWinAttributeBits(boolean isOnscreen,
boolean isPBuffer)
- Returns:
- bitmask representing the input boolean in exclusive or logic, ie only one bit will be set
getWinAttributeBits
public static final int getWinAttributeBits(GLCapabilitiesImmutable caps)
- See Also:
getWinAttributeBits(boolean, boolean)
addGLCapabilitiesPermutations
public static final boolean addGLCapabilitiesPermutations(ArrayList capsBucket,
GLCapabilitiesImmutable temp,
int winattrbits)
fixGLCapabilities
public static GLCapabilitiesImmutable fixGLCapabilities(GLCapabilitiesImmutable capsRequested,
boolean pbufferAvailable)
fixOffScreenGLCapabilities
public static GLCapabilitiesImmutable fixOffScreenGLCapabilities(GLCapabilitiesImmutable capsRequested,
boolean pbufferAvailable)
fixGLPBufferGLCapabilities
public static GLCapabilitiesImmutable fixGLPBufferGLCapabilities(GLCapabilitiesImmutable capsRequested)
Copyright 2010 JogAmp Community.