public final class CgDynamicLibraryBundleInfo extends Object implements com.jogamp.common.os.DynamicLibraryBundleInfo
| Modifier and Type | Method and Description |
|---|---|
static int |
getCgGlueLibIndex() |
List<String> |
getGlueLibNames() |
com.jogamp.common.util.RunnableExecutor |
getLibLoaderExecutor() |
List<String> |
getToolGetProcAddressFuncNameList()
Tool has none
|
List<List<String>> |
getToolLibNames() |
boolean |
shallLinkGlobal()
Make Cg symbols available to CgGL
|
boolean |
shallLookupGlobal() |
long |
toolGetProcAddress(long toolGetProcAddressHandle,
String funcName)
Tool has none
|
boolean |
useToolGetProcAdressFirst(String funcName) |
public static final int getCgGlueLibIndex()
public final boolean shallLinkGlobal()
shallLinkGlobal in interface com.jogamp.common.os.DynamicLibraryBundleInfopublic final boolean shallLookupGlobal()
Returns false.
shallLookupGlobal in interface com.jogamp.common.os.DynamicLibraryBundleInfopublic final List<String> getToolGetProcAddressFuncNameList()
getToolGetProcAddressFuncNameList in interface com.jogamp.common.os.DynamicLibraryBundleInfopublic final long toolGetProcAddress(long toolGetProcAddressHandle,
String funcName)
toolGetProcAddress in interface com.jogamp.common.os.DynamicLibraryBundleInfopublic final boolean useToolGetProcAdressFirst(String funcName)
useToolGetProcAdressFirst in interface com.jogamp.common.os.DynamicLibraryBundleInfopublic final List<List<String>> getToolLibNames()
getToolLibNames in interface com.jogamp.common.os.DynamicLibraryBundleInfopublic final List<String> getGlueLibNames()
getGlueLibNames in interface com.jogamp.common.os.DynamicLibraryBundleInfopublic final com.jogamp.common.util.RunnableExecutor getLibLoaderExecutor()
getLibLoaderExecutor in interface com.jogamp.common.os.DynamicLibraryBundleInfoCopyright 2010 JogAmp Community.