public class JoglVersion extends JogampVersion
IMPLEMENTATION_BRANCH, IMPLEMENTATION_BUILD, IMPLEMENTATION_COMMIT
Modifier and Type | Method and Description |
---|---|
static StringBuilder |
getAllAvailableCapabilitiesInfo(AbstractGraphicsDevice device,
StringBuilder sb) |
static StringBuilder |
getAvailableCapabilitiesInfo(GLDrawableFactory factory,
AbstractGraphicsDevice device,
StringBuilder sb) |
StringBuilder |
getBriefOSGLBuildInfo(GL gl,
StringBuilder sb) |
static StringBuilder |
getDefaultOpenGLInfo(AbstractGraphicsDevice device,
StringBuilder sb,
boolean withCapabilitiesInfo) |
static StringBuilder |
getGLInfo(GL gl,
StringBuilder sb) |
static StringBuilder |
getGLInfo(GL gl,
StringBuilder sb,
boolean withCapabilitiesAndExtensionInfo) |
static StringBuilder |
getGLStrings(GL gl,
StringBuilder sb) |
static StringBuilder |
getGLStrings(GL gl,
StringBuilder sb,
boolean withExtensions) |
static JoglVersion |
getInstance() |
static void |
main(String[] args) |
String |
toString(GL gl) |
StringBuilder |
toString(GL gl,
StringBuilder sb) |
equals, getAndroidPackageVersionName, getAttribute, getAttribute, getAttributeName, getAttributeNames, getExtensionName, getFullManifestInfo, getImplementationBranch, getImplementationBuild, getImplementationCommit, getImplementationTitle, getImplementationURL, getImplementationVendor, getImplementationVendorID, getImplementationVersion, getManifest, getManifestInfo, getPackageName, getSpecificationTitle, getSpecificationVendor, getSpecificationVersion, hashCode, toString, toString
public static JoglVersion getInstance()
public StringBuilder toString(GL gl, StringBuilder sb)
public static StringBuilder getAvailableCapabilitiesInfo(GLDrawableFactory factory, AbstractGraphicsDevice device, StringBuilder sb)
public static StringBuilder getAllAvailableCapabilitiesInfo(AbstractGraphicsDevice device, StringBuilder sb)
public static StringBuilder getDefaultOpenGLInfo(AbstractGraphicsDevice device, StringBuilder sb, boolean withCapabilitiesInfo)
public static StringBuilder getGLInfo(GL gl, StringBuilder sb)
public static StringBuilder getGLInfo(GL gl, StringBuilder sb, boolean withCapabilitiesAndExtensionInfo)
public static StringBuilder getGLStrings(GL gl, StringBuilder sb)
public static StringBuilder getGLStrings(GL gl, StringBuilder sb, boolean withExtensions)
public StringBuilder getBriefOSGLBuildInfo(GL gl, StringBuilder sb)
public static void main(String[] args)
Copyright 2010 JogAmp Community.