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