com.jogamp.gluegen.runtime
Interface FunctionAddressResolver

All Known Implementing Classes:
GLProcAddressResolver

public interface FunctionAddressResolver

Author:
Michael Bien

Method Summary
 long resolve(java.lang.String name, DynamicLookupHelper lookup)
          Resolves the name of the function bound to the method and returns the address.
 

Method Detail

resolve

long resolve(java.lang.String name,
             DynamicLookupHelper lookup)
Resolves the name of the function bound to the method and returns the address.