|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jogamp.opengl.impl.ExtensionAvailabilityCache
public final class ExtensionAvailabilityCache
A utility object intended to be used by implementations to act as a cache of which OpenGL extensions are currently available on both the host machine and display.
Method Summary | |
---|---|
void |
flush()
Flush the cache. |
String |
getGLExtensions()
|
String |
getPlatformExtensionsString()
|
boolean |
isExtensionAvailable(String glExtensionName)
|
boolean |
isInitialized()
|
void |
reset()
Flush the cache and rebuild the cache. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void flush()
isExtensionAvailable(String)
are received.
public void reset()
public boolean isInitialized()
public boolean isExtensionAvailable(String glExtensionName)
public String getPlatformExtensionsString()
public String getGLExtensions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |