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