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