com.jogamp.opengl.cg
Class CgDynamicLibraryBundleInfo

java.lang.Object
  extended by com.jogamp.opengl.cg.CgDynamicLibraryBundleInfo
All Implemented Interfaces:
com.jogamp.common.os.DynamicLibraryBundleInfo

public final class CgDynamicLibraryBundleInfo
extends Object
implements com.jogamp.common.os.DynamicLibraryBundleInfo


Field Summary
 
Fields inherited from interface com.jogamp.common.os.DynamicLibraryBundleInfo
DEBUG
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCgGlueLibIndex

public static final int getCgGlueLibIndex()

shallLinkGlobal

public final boolean shallLinkGlobal()
Make Cg symbols available to CgGL

Specified by:
shallLinkGlobal in interface com.jogamp.common.os.DynamicLibraryBundleInfo

shallLookupGlobal

public final boolean shallLookupGlobal()

Returns false.

Specified by:
shallLookupGlobal in interface com.jogamp.common.os.DynamicLibraryBundleInfo

getToolGetProcAddressFuncNameList

public final List<String> getToolGetProcAddressFuncNameList()
Tool has none

Specified by:
getToolGetProcAddressFuncNameList in interface com.jogamp.common.os.DynamicLibraryBundleInfo

toolGetProcAddress

public final long toolGetProcAddress(long toolGetProcAddressHandle,
                                     String funcName)
Tool has none

Specified by:
toolGetProcAddress in interface com.jogamp.common.os.DynamicLibraryBundleInfo

useToolGetProcAdressFirst

public final boolean useToolGetProcAdressFirst(String funcName)
Specified by:
useToolGetProcAdressFirst in interface com.jogamp.common.os.DynamicLibraryBundleInfo

getToolLibNames

public final List<List<String>> getToolLibNames()
Specified by:
getToolLibNames in interface com.jogamp.common.os.DynamicLibraryBundleInfo

getGlueLibNames

public final List<String> getGlueLibNames()
Specified by:
getGlueLibNames in interface com.jogamp.common.os.DynamicLibraryBundleInfo

getLibLoaderExecutor

public final com.jogamp.common.util.RunnableExecutor getLibLoaderExecutor()
Specified by:
getLibLoaderExecutor in interface com.jogamp.common.os.DynamicLibraryBundleInfo


Copyright 2010 JogAmp Community.