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