Class BGFXCaptureFrameCallback

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

public abstract class BGFXCaptureFrameCallback extends Callback implements BGFXCaptureFrameCallbackI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static BGFXCaptureFrameCallback create(BGFXCaptureFrameCallbackI instance)
      Creates a BGFXCaptureFrameCallback instance that delegates to the specified BGFXCaptureFrameCallbackI instance.