com.jogamp.opengl.cg
Class CgDynamicLibraryBundleInfo

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

public class CgDynamicLibraryBundleInfo
extends Object
implements DynamicLibraryBundleInfo


Field Summary
 
Fields inherited from interface com.jogamp.common.os.DynamicLibraryBundleInfo
DEBUG
 
Constructor Summary
protected CgDynamicLibraryBundleInfo()
           
 
Method Summary
static int getCgGlueLibIndex()
           
 List getGlueLibNames()
           
 List getToolGetProcAddressFuncNameList()
          Tool has none
 List getToolLibNames()
           
 boolean shallLinkGlobal()
          Make Cg symbols available to CgGL
 boolean shallLookupGlobal()
          default
 long toolDynamicLookupFunction(long toolGetProcAddressHandle, String funcName)
          Tool has none
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CgDynamicLibraryBundleInfo

protected CgDynamicLibraryBundleInfo()
Method Detail

getCgGlueLibIndex

public static final int getCgGlueLibIndex()

shallLinkGlobal

public boolean shallLinkGlobal()
Make Cg symbols available to CgGL

Specified by:
shallLinkGlobal in interface DynamicLibraryBundleInfo

shallLookupGlobal

public boolean shallLookupGlobal()
default

Specified by:
shallLookupGlobal in interface DynamicLibraryBundleInfo

getToolGetProcAddressFuncNameList

public final List getToolGetProcAddressFuncNameList()
Tool has none

Specified by:
getToolGetProcAddressFuncNameList in interface DynamicLibraryBundleInfo

toolDynamicLookupFunction

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

Specified by:
toolDynamicLookupFunction in interface DynamicLibraryBundleInfo

getToolLibNames

public List getToolLibNames()
Specified by:
getToolLibNames in interface DynamicLibraryBundleInfo

getGlueLibNames

public final List getGlueLibNames()
Specified by:
getGlueLibNames in interface DynamicLibraryBundleInfo


Copyright 2010 JogAmp Community.