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