Class BGFXCaptureBeginCallback

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

public abstract class BGFXCaptureBeginCallback extends Callback implements BGFXCaptureBeginCallbackI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static BGFXCaptureBeginCallback create(BGFXCaptureBeginCallbackI instance)
      Creates a BGFXCaptureBeginCallback instance that delegates to the specified BGFXCaptureBeginCallbackI instance.