Class BGFXProfilerBegin

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

public abstract class BGFXProfilerBegin extends Callback implements BGFXProfilerBeginI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static BGFXProfilerBegin create(BGFXProfilerBeginI instance)
      Creates a BGFXProfilerBegin instance that delegates to the specified BGFXProfilerBeginI instance.