Class BGFXScreenShotCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.bgfx.BGFXScreenShotCallback
All Implemented Interfaces:
AutoCloseable, BGFXScreenShotCallbackI, CallbackI, NativeResource, Pointer

public abstract class BGFXScreenShotCallback extends Callback implements BGFXScreenShotCallbackI
Callback function: (* anonymous)
  • Method Details

    • create

      public static BGFXScreenShotCallback create(long functionPointer)
      Creates a BGFXScreenShotCallback instance from the specified function pointer.
      Returns:
      the new BGFXScreenShotCallback
    • createSafe

      public static @Nullable BGFXScreenShotCallback createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static BGFXScreenShotCallback create(BGFXScreenShotCallbackI instance)
      Creates a BGFXScreenShotCallback instance that delegates to the specified BGFXScreenShotCallbackI instance.