Class BGFXScreenShotCallback
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.bgfx.BGFXScreenShotCallback
- All Implemented Interfaces:
AutoCloseable, BGFXScreenShotCallbackI, CallbackI, NativeResource, Pointer
Callback function:
(* anonymous)-
Nested Class Summary
Nested classes/interfaces inherited from class Callback
Callback.DescriptorNested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface BGFXScreenShotCallbackI
DESCRIPTORFields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Method Summary
Modifier and TypeMethodDescriptionstatic BGFXScreenShotCallbackcreate(long functionPointer) Creates aBGFXScreenShotCallbackinstance from the specified function pointer.static BGFXScreenShotCallbackcreate(BGFXScreenShotCallbackI instance) Creates aBGFXScreenShotCallbackinstance that delegates to the specifiedBGFXScreenShotCallbackIinstance.static @Nullable BGFXScreenShotCallbackcreateSafe(long functionPointer) Methods inherited from interface BGFXScreenShotCallbackI
callback, getDescriptor, invokeMethods inherited from interface NativeResource
close
-
Method Details
-
create
Creates aBGFXScreenShotCallbackinstance from the specified function pointer.- Returns:
- the new
BGFXScreenShotCallback
-
createSafe
-
create
Creates aBGFXScreenShotCallbackinstance that delegates to the specifiedBGFXScreenShotCallbackIinstance.
-