PointerWrapperpublic final class CLSampler extends PointerWrapperAbstract
pointer| Modifier and Type | Method | Description |
|---|---|---|
int |
getInfoInt(int param_name) |
Returns the integer value of the specified parameter.
|
long |
getInfoLong(int param_name) |
Returns the long value of the specified parameter.
|
P |
getParent() |
|
int |
getReferenceCount() |
|
boolean |
isValid() |
Returns true if this object represents a valid pointer.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckValid, equals, getPointer, hashCode, toStringpublic int getInfoInt(int param_name)
param_name - the parameterpublic long getInfoLong(int param_name)
param_name - the parameterpublic P getParent()
public final int getReferenceCount()
public final boolean isValid()
PointerWrapperAbstractisValid in class PointerWrapperAbstractCopyright © 2002-2009 lwjgl.org. All Rights Reserved.