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