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