Class raylib_h_1.TraceLog
java.lang.Object
com.raylib.jextract.raylib_h_1.TraceLog
- Enclosing class:
raylib_h_1
Variadic invoker class for:
void TraceLog(int logLevel, const char *text, ...)
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegment
address()
Returns the address.void
apply
(int logLevel, MemorySegment text, Object... x2) Returns the specialized descriptor.handle()
Returns the specialized method handle.static raylib_h_1.TraceLog
makeInvoker
(MemoryLayout... layouts) Variadic invoker factory for:void TraceLog(int logLevel, const char *text, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:void TraceLog(int logLevel, const char *text, ...)
-
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-