com.jogamp.opengl.impl
Class DesktopGLDynamicLookupHelper

java.lang.Object
  extended by com.jogamp.common.os.DynamicLibraryBundle
      extended by com.jogamp.opengl.impl.GLDynamicLookupHelper
          extended by com.jogamp.opengl.impl.DesktopGLDynamicLookupHelper
All Implemented Interfaces:
DynamicLookupHelper

public class DesktopGLDynamicLookupHelper
extends GLDynamicLookupHelper


Field Summary
 
Fields inherited from class com.jogamp.common.os.DynamicLibraryBundle
DEBUG, DEBUG_LOOKUP, nativeLibraries
 
Constructor Summary
DesktopGLDynamicLookupHelper(DesktopGLDynamicLibraryBundleInfo info)
           
 
Method Summary
 DesktopGLDynamicLibraryBundleInfo getDesktopGLBundleInfo()
           
 boolean hasGLBinding()
           
 boolean loadGLULibrary()
          NOP per default
 
Methods inherited from class com.jogamp.opengl.impl.GLDynamicLookupHelper
getGLBundleInfo
 
Methods inherited from class com.jogamp.common.os.DynamicLibraryBundle
dynamicLookupFunction, getBundleInfo, getGlueLibLoadedNumber, getGlueLibNumber, getToolGetProcAddressHandle, getToolLibLoadedNumber, getToolLibNumber, isGlueLibComplete, isGlueLibLoaded, isLibComplete, isToolLibComplete, isToolLibLoaded, isToolLibLoaded, loadFirstAvailable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DesktopGLDynamicLookupHelper

public DesktopGLDynamicLookupHelper(DesktopGLDynamicLibraryBundleInfo info)
Method Detail

getDesktopGLBundleInfo

public DesktopGLDynamicLibraryBundleInfo getDesktopGLBundleInfo()

hasGLBinding

public boolean hasGLBinding()

loadGLULibrary

public boolean loadGLULibrary()
Description copied from class: GLDynamicLookupHelper
NOP per default

Overrides:
loadGLULibrary in class GLDynamicLookupHelper


Copyright 2010 JogAmp Community.