Interface ALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT
- 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
(int p0, int p1, @NotNull MemorySegment p2, @NotNull MemorySegment p3, @NotNull MemorySegment p4, @NotNull MemorySegment p5, @NotNull MemorySegment p6, @NotNull MemorySegment p7) static MethodHandle
of
(@NotNull ALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT lambda) static MemorySegment
ofNative
(@NotNull ALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT lambda) static MemorySegment
ofNative
(@NotNull Arena arena, @NotNull ALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT lambda)
-
Method Details
-
invoke
@NativeType("ALuint") int invoke(@NativeType("ALuint") int p0, @NativeType("ALsizei") int p1, @Pointer(comment="void*") @NotNull @NotNull MemorySegment 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) -
of
-
ofNative
-
ofNative
static MemorySegment ofNative(@NotNull @NotNull Arena arena, @NotNull @NotNull ALFunctionTypes.ILPALGETDEBUGMESSAGELOGEXT lambda)
-