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 StringBuilderstatic StringBuildergetAvailableCapabilitiesInfo(GLDrawableFactory factory, AbstractGraphicsDevice device, StringBuilder sb) getBriefOSGLBuildInfo(GL gl, StringBuilder sb) static StringBuildergetDefaultOpenGLInfo(AbstractGraphicsDevice device, StringBuilder sb, boolean withCapabilitiesInfo) static StringBuildergetGLInfo(GL gl, StringBuilder sb) static StringBuildergetGLInfo(GL gl, StringBuilder sb, boolean withCapabilitiesAndExtensionInfo) static StringBuildergetGLInfo(GL gl, StringBuilder sb, boolean withAvailabilityInfo, boolean withCapabilitiesInfo, boolean withExtensionInfo) static StringBuildergetGLStrings(GL gl, StringBuilder sb) static StringBuildergetGLStrings(GL gl, StringBuilder sb, boolean withExtensions) static JoglVersionstatic voidtoString(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
-