com.jogamp.common.os
Interface DynamicLookupHelper
- All Known Implementing Classes:
- NativeLibrary
public interface DynamicLookupHelper
Interface callers may use to use the ProcAddressHelper's reset
helper method to install function pointers into a
ProcAddressTable. This must typically be written with native
code.
Method Summary |
long |
dynamicLookupFunction(java.lang.String funcName)
Try to fetch the function pointer for function 'funcName'. |
dynamicLookupFunction
long dynamicLookupFunction(java.lang.String funcName)
- Try to fetch the function pointer for function 'funcName'.