com.jogamp.opengl.cg
Class CgProcAddressTable

java.lang.Object
  extended by com.jogamp.gluegen.runtime.ProcAddressTable
      extended by 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
CgProcAddressTable()
           
CgProcAddressTable(com.jogamp.gluegen.runtime.FunctionAddressResolver resolver)
           
 
Method Summary
 
Methods inherited from class com.jogamp.gluegen.runtime.ProcAddressTable
getAddressFor, getNullPointerFunctions, initEntry, isFunctionAvailable, reset, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CgProcAddressTable

public CgProcAddressTable()

CgProcAddressTable

public CgProcAddressTable(com.jogamp.gluegen.runtime.FunctionAddressResolver resolver)


Copyright 2010 JogAmp Community.