Class raylib_h_1.TraceLog

java.lang.Object
com.raylib.jextract.raylib_h_1.TraceLog
Enclosing class:
raylib_h_1

public static class raylib_h_1.TraceLog extends Object
Variadic invoker class for:
void TraceLog(int logLevel, const char *text, ...)
  • Method Details

    • makeInvoker

      public static raylib_h_1.TraceLog makeInvoker(MemoryLayout... layouts)
      Variadic invoker factory for:
      void TraceLog(int logLevel, const char *text, ...)
      
    • address

      public static MemorySegment address()
      Returns the address.
      Returns:
      the address
    • handle

      public MethodHandle handle()
      Returns the specialized method handle.
      Returns:
      the specialized method handle
    • descriptor

      public FunctionDescriptor descriptor()
      Returns the specialized descriptor.
      Returns:
      the specialized descriptor
    • apply

      public void apply(int logLevel, MemorySegment text, Object... x2)