public final class CLEvent extends PointerWrapperAbstract
pointer
Modifier and Type | Method and Description |
---|---|
CLCommandQueue |
getCLCommandQueue()
Returns the command-queue associated with this event.
|
int |
getInfoInt(int param_name)
Returns the integer value of the specified parameter.
|
P |
getParent() |
long |
getProfilingInfoLong(int param_name)
Returns the long value of the specified parameter.
|
int |
getReferenceCount() |
boolean |
isValid()
Returns true if this object represents a valid pointer.
|
checkValid, equals, getPointer, hashCode, toString
public CLCommandQueue getCLCommandQueue()
public int getInfoInt(int param_name)
param_name
- the parameterpublic long getProfilingInfoLong(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.