public abstract class STBIEOFCallback extends org.lwjgl.system.Callback implements STBIEOFCallbackI
eof field of the STBIIOCallbacks struct.
int (*) (
void *user
)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 STBIEOFCallback |
create(long functionPointer)
Creates a
STBIEOFCallback instance from the specified function pointer. |
static STBIEOFCallback |
create(STBIEOFCallbackI instance)
Creates a
STBIEOFCallback instance that delegates to the specified STBIEOFCallbackI instance. |
static STBIEOFCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static STBIEOFCallback create(long functionPointer)
STBIEOFCallback instance from the specified function pointer.STBIEOFCallback@Nullable public static STBIEOFCallback createSafe(long functionPointer)
public static STBIEOFCallback create(STBIEOFCallbackI instance)
STBIEOFCallback instance that delegates to the specified STBIEOFCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.