Interface ALFunctionTypes.ILPALGETDEBUGMESSAGELOGDIRECTEXT
- Enclosing class:
ALFunctionTypes
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionint
invoke
(MemorySegment p0, int p1, int p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7, @NotNull MemorySegment p8) static MethodHandle
of
(@NotNull ALFunctionTypes.ILPALGETDEBUGMESSAGELOGDIRECTEXT lambda) static MemorySegment
ofNative
(@NotNull ALFunctionTypes.ILPALGETDEBUGMESSAGELOGDIRECTEXT lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull ALFunctionTypes.ILPALGETDEBUGMESSAGELOGDIRECTEXT lambda)
-
Method Details
-
invoke
@NativeType("ALuint") int invoke(@NativeType("ALCcontext") MemorySegment p0, @NativeType("ALuint") int p1, @NativeType("ALsizei") int p2, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p3, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p4, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p5, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p6, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p7, @Pointer(comment="void*") @NotNull @NotNull MemorySegment p8) -
of
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull ALFunctionTypes.ILPALGETDEBUGMESSAGELOGDIRECTEXT lambda) -
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull ALFunctionTypes.ILPALGETDEBUGMESSAGELOGDIRECTEXT lambda)
-