Package com.jogamp.opencl.llb.impl
Class CLProcAddressTable12
- java.lang.Object
-
- com.jogamp.gluegen.runtime.ProcAddressTable
-
- com.jogamp.opencl.llb.impl.CLProcAddressTable12
-
public final class CLProcAddressTable12 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 CLProcAddressTable12()
CLProcAddressTable12(FunctionAddressResolver resolver)
-
Method Summary
-
Methods inherited from class com.jogamp.gluegen.runtime.ProcAddressTable
getAddressFor, getNullPointerFunctions, initEntry, isFunctionAvailable, isFunctionAvailableImpl, reset, toString
-
-
-
-
Constructor Detail
-
CLProcAddressTable12
public CLProcAddressTable12()
-
CLProcAddressTable12
public CLProcAddressTable12(FunctionAddressResolver resolver)
-
-