Package com.jogamp.opengl.cg
Class CgProcAddressTable
java.lang.Object
com.jogamp.gluegen.runtime.ProcAddressTable
com.jogamp.opengl.cg.CgProcAddressTable
public final class CgProcAddressTable
extends com.jogamp.gluegen.runtime.ProcAddressTable
This table is a cache of pointers to the dynamically-linkable C library.
- See Also:
-
ProcAddressTable
-
Constructor Summary
ConstructorsConstructorDescriptionCgProcAddressTable
(com.jogamp.gluegen.runtime.FunctionAddressResolver resolver) -
Method Summary
Methods inherited from class com.jogamp.gluegen.runtime.ProcAddressTable
getAddressFor, getNullPointerFunctions, initEntry, isFunctionAvailable, reset, toString
-
Constructor Details
-
CgProcAddressTable
public CgProcAddressTable() -
CgProcAddressTable
public CgProcAddressTable(com.jogamp.gluegen.runtime.FunctionAddressResolver resolver)
-