Package com.jogamp.opencl.llb.impl
Class CLProcAddressTable20
- java.lang.Object
-
- com.jogamp.gluegen.runtime.ProcAddressTable
-
- com.jogamp.opencl.llb.impl.CLProcAddressTable20
-
public final class CLProcAddressTable20 extends ProcAddressTable
This table is a cache of pointers to the dynamically-linkable C library.- See Also:
ProcAddressTable
-
-
Field Summary
-
Fields inherited from class com.jogamp.gluegen.runtime.ProcAddressTable
DEBUG, DEBUG_PREFIX, debugNum
-
-
Constructor Summary
Constructors Constructor Description CLProcAddressTable20()
CLProcAddressTable20(FunctionAddressResolver resolver)
-
Method Summary
-
Methods inherited from class com.jogamp.gluegen.runtime.ProcAddressTable
getAddressFor, getNullPointerFunctions, initEntry, isFunctionAvailable, isFunctionAvailableImpl, reset, toString
-
-
-
-
Constructor Detail
-
CLProcAddressTable20
public CLProcAddressTable20()
-
CLProcAddressTable20
public CLProcAddressTable20(FunctionAddressResolver resolver)
-
-