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