Package com.jogamp.opengl
Class JoglVersion
java.lang.Object
com.jogamp.common.util.JogampVersion
com.jogamp.opengl.JoglVersion
public class JoglVersion
extends com.jogamp.common.util.JogampVersion
-
Field Summary
Fields inherited from class com.jogamp.common.util.JogampVersion
IMPLEMENTATION_BRANCH, IMPLEMENTATION_BUILD, IMPLEMENTATION_COMMIT
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringBuilder
static StringBuilder
getAvailableCapabilitiesInfo
(GLDrawableFactory factory, AbstractGraphicsDevice device, StringBuilder sb) 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
getGLInfo
(GL gl, StringBuilder sb, boolean withAvailabilityInfo, boolean withCapabilitiesInfo, boolean withExtensionInfo) static StringBuilder
getGLStrings
(GL gl, StringBuilder sb) static StringBuilder
getGLStrings
(GL gl, StringBuilder sb, boolean withExtensions) static JoglVersion
static void
toString
(GL gl, StringBuilder sb) Methods inherited from class com.jogamp.common.util.JogampVersion
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
-
Method Details
-
getInstance
-
toString
-
toString
-
getAvailableCapabilitiesInfo
public static StringBuilder getAvailableCapabilitiesInfo(GLDrawableFactory factory, 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
-
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
-
getGLStrings
-
getBriefOSGLBuildInfo
-
main
-