Class BGFXProfilerEnd

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

public abstract class BGFXProfilerEnd extends Callback implements BGFXProfilerEndI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static BGFXProfilerEnd create(BGFXProfilerEndI instance)
      Creates a BGFXProfilerEnd instance that delegates to the specified BGFXProfilerEndI instance.