public final class CLCommandQueue extends PointerWrapperAbstract
pointer
Modifier and Type | Method and 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.
|
checkValid, equals, getPointer, hashCode, toString
public 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()
PointerWrapperAbstract
isValid
in class PointerWrapperAbstract
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.