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