com.jogamp.opengl.impl
Class GLDynamicLibraryBundleInfo

java.lang.Object
  extended by com.jogamp.opengl.impl.GLDynamicLibraryBundleInfo
All Implemented Interfaces:
DynamicLibraryBundleInfo
Direct Known Subclasses:
DesktopGLDynamicLibraryBundleInfo, EGLDynamicLibraryBundleInfo

public abstract class GLDynamicLibraryBundleInfo
extends Object
implements DynamicLibraryBundleInfo


Field Summary
 
Fields inherited from interface com.jogamp.common.os.DynamicLibraryBundleInfo
DEBUG
 
Constructor Summary
protected GLDynamicLibraryBundleInfo()
           
 
Method Summary
static List getGlueLibNamesPreload()
           
 boolean shallLinkGlobal()
          default
 boolean shallLookupGlobal()
          default
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jogamp.common.os.DynamicLibraryBundleInfo
getGlueLibNames, getToolGetProcAddressFuncNameList, getToolLibNames, toolDynamicLookupFunction
 

Constructor Detail

GLDynamicLibraryBundleInfo

protected GLDynamicLibraryBundleInfo()
Method Detail

shallLinkGlobal

public boolean shallLinkGlobal()
default

Specified by:
shallLinkGlobal in interface DynamicLibraryBundleInfo

shallLookupGlobal

public boolean shallLookupGlobal()
default

Specified by:
shallLookupGlobal in interface DynamicLibraryBundleInfo

getGlueLibNamesPreload

public static List getGlueLibNamesPreload()


Copyright 2010 JogAmp Community.