PointerWrapperpublic final class CLCommandQueue extends PointerWrapperAbstract
pointer| Modifier and Type | Method | Description |
|---|---|---|
CLDevice |
getCLDevice() |
|
CLEvent |
getCLEvent(long id) |
Returns a CLEvent associated with this command-queue.
|
int |
getInfoInt(int param_name) |
Returns the integer 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 CLDevice getCLDevice()
public CLEvent getCLEvent(long id)
id - the event object idpublic int getInfoInt(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.