Package com.jogamp.opengl
Class JoglVersion
- java.lang.Object
-
- com.jogamp.common.util.JogampVersion
-
- com.jogamp.opengl.JoglVersion
-
public class JoglVersion extends JogampVersion
-
-
Field Summary
-
Fields inherited from class com.jogamp.common.util.JogampVersion
IMPLEMENTATION_BRANCH, IMPLEMENTATION_BUILD, IMPLEMENTATION_COMMIT, IMPLEMENTATION_SHA_CLASSES, IMPLEMENTATION_SHA_CLASSES_THIS, IMPLEMENTATION_SHA_NATIVES, IMPLEMENTATION_SHA_NATIVES_THIS, IMPLEMENTATION_SHA_SOURCES
-
-
Method Summary
-
Methods inherited from class com.jogamp.common.util.JogampVersion
equals, getAndroidPackageVersionName, getAttribute, getAttribute, getAttributeName, getAttributeNames, getExtensionName, getFullManifestInfo, getImplementationBranch, getImplementationBuild, getImplementationCommit, getImplementationSHAClasses, getImplementationSHAClassesThis, getImplementationSHANatives, getImplementationSHANativesThis, getImplementationSHASources, getImplementationTitle, getImplementationURL, getImplementationVendor, getImplementationVendorID, getImplementationVersion, getManifest, getManifestInfo, getPackageName, getSpecificationTitle, getSpecificationVendor, getSpecificationVersion, hashCode, toString, toString
-
-
-
-
Method Detail
-
getInstance
public static JoglVersion getInstance()
-
toString
public StringBuilder toString(GL gl, StringBuilder sb)
-
getAvailableCapabilitiesInfo
public static StringBuilder getAvailableCapabilitiesInfo(AbstractGraphicsDevice device, StringBuilder sb)
-
getAllAvailableCapabilitiesInfo
public static StringBuilder getAllAvailableCapabilitiesInfo(AbstractGraphicsDevice device, StringBuilder sb)
-
getDefaultOpenGLInfo
public static StringBuilder getDefaultOpenGLInfo(AbstractGraphicsDevice device, StringBuilder sb, boolean withCapabilitiesInfo)
-
getGLInfo
public static StringBuilder getGLInfo(GL gl, StringBuilder sb)
-
getGLInfo
public static StringBuilder getGLInfo(GL gl, StringBuilder sb, boolean withCapabilitiesAndExtensionInfo)
-
getGLInfo
public static StringBuilder getGLInfo(GL gl, StringBuilder sb, boolean withAvailabilityInfo, boolean withCapabilitiesInfo, boolean withExtensionInfo)
-
getGLStrings
public static StringBuilder getGLStrings(GL gl, StringBuilder sb)
-
getGLStrings
public static StringBuilder getGLStrings(GL gl, StringBuilder sb, boolean withExtensions)
-
getBriefOSGLBuildInfo
public StringBuilder getBriefOSGLBuildInfo(GL gl, StringBuilder sb)
-
main
public static void main(String[] args)
-
-