Class BGFXProfilerBeginLiteral

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

public abstract class BGFXProfilerBeginLiteral extends Callback implements BGFXProfilerBeginLiteralI
Callback function: (* anonymous)
  • Method Details

    • create

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

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

      public static BGFXProfilerBeginLiteral create(BGFXProfilerBeginLiteralI instance)
      Creates a BGFXProfilerBeginLiteral instance that delegates to the specified BGFXProfilerBeginLiteralI instance.