|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.PointerWrapperAbstract
org.lwjgl.opencl.CLEvent
public final class CLEvent
This class is a wrapper around a cl_mem pointer.
| Field Summary |
|---|
| Fields inherited from class org.lwjgl.PointerWrapperAbstract |
|---|
pointer |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.lwjgl.PointerWrapperAbstract |
|---|
checkValid, equals, getPointer, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public CLCommandQueue getCLCommandQueue()
public int getInfoInt(int param_name)
param_name - the parameter
public long getProfilingInfoLong(int param_name)
param_name - the parameter
public P getParent()
public final int getReferenceCount()
public final boolean isValid()
PointerWrapperAbstract
isValid in class PointerWrapperAbstract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||