public abstract class CUstreamCallback extends org.lwjgl.system.Callback implements CUstreamCallbackI
StreamAddCallback method.
void (*) (
CUstream hStream,
CUresult status,
void *userData
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static CUstreamCallback |
create(CUstreamCallbackI instance)
Creates a
CUstreamCallback instance that delegates to the specified CUstreamCallbackI instance. |
static CUstreamCallback |
create(long functionPointer)
Creates a
CUstreamCallback instance from the specified function pointer. |
static CUstreamCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static CUstreamCallback create(long functionPointer)
CUstreamCallback instance from the specified function pointer.CUstreamCallback@Nullable public static CUstreamCallback createSafe(long functionPointer)
public static CUstreamCallback create(CUstreamCallbackI instance)
CUstreamCallback instance that delegates to the specified CUstreamCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.